From cf3cf34dc3603d22007fc91b568f9837e36d2a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:45:20 +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.15. - [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.15) --- 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..57c67ac4a9 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.15", "react": "^18.2.0", "react-dom": "^18.2.0" }, "test": { "dependencies": { - "next": "12.0.3" + "next": "14.2.15" } } }