diff --git a/frontend/package.json b/frontend/package.json index b3089c01b..8ec55825c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "@next/bundle-analyzer": "^14.2.0", "@react-icons/all-files": "^4.1.0", "@tabler/icons-react": "^3.11.0", - "axios": "^1.7.0", + "axios": "^1.7.4", "clsx": "^2.0.0", "cookies-next": "^4.2.0", "date-fns": "^3.6.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index cd91d7eaf..c8ea42614 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1757,10 +1757,10 @@ axe-core@^4.9.1: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae" integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw== -axios@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.0.tgz#b48f715325457ededfcb3f0a44a3fb9d5742acb6" - integrity sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA== +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"