From 62051949dfa01a39d3afc2cb2b972e23b1a4ce1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Mar 2024 04:36:33 +0000 Subject: [PATCH] fix: upgrade @types/node from 18.14.6 to 18.19.20 Snyk has created this PR to upgrade @types/node from 18.14.6 to 18.19.20. 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..0bf1ce0e2792b 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.20", "@types/react": "18.2.8", "@types/react-dom": "18.0.11", "next": "latest",