From c023dc197439cb4bfcdce6ed7c8ce862bf468ef9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 20:51:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22423c45e45a..d843a71cd473 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "typia@~5.3.3": "patch:typia@npm%3A5.3.3#./.yarn/patches/typia-npm-5.3.3-21d3e18463.patch" }, "dependencies": { - "node-gyp": "^9.4.1" + "node-gyp": "^10.0.0" } }