From 260367887606352d4038a3e7451a7079c7a95d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 03:52:15 +0000 Subject: [PATCH] build(deps): bump next in /examples/caching/with-react-query-nextjs-14 Bumps [next](https://github.com/vercel/next.js) from 14.2.10 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/v14.2.10...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-react-query-nextjs-14/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-react-query-nextjs-14/package.json b/examples/caching/with-react-query-nextjs-14/package.json index f3f0bfc140979..bbbca16a7f97a 100644 --- a/examples/caching/with-react-query-nextjs-14/package.json +++ b/examples/caching/with-react-query-nextjs-14/package.json @@ -13,7 +13,7 @@ "@supabase/ssr": "^0.0.10", "@supabase/supabase-js": "^2.39.0", "@tanstack/react-query": "^5.12.2", - "next": "14.2.10", + "next": "16.1.5", "react": "^18", "react-dom": "^18" },