mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(core): Fix HTTP proxy support in all nodes and other axios requests (#16092)
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
"@types/jsonwebtoken": "catalog:",
|
||||
"@types/lodash": "catalog:",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/proxy-from-env": "^1.0.4",
|
||||
"@types/uuid": "catalog:",
|
||||
"@types/xml2js": "catalog:"
|
||||
},
|
||||
@@ -52,6 +53,8 @@
|
||||
"fast-glob": "catalog:",
|
||||
"file-type": "16.5.4",
|
||||
"form-data": "catalog:",
|
||||
"http-proxy-agent": "catalog:",
|
||||
"https-proxy-agent": "catalog:",
|
||||
"iconv-lite": "catalog:",
|
||||
"jsonwebtoken": "catalog:",
|
||||
"lodash": "catalog:",
|
||||
@@ -63,6 +66,7 @@
|
||||
"p-cancelable": "2.1.1",
|
||||
"picocolors": "catalog:",
|
||||
"pretty-bytes": "5.6.0",
|
||||
"proxy-from-env": "^1.1.0",
|
||||
"qs": "6.11.0",
|
||||
"ssh2": "1.15.0",
|
||||
"uuid": "catalog:",
|
||||
|
||||
Reference in New Issue
Block a user