Skip to content

Commit ecce067

Browse files
renovate-botdgp1130
authored andcommitted
build: update pacote to version 11.0.1
1 parent 78cf0c7 commit ecce067

File tree

3 files changed

+106
-6
lines changed

3 files changed

+106
-6
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.0",
3939
"npm-pick-manifest": "6.0.0",
4040
"open": "7.0.2",
41-
"pacote": "11.0.0",
41+
"pacote": "11.0.1",
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.0.0",
19+
"pacote": "11.0.1",
2020
"rxjs": "6.5.4",
2121
"semver": "7.1.3",
2222
"semver-intersect": "1.4.0"

yarn.lock

Lines changed: 104 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,11 @@
10541054
dependencies:
10551055
defer-to-connect "^2.0.0"
10561056

1057+
"@tootallnate/once@1":
1058+
version "1.0.0"
1059+
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.0.0.tgz#9c13c2574c92d4503b005feca8f2e16cc1611506"
1060+
integrity sha512-KYyTT/T6ALPkIRd2Ge080X/BsXvy9O0hcWTtMWkPvwAwF99+vn6Dv4GzrFT/Nn1LePr+FFDbRXXlqmsy9lw2zA==
1061+
10571062
"@types/anymatch@*":
10581063
version "1.3.1"
10591064
resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a"
@@ -1907,6 +1912,13 @@ agent-base@5:
19071912
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
19081913
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
19091914

1915+
agent-base@6:
1916+
version "6.0.0"
1917+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.0.tgz#5d0101f19bbfaed39980b22ae866de153b93f09a"
1918+
integrity sha512-j1Q7cSCqN+AwrmDd+pzgqc0/NpC655x2bUf5ZjRIO77DcNBFmh+OgRNzF6OKdCC9RSCb19fGd99+bhXFdkRNqw==
1919+
dependencies:
1920+
debug "4"
1921+
19101922
agent-base@^4.3.0:
19111923
version "4.3.0"
19121924
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
@@ -2967,7 +2979,7 @@ chokidar@^2.0.2, chokidar@^2.1.8:
29672979
optionalDependencies:
29682980
fsevents "^1.2.7"
29692981

2970-
chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.3:
2982+
chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.3, chownr@^1.1.4:
29712983
version "1.1.4"
29722984
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
29732985
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
@@ -5645,6 +5657,15 @@ http-proxy-agent@^3.0.0:
56455657
agent-base "5"
56465658
debug "4"
56475659

5660+
http-proxy-agent@^4.0.1:
5661+
version "4.0.1"
5662+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
5663+
integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==
5664+
dependencies:
5665+
"@tootallnate/once" "1"
5666+
agent-base "6"
5667+
debug "4"
5668+
56485669
http-proxy-middleware@0.19.1:
56495670
version "0.19.1"
56505671
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a"
@@ -5699,6 +5720,14 @@ https-proxy-agent@^4.0.0:
56995720
agent-base "5"
57005721
debug "4"
57015722

5723+
https-proxy-agent@^5.0.0:
5724+
version "5.0.0"
5725+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
5726+
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
5727+
dependencies:
5728+
agent-base "6"
5729+
debug "4"
5730+
57025731
humanize-ms@^1.2.1:
57035732
version "1.2.1"
57045733
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -7334,6 +7363,27 @@ make-fetch-happen@^8.0.1:
73347363
socks-proxy-agent "^4.0.0"
73357364
ssri "^8.0.0"
73367365

7366+
make-fetch-happen@^8.0.2:
7367+
version "8.0.2"
7368+
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-8.0.2.tgz#155ef26d7c6f3caf8146b0f5d0140a01e0fdc050"
7369+
integrity sha512-jRqI9zjLyz8ufXfLSbEObJ6a8sv8geeKYEPFpI+b39JjYU14MZtCiJGazSWPZMjCm7161b4r57N/na5fBXpooQ==
7370+
dependencies:
7371+
agentkeepalive "^4.1.0"
7372+
cacache "^15.0.0"
7373+
http-cache-semantics "^4.0.4"
7374+
http-proxy-agent "^4.0.1"
7375+
https-proxy-agent "^5.0.0"
7376+
is-lambda "^1.0.1"
7377+
lru-cache "^5.1.1"
7378+
minipass "^3.0.0"
7379+
minipass-collect "^1.0.2"
7380+
minipass-fetch "^1.1.2"
7381+
minipass-flush "^1.0.5"
7382+
minipass-pipeline "^1.2.2"
7383+
promise-retry "^1.1.1"
7384+
socks-proxy-agent "^5.0.0"
7385+
ssri "^8.0.0"
7386+
73377387
mamacro@^0.0.3:
73387388
version "0.0.3"
73397389
resolved "https://registry.yarnpkg.com/mamacro/-/mamacro-0.0.3.tgz#ad2c9576197c9f1abf308d0787865bd975a3f3e4"
@@ -8054,7 +8104,7 @@ npm-packlist@^1.1.6:
80548104
npm-bundled "^1.0.1"
80558105
npm-normalize-package-bin "^1.0.1"
80568106

