This commit is contained in:
Manuel Araoz 2017-07-18 15:07:10 -03:00
parent 4f44427966
commit e2fdf09e9b
3 changed files with 15 additions and 23 deletions

View File

@ -1,6 +1,6 @@
{
"package_name": "zeppelin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Secure Smart Contract library for Solidity",
"authors": [
"Manuel Araoz <manuelaraoz@gmail.com>"

View File

@ -1,6 +1,6 @@
{
"name": "zeppelin-solidity",
"version": "1.1.0",
"version": "1.2.0",
"description": "Secure Smart Contract library for Solidity",
"main": "truffle.js",
"scripts": {

View File

@ -905,6 +905,15 @@ bindings@^1.2.1, bindings@~1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.2.1.tgz#14ad6113812d2d37d72e67b4cacb4bb726505f11"
bip39@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.2.0.tgz#40e73f70674c267f148cdbf8374f2a50be166b0d"
dependencies:
create-hash "^1.1.0"
pbkdf2 "^3.0.0"
randombytes "^2.0.1"
unorm "^1.3.3"
bip39@^2.2.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.3.1.tgz#c8238abc09d719c6f01136ef042daccc5dc3581b"
@ -915,15 +924,6 @@ bip39@^2.2.0:
safe-buffer "^5.0.1"
unorm "^1.3.3"
bip39@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.2.0.tgz#40e73f70674c267f148cdbf8374f2a50be166b0d"
dependencies:
create-hash "^1.1.0"
pbkdf2 "^3.0.0"
randombytes "^2.0.1"
unorm "^1.3.3"
bip66@^1.1.3:
version "1.1.5"
resolved "https://registry.yarnpkg.com/bip66/-/bip66-1.1.5.tgz#01fa8748785ca70955d5011217d1b3139969ca22"
@ -2038,13 +2038,13 @@ ethereumjs-block@~1.2.2:
ethereumjs-util "^4.0.1"
merkle-patricia-tree "^2.1.2"
"ethereumjs-testrpc-sc@git+https://github.com/sc-forks/testrpc-sc.git":
"ethereumjs-testrpc-sc@https://github.com/sc-forks/testrpc-sc.git":
version "3.0.3"
resolved "git+https://github.com/sc-forks/testrpc-sc.git#2b7cad404a2b82023d2c8f5656b34e3cc44f2d08"
resolved "https://github.com/sc-forks/testrpc-sc.git#c636f173cad9026a42a5909a768ba7e156f4abc7"
dependencies:
async "~1.5.0"
bignumber.js "~2.1.4"
bip39 "~2.2.0"
bip39 "2.2.0"
ethereumjs-account "~2.0.4"
ethereumjs-block "~1.2.2"
ethereumjs-tx "1.1.2"
@ -5726,15 +5726,7 @@ solidity-coverage@^0.1.7:
sol-explore "^1.6.2"
solidity-parser "git+https://github.com/sc-forks/solidity-parser.git"
solidity-parser@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/solidity-parser/-/solidity-parser-0.3.0.tgz#cab04f8e406bdc1f3c16512eec6aa87a1072f8b9"
dependencies:
mocha "^2.4.5"
pegjs "^0.10.0"
yargs "^4.6.0"
"solidity-parser@git+https://github.com/sc-forks/solidity-parser.git":
solidity-parser@^0.3.0, "solidity-parser@git+https://github.com/sc-forks/solidity-parser.git":
version "0.3.0"
resolved "git+https://github.com/sc-forks/solidity-parser.git#6c544bd308fb6d38b2ca7e2adde9a42334221ab0"
dependencies: