From a09b30f3118ed526ec84d3c673e733337383cfb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Aug 2021 01:28: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-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5507a941edf..0ebdf086d1c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "lodash.without": "~4.4.0", "mississippi": "~1.2.0", "mkdirp": "~0.5.1", - "node-gyp": "~3.4.0", + "node-gyp": "~7.0.0", "nopt": "~3.0.6", "normalize-git-url": "~3.0.2", "normalize-package-data": "~2.3.5", @@ -94,7 +94,7 @@ "sorted-object": "~2.0.1", "sorted-union-stream": "~2.1.3", "strip-ansi": "~3.0.1", - "tar": "~2.2.1", + "tar": "~6.1.4", "text-table": "~0.2.0", "uid-number": "0.0.6", "umask": "~1.1.0",