From ad7da2c7167863b8d839e16c867933024c2be3eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Apr 2025 04:01:16 +0000 Subject: [PATCH] feat: upgrade react from 18.2.0 to 19.1.0 Snyk has created this PR to upgrade react from 18.2.0 to 19.1.0. See this package in npm: react 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..410502c2b82f1 100644 --- a/examples/realtime/nextjs-authorization-demo/package.json +++ b/examples/realtime/nextjs-authorization-demo/package.json @@ -16,7 +16,7 @@ "geist": "^1.2.1", "next": "latest", "postcss": "8.4.33", - "react": "18.2.0", + "react": "19.1.0", "react-dom": "18.2.0", "tailwindcss": "3.4.1", "typescript": "5.3.3"