fix(ipfs-coord): Bumping to v6.1.4

This commit is contained in:
Chris Troutner
2021-08-24 10:51:58 -07:00
parent 2d02904ed1
commit d06c995174
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -13,7 +13,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs": "0.55.4",
"ipfs-coord": "^6.1.3",
"ipfs-coord": "^6.1.4",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
@@ -10028,9 +10028,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.3.tgz",
"integrity": "sha512-A+tLpx/NAR0nmYVlwyqvjOhpWlqcf2Q3lDdsECBM4KfYXr6tKoL9u4iCOwtGO8TQ34DkSn4YUVuyxNtqy6qlxQ==",
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.4.tgz",
"integrity": "sha512-uWSNJIp5JapAlLLaLczcsfZw8UO4jMu+ObA97u0otlU6eA5x2SLJj1nKnl5u1+hpRfBSiMqWGOLNifjThjdTIA==",
"dependencies": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
@@ -34345,9 +34345,9 @@
}
},
"ipfs-coord": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.3.tgz",
"integrity": "sha512-A+tLpx/NAR0nmYVlwyqvjOhpWlqcf2Q3lDdsECBM4KfYXr6tKoL9u4iCOwtGO8TQ34DkSn4YUVuyxNtqy6qlxQ==",
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.4.tgz",
"integrity": "sha512-uWSNJIp5JapAlLLaLczcsfZw8UO4jMu+ObA97u0otlU6eA5x2SLJj1nKnl5u1+hpRfBSiMqWGOLNifjThjdTIA==",
"requires": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
+1 -1
View File
@@ -28,7 +28,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs": "0.55.4",
"ipfs-coord": "^6.1.3",
"ipfs-coord": "^6.1.4",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",