From bd48bcbd8c0f3944decd1f98ad2df0cf70924c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:16:30 +0000 Subject: [PATCH] chore(deps): bump next in /examples/caching/with-nextjs-13 Bumps [next](https://github.com/vercel/next.js) from 13.0.0 to 16.1.7. - [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.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.7 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..ccbf3c4e16652 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.7", "react": "18.2.0", "react-dom": "18.2.0", "server-only": "^0.0.1"