Upgrade @ffmpeg/core

This commit is contained in:
Jerome Wu 2020-04-29 09:28:29 +08:00
parent 4cf2fe2395
commit 6ad8aa5664
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2034,9 +2034,9 @@
} }
}, },
"@ffmpeg/core": { "@ffmpeg/core": {
"version": "0.7.0", "version": "0.7.1",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.7.0.tgz", "resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.7.1.tgz",
"integrity": "sha512-ulDKwckLF4NrNIn98sYe8KCzKM9GfIfc9kR2Mel4pA8URQ9GEr2tGDMST5xW63Usnr6ybZCZKgwiDkAHK7VWCQ==" "integrity": "sha512-o92DuHKoAGLZLpoVkm+nka++hEzqEj+1Ewy+9f9HPGwFXM5Kk9Jg8M4fMgcjoHAL0z04Z5CR4Z39E2qwS0p0rg=="
}, },
"@hapi/address": { "@hapi/address": {
"version": "2.1.2", "version": "2.1.2",

View File

@ -41,7 +41,7 @@
}, },
"homepage": "https://github.com/ffmpegjs/ffmpeg.js#readme", "homepage": "https://github.com/ffmpegjs/ffmpeg.js#readme",
"dependencies": { "dependencies": {
"@ffmpeg/core": "^0.7.0", "@ffmpeg/core": "^0.7.1",
"idb": "^4.0.5", "idb": "^4.0.5",
"is-electron": "^2.2.0", "is-electron": "^2.2.0",
"is-url": "^1.2.4", "is-url": "^1.2.4",