Skip to content

Commit

Permalink
build: update dependency pacote to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Apr 16, 2024
1 parent 426f1e3 commit 0398392
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"npm-package-arg": "11.0.2",
"open": "8.4.2",
"ora": "5.4.1",
"pacote": "17.0.7",
"pacote": "18.0.0",
"parse5-html-rewriting-stream": "7.0.0",
"patch-package": "^7.0.1",
"picomatch": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"npm-package-arg": "11.0.2",
"npm-pick-manifest": "9.0.0",
"ora": "5.4.1",
"pacote": "17.0.7",
"pacote": "18.0.0",
"resolve": "1.22.8",
"semver": "7.6.0",
"symbol-observable": "4.0.0",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3140,15 +3140,16 @@
read-package-json-fast "^2.0.3"
which "^2.0.2"

"@npmcli/run-script@^7.0.0":
version "7.0.4"
resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-7.0.4.tgz#9f29aaf4bfcf57f7de2a9e28d1ef091d14b2e6eb"
integrity sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==
"@npmcli/run-script@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-8.0.0.tgz#644f8e28fd3cde25e40a79d3b35cb14076ec848b"
integrity sha512-5noc+eCQmX1W9nlFUe65n5MIteikd3vOA2sEPdXtlUv68KWyHNFZnT/LDRXu/E4nZ5yxjciP30pADr/GQ97W1w==
dependencies:
"@npmcli/node-gyp" "^3.0.0"
"@npmcli/package-json" "^5.0.0"
"@npmcli/promise-spawn" "^7.0.0"
node-gyp "^10.0.0"
proc-log "^4.0.0"
which "^4.0.0"

"@pkgjs/parseargs@^0.11.0":
Expand Down Expand Up @@ -10952,15 +10953,15 @@ pac-resolver@^7.0.0:
degenerator "^5.0.0"
netmask "^2.0.2"

pacote@17.0.7:
version "17.0.7"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-17.0.7.tgz#14b59a9bf5e3442c891af86825b97b7d72f48fba"
integrity sha512-sgvnoUMlkv9xHwDUKjKQFXVyUi8dtJGKp3vg6sYy+TxbDic5RjZCHF3ygv0EJgNRZ2GfRONjlKPUfokJ9lDpwQ==
pacote@18.0.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-18.0.0.tgz#974491c8b5a40f42830bc55361924ca7c7e45784"
integrity sha512-ma7uVt/q3Sb3XbLwUjOeClz+7feHjMOFegHn5whw++x+GzikZkAq/2auklSbRuy6EI2iJh1/ZqCpVaUcxRaeqQ==
dependencies:
"@npmcli/git" "^5.0.0"
"@npmcli/installed-package-contents" "^2.0.1"
"@npmcli/promise-spawn" "^7.0.0"
"@npmcli/run-script" "^7.0.0"
"@npmcli/run-script" "^8.0.0"
cacache "^18.0.0"
fs-minipass "^3.0.0"
minipass "^7.0.2"
Expand Down

0 comments on commit 0398392

Please sign in to comment.