Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency node-gyp to ^10.3.1 #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"make-synchronized": "^0.0.3",
"node-gyp": "^10.0.1",
"node-gyp": "^10.3.1",
"patch-package": "^8.0.0",
"prettier": "^3.1.1",
"simple-git-hooks": "^2.9.0",
Expand Down
45 changes: 43 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11867,7 +11867,27 @@ __metadata:
languageName: node
linkType: hard

"node-gyp@npm:^10.0.1, node-gyp@npm:latest":
"node-gyp@npm:^10.3.1":
version: 10.3.1
resolution: "node-gyp@npm:10.3.1"
dependencies:
env-paths: "npm:^2.2.0"
exponential-backoff: "npm:^3.1.1"
glob: "npm:^10.3.10"
graceful-fs: "npm:^4.2.6"
make-fetch-happen: "npm:^13.0.0"
nopt: "npm:^7.0.0"
proc-log: "npm:^4.1.0"
semver: "npm:^7.3.5"
tar: "npm:^6.2.1"
which: "npm:^4.0.0"
bin:
node-gyp: bin/node-gyp.js
checksum: 87c3b50e1f6f5256b5d2879a8c064eefa53ed444bad2a20870be43bc189db7cbffe22c30af056046c6d904181d73881b1726fd391d2f6f79f89b991019f195ea
languageName: node
linkType: hard

"node-gyp@npm:latest":
version: 10.0.1
resolution: "node-gyp@npm:10.0.1"
dependencies:
Expand Down Expand Up @@ -12744,6 +12764,13 @@ __metadata:
languageName: node
linkType: hard

"proc-log@npm:^4.1.0":
version: 4.2.0
resolution: "proc-log@npm:4.2.0"
checksum: 17db4757c2a5c44c1e545170e6c70a26f7de58feb985091fb1763f5081cab3d01b181fb2dd240c9f4a4255a1d9227d163d5771b7e69c9e49a561692db865efb9
languageName: node
linkType: hard

"promise-retry@npm:^2.0.1":
version: 2.0.1
resolution: "promise-retry@npm:2.0.1"
Expand Down Expand Up @@ -15158,7 +15185,7 @@ __metadata:
jest: "npm:^29.7.0"
lint-staged: "npm:^15.2.0"
make-synchronized: "npm:^0.0.3"
node-gyp: "npm:^10.0.1"
node-gyp: "npm:^10.3.1"
patch-package: "npm:^8.0.0"
prettier: "npm:^3.1.1"
simple-git-hooks: "npm:^2.9.0"
Expand Down Expand Up @@ -15195,6 +15222,20 @@ __metadata:
languageName: node
linkType: hard

"tar@npm:^6.2.1":
version: 6.2.1
resolution: "tar@npm:6.2.1"
dependencies:
chownr: "npm:^2.0.0"
fs-minipass: "npm:^2.0.0"
minipass: "npm:^5.0.0"
minizlib: "npm:^2.1.1"
mkdirp: "npm:^1.0.3"
yallist: "npm:^4.0.0"
checksum: a5eca3eb50bc11552d453488344e6507156b9193efd7635e98e867fab275d527af53d8866e2370cd09dfe74378a18111622ace35af6a608e5223a7d27fe99537
languageName: node
linkType: hard

"term-size@npm:^2.1.0":
version: 2.2.1
resolution: "term-size@npm:2.2.1"
Expand Down
Loading