Skip to content

chore(deps-dev): bump node-gyp from 11.1.0 to 11.2.0 in /modules/web #10154

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

Open
wants to merge 1 commit into
base: master
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 modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"minimatch": "10.0.1",
"minimist": "1.2.8",
"ng-extract-i18n-merge": "2.14.3",
"node-gyp": "11.1.0",
"node-gyp": "11.2.0",
"prettier": "3.5.3",
"q": "1.5.1",
"raw-loader": "4.0.2",
Expand Down
36 changes: 29 additions & 7 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11965,6 +11965,18 @@ __metadata:
languageName: node
linkType: hard

"fdir@npm:^6.4.4":
version: 6.4.4
resolution: "fdir@npm:6.4.4"
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
picomatch:
optional: true
checksum: 79043610236579ffbd0647c508b43bd030a2d034a17c43cf96813a00e8e92e51acdb115c6ddecef3b5812cc2692b976155b4f6413e51e3761f1e772fa019a321
languageName: node
linkType: hard

"figures@npm:^3.0.0, figures@npm:^3.2.0":
version: 3.2.0
resolution: "figures@npm:3.2.0"
Expand Down Expand Up @@ -14912,7 +14924,7 @@ __metadata:
ng-extract-i18n-merge: 2.14.3
ngx-cookie-service: 19.1.2
ngx-pipes: 3.2.2
node-gyp: 11.1.0
node-gyp: 11.2.0
normalize.css: 8.0.1
prettier: 3.5.3
q: 1.5.1
Expand Down Expand Up @@ -16207,23 +16219,23 @@ __metadata:
languageName: node
linkType: hard

"node-gyp@npm:11.1.0":
version: 11.1.0
resolution: "node-gyp@npm:11.1.0"
"node-gyp@npm:11.2.0":
version: 11.2.0
resolution: "node-gyp@npm:11.2.0"
dependencies:
env-paths: ^2.2.0
exponential-backoff: ^3.1.1
glob: ^10.3.10
graceful-fs: ^4.2.6
make-fetch-happen: ^14.0.3
nopt: ^8.0.0
proc-log: ^5.0.0
semver: ^7.3.5
tar: ^7.4.3
tinyglobby: ^0.2.12
which: ^5.0.0
bin:
node-gyp: bin/node-gyp.js
checksum: b196da39a7a45f302d6e03cfdb579eeecbfffa1ab3796de45652c2c0dcbf46b83fde715b054e4d00aa53da5f33033ac5791e20cbb7cc11267dac4f8975ef276c
checksum: 2536282ba81f8a94b29482d3622b6ab298611440619e46de4512a6f32396a68b5530357c474b859787069d84a4c537d99e0c71078cce5b9f808bf84eeb78e8fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -17134,7 +17146,7 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:4.0.2":
"picomatch@npm:4.0.2, picomatch@npm:^4.0.2":
version: 4.0.2
resolution: "picomatch@npm:4.0.2"
checksum: a7a5188c954f82c6585720e9143297ccd0e35ad8072231608086ca950bee672d51b0ef676254af0788205e59bd4e4deb4e7708769226bed725bf13370a7d1464
Expand Down Expand Up @@ -19724,6 +19736,16 @@ __metadata:
languageName: node
linkType: hard

"tinyglobby@npm:^0.2.12":
version: 0.2.13
resolution: "tinyglobby@npm:0.2.13"
dependencies:
fdir: ^6.4.4
picomatch: ^4.0.2
checksum: 3a2e87a2518cb3616057b0aa58be4f17771ae78c6890556516ae1e631f8ce4cfee1ba1dcb62fcc54a64e2bdd6c3104f4f3d021e1a3e3f8fb0875bca380b913e5
languageName: node
linkType: hard

"tinygradient@npm:^1.0.0":
version: 1.1.5
resolution: "tinygradient@npm:1.1.5"
Expand Down
Loading