From 50e785cc12c5ac3da633d0c5788d418c6467d848 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 22:08:43 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - react from 18.2.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react - react-dom from 18.2.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react-dom - @types/node from 18.17.15 to 18.19.46. See this package in npm: https://www.npmjs.com/package/@types/node - @types/react from 18.0.28 to 18.3.4. See this package in npm: https://www.npmjs.com/package/@types/react - @types/react-dom from 18.0.11 to 18.3.0. See this package in npm: https://www.npmjs.com/package/@types/react-dom 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/with-zustand/package.json b/examples/with-zustand/package.json index a9d4755e6836f..4fb72d9b14749 100644 --- a/examples/with-zustand/package.json +++ b/examples/with-zustand/package.json @@ -7,12 +7,12 @@ "lint": "next lint" }, "dependencies": { - "@types/node": "18.17.15", - "@types/react": "18.0.28", - "@types/react-dom": "18.0.11", + "@types/node": "18.19.46", + "@types/react": "18.3.4", + "@types/react-dom": "18.3.0", "next": "latest", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "18.3.1", + "react-dom": "18.3.1", "typescript": "4.9.5", "zustand": "^4.3.6" }