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>
pull/2098/head
dependabot-preview[bot] 5 years ago committed by GitHub
parent 62065cf043
commit 970122a9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

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

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

Loading…
Cancel
Save