fix: update jpeg-js version (#3179)

This commit is contained in:
Andrey Lushnikov 2020-07-27 10:39:59 -07:00 committed by GitHub
parent 6fa7547ce3
commit 20b7cff935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

12
package-lock.json generated
View File

@ -7438,9 +7438,9 @@
}
},
"jpeg-js": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.7.tgz",
"integrity": "sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ=="
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.1.tgz",
"integrity": "sha512-jA55yJiB5tCXEddos8JBbvW+IMrqY0y1tjjx9KNVtA+QPmu7ND5j0zkKopClpUTsaETL135uOM2XfcYG4XRjmw=="
},
"js-tokens": {
"version": "4.0.0",
@ -9695,7 +9695,8 @@
"dependencies": {
"ipv6": {
"version": "3.1.1",
"bundled": true,
"resolved": "https://registry.npmjs.org/ipv6/-/ipv6-3.1.1.tgz",
"integrity": "sha1-RtoOJgrzb9m+tBKXyYe3whotnhw=",
"dev": true,
"requires": {
"cli": "0.4.x",
@ -9705,7 +9706,8 @@
"dependencies": {
"sprintf": {
"version": "0.1.3",
"bundled": true,
"resolved": "https://registry.npmjs.org/sprintf/-/sprintf-0.1.3.tgz",
"integrity": "sha1-Uw/DFAXUdCL27bQPKb2vrFme3hE=",
"dev": true
}
}

View File

@ -39,7 +39,7 @@
"debug": "^4.1.1",
"extract-zip": "^2.0.0",
"https-proxy-agent": "^5.0.0",
"jpeg-js": "^0.3.7",
"jpeg-js": "^0.4.0",
"mime": "^2.4.4",
"pngjs": "^5.0.0",
"progress": "^2.0.3",