diff --git a/hardhat/package.json b/hardhat/package.json index 9b87845..6b092cf 100644 --- a/hardhat/package.json +++ b/hardhat/package.json @@ -43,7 +43,7 @@ "@openzeppelin/contracts": "^4.9.3", "@typechain/hardhat": "^6.1.2", "@zondax/filecoin-solidity": "^4.0.2", - "axios": "^1.4.0", + "axios": "^1.6.0", "babel-eslint": "^10.1.0", "dotenv": "^10.0.0", "hardhat-deploy-ethers": "^0.3.0-beta.13", diff --git a/hardhat/yarn.lock b/hardhat/yarn.lock index b3e9980..c2aad88 100644 --- a/hardhat/yarn.lock +++ b/hardhat/yarn.lock @@ -2022,10 +2022,10 @@ axios@^0.24.0: dependencies: follow-redirects "^1.14.4" -axios@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" - integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== +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"