diff --git a/package.json b/package.json index 082084b..260967c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@nuxtjs/axios": "^5.13.6", - "axios": "^1.2.1", + "axios": "^1.2.5", "bootstrap": "^4.6.1", "bootstrap-vue": "^2.23.1", "core-js": "^3.26.1", diff --git a/yarn.lock b/yarn.lock index 01810ae..ff4aed3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2340,10 +2340,10 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a" - integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A== +axios@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.5.tgz#858c129d286e7ee3b1e970961cde410ba3ea3740" + integrity sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"