From 228629183ebc31cb2e90e9b45ed1fdf350065d4d Mon Sep 17 00:00:00 2001 From: Marco Karaula Date: Thu, 11 Apr 2019 15:15:19 +0200 Subject: [PATCH] Updated node-gyp to 3.8.1 Updated node-gyp to 3.8.1 (https://github.com/nodejs/node-gyp/pull/1713) which got updated because of a security Issue in tar (https://www.npmjs.com/advisories/803) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23bc0502a..190d87ee0 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "meow": "^3.7.0", "mkdirp": "^0.5.1", "nan": "^2.10.0", - "node-gyp": "^3.8.0", + "node-gyp": "^3.8.1", "npmlog": "^4.0.0", "request": "^2.88.0", "sass-graph": "^2.2.4",