Browse Source
chore: (redone) upgrade qmc2-crypto to 0.0.5-R4
- Remove the use of `new Function` in emscripten generated code.
- This commit is a clean commit that does the same thing as 3b88d168b660f780824016e4d23241d1fc766e39
(cherry picked from commit bdd60bc502ace1116698ff16357001bfb7608a43)
20230320
Jixun Wu
3 years ago
committed by
MengYX
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
2 changed files with
8 additions and
8 deletions
package-lock.json
package.json
@ -11,7 +11,7 @@
"license" : "MIT" ,
"dependencies" : {
"@babel/preset-typescript" : "^7.16.5" ,
"@jixun/qmc2-crypto" : "^0.0.5-R3 " ,
"@jixun/qmc2-crypto" : "^0.0.5-R4 " ,
"base64-js" : "^1.5.1" ,
"browser-id3-writer" : "^4.4.0" ,
"core-js" : "^3.16.0" ,
@ -2984,9 +2984,9 @@
}
} ,
"node_modules/@jixun/qmc2-crypto" : {
"version" : "0.0.5-R3 " ,
"resolved" : "https://registry.npmjs.org/@jixun/qmc2-crypto/-/qmc2-crypto-0.0.5-R3 .tgz" ,
"integrity" : "sha512-Wgf0EpmIMY8iKIp56KYR4DkFccSvvTI6Z5MHzW2cpwzDvb2fbTFcEtaVujNd+6A23O+6GfPjiTToiFFf+3pJyw =="
"version" : "0.0.5-R4 " ,
"resolved" : "https://registry.npmjs.org/@jixun/qmc2-crypto/-/qmc2-crypto-0.0.5-R4 .tgz" ,
"integrity" : "sha512-4xGClhxMd1BL7UjE+fZr+a4GYkfEjwU216WZ89ouANwR8Q27PhQrra+msEvM4J/mBBCjv/x/eIcS67XBasHKUQ =="
} ,
"node_modules/@mrmlnc/readdir-enhanced" : {
"version" : "2.2.1" ,
@ -23156,9 +23156,9 @@
}
} ,
"@jixun/qmc2-crypto" : {
"version" : "0.0.5-R3 " ,
"resolved" : "https://registry.npmjs.org/@jixun/qmc2-crypto/-/qmc2-crypto-0.0.5-R3 .tgz" ,
"integrity" : "sha512-Wgf0EpmIMY8iKIp56KYR4DkFccSvvTI6Z5MHzW2cpwzDvb2fbTFcEtaVujNd+6A23O+6GfPjiTToiFFf+3pJyw =="
"version" : "0.0.5-R4 " ,
"resolved" : "https://registry.npmjs.org/@jixun/qmc2-crypto/-/qmc2-crypto-0.0.5-R4 .tgz" ,
"integrity" : "sha512-4xGClhxMd1BL7UjE+fZr+a4GYkfEjwU216WZ89ouANwR8Q27PhQrra+msEvM4J/mBBCjv/x/eIcS67XBasHKUQ =="
} ,
"@mrmlnc/readdir-enhanced" : {
"version" : "2.2.1" ,
@ -19,7 +19,7 @@
} ,
"dependencies" : {
"@babel/preset-typescript" : "^7.16.5" ,
"@jixun/qmc2-crypto" : "^0.0.5-R3 " ,
"@jixun/qmc2-crypto" : "^0.0.5-R4 " ,
"base64-js" : "^1.5.1" ,
"browser-id3-writer" : "^4.4.0" ,
"core-js" : "^3.16.0" ,