From 73ce0466aa061229710a191173cb13a985628a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:17:42 +0000 Subject: [PATCH] Bump next Bumps the npm_and_yarn group with 1 update in the /apps/dashboard directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.35 to 16.2.6 - [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/v14.2.35...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production dependency-group: npm_and_yarn ... 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 772ef3e..143fa67 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -49,7 +49,7 @@ "dotenv-cli": "^7.4.2", "lodash": "^4.17.21", "mongodb-memory-server": "^10.0.1", - "next": "^14.2.14", + "next": "^16.2.6", "next-auth": "^4.24.8", "react": "^18.3.1", "react-dom": "^18.3.1",