From cb7f267e29ccee1758b893d57c5dc5a466ef21ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Mar 2024 19:49:45 +0000 Subject: [PATCH] fix: upgrade @types/node from 18.14.6 to 18.19.18 Snyk has created this PR to upgrade @types/node from 18.14.6 to 18.19.18. See this package in npm: https://www.npmjs.com/package/@types/node 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..d016fa1f1f79c 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.19.18", "@types/react": "18.2.8", "@types/react-dom": "18.0.11", "next": "latest",