diff --git a/package.json b/package.json index cb6775808ea..d4f974efa79 100644 --- a/package.json +++ b/package.json @@ -50,18 +50,18 @@ }, "homepage": "https://openzeppelin.com/contracts/", "devDependencies": { - "@nomiclabs/hardhat-truffle5": "^2.0.0", + "@nomiclabs/hardhat-truffle5": "^2.0.7", "@nomiclabs/hardhat-web3": "^2.0.0", - "@openzeppelin/docs-utils": "^0.1.0", + "@openzeppelin/docs-utils": "^0.1.3", "@openzeppelin/test-helpers": "^0.5.13", "@truffle/abi-utils": "^1.0.1", - "chai": "^4.2.0", + "chai": "^4.3.7", "eslint": "^8.46.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.28.0", "eslint-plugin-mocha-no-only": "^1.1.0", "eslint-plugin-node": "^10.0.0", - "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^4.0.1", "eth-sig-util": "^3.0.0", "ethereumjs-util": "^7.0.7", @@ -69,21 +69,21 @@ "glob": "^10.3.3", "graphlib": "^2.1.8", "hardhat": "^2.17.0", - "hardhat-gas-reporter": "^1.0.4", - "keccak256": "^1.0.2", + "hardhat-gas-reporter": "^1.0.9", + "keccak256": "^1.0.6", "lodash.startcase": "^4.4.0", "lodash.zip": "^4.2.0", "merkletreejs": "^0.3.9", "micromatch": "^4.0.2", - "prettier": "^2.3.0", - "prettier-plugin-solidity": "^1.1.3", + "prettier": "^3.0.0", + "prettier-plugin-solidity": "^1.0.0", "rimraf": "^3.0.2", - "semver": "^7.5.2", - "solhint": "^3.4.0", + "semver": "^7.5.4", + "solhint": "^3.4.1", "solidity-ast": "^0.4.25", "solidity-coverage": "^0.8.4", "solidity-docgen": "^0.5.3", - "web3": "^1.3.0", + "web3": "^4.0.3", "yargs": "^17.7.2" } }