From e8465085c3077f405cb588c241b1b452653cc513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:06:13 +0000 Subject: [PATCH] build(deps): bump next in /examples/caching/with-nextjs-13 Bumps [next](https://github.com/vercel/next.js) from 13.0.0 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.0...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/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-nextjs-13/package.json b/examples/caching/with-nextjs-13/package.json index a1f779bf10539..5b0159da60775 100644 --- a/examples/caching/with-nextjs-13/package.json +++ b/examples/caching/with-nextjs-13/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@supabase/supabase-js": "^2.0.4", - "next": "13.0.0", + "next": "16.1.5", "react": "18.2.0", "react-dom": "18.2.0", "server-only": "^0.0.1"