Update bignumber.js, ripple-hashes, ripple-lib-transactionparser

This commit is contained in:
Elliot Lee
2017-11-02 22:28:01 -07:00
parent 2a90f9b134
commit 658d8a182e
2 changed files with 4 additions and 8646 deletions

8642
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "ripple-lib", "name": "ripple-lib",
"version": "0.17.7", "version": "0.17.8",
"license": "ISC", "license": "ISC",
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [ "files": [
@@ -17,15 +17,15 @@
"dependencies": { "dependencies": {
"babel-polyfill": "^6.3.14", "babel-polyfill": "^6.3.14",
"babel-runtime": "^6.3.19", "babel-runtime": "^6.3.19",
"bignumber.js": "^2.0.3", "bignumber.js": "^4.1.0",
"https-proxy-agent": "^1.0.0", "https-proxy-agent": "^1.0.0",
"jsonschema": "^1.1.1", "jsonschema": "^1.1.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"ripple-address-codec": "^2.0.1", "ripple-address-codec": "^2.0.1",
"ripple-binary-codec": "^0.1.10", "ripple-binary-codec": "^0.1.10",
"ripple-hashes": "^0.3.0", "ripple-hashes": "^0.3.1",
"ripple-keypairs": "^0.10.0", "ripple-keypairs": "^0.10.0",
"ripple-lib-transactionparser": "^0.6.1", "ripple-lib-transactionparser": "^0.6.2",
"ws": "^1.0.1" "ws": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {