diff --git a/quotes-frontend/package.json b/quotes-frontend/package.json index d0e5172..733a43f 100644 --- a/quotes-frontend/package.json +++ b/quotes-frontend/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@heroicons/react": "^2.2.0", - "axios": "^1.11.0", + "axios": "^1.12.0", "next": "15.4.7", "pino": "^9.7.0", "react": "^19.1.1", diff --git a/quotes-frontend/yarn.lock b/quotes-frontend/yarn.lock index 80fb236..e23023a 100644 --- a/quotes-frontend/yarn.lock +++ b/quotes-frontend/yarn.lock @@ -907,10 +907,10 @@ axe-core@^4.10.0: resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz" integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg== -axios@^1.11.0: - version "1.11.0" - resolved "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz" - 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"