diff --git a/package.json b/package.json index 80ec79b..597da1e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "typescript": "^4.6.4" }, "dependencies": { - "axios": "^0.29.0" + "axios": "^0.30.0" }, "peerDependencies": {}, "husky": { diff --git a/yarn.lock b/yarn.lock index cd815a1..8fd89a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1746,10 +1746,10 @@ axe-core@^4.0.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.1.tgz#0c6a076e4a1c3e0544ba6a9479158f9be7a7928e" integrity sha512-3WVgVPs/7OnKU3s+lqMtkv3wQlg3WxK1YifmpJSDO0E1aPBrZWlrrTO6cxRqCXLuX2aYgCljqXIQd0VnRidV0g== -axios@^0.29.0: - version "0.29.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb" - integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg== +axios@^0.30.0: + version "0.30.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3" + integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg== dependencies: follow-redirects "^1.15.4" form-data "^4.0.0"