diff --git a/package.json b/package.json index aef147d..5c6687d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "req-cwd": "^1.0.1", "sha1": "^1.1.1", "shelljs": "^0.8.3", - "solidity-parser-antlr": "0.4.5", + "solidity-parser-antlr": "^0.4.7", "web3-utils": "^1.0.0" }, "devDependencies": { diff --git a/test/sources/statements/type-keyword.sol b/test/soliditySources/contracts/statements/type-keyword.sol similarity index 100% rename from test/sources/statements/type-keyword.sol rename to test/soliditySources/contracts/statements/type-keyword.sol diff --git a/yarn.lock b/yarn.lock index 4503a7a..184a70f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4094,12 +4094,7 @@ solc@^0.5.10: tmp "0.0.33" yargs "^11.0.0" -solidity-parser-antlr@0.4.5: - version "0.4.5" - resolved "https://registry.yarnpkg.com/solidity-parser-antlr/-/solidity-parser-antlr-0.4.5.tgz#4de1867f1a12df4553886209225bc80328aeb0c1" - integrity sha512-5GzhIs4hpY3XnGwMndgrOksD567O5WdUQPbpy2n2WA1m3algzUKYMf+Ne/QHd36TTUNvVV+iTWD5tKaCZfaOjg== - -solidity-parser-antlr@^0.4.2: +solidity-parser-antlr@^0.4.2, solidity-parser-antlr@^0.4.7: version "0.4.7" resolved "https://registry.yarnpkg.com/solidity-parser-antlr/-/solidity-parser-antlr-0.4.7.tgz#8e18867c95a956958ed008371e43f9e571dee6af" integrity sha512-iVjNhgqkXw+o+0E+xoLcji+3KuXLe8Rm8omUuVGhsV14+ZsTwQ70nhBRXg8O3t9xwdS0iST1q9NJ5IqHnqpWkA==