Unverified Commit e03c0577 by dependabot-preview[bot] Committed by GitHub

Bump solhint from 3.0.0-rc.6 to 3.0.0-rc.7 (#2183)

Bumps [solhint](https://github.com/protofire/solhint) from 3.0.0-rc.6 to 3.0.0-rc.7.
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protofire/solhint/compare/v3.0.0-rc.6...v3.0.0-rc.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
parent 05d1618d
...@@ -2546,6 +2546,12 @@ ...@@ -2546,6 +2546,12 @@
"integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==",
"dev": true "dev": true
}, },
"@solidity-parser/parser": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.5.2.tgz",
"integrity": "sha512-uRyvnvVYmgNmTBpWDbBsH/0kPESQhQpEc4KsvMRLVzFJ1o1s0uIv0Y6Y9IB5vI1Dwz2CbS4X/y4Wyw/75cTFnQ==",
"dev": true
},
"@szmarczak/http-timer": { "@szmarczak/http-timer": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz",
...@@ -33642,11 +33648,12 @@ ...@@ -33642,11 +33648,12 @@
} }
}, },
"solhint": { "solhint": {
"version": "3.0.0-rc.6", "version": "3.0.0-rc.7",
"resolved": "https://registry.npmjs.org/solhint/-/solhint-3.0.0-rc.6.tgz", "resolved": "https://registry.npmjs.org/solhint/-/solhint-3.0.0-rc.7.tgz",
"integrity": "sha512-HzNvpzCSePrK+6zS8aFWBJyoc2b0ch6o5CibOZ3hBS7rAE/FgDGtayNgSddDk0v6zfD5xCWfLqp/ZoIyWHHpJg==", "integrity": "sha512-oXSfE90STaBMlyT0mUl9VdnfKf6wlBeWVBMZRO6oztZGnaapU26CqJZ5ctiNi3pK6/bPnQl3RIXBioKzv+woOQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@solidity-parser/parser": "^0.5.2",
"ajv": "^6.6.1", "ajv": "^6.6.1",
"antlr4": "4.7.1", "antlr4": "4.7.1",
"ast-parents": "0.0.1", "ast-parents": "0.0.1",
...@@ -33660,8 +33667,7 @@ ...@@ -33660,8 +33667,7 @@
"js-yaml": "^3.12.0", "js-yaml": "^3.12.0",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"prettier": "^1.14.3", "prettier": "^1.14.3",
"semver": "^6.3.0", "semver": "^6.3.0"
"solidity-parser-diligence": "^0.4.18"
}, },
"dependencies": { "dependencies": {
"acorn": { "acorn": {
...@@ -33925,12 +33931,6 @@ ...@@ -33925,12 +33931,6 @@
"integrity": "sha512-4jtxasNGmyC0midtjH/lTFPZYvTTUMy6agYcF+HoMnzW8+cqo3piFrINb4ZCzpPW+7tTVFCGa5ubP34zOzeuMg==", "integrity": "sha512-4jtxasNGmyC0midtjH/lTFPZYvTTUMy6agYcF+HoMnzW8+cqo3piFrINb4ZCzpPW+7tTVFCGa5ubP34zOzeuMg==",
"dev": true "dev": true
}, },
"solidity-parser-diligence": {
"version": "0.4.18",
"resolved": "https://registry.npmjs.org/solidity-parser-diligence/-/solidity-parser-diligence-0.4.18.tgz",
"integrity": "sha512-mauO/qG2v59W9sOn5TYV2dS7+fvFKqIHwiku+TH82e1Yca4H8s6EDG12ZpXO2cmgLlCKX3FOqqC73aYLB8WwNg==",
"dev": true
},
"solidity-parser-sc": { "solidity-parser-sc": {
"version": "github:maxsam4/solidity-parser#3f0a30b97b460861654771871bcd970e73d47459", "version": "github:maxsam4/solidity-parser#3f0a30b97b460861654771871bcd970e73d47459",
"from": "github:maxsam4/solidity-parser#solidity-0.5", "from": "github:maxsam4/solidity-parser#solidity-0.5",
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"lodash.zip": "^4.2.0", "lodash.zip": "^4.2.0",
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"mocha": "^7.1.1", "mocha": "^7.1.1",
"solhint": "^3.0.0-rc.6", "solhint": "^3.0.0-rc.7",
"solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477", "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
"solidity-docgen": "^0.4.1" "solidity-docgen": "^0.4.1"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment