Upgrade @ffmpeg/core to v0.8.5

This commit is contained in:
Jerome Wu 2020-11-24 11:01:25 +08:00
parent c51cb50b7a
commit 7a3b66faa3
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.4",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.8.4.tgz",
"integrity": "sha512-gEr4qXZpShZpIVUO3hc5Vz7bkk/jLYuzVVQtHluUwrui5eAooQwExOGiEovzLVkRwjJ707/qqfmTrK3r80UkWw==",
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.8.5.tgz",
"integrity": "sha512-hemVFmhVLbD/VZaCG2BvCzFglKytMIMJ5aJfc12eXN4O4cG0wXnGTMVzlK1KKW/6viHhJMPkc9h4UDnJW8Uivg==",
"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.4",
"@ffmpeg/core": "^0.8.5",
"@types/emscripten": "^1.39.4",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",