fix(ipfs-coord): Upgrading to v6.6.0

This commit is contained in:
Chris Troutner
2021-09-03 11:05:52 -07:00
parent be1a4c750a
commit 05043ac74d
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -14,7 +14,7 @@
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs-coord": "^6.5.6",
"ipfs-coord": "^6.6.0",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
@@ -10796,9 +10796,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "6.5.6",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.5.6.tgz",
"integrity": "sha512-Kp1EBRgpP081g1v53zbF0Qo99MXN/lhiIWoEqvDvRcOogSIaIRNoZTIxUozLxvZncAQxkZc7CevO6NTTc1dOtQ==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.0.tgz",
"integrity": "sha512-wCT+75QxL2fQ5AfdGFUoFgKAeHnnQ8HvyWGnUw0AmHAlB1eEaZiWR+2+WQmEja/A3irJ/gF/6FGlFpwsoN9bLQ==",
"dependencies": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
@@ -35145,9 +35145,9 @@
}
},
"ipfs-coord": {
"version": "6.5.6",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.5.6.tgz",
"integrity": "sha512-Kp1EBRgpP081g1v53zbF0Qo99MXN/lhiIWoEqvDvRcOogSIaIRNoZTIxUozLxvZncAQxkZc7CevO6NTTc1dOtQ==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.0.tgz",
"integrity": "sha512-wCT+75QxL2fQ5AfdGFUoFgKAeHnnQ8HvyWGnUw0AmHAlB1eEaZiWR+2+WQmEja/A3irJ/gF/6FGlFpwsoN9bLQ==",
"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",
"@chris.troutner/ipfs": "2.0.2",
"ipfs-coord": "^6.5.6",
"ipfs-coord": "^6.6.0",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",