From 702a9612e1b8f1422acebd168b3a81df0dc309b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 02:03:33 +0000 Subject: [PATCH] build(deps): bump next Bumps [next](https://github.com/vercel/next.js) from 13.0.3 to 16.1.5. - [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...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 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..a96e411e2da2c 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": "16.1.5", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "4.8.4"