From 33d972a81517c6817b39dd9c8adf9bfa7cf78391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 12:48:31 -0700 Subject: [PATCH] deps: bump cacache from 16.1.3 to 17.0.0 (#184) BREAKING CHANGE: this module no longer attempts to change file ownership automatically --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa1c328..1bc83a0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", - "cacache": "^16.1.0", + "cacache": "^17.0.0", "http-cache-semantics": "^4.1.0", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0",