diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1f573037..f0101768 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2,7 +2,7 @@ "name": "ripple-lib", "version": "0.13.0-rc1", "npm-shrinkwrap-version": "5.4.0", - "node-version": "v0.12.6", + "node-version": "v0.12.7", "dependencies": { "async": { "version": "0.9.2", @@ -93,8 +93,8 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.2.tgz" }, "ripple-lib-transactionparser": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/ripple-lib-transactionparser/-/ripple-lib-transactionparser-0.3.2.tgz", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/ripple-lib-transactionparser/-/ripple-lib-transactionparser-0.4.0.tgz", "dependencies": { "bignumber.js": { "version": "1.4.1", @@ -112,6 +112,7 @@ }, "sjcl-extended": { "version": "1.0.3", + "from": "sjcl-extended@git://github.com/ripple/sjcl-extended.git#d8cf8b22e7d97193c54e1f65113e3edcf200ca17", "resolved": "git://github.com/ripple/sjcl-extended.git#d8cf8b22e7d97193c54e1f65113e3edcf200ca17", "dependencies": { "sjcl": { diff --git a/package.json b/package.json index 7885f91b..23af53c1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "is-my-json-valid": "^2.12.0", "lodash": "^3.1.0", "lru-cache": "~2.5.0", - "ripple-lib-transactionparser": "^0.3.2", + "ripple-lib-transactionparser": "^0.4", "ripple-wallet-generator": "^1.0.3", "simple-asyncify": "^0.1.0", "sjcl-extended": "ripple/sjcl-extended#1.0.3",