Bump solhint from 3.0.0-rc.2 to 3.0.0-rc.3 (#2096)

Bumps [solhint](https://github.com/protofire/solhint) from 3.0.0-rc.2 to 3.0.0-rc.3.
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protofire/solhint/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-18 11:20:10 -03:00
committed by GitHub
parent 62065cf043
commit 970122a9d5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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"
},