From ee082c8336619a1b1c4129cafe029e0411c1321a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 18:04:50 +0000 Subject: [PATCH] fix: deps/npm/node_modules/node-gyp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- deps/npm/node_modules/node-gyp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/node-gyp/package.json b/deps/npm/node_modules/node-gyp/package.json index 8e256f01702f02..374fc6450c0793 100644 --- a/deps/npm/node_modules/node-gyp/package.json +++ b/deps/npm/node_modules/node-gyp/package.json @@ -40,8 +40,8 @@ "bindings": "^1.5.0", "nan": "^2.14.2", "require-inject": "^1.4.4", - "standard": "^14.3.4", - "tap": "^12.7.0" + "standard": "^15.0.0", + "tap": "^15.0.0" }, "scripts": { "lint": "standard */*.js test/**/*.js",