Upgrade jpeg-js to address security vulnerabilities (#6949)

Tested locally that Navigator still works.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-08-03 15:51:05 +02:00 committed by GitHub
parent 5cae5b43ce
commit c6ce05e3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -89,6 +89,7 @@
"resolutions": {
"**/apollo-client": "~1.4.0",
"**/elliptic": "^6.5.3",
"**/resize-img": "^2.0.0"
"**/resize-img": "^2.0.0",
"**/jpeg-js": "^0.4.1"
}
}

View File

@ -4953,10 +4953,10 @@ jimp@^0.8.3:
core-js "^2.5.7"
regenerator-runtime "^0.13.3"
jpeg-js@^0.3.4:
version "0.3.7"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.3.7.tgz#471a89d06011640592d314158608690172b1028d"
integrity sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==
jpeg-js@^0.3.4, jpeg-js@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.1.tgz#937a3ae911eb6427f151760f8123f04c8bfe6ef7"
integrity sha512-jA55yJiB5tCXEddos8JBbvW+IMrqY0y1tjjx9KNVtA+QPmu7ND5j0zkKopClpUTsaETL135uOM2XfcYG4XRjmw==
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"