diff --git a/package-lock.json b/package-lock.json index 2db3f6ac8..a28593838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33017,9 +33017,9 @@ } }, "solhint": { - "version": "3.0.0-rc.2", - "resolved": "https://registry.npmjs.org/solhint/-/solhint-3.0.0-rc.2.tgz", - "integrity": "sha512-0IDui3ik4WU8TcSXC+aRisfup8E6BVD1RwCYB/pvs404Rnj2HkhgrtmWKdct+tlSRjAo3XCMXbajC4vfG6mOBw==", + "version": "3.0.0-rc.3", + "resolved": "https://registry.npmjs.org/solhint/-/solhint-3.0.0-rc.3.tgz", + "integrity": "sha512-eWwptIMcOD16jn4OKZAhTvao2iQkpNkgeVJkwHfvZQLWaFsuZux2IW+vIgbw8mzVCyBT17Rd/NLzUxEsa/BCIw==", "dev": true, "requires": { "@fvictorio/solidity-parser": "^0.4.15", diff --git a/package.json b/package.json index da2a17cc1..d7aa0d99f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "micromatch": "^4.0.2", "mocha": "^7.0.1", "openzeppelin-docs-utils": "github:OpenZeppelin/docs-utils", - "solhint": "^3.0.0-rc.2", + "solhint": "^3.0.0-rc.3", "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477", "solidity-docgen": "^0.3.14" },