Bump solhint to 3.2.0

This commit is contained in:
Francisco Giordano
2020-09-10 20:37:32 -03:00
parent 492d4ac013
commit 09d437c1f9
3 changed files with 6 additions and 5 deletions

8
package-lock.json generated
View File

@ -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": {