diff --git a/package-lock.json b/package-lock.json index ba6768efb0..13bbb77abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24294,9 +24294,9 @@ } }, "node_modules/node-gyp-build": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.5.0.tgz", - "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", + "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", "devOptional": true, "bin": { "node-gyp-build": "bin.js", @@ -32597,7 +32597,7 @@ "eslint-plugin-import": "^2.25.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.2.0", - "node-gyp-build": "^4.3.0" + "node-gyp-build": "^4.8.2" }, "engines": { "node": ">=14.14.0" @@ -40282,7 +40282,7 @@ "eslint-plugin-promise": "^5.2.0", "json-schema": ">=0.4.0", "lit": "^2.1.2", - "node-gyp-build": "^4.3.0", + "node-gyp-build": "^4.8.2", "parcel": "^2.11.0", "xterm": "^5.1.0", "xterm-addon-fit": "^0.7.0" @@ -51536,9 +51536,9 @@ "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==" }, "node-gyp-build": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.5.0.tgz", - "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", + "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", "devOptional": true }, "node-gyp-build-optional-packages": { diff --git a/tools/inspector/package.json b/tools/inspector/package.json index 26c67af6f3..514074b4d8 100644 --- a/tools/inspector/package.json +++ b/tools/inspector/package.json @@ -48,6 +48,6 @@ "eslint-plugin-import": "^2.25.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.2.0", - "node-gyp-build": "^4.3.0" + "node-gyp-build": "^4.8.2" } }