From e98b96755e5c812d4d658f1f2cb9e064289a9d53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 23:08:45 +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-INFLIGHT-6095116 --- deps/npm/node_modules/node-gyp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/node-gyp/package.json b/deps/npm/node_modules/node-gyp/package.json index 80c63f2e72c3d9..f2099a68377477 100644 --- a/deps/npm/node_modules/node-gyp/package.json +++ b/deps/npm/node_modules/node-gyp/package.json @@ -39,7 +39,7 @@ "devDependencies": { "bindings": "^1.5.0", "cross-env": "^7.0.3", - "mocha": "^10.2.0", + "mocha": "^11.0.1", "nan": "^2.14.2", "require-inject": "^1.4.4", "standard": "^17.0.0"