feat(Edit Image Node): Allow WebP as an image format (#5420)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-02-08 23:08:50 +01:00
committed by GitHub
parent e059caf993
commit 94f2b2a26f
3 changed files with 11 additions and 7 deletions

View File

@@ -736,7 +736,7 @@
"@types/eventsource": "^1.1.2",
"@types/express": "^4.17.6",
"@types/formidable": "^1.0.31",
"@types/gm": "^1.18.2",
"@types/gm": "^1.25.0",
"@types/imap-simple": "^4.2.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash.set": "^4.3.6",
@@ -776,7 +776,7 @@
"fflate": "^0.7.0",
"formidable": "^1.2.1",
"get-system-fonts": "^2.0.2",
"gm": "^1.23.1",
"gm": "^1.25.0",
"iconv-lite": "^0.6.2",
"ics": "^2.27.0",
"imap-simple": "^4.3.0",