From 873f19fe5baa1e3fe8434ef3e9cd7559d448ac02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:33:43 +0000 Subject: [PATCH] Bump node-gyp-build from 4.5.0 to 4.8.2 Bumps [node-gyp-build](https://github.com/prebuild/node-gyp-build) from 4.5.0 to 4.8.2. - [Commits](https://github.com/prebuild/node-gyp-build/compare/v4.5.0...v4.8.2) --- updated-dependencies: - dependency-name: node-gyp-build dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- tools/inspector/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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" } }