From 7f5cdcfdb87b1e43ea9e2f97a008bbaad80ce59d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 17:41:24 +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/4b0fd18b-b12b-427a-b9f8-d670ceb972af?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-zustand/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-zustand/package.json b/examples/with-zustand/package.json index a9d4755e6836f..000934f72bb15 100644 --- a/examples/with-zustand/package.json +++ b/examples/with-zustand/package.json @@ -11,7 +11,7 @@ "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "next": "latest", - "react": "18.2.0", + "react": "18.3.1", "react-dom": "18.2.0", "typescript": "4.9.5", "zustand": "^4.3.6"