Skip to content

Commit

Permalink
build(deps): update dependency cacache to v17.1.0 (#21979)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 4, 2023
1 parent e3e6de9 commit 7f6ca97
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -169,7 +169,7 @@
"aws4": "1.12.0",
"azure-devops-node-api": "12.0.0",
"bunyan": "1.8.15",
"cacache": "17.0.6",
"cacache": "17.1.0",
"cacheable-lookup": "5.0.4",
"chalk": "4.1.2",
"changelog-filename-regex": "2.0.1",
Expand Down
28 changes: 23 additions & 5 deletions yarn.lock
Expand Up @@ -3884,10 +3884,10 @@ bunyan@1.8.15:
mv "~2"
safe-json-stringify "~1"

cacache@17.0.6, cacache@^17.0.0, cacache@^17.0.4, cacache@^17.0.5:
version "17.0.6"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.6.tgz#faf9739a067e6dcfd31316df82fdf7e1ec460373"
integrity sha512-ixcYmEBExFa/+ajIPjcwypxL97CjJyOsH9A/W+4qgEPIpJvKlC+HmVY8nkIck6n3PwUTdgq9c489niJGwl+5Cw==
cacache@17.1.0:
version "17.1.0"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.1.0.tgz#b7286ef941dafe55b461cdcdceda71cacc1eb98d"
integrity sha512-hXpFU+Z3AfVmNuiLve1qxWHMq0RSIt5gjCKAHi/M6DktwFwDdAXAtunl1i4WSKaaVcU9IsRvXFg42jTHigcC6Q==
dependencies:
"@npmcli/fs" "^3.1.0"
fs-minipass "^3.0.0"
Expand All @@ -3898,7 +3898,6 @@ cacache@17.0.6, cacache@^17.0.0, cacache@^17.0.4, cacache@^17.0.5:
minipass-flush "^1.0.5"
minipass-pipeline "^1.2.4"
p-map "^4.0.0"
promise-inflight "^1.0.1"
ssri "^10.0.0"
tar "^6.1.11"
unique-filename "^3.0.0"
Expand Down Expand Up @@ -3927,6 +3926,25 @@ cacache@^16.1.0:
tar "^6.1.11"
unique-filename "^2.0.0"

cacache@^17.0.0, cacache@^17.0.4, cacache@^17.0.5:
version "17.0.6"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.6.tgz#faf9739a067e6dcfd31316df82fdf7e1ec460373"
integrity sha512-ixcYmEBExFa/+ajIPjcwypxL97CjJyOsH9A/W+4qgEPIpJvKlC+HmVY8nkIck6n3PwUTdgq9c489niJGwl+5Cw==
dependencies:
"@npmcli/fs" "^3.1.0"
fs-minipass "^3.0.0"
glob "^10.2.2"
lru-cache "^7.7.1"
minipass "^5.0.0"
minipass-collect "^1.0.2"
minipass-flush "^1.0.5"
minipass-pipeline "^1.2.4"
p-map "^4.0.0"
promise-inflight "^1.0.1"
ssri "^10.0.0"
tar "^6.1.11"
unique-filename "^3.0.0"

cacheable-lookup@5.0.4, cacheable-lookup@^5.0.3:
version "5.0.4"
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005"
Expand Down

0 comments on commit 7f6ca97

Please sign in to comment.