backend: Update sharp to 0.31.2
This fixes a bug where the backend might crash when processing certain images on an ARM64 system. See https://akkoma.dev/FoundKeyGang/FoundKey/issues/226 and https://github.com/misskey-dev/misskey/issues/8605 for details.
This commit is contained in:
parent
f177d166dc
commit
cd48673b2e
|
@ -105,7 +105,7 @@
|
||||||
"s-age": "1.1.2",
|
"s-age": "1.1.2",
|
||||||
"sanitize-html": "2.7.3",
|
"sanitize-html": "2.7.3",
|
||||||
"semver": "7.3.8",
|
"semver": "7.3.8",
|
||||||
"sharp": "0.30.7",
|
"sharp": "0.31.2",
|
||||||
"speakeasy": "2.0.0",
|
"speakeasy": "2.0.0",
|
||||||
"strict-event-emitter-types": "2.0.0",
|
"strict-event-emitter-types": "2.0.0",
|
||||||
"stringz": "2.1.0",
|
"stringz": "2.1.0",
|
||||||
|
|
Loading…
Reference in New Issue