From 2d063aa975e1381b8dffeb0c3baa1571fc1c291a Mon Sep 17 00:00:00 2001 From: Andrew Osheroff Date: Tue, 17 Dec 2019 15:47:37 +0100 Subject: [PATCH] Updated node-gyp-build --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4bc033a..a7e81f4 100644 --- a/package.json +++ b/package.json @@ -15,17 +15,16 @@ }, "gypfile": true, "dependencies": { - "fuse-shared-library": "^1.0.1", - "nanoresource": "^1.2.0", + "fuse-shared-library": "^1.0.2", + "nanoresource": "^1.3.0", "napi-macros": "^2.0.0", - "node-gyp-build": "^3.2.2", - "why-is-node-running": "^2.1.0" + "node-gyp-build": "^4.2.0" }, "devDependencies": { "concat-stream": "^2.0.0", "prebuildify": "^3.0.4", "standard": "^13.1.0", - "tape": "^4.11.0" + "tape": "^4.12.0" }, "repository": { "type": "git",