diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-19 04:38:28 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-19 04:38:28 +0800 |
commit | 14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab (patch) | |
tree | 503605b47dca546af453fca7140e58d2d772f387 | |
parent | e17cca98340c68d92a65e8455cc35439d3b57e55 (diff) | |
download | dexon-sol-tools-14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab.tar dexon-sol-tools-14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab.tar.gz dexon-sol-tools-14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab.tar.bz2 dexon-sol-tools-14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab.tar.lz dexon-sol-tools-14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab.tar.xz dexon-sol-tools-14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab.tar.zst dexon-sol-tools-14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab.zip |
Fix tests
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index bd21db632..79ceb69fd 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "ethereumjs-util": "^5.1.1", "find-versions": "^2.0.0", "js-sha3": "^0.6.1", - "lodash-es": "4.14.7", + "lodash-es": "4.14.2", "publish-release": "^1.3.3", "uuid": "^3.1.0", "web3": "^0.20.0" @@ -38,14 +38,14 @@ dependencies: "@types/lodash" "*" -"@types/lodash@*", "@types/lodash@4.14.74": - version "4.14.74" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.74.tgz#ac3bd8db988e7f7038e5d22bd76a7ba13f876168" - -"@types/lodash@^4.14.77": +"@types/lodash@*", "@types/lodash@^4.14.77": version "4.14.77" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.77.tgz#0bc699413e84d6ed5d927ca30ea0f0a890b42d75" +"@types/lodash@4.14.74": + version "4.14.74" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.74.tgz#ac3bd8db988e7f7038e5d22bd76a7ba13f876168" + "@types/marked@0.3.0": version "0.3.0" resolved "https://registry.yarnpkg.com/@types/marked/-/marked-0.3.0.tgz#583c223dd33385a1dda01aaf77b0cd0411c4b524" @@ -2874,7 +2874,7 @@ locate-path@^2.0.0: p-locate "^2.0.0" path-exists "^3.0.0" -lodash-es@4.14.7: +lodash-es@4.14.2: version "4.14.2" resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.14.2.tgz#6a724b14f743dab068c1031d4d3d34fff8aa9ee0" |