From b1301c4cd51622b4fec9dcc1993168db1ae877ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 20:03:26 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5507a941edf..fa33325c71f 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": "~4.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": "~4.4.18", "text-table": "~0.2.0", "uid-number": "0.0.6", "umask": "~1.1.0",