From 059e4cd043ff08f5a3686bcf6a48ded9e1f63c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 03:29:57 +0000 Subject: [PATCH] chore(deps): bump next in /tests/smoke/fixtures/next-12.1.0 Bumps [next](https://github.com/vercel/next.js) from 12.1.0 to 14.2.25. - [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.1.0...v14.2.25) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/smoke/fixtures/next-12.1.0/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/smoke/fixtures/next-12.1.0/package.json b/tests/smoke/fixtures/next-12.1.0/package.json index 5d9fabd51c..43376c0935 100644 --- a/tests/smoke/fixtures/next-12.1.0/package.json +++ b/tests/smoke/fixtures/next-12.1.0/package.json @@ -6,13 +6,13 @@ "build": "next build" }, "dependencies": { - "next": "12.1.0", + "next": "14.2.25", "react": "^17.0.2", "react-dom": "^17.0.2" }, "test": { "dependencies": { - "next": "12.1.0" + "next": "14.2.25" } } }