8057-
npm-packlist@^2.0.3:
8107+
npm-packlist@^2.0.3, npm-packlist@^2.1.0:
80588108
version "2.1.0"
80598109
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-2.1.0.tgz#ab9c8de31df6d55b78ae94eb5c47f145bc304dc0"
80608110
integrity sha512-XXqrT4WXVc8M1cdL7LCOUflEdyvCu9lKmM5j5mFwXAK8hUMRxzClNml8ox2d8YIDhS7p51AP6zYWNsgNiWuSLQ==
@@ -8106,6 +8156,20 @@ npm-registry-fetch@^7.0.0:
81068156
minizlib "^2.0.0"
81078157
npm-package-arg "^8.0.0"
81088158

8159+
npm-registry-fetch@^7.0.1:
8160+
version "7.0.1"
8161+
resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-7.0.1.tgz#62ce40812805807ced44ff7497b4b41d3691123c"
8162+
integrity sha512-gUogvusj0xfJSJtK7K+MiGT2NwdqJEknmpAq+OnV7dKLM1TlGEDjJD9Jf20PLiMk1qQfvbwHUKie/lX49xpbjQ==
8163+
dependencies:
8164+
"@npmcli/ci-detect" "^1.0.0"
8165+
lru-cache "^5.1.1"
8166+
make-fetch-happen "^8.0.2"
8167+
minipass "^3.0.0"
8168+
minipass-fetch "^1.1.2"
8169+
minipass-json-stream "^1.0.1"
8170+
minizlib "^2.0.0"
8171+
npm-package-arg "^8.0.0"
8172+
81098173
npm-run-path@^2.0.0:
81108174
version "2.0.2"
81118175
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -8500,6 +8564,33 @@ pacote@11.0.0:
85008564
tar "^6.0.0"
85018565
which "^2.0.2"
85028566

8567+
pacote@11.0.1:
8568+
version "11.0.1"
8569+
resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.0.1.tgz#1db10296602e636167359b7ae19693ad2a322646"
8570+
integrity sha512-lmIXslnRgt150tqHslo/7iC26W/Y7JrvReQrYHdSAkFQ7QiTvxyHCotKDdaJdZ3WBlzuwucNlApnCieSqTNuGg==
8571+
dependencies:
8572+
"@npmcli/installed-package-contents" "^1.0.5"
8573+
cacache "^15.0.0"
8574+
chownr "^1.1.4"
8575+
fs-minipass "^2.1.0"
8576+
infer-owner "^1.0.4"
8577+
lru-cache "^5.1.1"
8578+
minipass "^3.0.1"
8579+
minipass-fetch "^1.2.1"
8580+
mkdirp "^1.0.3"
8581+
npm-package-arg "^8.0.0"
8582+
npm-packlist "^2.1.0"
8583+
npm-pick-manifest "^6.0.0"
8584+
npm-registry-fetch "^7.0.1"
8585+
osenv "^0.1.5"
8586+
promise-inflight "^1.0.1"
8587+
promise-retry "^1.1.1"
8588+
read-package-json-fast "^1.1.3"
8589+
semver "^7.1.3"
8590+
ssri "^8.0.0"
8591+
tar "^6.0.1"
8592+
which "^2.0.2"
8593+
85038594
pako@^0.2.5:
85048595
version "0.2.9"
85058596
resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75"
@@ -10207,7 +10298,7 @@ semver@7.1.1:
1020710298
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.1.tgz#29104598a197d6cbe4733eeecbe968f7b43a9667"
1020810299
integrity sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==
1020910300

10210-
semver@7.1.3, semver@^7.0.0, semver@^7.1.1:
10301+
semver@7.1.3, semver@^7.0.0, semver@^7.1.1, semver@^7.1.3:
1021110302
version "7.1.3"
1021210303
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
1021310304
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
@@ -10467,7 +10558,16 @@ socks-proxy-agent@^4.0.0:
1046710558
agent-base "~4.2.1"
1046810559
socks "~2.3.2"
1046910560

10470-
socks@~2.3.2:
10561+
socks-proxy-agent@^5.0.0:
10562+
version "5.0.0"
10563+
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-5.0.0.tgz#7c0f364e7b1cf4a7a437e71253bed72e9004be60"
10564+
integrity sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==
10565+
dependencies:
10566+
agent-base "6"
10567+
debug "4"
10568+
socks "^2.3.3"
10569+
10570+
socks@^2.3.3, socks@~2.3.2:
1047110571
version "2.3.3"
1047210572
resolved "https://registry.yarnpkg.com/socks/-/socks-2.3.3.tgz#01129f0a5d534d2b897712ed8aceab7ee65d78e3"
1047310573
integrity sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA==

0 commit comments

Comments
 (0)