From d33ba4f17cfc3067f0a8c7b7681491c3f210c574 Mon Sep 17 00:00:00 2001 From: Jonathan Underwood Date: Wed, 12 Aug 2020 16:10:56 +0900 Subject: [PATCH] Bump parser to 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 611e1c4..93e1f07 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "", "license": "ISC", "dependencies": { - "@solidity-parser/parser": "^0.6.0", + "@solidity-parser/parser": "^0.7.0", "@truffle/provider": "^0.1.17", "chalk": "^2.4.2", "death": "^1.1.0",