Skip to content

Commit e84e28a

Browse files
renovate-botKeen Yee Liau
authored andcommitted
build: update pacote to version 9.5.8
1 parent b738f3a commit e84e28a

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"inquirer": "6.5.1",
3838
"npm-package-arg": "6.1.0",
3939
"open": "6.4.0",
40-
"pacote": "9.5.6",
40+
"pacote": "9.5.8",
4141
"read-package-tree": "5.3.1",
4242
"semver": "6.3.0",
4343
"symbol-observable": "1.2.0",

packages/schematics/update/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@angular-devkit/schematics": "0.0.0",
1616
"@yarnpkg/lockfile": "1.1.0",
1717
"ini": "1.3.5",
18-
"pacote": "9.5.6",
18+
"pacote": "9.5.8",
1919
"semver": "6.3.0",
2020
"semver-intersect": "1.4.0",
2121
"rxjs": "6.4.0"

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8092,6 +8092,15 @@ npm-pick-manifest@^2.2.3:
80928092
npm-package-arg "^6.0.0"
80938093
semver "^5.4.1"
80948094

8095+
npm-pick-manifest@^3.0.0:
8096+
version "3.0.0"
8097+
resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-3.0.0.tgz#c94cab52d201a85875e45198fffe1a8a348e7af7"
8098+
integrity sha512-H+OnFudiq38Qj8P8xcesD/1Xa0Kvr2QRn1DTlephIwNfJg3P30Szc1wtpGEgdPXfAyKZKT2ajIM2X8YtCrbXrA==
8099+
dependencies:
8100+
figgy-pudding "^3.5.1"
8101+
npm-package-arg "^6.0.0"
8102+
semver "^5.4.1"
8103+
80958104
80968105
version "8.6.0"
80978106
resolved "https://registry.yarnpkg.com/npm-registry-client/-/npm-registry-client-8.6.0.tgz#7f1529f91450732e89f8518e0f21459deea3e4c4"
@@ -8487,10 +8496,10 @@ package-json@^6.3.0:
84878496
registry-url "^5.0.0"
84888497
semver "^6.2.0"
84898498

8490-
8491-
version "9.5.6"
8492-
resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.5.6.tgz#1f749e25d82921941cf02e58e3312053940e5ea0"
8493-
integrity sha512-WyfTZU04KGx9h+ZD37vSmCK0KZMAPp2XTVhWdue7/1bAxBYM3YtyBGz1CNgiOvl3u5TYRT8RG4duhyXxQvaIxw==
8499+
8500+
version "9.5.8"
8501+
resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.5.8.tgz#23480efdc4fa74515855c9ecf39cf64078f99786"
8502+
integrity sha512-0Tl8Oi/K0Lo4MZmH0/6IsT3gpGf9eEAznLXEQPKgPq7FscnbUOyopnVpwXlnQdIbCUaojWy1Wd7VMyqfVsRrIw==
84948503
dependencies:
84958504
bluebird "^3.5.3"
84968505
cacache "^12.0.2"
@@ -8508,7 +8517,7 @@ [email protected]:
85088517
normalize-package-data "^2.4.0"
85098518
npm-package-arg "^6.1.0"
85108519
npm-packlist "^1.1.12"
8511-
npm-pick-manifest "^2.2.3"
8520+
npm-pick-manifest "^3.0.0"
85128521
npm-registry-fetch "^4.0.0"
85138522
osenv "^0.1.5"
85148523
promise-inflight "^1.0.1"

0 commit comments

Comments
 (0)