From b5c7256e0b9c4d3bd52fab29b815656953d0d47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 03:23:55 +0000 Subject: [PATCH] chore(deps): bump next in /__references/nextjs-reference Bumps [next](https://github.com/vercel/next.js) from 13.3.1 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/v13.3.1...v14.2.25) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- __references/nextjs-reference/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__references/nextjs-reference/package.json b/__references/nextjs-reference/package.json index 2eb0625dd4..53d7cd3d20 100644 --- a/__references/nextjs-reference/package.json +++ b/__references/nextjs-reference/package.json @@ -27,7 +27,7 @@ "@types/node": "18.15.13", "@types/react": "18.2.17", "@types/react-dom": "18.2.7", - "next": "13.3.1", + "next": "14.2.25", "react": "^18.2.0", "react-dom": "^18.2.0", "react-query": "^3.39.3",