Upgrade axios to 1.15.0 via npm override

Fixes GitHub security alerts #82, #83, #84:
- Unrestricted Cloud Metadata Exfiltration via Header Injection Chain
- NO_PROXY Hostname Normalization Bypass leading to SSRF
- Prototype Pollution in langsmith-sdk

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-04-13 13:58:10 +02:00
parent fbb4c29d38
commit bfed192421
2 changed files with 567 additions and 597 deletions

1161
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,7 +32,8 @@
"handlebars": "4.7.9",
"@langchain/community": "^1.1.25",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1"
"lodash-es": "^4.18.1",
"axios": "^1.15.0"
},
"license": "MIT",
"packageManager": "npm@11.8.0",