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

fix(ipfs-coord): Updating to v6.8.4
This commit is contained in:
Chris Troutner
2021-12-31 16:01:32 -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", "bcryptjs": "2.4.3",
"glob": "7.1.6", "glob": "7.1.6",
"ipfs": "0.60.0", "ipfs": "0.60.0",
"ipfs-coord": "6.8.3", "ipfs-coord": "6.8.4",
"ipfs-http-client": "55.0.0", "ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
@@ -9733,9 +9733,9 @@
} }
}, },
"node_modules/ipfs-coord": { "node_modules/ipfs-coord": {
"version": "6.8.3", "version": "6.8.4",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.3.tgz", "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.4.tgz",
"integrity": "sha512-bN9/ChON4q0URqoucy6fuNyvjNfnshY3Nj15Z0sBZ5fOD7pBDtJ7mVjcNG4uNd70WMBdrgAYoj/5O9BAOSpnNg==", "integrity": "sha512-FqYTfl0rXgD5ycdSDWT3fha2fEHgrXlCnvxh8xHgmQKlGqfEL1fts53xLtIIWeLAcmsdqe2WUYF1L6FUw1xBeg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "0.21.4", "axios": "0.21.4",
@@ -32897,9 +32897,9 @@
} }
}, },
"ipfs-coord": { "ipfs-coord": {
"version": "6.8.3", "version": "6.8.4",
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.3.tgz", "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.4.tgz",
"integrity": "sha512-bN9/ChON4q0URqoucy6fuNyvjNfnshY3Nj15Z0sBZ5fOD7pBDtJ7mVjcNG4uNd70WMBdrgAYoj/5O9BAOSpnNg==", "integrity": "sha512-FqYTfl0rXgD5ycdSDWT3fha2fEHgrXlCnvxh8xHgmQKlGqfEL1fts53xLtIIWeLAcmsdqe2WUYF1L6FUw1xBeg==",
"requires": { "requires": {
"axios": "0.21.4", "axios": "0.21.4",
"bch-encrypt-lib": "2.0.0", "bch-encrypt-lib": "2.0.0",
+1 -1
View File
@@ -28,7 +28,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"glob": "7.1.6", "glob": "7.1.6",
"ipfs": "0.60.0", "ipfs": "0.60.0",
"ipfs-coord": "6.8.3", "ipfs-coord": "6.8.4",
"ipfs-http-client": "55.0.0", "ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",