Bump solhint to 3.2.0

pull/2357/head
Francisco Giordano 4 years ago
parent 492d4ac013
commit 09d437c1f9
  1. 1
      contracts/proxy/Initializable.sol
  2. 8
      package-lock.json
  3. 2
      package.json

@ -1,5 +1,6 @@
// SPDX-License-Identifier: MIT
// solhint-disable-next-line compiler-version
pragma solidity >=0.4.24 <0.7.0;

8
package-lock.json generated

@ -24482,7 +24482,7 @@
"dependencies": {
"pify": {
"version": "2.3.0",
"resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"dev": true,
"optional": true
@ -34096,9 +34096,9 @@
},
"dependencies": {
"@solidity-parser/parser": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.7.0.tgz",
"integrity": "sha512-YJ333ezgd9slnwCpFQVfsBcYsTcLWZRpVswlKgS82YDZPzzNtVnkEs5DX5+jMsu8PNnVxwZuxC6ucukima9x6w==",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.7.1.tgz",
"integrity": "sha512-5ma2uuwPAEX1TPl2rAPAAuGlBkKnn2oUKQvnhTFlDIB8U/KDWX77FpHtL6Rcz+OwqSCWx9IClxACgyIEJ/GhIw==",
"dev": true
},
"acorn": {

@ -67,7 +67,7 @@
"micromatch": "^4.0.2",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"solhint": "^3.0.0",
"solhint": "^3.2.0",
"solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
"solidity-docgen": "^0.5.3"
},

Loading…
Cancel
Save