From 2207021157dc646e96bfe7c296192f82f1e765c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:25:06 +0000 Subject: [PATCH] chore(deps): Bump next in /test/__fixtures__/dashboard-app Bumps [next](https://github.com/vercel/next.js) from 14.0.0 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.0.0...v15.5.15) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/__fixtures__/dashboard-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/__fixtures__/dashboard-app/package.json b/test/__fixtures__/dashboard-app/package.json index 4098354..6aabc29 100644 --- a/test/__fixtures__/dashboard-app/package.json +++ b/test/__fixtures__/dashboard-app/package.json @@ -2,7 +2,7 @@ "name": "dashboard-app", "version": "1.0.0", "dependencies": { - "next": "14.0.0", + "next": "15.5.15", "react": "18.2.0", "react-dom": "18.2.0" },