From f3b4749656f56ae8f5d4fd6a961df19f1520e6f0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 23 May 2023 19:31:44 +0000
Subject: [PATCH] build(deps): update dependency cacache to v17.1.2 (#22387)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 7a9285882b..566b7ea255 100644
--- a/package.json
+++ b/package.json
@@ -170,7 +170,7 @@
     "aws4": "1.12.0",
     "azure-devops-node-api": "12.0.0",
     "bunyan": "1.8.15",
-    "cacache": "17.1.1",
+    "cacache": "17.1.2",
     "cacheable-lookup": "5.0.4",
     "chalk": "4.1.2",
     "changelog-filename-regex": "2.0.1",
diff --git a/yarn.lock b/yarn.lock
index f9116d7a98..cc3cd0f294 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4034,10 +4034,10 @@ bunyan@1.8.15:
     mv "~2"
     safe-json-stringify "~1"
 
-cacache@17.1.1:
-  version "17.1.1"
-  resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.1.1.tgz#f088b8cb6c10cfd3cb9e5f52e9b8fcdec315c412"
-  integrity sha512-PfSvLwoYQT04wGpsivFhKyVG1i4mpA0LoxF9WdE7C46E7K170GvvXgVNiTgxmagNcXItPjzGrOBc7CBQ7HgPvg==
+cacache@17.1.2:
+  version "17.1.2"
+  resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.1.2.tgz#57ce9b79d300373f7266f2f1e4e1718fe09e84b4"
+  integrity sha512-VcRDUtZd9r7yfGDpdm3dBDBSQbLd19IqWs9q1tuB9g6kmxYLwIjfLngRKMCfDHxReuf0SBclRuYn66Xds7jzUQ==
   dependencies:
     "@npmcli/fs" "^3.1.0"
     fs-minipass "^3.0.0"
-- 
GitLab