Skip to content

Commit b44be8d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency solhint to v3.3.7
1 parent 6548eab commit b44be8d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"p-queue": "7.2.0",
4343
"prettier": "2.5.1",
4444
"prettier-plugin-solidity": "1.0.0-beta.19",
45-
"solhint": "3.3.6",
45+
"solhint": "3.3.7",
4646
"truffle": "5.4.29",
4747
"truffle-plugin-verify": "0.5.21",
4848
"truffle-typings": "1.0.8",

yarn.lock

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,13 @@
14281428
dependencies:
14291429
antlr4ts "^0.5.0-alpha.4"
14301430

1431+
"@solidity-parser/parser@^0.14.1":
1432+
version "0.14.1"
1433+
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.14.1.tgz#179afb29f4e295a77cc141151f26b3848abc3c46"
1434+
integrity sha512-eLjj2L6AuQjBB6s/ibwCAc0DwrR5Ge+ys+wgWo+bviU7fV2nTMQhU63CGaDKXg9iTmMxwhkyoggdIR7ZGRfMgw==
1435+
dependencies:
1436+
antlr4ts "^0.5.0-alpha.4"
1437+
14311438
"@szmarczak/http-timer@^1.1.2":
14321439
version "1.1.2"
14331440
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -12727,6 +12734,28 @@ [email protected]:
1272712734
optionalDependencies:
1272812735
prettier "^1.14.3"
1272912736

12737+
12738+
version "3.3.7"
12739+
resolved "https://registry.yarnpkg.com/solhint/-/solhint-3.3.7.tgz#b5da4fedf7a0fee954cb613b6c55a5a2b0063aa7"
12740+
integrity sha512-NjjjVmXI3ehKkb3aNtRJWw55SUVJ8HMKKodwe0HnejA+k0d2kmhw7jvpa+MCTbcEgt8IWSwx0Hu6aCo/iYOZzQ==
12741+
dependencies:
12742+
"@solidity-parser/parser" "^0.14.1"
12743+
ajv "^6.6.1"
12744+
antlr4 "4.7.1"
12745+
ast-parents "0.0.1"
12746+
chalk "^2.4.2"
12747+
commander "2.18.0"
12748+
cosmiconfig "^5.0.7"
12749+
eslint "^5.6.0"
12750+
fast-diff "^1.1.2"
12751+
glob "^7.1.3"
12752+
ignore "^4.0.6"
12753+
js-yaml "^3.12.0"
12754+
lodash "^4.17.11"
12755+
semver "^6.3.0"
12756+
optionalDependencies:
12757+
prettier "^1.14.3"
12758+
1273012759
solidity-comments-extractor@^0.0.7:
1273112760
version "0.0.7"
1273212761
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"

0 commit comments

Comments
 (0)