Upgrade @ffmpeg/core to 0.4.0

This commit is contained in:
Jerome Wu 2019-11-21 21:34:05 +08:00
parent 761d4414b8
commit acd57f0359
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

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