From 42b543fcc3c3de23076c1a33bc0aa3af0d72dd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:54:10 +0000 Subject: [PATCH] chore(deps): bump cacache in the dependencies group Bumps the dependencies group with 1 update: [cacache](https://github.com/npm/cacache). Updates `cacache` from 21.0.0 to 21.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/v21.0.0...v21.0.1) --- updated-dependencies: - dependency-name: cacache dependency-version: 21.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/cache/package.json | 2 +- workspaces/server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/cache/package.json b/workspaces/cache/package.json index 3a167fd1..f2fe50a9 100644 --- a/workspaces/cache/package.json +++ b/workspaces/cache/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "@nodesecure/scanner": "10.11.0", - "cacache": "21.0.0" + "cacache": "21.0.1" }, "devDependencies": { "@types/cacache": "20.0.1" diff --git a/workspaces/server/package.json b/workspaces/server/package.json index 5376ad05..2480de72 100644 --- a/workspaces/server/package.json +++ b/workspaces/server/package.json @@ -38,7 +38,7 @@ "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/ossf-scorecard-sdk": "4.0.1", "@nodesecure/scanner": "10.11.0", - "cacache": "21.0.0", + "cacache": "21.0.1", "chokidar": "5.0.0", "find-my-way": "9.6.0", "glob": "13.0.6",