From b2db40c15977c29f60e1f10e6086acb08ca2211b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 08:49:09 +0000 Subject: [PATCH] chore: update dependency cacache to ^18.0.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 ++++++---- packages/http-caching-proxy/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c5083900607..de5c5f97c52f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11758,9 +11758,10 @@ } }, "node_modules/cacache": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz", - "integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz", + "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", + "license": "ISC", "dependencies": { "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", @@ -11783,6 +11784,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", + "license": "ISC", "dependencies": { "minipass": "^7.0.3" }, @@ -37306,7 +37308,7 @@ "license": "MIT", "dependencies": { "axios": "^1.7.2", - "cacache": "^18.0.3", + "cacache": "^18.0.4", "debug": "^4.3.5", "rimraf": "^5.0.7", "tslib": "^2.6.3" diff --git a/packages/http-caching-proxy/package.json b/packages/http-caching-proxy/package.json index 25e32c4c06e8..aeba362c2a92 100644 --- a/packages/http-caching-proxy/package.json +++ b/packages/http-caching-proxy/package.json @@ -40,7 +40,7 @@ ], "dependencies": { "axios": "^1.7.2", - "cacache": "^18.0.3", + "cacache": "^18.0.4", "debug": "^4.3.5", "rimraf": "^5.0.7", "tslib": "^2.6.3"