Upgrade @ffmpeg/core to v0.8.3

This commit is contained in:
Jerome Wu 2020-11-12 22:38:01 +08:00
parent bb7e8d3bee
commit 22a089bcb1
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.2",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.8.2.tgz",
"integrity": "sha512-jDAHnWdaq8lHufBuoa+f4nlUZK4ZaxUfEfR/Bj4yFOV2r5vXNmPYEmQxxLYGqxD8b4ck2zpDB351Vp3llRuTxA==",
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.8.3.tgz",
"integrity": "sha512-OkJCm7Ksg5AaxaCLgc89toP+GZSXVxxXDcRghAtesb6/KTPY/6AqJnansR40+FkVuh5anmGxGz/6bijYQ98vnA==",
"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.2",
"@ffmpeg/core": "^0.8.3",
"@types/emscripten": "^1.39.4",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",