From 70cb825ef24e7df636b54cba200cd106200c6f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:00:08 +0000 Subject: [PATCH] chore: bump next in /examples/next-app-router-rsc Bumps [next](https://github.com/vercel/next.js) from 15.5.10 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/v15.5.10...v15.5.15) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-app-router-rsc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-app-router-rsc/package.json b/examples/next-app-router-rsc/package.json index 1afa452b..ef56fe73 100644 --- a/examples/next-app-router-rsc/package.json +++ b/examples/next-app-router-rsc/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@contentful/live-preview": "^4.6.0", - "next": "15.5.10", + "next": "15.5.15", "react": "^19.2.1", "react-dom": "^19.2.1" },