diff --git a/package.json b/package.json index d4dc268..3fdc418 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^7.2.0", "@valora/eslint-config-typescript": "^1.0.2", "@valora/prettier-config": "^0.0.1", - "axios": "^1.7.7", + "axios": "^1.7.8", "conventional-changelog-conventionalcommits": "^5.0.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index b1537ee..f56b41d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1965,10 +1965,10 @@ available-typed-arrays@^1.0.6, available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@^1.7.7: - version "1.7.7" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f" - integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q== +axios@^1.7.8: + version "1.7.8" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.8.tgz#1997b1496b394c21953e68c14aaa51b7b5de3d6e" + integrity sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"