Skip to content

Commit 441a425

Browse files
renovate-botalan-agius4
authored andcommitted
build: update pacote to version 11.3.2
(cherry picked from commit 2bea259)
1 parent 4a68ad7 commit 441a425

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"npm-registry-client": "8.6.0",
178178
"open": "8.0.6",
179179
"ora": "5.4.0",
180-
"pacote": "11.3.1",
180+
"pacote": "11.3.2",
181181
"parse5-html-rewriting-stream": "6.0.1",
182182
"pidtree": "^0.5.0",
183183
"pidusage": "^2.0.17",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"npm-pick-manifest": "6.1.1",
4040
"open": "8.0.6",
4141
"ora": "5.4.0",
42-
"pacote": "11.3.1",
42+
"pacote": "11.3.2",
4343
"resolve": "1.20.0",
4444
"rimraf": "3.0.2",
4545
"semver": "7.3.5",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,11 +1375,6 @@
13751375
"@nodelib/fs.scandir" "2.1.4"
13761376
fastq "^1.6.0"
13771377

1378-
"@npmcli/ci-detect@^1.0.0":
1379-
version "1.3.0"
1380-
resolved "https://registry.yarnpkg.com/@npmcli/ci-detect/-/ci-detect-1.3.0.tgz#6c1d2c625fb6ef1b9dea85ad0a5afcbef85ef22a"
1381-
integrity sha512-oN3y7FAROHhrAt7Rr7PnTSwrHrZVRTS2ZbyxeQwSSYD0ifwM3YNgQqbaRmjcWoPyq77MjchusjJDspbzMmip1Q==
1382-
13831378
"@npmcli/git@^2.0.1":
13841379
version "2.0.6"
13851380
resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-2.0.6.tgz#47b97e96b2eede3f38379262fa3bdfa6eae57bf2"
@@ -8296,12 +8291,11 @@ [email protected]:
82968291
optionalDependencies:
82978292
npmlog "2 || ^3.1.0 || ^4.0.0"
82988293

8299-
npm-registry-fetch@^9.0.0:
8300-
version "9.0.0"
8301-
resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz#86f3feb4ce00313bc0b8f1f8f69daae6face1661"
8302-
integrity sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA==
8294+
npm-registry-fetch@^10.0.0:
8295+
version "10.1.0"
8296+
resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-10.1.0.tgz#3b618126b1011af74c12e75d6077712bda411da4"
8297+
integrity sha512-XcKu0h6OuRTB7HO5uv8htavPQJ1dYTLAXLE5AMs4GFQ1LbY+LlHiNoqIbVshE3rk0vLk+nKxpA/4WJm1kE7eqg==
83038298
dependencies:
8304-
"@npmcli/ci-detect" "^1.0.0"
83058299
lru-cache "^6.0.0"
83068300
make-fetch-happen "^8.0.9"
83078301
minipass "^3.1.3"
@@ -8674,10 +8668,10 @@ p-try@^2.0.0:
86748668
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
86758669
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
86768670

8677-
8678-
version "11.3.1"
8679-
resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.3.1.tgz#6ce95dd230db475cbd8789fd1f986bec51b4bf7c"
8680-
integrity sha512-TymtwoAG12cczsJIrwI/euOQKtjrQHlD0k0oyt9QSmZGpqa+KdlxKdWR/YUjYizkixaVyztxt/Wsfo8bL3A6Fg==
8671+
8672+
version "11.3.2"
8673+
resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.3.2.tgz#2bef04f6ec6bafceb5eb2f5b3965f0d00aee4d7e"
8674+
integrity sha512-lMO7V9aMhyE5gfaSFxKfW3OTdXuFBNQJfuNuet3NPzWWhOYIW90t85vHcHLDjdhgmfAdAHyh9q1HAap96ea0XA==
86818675
dependencies:
86828676
"@npmcli/git" "^2.0.1"
86838677
"@npmcli/installed-package-contents" "^1.0.6"
@@ -8692,7 +8686,7 @@ [email protected]:
86928686
npm-package-arg "^8.0.1"
86938687
npm-packlist "^2.1.4"
86948688
npm-pick-manifest "^6.0.0"
8695-
npm-registry-fetch "^9.0.0"
8689+
npm-registry-fetch "^10.0.0"
86968690
promise-retry "^2.0.1"
86978691
read-package-json-fast "^2.0.1"
86988692
rimraf "^3.0.2"

0 commit comments

Comments
 (0)