From 67e120be0b7dcab8d8f4fb169c00d394e57b6a6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Nov 2025 06:03:54 +0000 Subject: [PATCH] feat: upgrade next from 14.2.4 to 16.0.1 Snyk has created this PR to upgrade next from 14.2.4 to 16.0.1. 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..72153057c520c 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.1", "postcss": "8.4.33", "react": "18.2.0", "react-dom": "18.2.0",