Downgrade shaka player version

This commit is contained in:
WardPearce
2025-05-01 12:35:54 +12:00
parent b3de56ce3d
commit 204ffadb04
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -11379,12 +11379,12 @@
}
},
"node_modules/shaka-player": {
"version": "4.14.10",
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.14.10.tgz",
"integrity": "sha512-IwUaYjCI92JLD9qj1vs/2AD6syb0dWkh6p8tD/nQj1+yir94sPKFUqvQSG3bmvWk6A4y35GAhX1fJ59rjD8SyA==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.13.0.tgz",
"integrity": "sha512-FZToyYl7IXvt1oMEWVbU0tjWJpJ+oSYpUibNMxSqVQx2pLfSBDfEuodGJV+pRgiydYQ58+VFLftAylDx/Qvfdw==",
"license": "Apache-2.0",
"dependencies": {
"eme-encryption-scheme-polyfill": "^2.2.1"
"eme-encryption-scheme-polyfill": "^2.2.0"
},
"engines": {
"node": ">=18"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.8.0",
"version": "1.8.0",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -71,4 +71,4 @@
"terser": "^5.34.1",
"youtubei.js": "^13.4.0"
}
}
}