Skip to content

Commit

Permalink
build(deps): update dependency cacache to v17.0.2 (#18870)
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 Nov 11, 2022
1 parent 1f76759 commit 3cd2998
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"aws4": "1.11.0",
"azure-devops-node-api": "11.2.0",
"bunyan": "1.8.15",
"cacache": "17.0.1",
"cacache": "17.0.2",
"cacheable-lookup": "5.0.4",
"chalk": "4.1.2",
"changelog-filename-regex": "2.0.1",
Expand Down
27 changes: 9 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1924,10 +1924,10 @@
"@gar/promisify" "^1.1.3"
semver "^7.3.5"

"@npmcli/fs@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.0.0.tgz#00d13fd40d9144fb0ca40faf04f755625856ccd2"
integrity sha512-GdeVD+dnBxzMslTFvnctLX5yIqV4ZNZBWNbo1OejQ++bZpnFNQ1AjOn9Sboi+LzheQbCBU1ts1mhEVduHrcZOQ==
"@npmcli/fs@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.0.tgz#233d43a25a91d68c3a863ba0da6a3f00924a173e"
integrity sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==
dependencies:
semver "^7.3.5"

Expand Down Expand Up @@ -1982,14 +1982,6 @@
mkdirp "^1.0.4"
rimraf "^3.0.2"

"@npmcli/move-file@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-3.0.0.tgz#3e1be5c880c9ba2d9c6453709d3ffd2d7a4cf192"
integrity sha512-mOUBUIXsqAQBfn87vGIjBAve6JmD9PkP9Vdq2SayDqQh2Ol60hnXaBSvT4V6IQiho1otw6SipnVV1fulvOiyKQ==
dependencies:
mkdirp "^1.0.4"
rimraf "^3.0.2"

"@npmcli/name-from-folder@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz#77ecd0a4fcb772ba6fe927e2e2e155fbec2e6b1a"
Expand Down Expand Up @@ -3792,13 +3784,12 @@ bunyan@1.8.15:
mv "~2"
safe-json-stringify "~1"

cacache@17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.1.tgz#bcba581a1b311b552b21f71d6205c67551a8d6d5"
integrity sha512-HRnDSZUXB5hdCQc2wuB8eBQPe1a9PVU2Ow8zMTi82NGJZmBGNTSjEGzetlndKlqpVYBa4esdaJ2LH6/uOB4sFQ==
cacache@17.0.2:
version "17.0.2"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.2.tgz#ff2bd029bf45099b3fe711f56fbf138b846c8d6d"
integrity sha512-rYUs2x4OjSgCQND7nTrh21AHIBFgd7s/ctAYvU3a8u+nK+R5YaX/SFPDYz4Azz7SGL6+6L9ZZWI4Kawpb7grzQ==
dependencies:
"@npmcli/fs" "^3.0.0"
"@npmcli/move-file" "^3.0.0"
"@npmcli/fs" "^3.1.0"
fs-minipass "^2.1.0"
glob "^8.0.1"
lru-cache "^7.7.1"
Expand Down

0 comments on commit 3cd2998

Please sign in to comment.