From 1060bd1a61ffdc4ce87324f6814f6e096b73b3d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:59:50 +0000 Subject: [PATCH] Bump node-gyp-build from 4.8.0 to 4.8.1 in /bindings/js Bumps [node-gyp-build](https://github.com/prebuild/node-gyp-build) from 4.8.0 to 4.8.1. - [Commits](https://github.com/prebuild/node-gyp-build/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: node-gyp-build dependency-type: direct:production update-type: version-update:semver-patch ... 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 05ed269933..205299dac7 100644 --- a/bindings/js/package-lock.json +++ b/bindings/js/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "node-gyp": "^10.1.0", - "node-gyp-build": "^4.8.0" + "node-gyp-build": "^4.8.1" }, "devDependencies": { "node-api-headers": "^1.1.0" @@ -658,9 +658,9 @@ } }, "node_modules/node-gyp-build": { - "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==", + "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==", "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 7e8a96044c..eb88b5ce9a 100644 --- a/bindings/js/package.json +++ b/bindings/js/package.json @@ -48,7 +48,7 @@ ], "dependencies": { "node-gyp": "^10.1.0", - "node-gyp-build": "^4.8.0" + "node-gyp-build": "^4.8.1" }, "devDependencies": { "node-api-headers": "^1.1.0"