File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 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')
2222const pMap = require ( 'p-map' )
2323const lsStreamConcurrency = 5
2424
25-
2625module . exports . NotFoundError = class NotFoundError extends Error {
2726 constructor ( cache , key ) {
2827 super ( `No cache entry for ${ key } found in ${ cache } ` )
Original file line number Diff line number Diff line change 11{
22 "name" : " cacache" ,
3- "version" : " 18.0.3 " ,
3+ "version" : " 18.0.4 " ,
44 "cache-version" : {
55 "content" : " 2" ,
66 "index" : " 5"
Original file line number Diff line number Diff line change 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",
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": {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments