From 8d6b7d3b123d4715ac52bc2e29a2ef4bec6cb202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:10:27 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.26 to 15.5.15 in /apps/dashboard Bumps [next](https://github.com/vercel/next.js) from 14.2.26 to 15.5.15. - [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.26...v15.5.15) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.15 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 a10c5f1430..e03307ec18 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -37,7 +37,7 @@ "csv-parse": "^5.5.3", "dotenv": "^16.3.1", "graphql": "^16.8.1", - "next": "14.2.26", + "next": "15.5.15", "next-auth": "^4.24.11", "react": "18.2.0", "react-dom": "18.2.0",