From 127fd9a8f35f7b04a2dd01cd9fc8b1f49285a51b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 22:10:06 +0000 Subject: [PATCH] chore(deps): bump next from 12.1.6 to 14.2.32 in /apps/dashboard Bumps [next](https://github.com/vercel/next.js) from 12.1.6 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/v12.1.6...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 77c71cad..a847d04c 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -27,7 +27,7 @@ "dropbox": "^10.34.0", "googleapis": "^104.0.0", "jsonwebtoken": "^8.5.1", - "next": "12.1.6", + "next": "14.2.32", "node-fetch": "2.6.7", "postcss": "^8.4.14", "preact": "^10.9.0",