From c931b2f68f591ae2e60032b163b8dda99aac40bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:36:49 +0000 Subject: [PATCH] chore(deps): bump next in /tests/smoke/fixtures/next-12.0.3 Bumps [next](https://github.com/vercel/next.js) from 12.0.3 to 14.2.10. - [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/v12.0.3...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/smoke/fixtures/next-12.0.3/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/smoke/fixtures/next-12.0.3/package.json b/tests/smoke/fixtures/next-12.0.3/package.json index 616dd1043e..ec672254e9 100644 --- a/tests/smoke/fixtures/next-12.0.3/package.json +++ b/tests/smoke/fixtures/next-12.0.3/package.json @@ -6,13 +6,13 @@ "build": "next build" }, "dependencies": { - "next": "12.0.3", + "next": "14.2.10", "react": "^18.2.0", "react-dom": "^18.2.0" }, "test": { "dependencies": { - "next": "12.0.3" + "next": "14.2.10" } } }