Skip to content

Commit

Permalink
Update node-gyp-build version
Browse files Browse the repository at this point in the history
  • Loading branch information
seasonyuu committed Sep 11, 2024
1 parent 798418e commit c7f7373
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.x.x"
},
"dependencies": {
"node-gyp-build": "4.x.x"
"node-gyp-build": "^4.8.2"
},
"prebuild": {
"test": "dist/prebuild-test-noop.js"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ node-abi@^3.3.0:
dependencies:
semver "^7.3.5"

node-gyp-build@4.x.x:
version "4.5.0"
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.5.0.tgz#7a64eefa0b21112f89f58379da128ac177f20e40"
integrity sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==
node-gyp-build@^4.8.2:
version "4.8.2"
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.8.2.tgz#4f802b71c1ab2ca16af830e6c1ea7dd1ad9496fa"
integrity sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==

npm-run-path@^3.1.0:
version "3.1.0"
Expand Down

0 comments on commit c7f7373

Please sign in to comment.