From cde8b799652a925e99509c34ef64b32da18cfd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:51:16 +0000 Subject: [PATCH] Bump node-gyp-build from 4.6.0 to 4.6.1 in /bindings/js Bumps [node-gyp-build](https://github.com/prebuild/node-gyp-build) from 4.6.0 to 4.6.1. - [Commits](https://github.com/prebuild/node-gyp-build/compare/v4.6.0...v4.6.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 | 14 +++++++------- bindings/js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bindings/js/package-lock.json b/bindings/js/package-lock.json index 4eede1f77a..9dfa43fbc1 100644 --- a/bindings/js/package-lock.json +++ b/bindings/js/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "node-gyp": "^9.4.0", - "node-gyp-build": "^4.6.0" + "node-gyp-build": "^4.6.1" }, "devDependencies": { "node-api-headers": "^1.0.1" @@ -835,9 +835,9 @@ } }, "node_modules/node-gyp-build": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", - "integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.1.tgz", + "integrity": "sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -1979,9 +1979,9 @@ } }, "node-gyp-build": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", - "integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==" + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.1.tgz", + "integrity": "sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==" }, "nopt": { "version": "6.0.0", diff --git a/bindings/js/package.json b/bindings/js/package.json index 8b0efcf5cc..52ae2ed262 100644 --- a/bindings/js/package.json +++ b/bindings/js/package.json @@ -48,7 +48,7 @@ ], "dependencies": { "node-gyp": "^9.4.0", - "node-gyp-build": "^4.6.0" + "node-gyp-build": "^4.6.1" }, "devDependencies": { "node-api-headers": "^1.0.1"