Commit b2fe59d 1 parent 823e9bb commit b2fe59d Copy full SHA for b2fe59d
File tree 3 files changed +17
-10
lines changed
3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 79
79
"vue-observe-visibility" : " ^1.0.0" ,
80
80
"vue-router" : " ^3.6.5" ,
81
81
"vuex" : " ^3.6.2" ,
82
- "youtubei.js" : " ^10.0 .0"
82
+ "youtubei.js" : " ^10.1 .0"
83
83
},
84
84
"devDependencies" : {
85
85
"@babel/core" : " ^7.24.7" ,
Original file line number Diff line number Diff line change @@ -976,6 +976,13 @@ function runApp() {
976
976
977
977
try {
978
978
const contents = await asyncFs . readFile ( filePath )
979
+
980
+ // Probably a corrupted/broken cache entry, pretend it's absent
981
+ // A valid entry should be a few KB large
982
+ if ( contents . byteLength < 500 ) {
983
+ return undefined
984
+ }
985
+
979
986
return contents . buffer
980
987
} catch ( e ) {
981
988
console . error ( e )
Original file line number Diff line number Diff line change @@ -5497,10 +5497,10 @@ jest-worker@^29.7.0:
5497
5497
merge-stream "^2.0.0"
5498
5498
supports-color "^8.0.0"
5499
5499
5500
- jintr@^1.1 .0 :
5501
- version "1.1 .0"
5502
- resolved "https://registry.yarnpkg.com/jintr/-/jintr-1.1 .0.tgz#223a3b07f5e03d410cec6e715c537c8ad1e714c3 "
5503
- integrity sha512-Tu9wk3BpN2v+kb8yT6YBtue+/nbjeLFv4vvVC4PJ7oCidHKbifWhvORrAbQfxVIQZG+67am/mDagpiGSVtvrZg ==
5500
+ jintr@^2.0 .0 :
5501
+ version "2.0 .0"
5502
+ resolved "https://registry.yarnpkg.com/jintr/-/jintr-2.0 .0.tgz#bc8e78efc04743f5c67c625587ce4d1c94afad9a "
5503
+ integrity sha512-RiVlevxttZ4eHEYB2dXKXDXluzHfRuw0DJQGsYuKCc5IvZj5/GbOakeqVX+Bar/G9kTty9xDJREcxukurkmYLA ==
5504
5504
dependencies :
5505
5505
acorn "^8.8.0"
5506
5506
@@ -9016,11 +9016,11 @@ yocto-queue@^1.0.0:
9016
9016
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
9017
9017
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
9018
9018
9019
- youtubei.js@^10.0 .0 :
9020
- version "10.0 .0"
9021
- resolved "https://registry.yarnpkg.com/youtubei.js/-/youtubei.js-10.0 .0.tgz#73ef7421302569c6cd6a163c12df393f13da480f "
9022
- integrity sha512-4Mmguxyw1TK1Co+gbx+41SFR55DR3OzMCdFW8OrSENjAjjOY9RDg7sKFbR+ZLsT3ga9AH1/nq+14KUItT9pPHQ ==
9019
+ youtubei.js@^10.1 .0 :
9020
+ version "10.1 .0"
9021
+ resolved "https://registry.yarnpkg.com/youtubei.js/-/youtubei.js-10.1 .0.tgz#38b3d95907441040df1e8031e04e0e6200ed52cf "
9022
+ integrity sha512-MokZMAnpWH11VYvWuW6qjPiiPmgRl5rfDgPQOpif9qXcVHoVw1hi8ePuRSD0AZSZ+uvWGe8rvas2dzp+Jv5JKQ ==
9023
9023
dependencies :
9024
- jintr "^1.1 .0"
9024
+ jintr "^2.0 .0"
9025
9025
tslib "^2.5.0"
9026
9026
undici "^5.19.1"
You can’t perform that action at this time.
0 commit comments