From 778cef64060220dd2af5c77726599cc36be5c595 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 08:50:22 +0000 Subject: [PATCH] fix: upgrade @types/node from 18.14.6 to 18.17.15 Snyk has created this PR to upgrade @types/node from 18.14.6 to 18.17.15. See this package in npm: https://www.npmjs.com/package/@types/node 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 4330e9c3fba60..a9d4755e6836f 100644 --- a/examples/with-zustand/package.json +++ b/examples/with-zustand/package.json @@ -7,7 +7,7 @@ "lint": "next lint" }, "dependencies": { - "@types/node": "18.14.6", + "@types/node": "18.17.15", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "next": "latest",