diff --git a/package.json b/package.json index a11f40b..ee54c05 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/react": "18.2.22", "@types/react-dom": "18.2.7", "autoprefixer": "10.4.15", - "axios": "^1.5.0", + "axios": "^1.5.1", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "eslint": "8.49.0", diff --git a/yarn.lock b/yarn.lock index 3e216c1..b12b14f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -839,10 +839,10 @@ axe-core@^4.6.2: resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz" integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g== -axios@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267" - integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ== +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== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"