Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge 550c146 into 4f9b60d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 21, 2019
2 parents 4f9b60d + 550c146 commit 843e77d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/abi/package.json
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"bignumber.js": "^8.0.1",
"js-sha3": "0.7.0",
"js-sha3": "0.8.0",
"utf8": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -46,7 +46,7 @@
"es6-promise": "^4.1.1",
"eventemitter3": "^3.1.0",
"isomorphic-fetch": "^2.2.1",
"js-sha3": "0.5.5",
"js-sha3": "0.8.0",
"lodash": "^4.17.11",
"store": "^2.0.12",
"websocket": "^1.0.25"
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Expand Up @@ -4252,15 +4252,10 @@ jest@^23.4.1:
import-local "^1.0.0"
jest-cli "^23.6.0"

js-sha3@0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.5.tgz#baf0c0e8c54ad5903447df96ade7a4a1bca79a4a"
integrity sha1-uvDA6MVK1ZA0R9+Wreekobynmko=

js-sha3@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.7.0.tgz#0a5c57b36f79882573b2d84051f8bb85dd1bd63a"
integrity sha512-Wpks3yBDm0UcL5qlVhwW9Jr9n9i4FfeWBFOOXP5puDS/SiudJGhw7DPyBqn3487qD4F0lsC0q3zxink37f7zeA==
js-sha3@0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz#b9b7a5da73afad7dedd0f8c463954cbde6818840"
integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 843e77d

Please sign in to comment.