Skip to content

Commit 0d0f3cf

Browse files
committed
build: update pacote to version 11.1.4
1 parent 4631c30 commit 0d0f3cf

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"npm-package-arg": "8.0.1",
3939
"npm-pick-manifest": "6.0.0",
4040
"open": "7.0.3",
41-
"pacote": "11.1.2",
41+
"pacote": "11.1.4",
4242
"read-package-tree": "5.3.1",
4343
"rimraf": "3.0.2",
4444
"semver": "7.1.3",

packages/schematics/update/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@yarnpkg/lockfile": "1.1.0",
1717
"ini": "1.3.5",
1818
"npm-package-arg": "^8.0.0",
19-
"pacote": "11.1.2",
19+
"pacote": "11.1.4",
2020
"rxjs": "6.5.4",
2121
"semver": "7.1.3",
2222
"semver-intersect": "1.4.0"

yarn.lock

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7994,7 +7994,7 @@ npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1:
79947994
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
79957995
integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
79967996

7997-
7997+
[email protected], npm-package-arg@^8.0.1:
79987998
version "8.0.1"
79997999
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.0.1.tgz#9d76f8d7667b2373ffda60bb801a27ef71e3e270"
80008000
integrity sha512-/h5Fm6a/exByzFSTm7jAyHbgOqErl9qSNJDQF32Si/ZzgwT2TERVxRxn3Jurw1wflgyVVAxnFR4fRHPM7y1ClQ==
@@ -8471,6 +8471,35 @@ [email protected]:
84718471
tar "^6.0.1"
84728472
which "^2.0.2"
84738473

8474+
8475+
version "11.1.4"
8476+
resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.1.4.tgz#5529a453c59881b7f059da8af6903b0f79c124b2"
8477+
integrity sha512-eUGJvSSpWFZKn3z8gig/HgnBmUl6gIWByIIaHzSyEr3tOWX0w8tFEADXtpu8HGv5E0ShCeTP6enRq8iHKCHSvw==
8478+
dependencies:
8479+
"@npmcli/git" "^2.0.1"
8480+
"@npmcli/installed-package-contents" "^1.0.5"
8481+
"@npmcli/promise-spawn" "^1.1.0"
8482+
cacache "^15.0.0"
8483+
chownr "^1.1.4"
8484+
fs-minipass "^2.1.0"
8485+
infer-owner "^1.0.4"
8486+
lru-cache "^5.1.1"
8487+
minipass "^3.0.1"
8488+
minipass-fetch "^1.2.1"
8489+
mkdirp "^1.0.3"
8490+
npm-package-arg "^8.0.1"
8491+
npm-packlist "^2.1.0"
8492+
npm-pick-manifest "^6.0.0"
8493+
npm-registry-fetch "^8.0.0"
8494+
promise-inflight "^1.0.1"
8495+
promise-retry "^1.1.1"
8496+
read-package-json-fast "^1.1.3"
8497+
rimraf "^2.7.1"
8498+
semver "^7.1.3"
8499+
ssri "^8.0.0"
8500+
tar "^6.0.1"
8501+
which "^2.0.2"
8502+
84748503
pako@^0.2.5:
84758504
version "0.2.9"
84768505
resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75"

0 commit comments

Comments
 (0)