From 2986f4e5e08ea9d606012ee609a0b722a76b4252 Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 20 Aug 2024 07:40:00 -0700 Subject: [PATCH] deps: cacache@18.0.4 --- node_modules/cacache/lib/entry-index.js | 1 - node_modules/cacache/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/node_modules/cacache/lib/entry-index.js b/node_modules/cacache/lib/entry-index.js index f73a11ca29ddf..89c28f2f257d4 100644 --- a/node_modules/cacache/lib/entry-index.js +++ b/node_modules/cacache/lib/entry-index.js @@ -22,7 +22,6 @@ const { moveFile } = require('@npmcli/fs') const pMap = require('p-map') const lsStreamConcurrency = 5 - module.exports.NotFoundError = class NotFoundError extends Error { constructor (cache, key) { super(`No cache entry for ${key} found in ${cache}`) diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json index 0741183efc19b..6e6219158ed75 100644 --- a/node_modules/cacache/package.json +++ b/node_modules/cacache/package.json @@ -1,6 +1,6 @@ { "name": "cacache", - "version": "18.0.3", + "version": "18.0.4", "cache-version": { "content": "2", "index": "5" diff --git a/package-lock.json b/package-lock.json index 9e622cf7fac37..b91b483a12097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "@sigstore/tuf": "^2.3.4", "abbrev": "^2.0.0", "archy": "~1.0.0", - "cacache": "^18.0.3", + "cacache": "^18.0.4", "chalk": "^5.3.0", "ci-info": "^4.0.0", "cli-columns": "^4.0.0", @@ -2946,9 +2946,9 @@ "license": "MIT" }, "node_modules/cacache": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz", - "integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz", + "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", "inBundle": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index effda719d3772..3c304f5659a6a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@sigstore/tuf": "^2.3.4", "abbrev": "^2.0.0", "archy": "~1.0.0", - "cacache": "^18.0.3", + "cacache": "^18.0.4", "chalk": "^5.3.0", "ci-info": "^4.0.0", "cli-columns": "^4.0.0",