diff --git a/package.json b/package.json index 128a2c1..2a584f0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@ethersproject/providers": "^5.6.4", "@nomiclabs/hardhat-ethers": "^2.0.5", "@nomiclabs/hardhat-etherscan": "^3.0.3", - "@nomiclabs/hardhat-solhint": "^2.0.0", + "@nomiclabs/hardhat-solhint": "^3.0.0", "@nomiclabs/hardhat-solpp": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.3", "@nomiclabs/hardhat-web3": "^2.0.0", @@ -51,10 +51,10 @@ "chai": "^4.3.6", "cross-env": "^7.0.3", "dotenv": "^16.0.0", - "eslint": "^8.14.0", + "eslint": "^9.26.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", - "ethereum-waffle": "^3.4.4", + "ethereum-waffle": "^4.0.0", "ethers": "^5.6.4", "gulp": "^4.0.2", "hardhat": "^2.9.3", @@ -71,9 +71,9 @@ "prettier": "^2.6.2", "prettier-plugin-solidity": "^1.0.0-beta.19", "solc-0.8.4": "^1.0.1", - "solhint": "^3.3.7", + "solhint": "^3.4.0", "solhint-plugin-prettier": "^0.0.5", - "solidity-coverage": "^0.7.20", + "solidity-coverage": "^0.8.0", "solidity-docgen": "^0.6.0-beta.8", "swc-node": "^1.0.0", "ts-command-line-args": "^2.2.1",