Skip to content

Commit e2fdf09

Browse files
committed
v1.2.0
1 parent 4f44427 commit e2fdf09

File tree

3 files changed

+15
-23
lines changed

3 files changed

+15
-23
lines changed

ethpm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "zeppelin",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Secure Smart Contract library for Solidity",
55
"authors": [
66
"Manuel Araoz <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeppelin-solidity",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Secure Smart Contract library for Solidity",
55
"main": "truffle.js",
66
"scripts": {

yarn.lock

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -905,23 +905,23 @@ bindings@^1.2.1, bindings@~1.2.1:
905905
version "1.2.1"
906906
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.2.1.tgz#14ad6113812d2d37d72e67b4cacb4bb726505f11"
907907

908-
bip39@^2.2.0:
909-
version "2.3.1"
910-
resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.3.1.tgz#c8238abc09d719c6f01136ef042daccc5dc3581b"
908+
909+
version "2.2.0"
910+
resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.2.0.tgz#40e73f70674c267f148cdbf8374f2a50be166b0d"
911911
dependencies:
912912
create-hash "^1.1.0"
913-
pbkdf2 "^3.0.9"
913+
pbkdf2 "^3.0.0"
914914
randombytes "^2.0.1"
915-
safe-buffer "^5.0.1"
916915
unorm "^1.3.3"
917916

918-
bip39@~2.2.0:
919-
version "2.2.0"
920-
resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.2.0.tgz#40e73f70674c267f148cdbf8374f2a50be166b0d"
917+
bip39@^2.2.0:
918+
version "2.3.1"
919+
resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.3.1.tgz#c8238abc09d719c6f01136ef042daccc5dc3581b"
921920
dependencies:
922921
create-hash "^1.1.0"
923-
pbkdf2 "^3.0.0"
922+
pbkdf2 "^3.0.9"
924923
randombytes "^2.0.1"
924+
safe-buffer "^5.0.1"
925925
unorm "^1.3.3"
926926

927927
bip66@^1.1.3:
@@ -2038,13 +2038,13 @@ ethereumjs-block@~1.2.2:
20382038
ethereumjs-util "^4.0.1"
20392039
merkle-patricia-tree "^2.1.2"
20402040

2041-
"ethereumjs-testrpc-sc@git+https://github.com/sc-forks/testrpc-sc.git":
2041+
"ethereumjs-testrpc-sc@https://github.com/sc-forks/testrpc-sc.git":
20422042
version "3.0.3"
2043-
resolved "git+https://github.com/sc-forks/testrpc-sc.git#2b7cad404a2b82023d2c8f5656b34e3cc44f2d08"
2043+
resolved "https://github.com/sc-forks/testrpc-sc.git#c636f173cad9026a42a5909a768ba7e156f4abc7"
20442044
dependencies:
20452045
async "~1.5.0"
20462046
bignumber.js "~2.1.4"
2047-
bip39 "~2.2.0"
2047+
bip39 "2.2.0"
20482048
ethereumjs-account "~2.0.4"
20492049
ethereumjs-block "~1.2.2"
20502050
ethereumjs-tx "1.1.2"
@@ -5726,15 +5726,7 @@ solidity-coverage@^0.1.7:
57265726
sol-explore "^1.6.2"
57275727
solidity-parser "git+https://github.com/sc-forks/solidity-parser.git"
57285728

5729-
solidity-parser@^0.3.0:
5730-
version "0.3.0"
5731-
resolved "https://registry.yarnpkg.com/solidity-parser/-/solidity-parser-0.3.0.tgz#cab04f8e406bdc1f3c16512eec6aa87a1072f8b9"
5732-
dependencies:
5733-
mocha "^2.4.5"
5734-
pegjs "^0.10.0"
5735-
yargs "^4.6.0"
5736-
5737-
"solidity-parser@git+https://github.com/sc-forks/solidity-parser.git":
5729+
solidity-parser@^0.3.0, "solidity-parser@git+https://github.com/sc-forks/solidity-parser.git":
57385730
version "0.3.0"
57395731
resolved "git+https://github.com/sc-forks/solidity-parser.git#6c544bd308fb6d38b2ca7e2adde9a42334221ab0"
57405732
dependencies:

0 commit comments

Comments
 (0)