From 6dcf37307485e618e4e9767d2fb485fbc5951458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 04:30:54 +0000 Subject: [PATCH] chore(deps): bump next in /examples/realtime/nextjs-auth-presence Bumps [next](https://github.com/vercel/next.js) from 13.1.6 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.1.6...v16.1.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/realtime/nextjs-auth-presence/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/realtime/nextjs-auth-presence/package.json b/examples/realtime/nextjs-auth-presence/package.json index e2bae23ed1af6..080d633165bc4 100644 --- a/examples/realtime/nextjs-auth-presence/package.json +++ b/examples/realtime/nextjs-auth-presence/package.json @@ -14,7 +14,7 @@ "@supabase/auth-helpers-react": "^0.3.1", "@supabase/auth-ui-react": "^0.2.7", "@supabase/supabase-js": "^2.7.1", - "next": "^13.1.6", + "next": "^16.1.7", "react": "^18.2.0", "react-dom": "^18.2.0" },