diff --git a/package.json b/package.json index 2573ab253b0..19801d51e90 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "are-passive-events-supported": "1.1.1", "argon2-browser": "1.18.0", "assert": "2.0.0", - "axios": "1.5.1", + "axios": "1.6.0", "base64url": "3.0.1", "bignumber.js": "9.1.2", "bitcoin-address-validation": "2.2.1", diff --git a/yarn.lock b/yarn.lock index 52a08ba8bcd..d2909ff0be2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7606,10 +7606,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== -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== +axios@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"