From 40476b9b595a81d0c1deced0c9edca63e10c0fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:27:23 +0000 Subject: [PATCH] Bump next from 13.4.12 to 14.1.1 in /__references/nextjs-test Bumps [next](https://github.com/vercel/next.js) from 13.4.12 to 14.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.4.12...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- __references/nextjs-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__references/nextjs-test/package.json b/__references/nextjs-test/package.json index 8c51371aa9..1ab67703e5 100644 --- a/__references/nextjs-test/package.json +++ b/__references/nextjs-test/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "next": "13.4.12", + "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0", "@systemfsoftware/trigger.dev_sdk": "^2.0.0-next.22",