Upgrade @ffmpeg/core to v0.8.4

This commit is contained in:
Jerome Wu 2020-11-17 13:28:12 +08:00
parent d7be4000f3
commit c3ee7dc9e6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2199,9 +2199,9 @@
}
},
"@ffmpeg/core": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.8.3.tgz",
"integrity": "sha512-OkJCm7Ksg5AaxaCLgc89toP+GZSXVxxXDcRghAtesb6/KTPY/6AqJnansR40+FkVuh5anmGxGz/6bijYQ98vnA==",
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.8.4.tgz",
"integrity": "sha512-gEr4qXZpShZpIVUO3hc5Vz7bkk/jLYuzVVQtHluUwrui5eAooQwExOGiEovzLVkRwjJ707/qqfmTrK3r80UkWw==",
"dev": true
},
"@hapi/hoek": {

View File

@ -50,7 +50,7 @@
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@ffmpeg/core": "^0.8.3",
"@ffmpeg/core": "^0.8.4",
"@types/emscripten": "^1.39.4",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",