fix: bump axios to ^1.13.5 to address known vulnerabilities (SSRF, DoS)

Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aguzererler/TradingAgents/sessions/5c511c4e-5172-4eda-b6de-aefa1859e8ac
This commit is contained in:
copilot-swe-agent[bot] 2026-03-23 00:55:46 +00:00
parent 7726483034
commit 06e913f1ba
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"@chakra-ui/react": "^2.10.0", "@chakra-ui/react": "^2.10.0",
"@emotion/react": "^11.13.0", "@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",
"axios": "^1.7.0", "axios": "^1.13.5",
"framer-motion": "^10.18.0", "framer-motion": "^10.18.0",
"lucide-react": "^0.460.0", "lucide-react": "^0.460.0",
"react": "^18.3.0", "react": "^18.3.0",
@ -2479,9 +2479,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.13.6", "version": "1.13.5",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==", "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.11", "follow-redirects": "^1.15.11",

View File

@ -13,7 +13,7 @@
"@chakra-ui/react": "^2.10.0", "@chakra-ui/react": "^2.10.0",
"@emotion/react": "^11.13.0", "@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",
"axios": "^1.7.0", "axios": "^1.13.5",
"framer-motion": "^10.18.0", "framer-motion": "^10.18.0",
"lucide-react": "^0.460.0", "lucide-react": "^0.460.0",
"react": "^18.3.0", "react": "^18.3.0",