From 1b8de0c13c7bfef7a9a3904f2700b979b91235e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:43:38 +0000 Subject: [PATCH] Bump node-gyp-build from 4.8.2 to 4.8.4 in /bindings/js Bumps [node-gyp-build](https://github.com/prebuild/node-gyp-build) from 4.8.2 to 4.8.4. - [Commits](https://github.com/prebuild/node-gyp-build/compare/v4.8.2...v4.8.4) --- 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 eede0cd9f..a673fcea3 100644 --- a/bindings/js/package-lock.json +++ b/bindings/js/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "node-gyp": "^10.2.0", - "node-gyp-build": "^4.8.2" + "node-gyp-build": "^4.8.4" }, "devDependencies": { "node-api-headers": "^1.4.0" @@ -658,9 +658,9 @@ } }, "node_modules/node-gyp-build": { - "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==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", + "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", "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 ed0549e44..50298c9eb 100644 --- a/bindings/js/package.json +++ b/bindings/js/package.json @@ -48,7 +48,7 @@ ], "dependencies": { "node-gyp": "^10.2.0", - "node-gyp-build": "^4.8.2" + "node-gyp-build": "^4.8.4" }, "devDependencies": { "node-api-headers": "^1.4.0"