mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(HTTP Request Node): Use iconv-lite to decode http responses, to support more encoding types (#11930)
This commit is contained in:
committed by
GitHub
parent
eccd924f5e
commit
461b39c5df
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user