diff --git a/package.json b/package.json index ffc7788a43c1..34c654cfe0a4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@polkadot/api": "^10.9.1", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^12.0.4", - "axios": "^1.5.0", + "axios": "^1.5.1", "cloudflare": "^2.9.1", "cross-env": "^7.0.3", "fs-extra": "^11.1.1", diff --git a/yarn.lock b/yarn.lock index 9d6e46dac1fa..2a290a8dbbe4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3961,10 +3961,10 @@ axios@^0.25.0: dependencies: follow-redirects "^1.14.7" -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"