From 4f09d3a6d0d6a7ac8fe7f5d2e95d661a704d312d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 15:41:55 +0000 Subject: [PATCH] fix: upgrade react from 18.2.0 to 18.3.1 Snyk has created this PR to upgrade react from 18.2.0 to 18.3.1. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/e99ad3b1-c51f-4467-92c6-783604f19afb?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/auth-with-stytch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth-with-stytch/package.json b/examples/auth-with-stytch/package.json index f34efb0de7939..a61f750553ebb 100644 --- a/examples/auth-with-stytch/package.json +++ b/examples/auth-with-stytch/package.json @@ -9,7 +9,7 @@ "@stytch/stytch-react": "^3.0.3", "next": "12.0.7", "next-iron-session": "^4.2.0", - "react": "18.2.0", + "react": "18.3.1", "react-dom": "18.2.0", "stytch": "^3.6.1" },