build(deps): bump node-gyp-build from 4.8.0 to 4.8.1 (#52)

pull/625/head^2
dependabot[bot] 2024-05-06 17:32:52 +07:00 committed by GitHub
parent 6a7042c0e6
commit 15c81bd1ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated

@ -11,7 +11,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"node-addon-api": "^8.0.0", "node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.0" "node-gyp-build": "^4.8.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^9.1.1", "eslint": "^9.1.1",
@ -953,9 +953,9 @@
} }
}, },
"node_modules/node-gyp-build": { "node_modules/node-gyp-build": {
"version": "4.8.0", "version": "4.8.1",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.0.tgz", "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz",
"integrity": "sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==", "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==",
"bin": { "bin": {
"node-gyp-build": "bin.js", "node-gyp-build": "bin.js",
"node-gyp-build-optional": "optional.js", "node-gyp-build-optional": "optional.js",

@ -52,6 +52,6 @@
], ],
"dependencies": { "dependencies": {
"node-addon-api": "^8.0.0", "node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.0" "node-gyp-build": "^4.8.1"
} }
} }