Upgrade @ffmpeg/core

This commit is contained in:
Jerome Wu 2019-12-03 22:10:35 +08:00
parent 4d1efcdd2e
commit fe2407c57c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -811,9 +811,9 @@
}
},
"@ffmpeg/core": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.4.0.tgz",
"integrity": "sha512-ZHSgNnyKcc7WoorlWXstKbtLMvh16jH4JaD823doG1JUoLfEWQmELTTphR9n/aeAM246XfjjAUgfa7ct9DIReQ=="
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.5.0.tgz",
"integrity": "sha512-IwccUO0ZchshMyYVfITT3c+X/S2721eiNuggxJcrC0oOyhWzUIGlule74vPDDcke6wTAVJ333WozuJgGsTYF2A=="
},
"@hapi/address": {
"version": "2.1.2",

View File

@ -38,7 +38,7 @@
},
"homepage": "https://github.com/ffmpegjs/ffmpeg.js#readme",
"dependencies": {
"@ffmpeg/core": "^0.4.0",
"@ffmpeg/core": "^0.5.0",
"idb": "^4.0.5",
"is-url": "^1.2.4",
"node-fetch": "^2.6.0",