From 53e88448d9c40be3ad92d4aa48dcec7084cee793 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 23:59:19 +0000 Subject: [PATCH] build(deps): update dependency cacache to v17.0.3 (#19410) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a2a7ed18ac..af7d8e71b7 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "aws4": "1.11.0", "azure-devops-node-api": "11.2.0", "bunyan": "1.8.15", - "cacache": "17.0.2", + "cacache": "17.0.3", "cacheable-lookup": "5.0.4", "chalk": "4.1.2", "changelog-filename-regex": "2.0.1", diff --git a/yarn.lock b/yarn.lock index 1c38b73933..669af96edf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3790,16 +3790,16 @@ bunyan@1.8.15: mv "~2" safe-json-stringify "~1" -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== +cacache@17.0.3: + version "17.0.3" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.3.tgz#9ba14e0e50eca763ae7e2ee89036a948a13035ed" + integrity sha512-pwsIK/grdM0cHpfVaNFxMdzElBtLJGsVPE+JnxqXP1l40O01Z1mfDE8MbRTuwomGq/UwEtGisOylutOEVJxEqg== dependencies: "@npmcli/fs" "^3.1.0" fs-minipass "^2.1.0" glob "^8.0.1" lru-cache "^7.7.1" - minipass "^3.1.6" + minipass "^4.0.0" minipass-collect "^1.0.2" minipass-flush "^1.0.5" minipass-pipeline "^1.2.4" -- GitLab