diff --git a/client/package.json b/client/package.json index fef824580f52..d3d06ff51b73 100644 --- a/client/package.json +++ b/client/package.json @@ -43,7 +43,7 @@ "@types/jest": "^29.5.6", "@vueuse/core": "^10.5.0", "assert": "^2.1.0", - "axios": "^1.5.1", + "axios": "^1.6.2", "babel-runtime": "^6.26.0", "backbone": "1.5.0", "bootstrap": "4.6", diff --git a/client/yarn.lock b/client/yarn.lock index 1e4a5ff24658..d7a91ccd5d02 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3512,10 +3512,10 @@ axios-mock-adapter@^1.22.0: fast-deep-equal "^3.1.3" is-buffer "^2.0.5" -axios@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" - integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== +axios@^1.6.2: + version "1.6.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2" + integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"