From 98693b2d3bbe7f321ce6d92467bdda125d7cfdc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 23:16:45 +0000 Subject: [PATCH] build(deps): bump next in /examples/realtime/nextjs-auth-presence Bumps [next](https://github.com/vercel/next.js) from 13.1.6 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.1.6...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 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 d30bbe1015588..545db4eadb09b 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.5", "react": "^18.2.0", "react-dom": "^18.2.0" },