Skip to content

Commit fd5591d

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency npm-package-arg to v11
1 parent d90f2f6 commit fd5591d

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"ng-packagr": "17.0.0-next.0",
177177
"node-fetch": "^2.2.0",
178178
"npm": "^8.11.0",
179-
"npm-package-arg": "10.1.0",
179+
"npm-package-arg": "11.0.0",
180180
"open": "8.4.2",
181181
"ora": "5.4.1",
182182
"pacote": "16.0.0",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ini": "4.1.1",
3232
"inquirer": "8.2.6",
3333
"jsonc-parser": "3.2.0",
34-
"npm-package-arg": "10.1.0",
34+
"npm-package-arg": "11.0.0",
3535
"npm-pick-manifest": "8.0.2",
3636
"open": "8.4.2",
3737
"ora": "5.4.1",

yarn.lock

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7420,6 +7420,13 @@ hosted-git-info@^6.0.0:
74207420
dependencies:
74217421
lru-cache "^7.5.1"
74227422

7423+
hosted-git-info@^7.0.0:
7424+
version "7.0.0"
7425+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.0.tgz#276330b8ad9f4566e82c8ccb16050decc096076b"
7426+
integrity sha512-ICclEpTLhHj+zCuSb2/usoNXSVkxUSIopre+b1w8NDY9Dntp9LO4vLdHYI336TH8sAqwrRgnSfdkBG2/YpisHA==
7427+
dependencies:
7428+
lru-cache "^10.0.1"
7429+
74237430
hpack.js@^2.1.6:
74247431
version "2.1.6"
74257432
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
@@ -9544,7 +9551,17 @@ npm-normalize-package-bin@^3.0.0:
95449551
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832"
95459552
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==
95469553

9547-
[email protected], npm-package-arg@^10.0.0:
9554+
9555+
version "11.0.0"
9556+
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-11.0.0.tgz#0f09cba4a2c7e1bcba9c6520cd1775fa18eda82d"
9557+
integrity sha512-D8sItaQ8n6VlBUFed3DLz2sCpkabRAjaiLkTamDppvh8lmmAPirzNfBuhJd/2rlmoxZ2S9mOHmIEvzV2z2jOeA==
9558+
dependencies:
9559+
hosted-git-info "^7.0.0"
9560+
proc-log "^3.0.0"
9561+
semver "^7.3.5"
9562+
validate-npm-package-name "^5.0.0"
9563+
9564+
npm-package-arg@^10.0.0:
95489565
version "10.1.0"
95499566
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-10.1.0.tgz#827d1260a683806685d17193073cc152d3c7e9b1"
95509567
integrity sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==

0 commit comments

Comments
 (0)