From 8054ea20544aaaeada6d9dabd491d7f404b095cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:33:02 +0000 Subject: [PATCH] Bump node-gyp-build from 4.7.1 to 4.8.0 in /bindings/js Bumps [node-gyp-build](https://github.com/prebuild/node-gyp-build) from 4.7.1 to 4.8.0. - [Commits](https://github.com/prebuild/node-gyp-build/compare/v4.7.1...v4.8.0) --- updated-dependencies: - dependency-name: node-gyp-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bindings/js/package-lock.json | 8 ++++---- bindings/js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/js/package-lock.json b/bindings/js/package-lock.json index f31d3acf11..2c7da017b8 100644 --- a/bindings/js/package-lock.json +++ b/bindings/js/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "node-gyp": "^10.0.1", - "node-gyp-build": "^4.7.1" + "node-gyp-build": "^4.8.0" }, "devDependencies": { "node-api-headers": "^1.1.0" @@ -657,9 +657,9 @@ } }, "node_modules/node-gyp-build": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.7.1.tgz", - "integrity": "sha512-wTSrZ+8lsRRa3I3H8Xr65dLWSgCvY2l4AOnaeKdPA9TB/WYMPaTcrzf3rXvFoVvjKNVnu0CcWSx54qq9GKRUYg==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.0.tgz", + "integrity": "sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", diff --git a/bindings/js/package.json b/bindings/js/package.json index d76888b13d..b021f0f950 100644 --- a/bindings/js/package.json +++ b/bindings/js/package.json @@ -48,7 +48,7 @@ ], "dependencies": { "node-gyp": "^10.0.1", - "node-gyp-build": "^4.7.1" + "node-gyp-build": "^4.8.0" }, "devDependencies": { "node-api-headers": "^1.1.0"