Chore: Resolve jpeg-js 0.4.4 (#4317)
This commit is contained in:
parent
44ac06ad7d
commit
6e322ce44b
|
@ -138,7 +138,8 @@
|
||||||
"xregexp": "5.0.2"
|
"xregexp": "5.0.2"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"ua-parser-js": "^1.0.2"
|
"ua-parser-js": "^1.0.2",
|
||||||
|
"jpeg-js": "0.4.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.12.9",
|
"@babel/core": "^7.12.9",
|
||||||
|
|
|
@ -12109,10 +12109,10 @@ joi@^7.0.1:
|
||||||
moment "2.x.x"
|
moment "2.x.x"
|
||||||
topo "2.x.x"
|
topo "2.x.x"
|
||||||
|
|
||||||
jpeg-js@0.4.2:
|
jpeg-js@0.4.2, jpeg-js@0.4.4:
|
||||||
version "0.4.2"
|
version "0.4.4"
|
||||||
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.2.tgz#8b345b1ae4abde64c2da2fe67ea216a114ac279d"
|
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.4.tgz#a9f1c6f1f9f0fa80cdb3484ed9635054d28936aa"
|
||||||
integrity sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw==
|
integrity sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==
|
||||||
|
|
||||||
js-base64@3.6.1:
|
js-base64@3.6.1:
|
||||||
version "3.6.1"
|
version "3.6.1"
|
||||||
|
|
Loading…
Reference in New Issue