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

fix(ipfs-coord): Updating to v7.1.4
This commit is contained in:
Chris Troutner
2022-03-05 14:53:33 -08:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -14,7 +14,7 @@
"bcryptjs": "2.4.3",
"glob": "7.1.6",
"ipfs": "0.60.0",
"ipfs-coord": "7.1.3",
"ipfs-coord": "7.1.4",
"ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
@@ -8549,9 +8549,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.3.tgz",
"integrity": "sha512-mROl9NGj2x2oG/vkiMCa+Uj8StQ2pUi5sKOT9PMlqmjydNVM91/9wpgGdx0b9HDisuGh2M5We+O4sqxNGOR6VA==",
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.4.tgz",
"integrity": "sha512-YsCdrQ30JW03uOLNrpZKqNmWr5zmxF9AyKeXSQA/OTPBoOOqM2nomEYhTPVJjGxee9Qa2dtxCQzw3JwsLDCe4Q==",
"dependencies": {
"axios": "0.21.4",
"bch-encrypt-lib": "2.0.0",
@@ -29192,9 +29192,9 @@
}
},
"ipfs-coord": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.3.tgz",
"integrity": "sha512-mROl9NGj2x2oG/vkiMCa+Uj8StQ2pUi5sKOT9PMlqmjydNVM91/9wpgGdx0b9HDisuGh2M5We+O4sqxNGOR6VA==",
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.4.tgz",
"integrity": "sha512-YsCdrQ30JW03uOLNrpZKqNmWr5zmxF9AyKeXSQA/OTPBoOOqM2nomEYhTPVJjGxee9Qa2dtxCQzw3JwsLDCe4Q==",
"requires": {
"axios": "0.21.4",
"bch-encrypt-lib": "2.0.0",
+1 -1
View File
@@ -28,7 +28,7 @@
"bcryptjs": "2.4.3",
"glob": "7.1.6",
"ipfs": "0.60.0",
"ipfs-coord": "7.1.3",
"ipfs-coord": "7.1.4",
"ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",