diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 852f3db6c..bd21db632 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,8 @@ }, "devDependencies": { "@types/jsonschema": "^1.1.1", - "@types/lodash": "^4.14.64", + "@types/lodash": "^4.14.77", + "@types/lodash-es": "^4.14.7", "@types/mocha": "^2.2.41", "@types/node": "^8.0.1", "@types/sinon": "^2.2.2", @@ -100,7 +101,7 @@ "ethereumjs-util": "^5.1.1", "find-versions": "^2.0.0", "js-sha3": "^0.6.1", - "lodash": "^4.17.4", + "lodash-es": "4.14.7", "publish-release": "^1.3.3", "uuid": "^3.1.0", "web3": "^0.20.0" |