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"