fix(HTTP Request Node): Use iconv-lite to decode http responses, to support more encoding types (#11930)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-11-28 14:31:54 +01:00
committed by GitHub
parent eccd924f5e
commit 461b39c5df
7 changed files with 132 additions and 34 deletions

View File

@@ -20,7 +20,7 @@
"dist/**/*"
],
"dependencies": {
"iconv-lite": "0.6.3",
"iconv-lite": "catalog:",
"imap": "0.8.19",
"quoted-printable": "1.0.1",
"utf8": "3.0.0",