From 3df529cf1c94c3cdd964bc1205082d9d082c2bb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2019 08:32:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-174125 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5507a941edf..fe07128bc6a 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",