diff --git a/ui/package-lock.json b/ui/package-lock.json index ce5a1d495..bff86ef2e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.21", "@types/react-dom": "^18.2.13", "@types/react-redux": "^7.1.33", - "axios": "^1.12.0", + "axios": "^1.13.5", "bootstrap": "^5.3.6", "chokidar": "^3.6.0", "final-form": "^4.20.10", @@ -6147,12 +6147,13 @@ } }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", + "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", "proxy-from-env": "^1.1.0" } }, diff --git a/ui/package.json b/ui/package.json index 1d59aaa89..393d48a56 100644 --- a/ui/package.json +++ b/ui/package.json @@ -12,7 +12,7 @@ "@types/react": "^18.3.21", "@types/react-dom": "^18.2.13", "@types/react-redux": "^7.1.33", - "axios": "^1.12.0", + "axios": "^1.13.5", "bootstrap": "^5.3.6", "chokidar": "^3.6.0", "final-form": "^4.20.10",