fix(ipfs-coord): Bumped to v6.1.3

This commit is contained in:
Chris Troutner
2021-08-24 10:44:25 -07:00
parent 51d7ddb362
commit 2d02904ed1
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -13,7 +13,7 @@
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"glob": "^7.1.6", "glob": "^7.1.6",
"ipfs": "0.55.4", "ipfs": "0.55.4",
"ipfs-coord": "^6.1.2", "ipfs-coord": "^6.1.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",
@@ -10028,9 +10028,9 @@
} }
}, },
"node_modules/ipfs-coord": { "node_modules/ipfs-coord": {
"version": "6.1.2", "version": "6.1.3",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.2.tgz", "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.3.tgz",
"integrity": "sha512-SimYZFMx+L3k6/RmNwfbME48BdA+RY6fdrwrm2Jf4vwlARTgwjn+Pyl0rS+JklmniWIOFjrgs2yoy07cR3jimQ==", "integrity": "sha512-A+tLpx/NAR0nmYVlwyqvjOhpWlqcf2Q3lDdsECBM4KfYXr6tKoL9u4iCOwtGO8TQ34DkSn4YUVuyxNtqy6qlxQ==",
"dependencies": { "dependencies": {
"bch-encrypt-lib": "^2.0.0", "bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1" "orbit-db": "^0.26.1"
@@ -34345,9 +34345,9 @@
} }
}, },
"ipfs-coord": { "ipfs-coord": {
"version": "6.1.2", "version": "6.1.3",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.2.tgz", "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.3.tgz",
"integrity": "sha512-SimYZFMx+L3k6/RmNwfbME48BdA+RY6fdrwrm2Jf4vwlARTgwjn+Pyl0rS+JklmniWIOFjrgs2yoy07cR3jimQ==", "integrity": "sha512-A+tLpx/NAR0nmYVlwyqvjOhpWlqcf2Q3lDdsECBM4KfYXr6tKoL9u4iCOwtGO8TQ34DkSn4YUVuyxNtqy6qlxQ==",
"requires": { "requires": {
"bch-encrypt-lib": "^2.0.0", "bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1" "orbit-db": "^0.26.1"
+1 -1
View File
@@ -28,7 +28,7 @@
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"glob": "^7.1.6", "glob": "^7.1.6",
"ipfs": "0.55.4", "ipfs": "0.55.4",
"ipfs-coord": "^6.1.2", "ipfs-coord": "^6.1.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",