Skip to content

Commit c7ca612

Browse files
angular-robotclydin
authored andcommitted
build: update dependency pacote to v14
1 parent 4fa5b52 commit c7ca612

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"npm-package-arg": "9.1.2",
180180
"open": "8.4.0",
181181
"ora": "5.4.1",
182-
"pacote": "13.6.2",
182+
"pacote": "14.0.0",
183183
"parse5-html-rewriting-stream": "6.0.1",
184184
"pidtree": "^0.6.0",
185185
"pidusage": "^3.0.0",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"npm-pick-manifest": "7.0.2",
3737
"open": "8.4.0",
3838
"ora": "5.4.1",
39-
"pacote": "13.6.2",
39+
"pacote": "14.0.0",
4040
"resolve": "1.22.1",
4141
"semver": "7.3.8",
4242
"symbol-observable": "4.0.0",

yarn.lock

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8256,6 +8256,13 @@ npm-packlist@^5.1.0:
82568256
npm-bundled "^2.0.0"
82578257
npm-normalize-package-bin "^2.0.0"
82588258

8259+
npm-packlist@^7.0.0:
8260+
version "7.0.0"
8261+
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-7.0.0.tgz#d451b7d797d4b05128796d9573d69be51fdf8f31"
8262+
integrity sha512-8GRMzWQmFdUrRmc6tPPCd9Umm9g2qDR6X6Rik+9nYvoDQTLs/0IcCKv6iUdAmgr9sgJCm24QovwozCHWMDriOg==
8263+
dependencies:
8264+
ignore-walk "^5.0.1"
8265+
82598266
npm-pick-manifest@7.0.2, npm-pick-manifest@^7.0.0, npm-pick-manifest@^7.0.2:
82608267
version "7.0.2"
82618268
resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-7.0.2.tgz#1d372b4e7ea7c6712316c0e99388a73ed3496e84"
@@ -8611,7 +8618,34 @@ p-try@^2.0.0:
86118618
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
86128619
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
86138620

8614-
pacote@13.6.2, pacote@^13.0.3, pacote@^13.6.1, pacote@^13.6.2:
8621+
pacote@14.0.0:
8622+
version "14.0.0"
8623+
resolved "https://registry.yarnpkg.com/pacote/-/pacote-14.0.0.tgz#aff1d9ac0fb420eb79187b291ecded20b370d8d3"
8624+
integrity sha512-SYXfAQi7Bj+suydMz7lVnEF4/xNIvP+uobXGPwIUdFPkUxoOBHYxCakMXHGQQZ9lIHLj2IXTJ6BeWSe6U/uAYg==
8625+
dependencies:
8626+
"@npmcli/git" "^3.0.0"
8627+
"@npmcli/installed-package-contents" "^1.0.7"
8628+
"@npmcli/promise-spawn" "^3.0.0"
8629+
"@npmcli/run-script" "^4.1.0"
8630+
cacache "^16.0.0"
8631+
chownr "^2.0.0"
8632+
fs-minipass "^2.1.0"
8633+
infer-owner "^1.0.4"
8634+
minipass "^3.1.6"
8635+
mkdirp "^1.0.4"
8636+
npm-package-arg "^9.0.0"
8637+
npm-packlist "^7.0.0"
8638+
npm-pick-manifest "^7.0.0"
8639+
npm-registry-fetch "^13.0.1"
8640+
proc-log "^2.0.0"
8641+
promise-retry "^2.0.1"
8642+
read-package-json "^5.0.0"
8643+
read-package-json-fast "^2.0.3"
8644+
rimraf "^3.0.2"
8645+
ssri "^9.0.0"
8646+
tar "^6.1.11"
8647+
8648+
pacote@^13.0.3, pacote@^13.6.1, pacote@^13.6.2:
86158649
version "13.6.2"
86168650
resolved "https://registry.yarnpkg.com/pacote/-/pacote-13.6.2.tgz#0d444ba3618ab3e5cd330b451c22967bbd0ca48a"
86178651
integrity sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg==

0 commit comments

Comments
 (0)