Ran npm audit fix

This commit is contained in:
Chris Troutner
2019-05-28 17:55:34 -07:00
parent 814b3a6205
commit c99315fc2b
2 changed files with 37 additions and 14 deletions
+36 -13
View File
@@ -365,15 +365,15 @@
}
},
"@semantic-release/npm": {
"version": "5.1.7",
"resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-5.1.7.tgz",
"integrity": "sha512-4THiFGp9APX1a+EJJsOYurJCR8TrRUgNCU9u46AkZekWfvtyzacfIBKCrmEljpYG8qDDnHLZwHSqyW4ID4iteA==",
"version": "5.1.9",
"resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-5.1.9.tgz",
"integrity": "sha512-Hcwhiu7zC0hD0ZPTkEE5bsK9l0z7Ou+N/mcSpYT1kq96ETMQtyZee0gjxXiAGaIHJ7wlMuUhHbYp7iAaI1965w==",
"dev": true,
"requires": {
"@semantic-release/error": "^2.2.0",
"aggregate-error": "^3.0.0",
"execa": "^1.0.0",
"fs-extra": "^7.0.0",
"fs-extra": "^8.0.0",
"lodash": "^4.17.4",
"nerf-dart": "^1.0.0",
"normalize-url": "^4.0.0",
@@ -383,6 +383,17 @@
"registry-auth-token": "^3.3.1"
},
"dependencies": {
"fs-extra": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.0.1.tgz",
"integrity": "sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
},
"read-pkg": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.1.tgz",
@@ -1946,12 +1957,14 @@
}
},
"bchjs": {
"version": "0.1.0-alpha.2",
"resolved": "https://registry.npmjs.org/bchjs/-/bchjs-0.1.0-alpha.2.tgz",
"integrity": "sha512-t0hcSuLWYYEdSAnqX0z+8MzH0T+4vKjmFN16lA6amOWsECY5UUR1KHE9WUCz60Fu0BoMaG0LiV1+g8UOpTLXWQ==",
"version": "0.1.0-alpha.3",
"resolved": "https://registry.npmjs.org/bchjs/-/bchjs-0.1.0-alpha.3.tgz",
"integrity": "sha512-wMQuzgEv3w6Ve1LsBM0q4QuYXiy/fub1Svo3GhMkQR2KzDU3zAmjUpxjUWiftBcBf9QIFF2LCCedxwSD+GF7zQ==",
"dev": true,
"requires": {
"axios": "^0.18.0"
"axios": "^0.18.0",
"bchaddrjs": "^0.2.2",
"bitcoincashjs": "^0.1.10"
}
},
"bclient": {
@@ -2451,6 +2464,16 @@
"typeforce": "^1.11.3",
"varuint-bitcoin": "^1.0.4",
"wif": "^2.0.1"
},
"dependencies": {
"pushdata-bitcoin": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/pushdata-bitcoin/-/pushdata-bitcoin-1.0.1.tgz",
"integrity": "sha1-FZMdPNlnreUiBvUjqnMxrvfUOvc=",
"requires": {
"bitcoin-ops": "^1.3.0"
}
}
}
},
"bitcoinjs-message": {
@@ -17427,13 +17450,13 @@
"integrity": "sha1-zWLmCvjX/qinBexP+ZCHHEaHHyc="
},
"pandacash-core": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/pandacash-core/-/pandacash-core-0.1.0.tgz",
"integrity": "sha512-c3ZrJuvFNVg34EIwfjJik0eo3Kn2f37XOI8XBENMf8eTN5vyp6w76svTP2ppy5jkVM3PGLGPAvAzmFryhxdCow==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/pandacash-core/-/pandacash-core-0.3.1.tgz",
"integrity": "sha512-HAssonJQRKrnabvwD8kvJf1zQ0cJtE8wgejMDVku0aR7dS0OBB5z3yhB4XFJCST9SjxQx6jg6yWDuUCiBjPHeg==",
"dev": true,
"requires": {
"bcash": "^1.0.2",
"bchjs": "0.1.0-alpha.2",
"bcash": "^1.1.0",
"bchjs": "0.1.0-alpha.3",
"bitbox-sdk": "^2.1.1"
},
"dependencies": {
+1 -1
View File
@@ -73,7 +73,7 @@
"node-mocks-http": "^1.7.0",
"nodemon": "^1.18.1",
"nyc": "^11.6.0",
"pandacash-core": "^0.1.0",
"pandacash-core": "^0.3.1",
"prettier": "^1.14.2",
"proxyquire": "^2.1.0",
"request": "^2.88.0",