From 92f5ec8285f4b5c6d76955db10b7807dc2e9e19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:16:30 +0000 Subject: [PATCH] build(deps): bump next and geist Bumps [next](https://github.com/vercel/next.js) and [geist](https://github.com/vercel/geist-font/tree/HEAD/packages/next). These dependencies needed to be updated together. Updates `next` from 14.2.4 to 16.1.6 - [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.4...v16.1.6) Updates `geist` from 1.3.0 to 1.5.1 - [Release notes](https://github.com/vercel/geist-font/releases) - [Commits](https://github.com/vercel/geist-font/commits/1.5.1/packages/next) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.6 dependency-type: direct:production - dependency-name: geist dependency-version: 1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/realtime/nextjs-authorization-demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/realtime/nextjs-authorization-demo/package.json b/examples/realtime/nextjs-authorization-demo/package.json index 904c35f4b46a5..73a10444e561e 100644 --- a/examples/realtime/nextjs-authorization-demo/package.json +++ b/examples/realtime/nextjs-authorization-demo/package.json @@ -13,7 +13,7 @@ "@supabase/ssr": "latest", "@supabase/supabase-js": "2.44.0", "autoprefixer": "10.4.17", - "geist": "^1.2.1", + "geist": "^1.5.1", "next": "latest", "postcss": "8.4.33", "react": "18.2.0",