From 970122a9d52c5f6278c1d363171cc1da2f5a9b9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 11:20:10 -0300 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },