From 5a443fa05df8ba55a60d22ac5e9ebacba3a5b2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:11:17 +0000 Subject: [PATCH] chore(deps-dev): bump next from 13.5.9 to 14.2.32 in /packages/nextjs Bumps [next](https://github.com/vercel/next.js) from 13.5.9 to 14.2.32. - [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.5.9...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 1c97228b61de..a8812385e22b 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -95,7 +95,7 @@ "devDependencies": { "@types/resolve": "1.20.3", "eslint-plugin-react": "^7.31.11", - "next": "13.5.9", + "next": "14.2.32", "react": "^18.3.1", "react-dom": "^18.3.1" },