From 2ea5e45ac5b2ea0499ea797f160ff47b7667e604 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 07:30:22 +0000 Subject: [PATCH] fix: upgrade @types/node from 18.14.6 to 18.18.9 Snyk has created this PR to upgrade @types/node from 18.14.6 to 18.18.9. 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..c011205768c41 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.18.9", "@types/react": "18.2.8", "@types/react-dom": "18.0.11", "next": "latest",