fix(bch-js, ipfs-coord): Updating npm packages

This commit is contained in:
Chris Troutner
2021-10-29 15:38:20 -07:00
parent bb9a2a2408
commit 09772bae29
2 changed files with 36 additions and 34 deletions
+34 -32
View File
@@ -10,11 +10,11 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@chris.troutner/ipfs": "2.0.2", "@chris.troutner/ipfs": "2.0.2",
"@psf/bch-js": "4.20.13", "@psf/bch-js": "4.20.20",
"axios": "0.21.1", "axios": "0.21.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"glob": "7.1.6", "glob": "7.1.6",
"ipfs-coord": "6.7.2", "ipfs-coord": "6.7.3",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0", "jwt-bch-lib": "1.3.0",
@@ -2324,9 +2324,10 @@
"integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=" "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA="
}, },
"node_modules/@psf/bch-js": { "node_modules/@psf/bch-js": {
"version": "4.20.13", "version": "4.20.20",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.20.13.tgz", "resolved": "http://94.130.170.209:4873/@psf%2fbch-js/-/bch-js-4.20.20.tgz",
"integrity": "sha512-BY2nFQofeynJLQm1qZNDBBLEAlCr8Sz6DwBtkD5pofM5ABX9njXFf3Ndwbhko6xcnjHl++hR88A8dPC/Bi4Q8A==", "integrity": "sha512-Kxn78yJ+RTsX5+cdBCWeOSYVxqza55rXEnE8qnNvxM/p2zUI5wFhA1Gr9gygZKlMd3o1bW74smbKmYh4cnIksg==",
"license": "MIT",
"dependencies": { "dependencies": {
"@psf/bip21": "^2.0.1", "@psf/bip21": "^2.0.1",
"@psf/bip32-utils": "^1.0.0", "@psf/bip32-utils": "^1.0.0",
@@ -2346,7 +2347,7 @@
"bip66": "^1.1.5", "bip66": "^1.1.5",
"bitcoinjs-message": "^2.0.0", "bitcoinjs-message": "^2.0.0",
"bs58": "^4.0.1", "bs58": "^4.0.1",
"cashaddrjs": "^0.3.3", "ecashaddrjs": "^1.0.7",
"ini": "^1.3.8", "ini": "^1.3.8",
"randombytes": "^2.0.6", "randombytes": "^2.0.6",
"safe-buffer": "^5.1.2", "safe-buffer": "^5.1.2",
@@ -5168,14 +5169,6 @@
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
}, },
"node_modules/cashaddrjs": {
"version": "0.3.12",
"resolved": "https://registry.npmjs.org/cashaddrjs/-/cashaddrjs-0.3.12.tgz",
"integrity": "sha512-GdjCYMVwd86HXcFcxyEZQLPLFv8a/u0ccYPsO0PpnUW26LhZzHX9l9QA+DjaeUah7tnebwPs33NWDbbUy8iVYQ==",
"dependencies": {
"big-integer": "1.6.36"
}
},
"node_modules/cashaddrjs-slp": { "node_modules/cashaddrjs-slp": {
"version": "0.2.12", "version": "0.2.12",
"resolved": "https://registry.npmjs.org/cashaddrjs-slp/-/cashaddrjs-slp-0.2.12.tgz", "resolved": "https://registry.npmjs.org/cashaddrjs-slp/-/cashaddrjs-slp-0.2.12.tgz",
@@ -6611,6 +6604,15 @@
"resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
"integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI="
}, },
"node_modules/ecashaddrjs": {
"version": "1.0.7",
"resolved": "http://94.130.170.209:4873/ecashaddrjs/-/ecashaddrjs-1.0.7.tgz",
"integrity": "sha512-KsvHYLlYtLr/GBkEPiwwQDIDBzqRx61qC34n1puHKOjVE4Uwg3syHccjFCqNynLa6T6xI0Rd7ByCRUJcuJcoIw==",
"license": "MIT",
"dependencies": {
"big-integer": "1.6.36"
}
},
"node_modules/ecc-jsbn": { "node_modules/ecc-jsbn": {
"version": "0.1.2", "version": "0.1.2",
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
@@ -10410,9 +10412,9 @@
} }
}, },
"node_modules/ipfs-coord": { "node_modules/ipfs-coord": {
"version": "6.7.2", "version": "6.7.3",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.2.tgz", "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.3.tgz",
"integrity": "sha512-zyPmekUyyIRwf0UfJBRr1vhYiPgE6kJ1gk7Ztk9izSnc3w7yKaVuO/kekCHOUqFIlZ8BN/T2j3D9WwaztZKgWg==", "integrity": "sha512-Iak634ruju6TrHZbbA6LYEWrYVY1iyc27oyf5QhYUgcBXlh6kBm5CT1MPARpCyDSMD1gIx0H1lNE+Nr4bNLFcQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "0.21.4", "axios": "0.21.4",
@@ -28154,9 +28156,9 @@
"integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=" "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA="
}, },
"@psf/bch-js": { "@psf/bch-js": {
"version": "4.20.13", "version": "4.20.20",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.20.13.tgz", "resolved": "http://94.130.170.209:4873/@psf%2fbch-js/-/bch-js-4.20.20.tgz",
"integrity": "sha512-BY2nFQofeynJLQm1qZNDBBLEAlCr8Sz6DwBtkD5pofM5ABX9njXFf3Ndwbhko6xcnjHl++hR88A8dPC/Bi4Q8A==", "integrity": "sha512-Kxn78yJ+RTsX5+cdBCWeOSYVxqza55rXEnE8qnNvxM/p2zUI5wFhA1Gr9gygZKlMd3o1bW74smbKmYh4cnIksg==",
"requires": { "requires": {
"@psf/bip21": "^2.0.1", "@psf/bip21": "^2.0.1",
"@psf/bip32-utils": "^1.0.0", "@psf/bip32-utils": "^1.0.0",
@@ -28176,7 +28178,7 @@
"bip66": "^1.1.5", "bip66": "^1.1.5",
"bitcoinjs-message": "^2.0.0", "bitcoinjs-message": "^2.0.0",
"bs58": "^4.0.1", "bs58": "^4.0.1",
"cashaddrjs": "^0.3.3", "ecashaddrjs": "^1.0.7",
"ini": "^1.3.8", "ini": "^1.3.8",
"randombytes": "^2.0.6", "randombytes": "^2.0.6",
"safe-buffer": "^5.1.2", "safe-buffer": "^5.1.2",
@@ -30438,14 +30440,6 @@
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
}, },
"cashaddrjs": {
"version": "0.3.12",
"resolved": "https://registry.npmjs.org/cashaddrjs/-/cashaddrjs-0.3.12.tgz",
"integrity": "sha512-GdjCYMVwd86HXcFcxyEZQLPLFv8a/u0ccYPsO0PpnUW26LhZzHX9l9QA+DjaeUah7tnebwPs33NWDbbUy8iVYQ==",
"requires": {
"big-integer": "1.6.36"
}
},
"cashaddrjs-slp": { "cashaddrjs-slp": {
"version": "0.2.12", "version": "0.2.12",
"resolved": "https://registry.npmjs.org/cashaddrjs-slp/-/cashaddrjs-slp-0.2.12.tgz", "resolved": "https://registry.npmjs.org/cashaddrjs-slp/-/cashaddrjs-slp-0.2.12.tgz",
@@ -31624,6 +31618,14 @@
"resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
"integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI="
}, },
"ecashaddrjs": {
"version": "1.0.7",
"resolved": "http://94.130.170.209:4873/ecashaddrjs/-/ecashaddrjs-1.0.7.tgz",
"integrity": "sha512-KsvHYLlYtLr/GBkEPiwwQDIDBzqRx61qC34n1puHKOjVE4Uwg3syHccjFCqNynLa6T6xI0Rd7ByCRUJcuJcoIw==",
"requires": {
"big-integer": "1.6.36"
}
},
"ecc-jsbn": { "ecc-jsbn": {
"version": "0.1.2", "version": "0.1.2",
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
@@ -34556,9 +34558,9 @@
} }
}, },
"ipfs-coord": { "ipfs-coord": {
"version": "6.7.2", "version": "6.7.3",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.2.tgz", "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.3.tgz",
"integrity": "sha512-zyPmekUyyIRwf0UfJBRr1vhYiPgE6kJ1gk7Ztk9izSnc3w7yKaVuO/kekCHOUqFIlZ8BN/T2j3D9WwaztZKgWg==", "integrity": "sha512-Iak634ruju6TrHZbbA6LYEWrYVY1iyc27oyf5QhYUgcBXlh6kBm5CT1MPARpCyDSMD1gIx0H1lNE+Nr4bNLFcQ==",
"requires": { "requires": {
"axios": "0.21.4", "axios": "0.21.4",
"bch-encrypt-lib": "2.0.0", "bch-encrypt-lib": "2.0.0",
+2 -2
View File
@@ -24,11 +24,11 @@
"repository": "Permissionless-Software-Foundation/ipfs-service-provider", "repository": "Permissionless-Software-Foundation/ipfs-service-provider",
"dependencies": { "dependencies": {
"@chris.troutner/ipfs": "2.0.2", "@chris.troutner/ipfs": "2.0.2",
"@psf/bch-js": "4.20.13", "@psf/bch-js": "4.20.20",
"axios": "0.21.1", "axios": "0.21.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"glob": "7.1.6", "glob": "7.1.6",
"ipfs-coord": "6.7.2", "ipfs-coord": "6.7.3",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0", "jwt-bch-lib": "1.3.0",