diff --git a/cvat-core/package.json b/cvat-core/package.json index a93411284bc1..15b81f850d64 100644 --- a/cvat-core/package.json +++ b/cvat-core/package.json @@ -28,7 +28,7 @@ "jest-junit": "^6.4.0" }, "dependencies": { - "axios": "^1.6.0", + "axios": "^1.7.4", "axios-retry": "^4.0.0", "cvat-data": "link:./../cvat-data", "detect-browser": "^5.2.1", diff --git a/yarn.lock b/yarn.lock index d6c1fe186aab..eca314eb9aae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3400,10 +3400,10 @@ axios-retry@^4.0.0: dependencies: is-retry-allowed "^2.2.0" -axios@^1.6.0: - version "1.6.8" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66" - integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ== +axios@^1.7.4: + version "1.7.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2" + integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0" @@ -4418,7 +4418,7 @@ custom-error-instance@2.1.1: three "^0.156.1" "cvat-canvas@link:./cvat-canvas": - version "2.20.6" + version "2.20.8" dependencies: "@types/polylabel" "^1.0.5" polylabel "^1.1.0" @@ -4429,9 +4429,9 @@ custom-error-instance@2.1.1: svg.select.js "3.0.1" "cvat-core@link:./cvat-core": - version "15.1.0" + version "15.1.1" dependencies: - axios "^1.6.0" + axios "^1.7.4" axios-retry "^4.0.0" cvat-data "link:./cvat-data" detect-browser "^5.2.1"