diff --git a/package-lock.json b/package-lock.json index 8faa31d98de7..8c6fadd76c5b 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" }, @@ -37303,7 +37305,7 @@ "license": "MIT", "dependencies": { "axios": "^1.7.2", - "cacache": "^18.0.3", + "cacache": "^18.0.4", "debug": "^4.3.6", "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 b78f13c2d76b..13b51945ff4b 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.6", "rimraf": "^5.0.7", "tslib": "^2.6.3"