diff --git a/package.json b/package.json index 43662cc9..ccb9865b 100644 --- a/package.json +++ b/package.json @@ -34,21 +34,21 @@ }, "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", - "@nomiclabs/hardhat-etherscan": "^2.1.6", + "@nomiclabs/hardhat-etherscan": "^2.1.7", "@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-web3": "^2.0.0", - "@openzeppelin/test-helpers": "^0.5.12", + "@openzeppelin/test-helpers": "^0.5.15", "@studydefi/money-legos": "^2.3.7", "@tenderly/hardhat-tenderly": "^1.0.12", "chai-as-promised": "^7.1.1", "ethereum-waffle": "^3.4.0", - "ethers": "^5.4.4", - "hardhat": "^2.6.4", - "hardhat-deploy": "^0.9.1", - "hardhat-deploy-ethers": "^0.3.0-beta.10", + "ethers": "^5.5.1", + "hardhat": "^2.6.7", + "hardhat-deploy": "^0.9.4", + "hardhat-deploy-ethers": "^0.3.0-beta.11", "husky": "^6.0.0", "sol-merger": "^2.0.1", "solidity-coverage": "0.5.11", - "web3": "^1.3.6" + "web3": "^1.5.2" } }