From a5f58ec5996df670029c37f6d7b0e61e35791038 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 08:38:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77585fcbc..5140dc2a6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "nan": "~2.1.0", - "node-pre-gyp": "~0.6.14" + "node-pre-gyp": "~0.17.0" }, "bundledDependencies": [ "node-pre-gyp"