From 6800a395e00edf0a22562e81bf93d4886810df80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 04:38:00 +0000 Subject: [PATCH] chore(deps): Bump next in /test/__fixtures__/sample-nextjs-app Bumps [next](https://github.com/vercel/next.js) from 15.5.14 to 15.5.18. - [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/v15.5.14...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/__fixtures__/sample-nextjs-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/__fixtures__/sample-nextjs-app/package.json b/test/__fixtures__/sample-nextjs-app/package.json index 688d8db..c390880 100644 --- a/test/__fixtures__/sample-nextjs-app/package.json +++ b/test/__fixtures__/sample-nextjs-app/package.json @@ -2,7 +2,7 @@ "name": "sample-store", "version": "1.0.0", "dependencies": { - "next": "15.5.14", + "next": "15.5.18", "react": "18.3.0", "react-dom": "18.3.0", "zustand": "4.5.0"