From a65331daa929b2f60c274cea981e7dd908ca8e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:07:41 +0000 Subject: [PATCH] chore: bump cacache from 18.0.4 to 19.0.1 Bumps [cacache](https://github.com/npm/cacache) from 18.0.4 to 19.0.1. - [Release notes](https://github.com/npm/cacache/releases) - [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/cacache/compare/v18.0.4...v19.0.1) --- updated-dependencies: - dependency-name: cacache dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf393f18..9d78f2fb 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@npmcli/eslint-config": "^5.0.0", "@npmcli/template-oss": "4.23.3", - "cacache": "^18.0.0", + "cacache": "^19.0.1", "nock": "^13.2.4", "require-inject": "^1.4.4", "ssri": "^12.0.0",