From 607a839f0208422206d92b53498093f7e453ea74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:57:59 +0000 Subject: [PATCH] Bump node-gyp-build from 4.5.0 to 4.8.1 Bumps [node-gyp-build](https://github.com/prebuild/node-gyp-build) from 4.5.0 to 4.8.1. - [Commits](https://github.com/prebuild/node-gyp-build/compare/v4.5.0...v4.8.1) --- 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 86fbafaa8b..0261828299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19163,9 +19163,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.1", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz", + "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==", "devOptional": true, "bin": { "node-gyp-build": "bin.js", @@ -25293,7 +25293,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.1" }, "engines": { "node": ">=14.14.0" @@ -30991,7 +30991,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.1", "parcel": "^2.11.0", "xterm": "^5.1.0", "xterm-addon-fit": "^0.7.0" @@ -39032,9 +39032,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.1", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz", + "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==", "devOptional": true }, "node-gyp-build-optional-packages": { diff --git a/tools/inspector/package.json b/tools/inspector/package.json index 26c67af6f3..6023dc1fc7 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.1" } }