diff --git a/frontend/package.json b/frontend/package.json index 9e508a8b52..da1bc82a6c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "@turf/transform-scale": "^6.5.0", "@turf/truncate": "^6.5.0", "@uiw/react-md-editor": "^3.22.0", - "axios": "^1.4.0", + "axios": "^1.6.3", "chart.js": "^3.7.1", "chartjs-adapter-date-fns": "^3.0.0", "date-fns": "^2.30.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e7bf3f61e5..c754260ad5 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4540,10 +4540,10 @@ axe-core@^4.6.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0" integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g== -axios@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" - integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== +axios@^1.6.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4" + integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"