From 1edc055ba47c8db21afac3abcd22d5fe5e64ac99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Nov 2025 06:04:30 +0000 Subject: [PATCH] feat: upgrade next from 14.2.4 to 16.0.0 Snyk has created this PR to upgrade next from 14.2.4 to 16.0.0. See this package in npm: next See this project in Snyk: https://app.snyk.io/org/nerds-github/project/36c574b4-9499-43e0-a902-92e11fa4f81e?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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..aac9069d1b4fe 100644 --- a/examples/realtime/nextjs-authorization-demo/package.json +++ b/examples/realtime/nextjs-authorization-demo/package.json @@ -14,7 +14,7 @@ "@supabase/supabase-js": "2.44.0", "autoprefixer": "10.4.17", "geist": "^1.2.1", - "next": "latest", + "next": "16.0.0", "postcss": "8.4.33", "react": "18.2.0", "react-dom": "18.2.0",