Update ripple-binary-codec and ripple-hashes dependencies

This commit is contained in:
Chris Clark
2016-11-30 14:49:40 -08:00
parent 50c6af3158
commit cfcf6e473c
2 changed files with 9 additions and 9 deletions

12
npm-shrinkwrap.json generated
View File

@@ -3249,9 +3249,9 @@
"resolved": "https://registry.npmjs.org/ripple-address-codec/-/ripple-address-codec-2.0.1.tgz"
},
"ripple-binary-codec": {
"version": "0.1.4",
"from": "ripple-binary-codec@>=0.1.4 <0.2.0",
"resolved": "https://registry.npmjs.org/ripple-binary-codec/-/ripple-binary-codec-0.1.4.tgz",
"version": "0.1.5",
"from": "ripple-binary-codec@>=0.1.5 <0.2.0",
"resolved": "https://registry.npmjs.org/ripple-binary-codec/-/ripple-binary-codec-0.1.5.tgz",
"dependencies": {
"lodash": {
"version": "4.13.1",
@@ -3261,9 +3261,9 @@
}
},
"ripple-hashes": {
"version": "0.1.0",
"from": "ripple-hashes@>=0.1.0 <0.2.0",
"resolved": "https://registry.npmjs.org/ripple-hashes/-/ripple-hashes-0.1.0.tgz"
"version": "0.2.0",
"from": "ripple-hashes@>=0.2.0 <0.3.0",
"resolved": "https://registry.npmjs.org/ripple-hashes/-/ripple-hashes-0.2.0.tgz"
},
"ripple-keypairs": {
"version": "0.10.0",

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-lib",
"version": "0.17.3",
"version": "0.17.4",
"license": "ISC",
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [
@@ -24,8 +24,8 @@
"jayson": "^1.2.2",
"lodash": "^3.1.0",
"ripple-address-codec": "^2.0.1",
"ripple-binary-codec": "^0.1.4",
"ripple-hashes": "^0.1.0",
"ripple-binary-codec": "^0.1.5",
"ripple-hashes": "^0.2.0",
"ripple-keypairs": "^0.10.0",
"ripple-lib-transactionparser": "^0.6.0",
"ws": "^1.0.1"