fix(core): Fix HTTP proxy support in all nodes and other axios requests (#16092)

This commit is contained in:
Elias Meire
2025-06-10 14:42:51 +02:00
committed by GitHub
parent cd6e510596
commit e3675bdfb4
6 changed files with 325 additions and 140 deletions

View File

@@ -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:",