File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ const { moveFile } = require('@npmcli/fs')
22
22
const pMap = require ( 'p-map' )
23
23
const lsStreamConcurrency = 5
24
24
25
-
26
25
module . exports . NotFoundError = class NotFoundError extends Error {
27
26
constructor ( cache , key ) {
28
27
super ( `No cache entry for ${ key } found in ${ cache } ` )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cacache" ,
3
- "version" : " 18.0.3 " ,
3
+ "version" : " 18.0.4 " ,
4
4
"cache-version" : {
5
5
"content" : " 2" ,
6
6
"index" : " 5"
Original file line number Diff line number Diff line change 98
98
"@sigstore/tuf": "^2.3.4",
99
99
"abbrev": "^2.0.0",
100
100
"archy": "~1.0.0",
101
- "cacache": "^18.0.3 ",
101
+ "cacache": "^18.0.4 ",
102
102
"chalk": "^5.3.0",
103
103
"ci-info": "^4.0.0",
104
104
"cli-columns": "^4.0.0",
2946
2946
"license": "MIT"
2947
2947
},
2948
2948
"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 ==",
2952
2952
"inBundle": true,
2953
2953
"license": "ISC",
2954
2954
"dependencies": {
Original file line number Diff line number Diff line change 63
63
"@sigstore/tuf" : " ^2.3.4" ,
64
64
"abbrev" : " ^2.0.0" ,
65
65
"archy" : " ~1.0.0" ,
66
- "cacache" : " ^18.0.3 " ,
66
+ "cacache" : " ^18.0.4 " ,
67
67
"chalk" : " ^5.3.0" ,
68
68
"ci-info" : " ^4.0.0" ,
69
69
"cli-columns" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments