From 677d02987d65576683b62868e60f09dd7f0ef94c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Dec 2023 07:00:36 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.0.28 to 18.2.38 Snyk has created this PR to upgrade @types/react from 18.0.28 to 18.2.38. See this package in npm: https://www.npmjs.com/package/@types/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..31cd45a331433 100644 --- a/examples/with-zustand/package.json +++ b/examples/with-zustand/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@types/node": "18.17.15", - "@types/react": "18.0.28", + "@types/react": "18.2.38", "@types/react-dom": "18.0.11", "next": "latest", "react": "18.2.0",