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

fix(ipfs-coord): Updating bootstrap nodes
This commit is contained in:
Chris Troutner
2022-07-07 15:56:42 -07: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.62.3",
"ipfs-coord": "8.0.1",
"ipfs-coord": "8.0.2",
"ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
@@ -8440,9 +8440,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "8.0.1",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-8.0.1.tgz",
"integrity": "sha512-07aqzRSCfHczC43MT05wDhV15OqXafcCWg8LTqkzI1WcUZXBwOvF1fiy0rRmIba0VcfnFwepMWHaYfHF05xF0Q==",
"version": "8.0.2",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-8.0.2.tgz",
"integrity": "sha512-CdUH4GLLFArUDb8LIRAXxPlhbRQ44A5PEWB4J9zzDB3by93O7DLEgjqPqLDolalzrtiQBVzoARO/exZvdxBF+w==",
"license": "MIT",
"dependencies": {
"axios": "0.21.4",
@@ -27780,9 +27780,9 @@
}
},
"ipfs-coord": {
"version": "8.0.1",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-8.0.1.tgz",
"integrity": "sha512-07aqzRSCfHczC43MT05wDhV15OqXafcCWg8LTqkzI1WcUZXBwOvF1fiy0rRmIba0VcfnFwepMWHaYfHF05xF0Q==",
"version": "8.0.2",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-8.0.2.tgz",
"integrity": "sha512-CdUH4GLLFArUDb8LIRAXxPlhbRQ44A5PEWB4J9zzDB3by93O7DLEgjqPqLDolalzrtiQBVzoARO/exZvdxBF+w==",
"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.62.3",
"ipfs-coord": "8.0.1",
"ipfs-coord": "8.0.2",
"ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",