aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/package.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-08-10 05:22:16 +0800
committerGitHub <noreply@github.com>2018-08-10 05:22:16 +0800
commitf97ec000e109341f7b200d0ff9ff324bf3f97d3e (patch)
treeae4a478f4ea5bcfd8f57c85a2d9bbb1300c59bd5 /packages/sol-compiler/package.json
parentc804e2230d308492f7bbaba1387b2ced6463245f (diff)
parentf3761af5678503320b7a3e989a743b847ef4245f (diff)
downloaddexon-0x-contracts-f97ec000e109341f7b200d0ff9ff324bf3f97d3e.tar.gz
dexon-0x-contracts-f97ec000e109341f7b200d0ff9ff324bf3f97d3e.tar.zst
dexon-0x-contracts-f97ec000e109341f7b200d0ff9ff324bf3f97d3e.zip
Merge pull request #949 from 0xProject/fix/update-dependencies
fix: Update dependencies
Diffstat (limited to 'packages/sol-compiler/package.json')
-rw-r--r--packages/sol-compiler/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index c31d180c2..fcf9775c1 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -64,7 +64,7 @@
"copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0",
- "mocha": "^4.0.1",
+ "mocha": "^4.1.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.0.1",
"shx": "^0.2.2",
@@ -87,7 +87,7 @@
"chalk": "^2.3.0",
"ethereum-types": "^1.0.3",
"ethereumjs-util": "^5.1.1",
- "lodash": "^4.17.4",
+ "lodash": "^4.17.5",
"mkdirp": "^0.5.1",
"require-from-string": "^2.0.1",
"semver": "5.5.0",