From 3a316e7fdc6ed1448fd7b6a9f1a5fe48e7a34714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:57:03 +0200 Subject: [PATCH] Update dependency cache-manager-fs-hash to v2 (#143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 132044d..0c12afc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "cache-manager": "^5.0.0", - "cache-manager-fs-hash": "^1.0.0", + "cache-manager-fs-hash": "^2.0.0", "cli-progress": "^3.6.0", "colors": "^1.4.0", "execa": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index ea68e94..945d563 100644 --- a/yarn.lock +++ b/yarn.lock @@ -153,10 +153,10 @@ c8@^9.0.0: yargs "^17.7.2" yargs-parser "^21.1.1" -cache-manager-fs-hash@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/cache-manager-fs-hash/-/cache-manager-fs-hash-1.1.0.tgz#045ed9278977d776a2e4851b2d87440b6d77bd79" - integrity sha512-5D4Y2cnioxiy830a7QrWtRmsrfZCW1z3BOIZ0jessuFHIj/8e8mI4MsDYTaEz6aPn0EC4YAWWtQGJVsqccXW/w== +cache-manager-fs-hash@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/cache-manager-fs-hash/-/cache-manager-fs-hash-2.0.0.tgz#daa422ffe689ef16d15c8e3fd47932c8afd14171" + integrity sha512-w03tp8mvfglRUFtItCdC114rFyzk0umu5LnnRM5spnu2+Mj8/2PrDHCnaoPltto/2fK94fC/Kw2rHqBXqIEgTQ== dependencies: lockfile "^1.0.4"