Merge pull request #56 from Permissionless-Software-Foundation/ct-unstable

fix(ipfs-coord): Updating to v6.7.4
This commit is contained in:
Chris Troutner
2021-11-13 11:36:57 -08:00
committed by GitHub
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.7.3",
"ipfs-coord": "6.7.4",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",
@@ -10412,9 +10412,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "6.7.3",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.3.tgz",
"integrity": "sha512-Iak634ruju6TrHZbbA6LYEWrYVY1iyc27oyf5QhYUgcBXlh6kBm5CT1MPARpCyDSMD1gIx0H1lNE+Nr4bNLFcQ==",
"version": "6.7.4",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.4.tgz",
"integrity": "sha512-nboEp4xge4ZE8VWSCPhIB5PXQafKChacLOTVwxFfmjzgrXenacw3PBuR/UGxMJ3JX+t13ee/M662Jd8nzp7rZA==",
"license": "MIT",
"dependencies": {
"axios": "0.21.4",
@@ -34558,9 +34558,9 @@
}
},
"ipfs-coord": {
"version": "6.7.3",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.3.tgz",
"integrity": "sha512-Iak634ruju6TrHZbbA6LYEWrYVY1iyc27oyf5QhYUgcBXlh6kBm5CT1MPARpCyDSMD1gIx0H1lNE+Nr4bNLFcQ==",
"version": "6.7.4",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.4.tgz",
"integrity": "sha512-nboEp4xge4ZE8VWSCPhIB5PXQafKChacLOTVwxFfmjzgrXenacw3PBuR/UGxMJ3JX+t13ee/M662Jd8nzp7rZA==",
"requires": {
"axios": "0.21.4",
"bch-encrypt-lib": "2.0.0",
+1 -1
View File
@@ -28,7 +28,7 @@
"axios": "0.21.1",
"bcryptjs": "2.4.3",
"glob": "7.1.6",
"ipfs-coord": "6.7.3",
"ipfs-coord": "6.7.4",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",