From 8d51185995acbc4d97f3c357727990305005898f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 11:27:44 +0000 Subject: [PATCH] chore(deps): bump next Bumps [next](https://github.com/vercel/next.js) from 13.0.3 to 15.5.14. - [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/v13.0.3...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/caching/with-nextjs-13-server-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-nextjs-13-server-components/package.json b/examples/caching/with-nextjs-13-server-components/package.json index c9f034b12d93a..0ef2190e19da4 100644 --- a/examples/caching/with-nextjs-13-server-components/package.json +++ b/examples/caching/with-nextjs-13-server-components/package.json @@ -15,7 +15,7 @@ "@types/react-dom": "18.0.9", "eslint": "8.27.0", "eslint-config-next": "13.0.3", - "next": "13.0.3", + "next": "15.5.14", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "4.8.4"