From 138fb4522485e9a5329efc51e68c2b14c51d8575 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 09:52:13 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.2.8 to 18.2.55 Snyk has created this PR to upgrade @types/react from 18.2.8 to 18.2.55. See this package in npm: https://www.npmjs.com/package/@types/react See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/321eaf38-8956-41db-be8d-4372cf116b38?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 6d4f2fb999e5c..7e813bc0d1413 100644 --- a/examples/with-zustand/package.json +++ b/examples/with-zustand/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@types/node": "18.14.6", - "@types/react": "18.2.8", + "@types/react": "18.2.55", "@types/react-dom": "18.0.11", "next": "latest", "react": "18.2.0",