Skip to content

Commit 2986f4e

Browse files
committed
deps: cacache@18.0.4
1 parent a44ab26 commit 2986f4e

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

node_modules/cacache/lib/entry-index.js

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const { moveFile } = require('@npmcli/fs')
2222
const pMap = require('p-map')
2323
const lsStreamConcurrency = 5
2424

25-
2625
module.exports.NotFoundError = class NotFoundError extends Error {
2726
constructor (cache, key) {
2827
super(`No cache entry for ${key} found in ${cache}`)

node_modules/cacache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cacache",
3-
"version": "18.0.3",
3+
"version": "18.0.4",
44
"cache-version": {
55
"content": "2",
66
"index": "5"

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@sigstore/tuf": "^2.3.4",
9999
"abbrev": "^2.0.0",
100100
"archy": "~1.0.0",
101-
"cacache": "^18.0.3",
101+
"cacache": "^18.0.4",
102102
"chalk": "^5.3.0",
103103
"ci-info": "^4.0.0",
104104
"cli-columns": "^4.0.0",
@@ -2946,9 +2946,9 @@
29462946
"license": "MIT"
29472947
},
29482948
"node_modules/cacache": {
2949-
"version": "18.0.3",
2950-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz",
2951-
"integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==",
2949+
"version": "18.0.4",
2950+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
2951+
"integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
29522952
"inBundle": true,
29532953
"license": "ISC",
29542954
"dependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@sigstore/tuf": "^2.3.4",
6464
"abbrev": "^2.0.0",
6565
"archy": "~1.0.0",
66-
"cacache": "^18.0.3",
66+
"cacache": "^18.0.4",
6767
"chalk": "^5.3.0",
6868
"ci-info": "^4.0.0",
6969
"cli-columns": "^4.0.0",

0 commit comments

Comments
 (0)