Merge pull request #204 from sc-forks/reserved-keywords

Bump parser: stop crashing on JS keywords
pull/205/head
c-g-e-w-e-k-e- 7 years ago committed by GitHub
commit 7a3292fd29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -5185,9 +5185,9 @@
} }
}, },
"solidity-parser-sc": { "solidity-parser-sc": {
"version": "0.4.5", "version": "0.4.6",
"resolved": "https://registry.npmjs.org/solidity-parser-sc/-/solidity-parser-sc-0.4.5.tgz", "resolved": "https://registry.npmjs.org/solidity-parser-sc/-/solidity-parser-sc-0.4.6.tgz",
"integrity": "sha512-6TMMjgCgwdeTtgQjV2vskSN+XKlC1+igBR14wr+BCmVw9QSA3CXHh6mmnQE42aLX+yqb1L8QkA9B5zLancTUew==", "integrity": "sha512-+fu+4L4XomonLf/BvG0hv/otIpWr7wFB0X/QHzfQP68ER+FrQ8vou11/OPsOqc7yHWhowi0oe4JcKFZgAEUThw==",
"requires": { "requires": {
"mocha": "2.5.3", "mocha": "2.5.3",
"pegjs": "0.10.0", "pegjs": "0.10.0",

@ -28,7 +28,7 @@
"req-cwd": "^1.0.1", "req-cwd": "^1.0.1",
"shelljs": "^0.7.4", "shelljs": "^0.7.4",
"sol-explore": "^1.6.2", "sol-explore": "^1.6.2",
"solidity-parser-sc": "0.4.5", "solidity-parser-sc": "0.4.6",
"web3": "^0.18.4" "web3": "^0.18.4"
}, },
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save