From 6bf811a8bc8521575032f283aa49af93facce7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:33:09 +0000 Subject: [PATCH] chore: bump cacache from 18.0.4 to 19.0.0 Bumps [cacache](https://github.com/npm/cacache) from 18.0.4 to 19.0.0. - [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.0) --- 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..ee959600 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.0", "nock": "^13.2.4", "require-inject": "^1.4.4", "ssri": "^12.0.0",