diff --git a/frontend/package.json b/frontend/package.json index 249c8ce8..a9abd8c4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "@next/bundle-analyzer": "^15.5.0", "@react-icons/all-files": "^4.1.0", "@tabler/icons-react": "^3.34.0", - "axios": "^1.11.0", + "axios": "^1.12.0", "clsx": "^2.0.0", "cookies-next": "^6.1.0", "date-fns": "^4.1.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index ff63fafc..6de4e97d 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2068,10 +2068,10 @@ axe-core@^4.10.0: resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz" integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g== -axios@^1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6" - integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA== +axios@^1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3" + integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg== dependencies: follow-redirects "^1.15.6" form-data "^4.0.4"