fix(ipfs-coord): Updating to v6.7.4

This commit is contained in:
Chris Troutner
2021-11-13 14:33:27 -08:00
parent 3213d4af12
commit f65400c043
2 changed files with 9 additions and 8 deletions
+8 -7
View File
@@ -25,7 +25,7 @@
"gatsby-source-filesystem": "^4.1.0", "gatsby-source-filesystem": "^4.1.0",
"gatsby-transformer-sharp": "^4.1.0", "gatsby-transformer-sharp": "^4.1.0",
"https-browserify": "^1.0.0", "https-browserify": "^1.0.0",
"ipfs-coord": "^6.7.3", "ipfs-coord": "^6.7.4",
"jsonrpc-lite": "^2.2.0", "jsonrpc-lite": "^2.2.0",
"p-queue": "^7.1.0", "p-queue": "^7.1.0",
"p-retry": "^5.0.0", "p-retry": "^5.0.0",
@@ -17758,9 +17758,10 @@
} }
}, },
"node_modules/ipfs-coord": { "node_modules/ipfs-coord": {
"version": "6.7.3", "version": "6.7.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.7.3.tgz", "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.4.tgz",
"integrity": "sha512-Iak634ruju6TrHZbbA6LYEWrYVY1iyc27oyf5QhYUgcBXlh6kBm5CT1MPARpCyDSMD1gIx0H1lNE+Nr4bNLFcQ==", "integrity": "sha512-nboEp4xge4ZE8VWSCPhIB5PXQafKChacLOTVwxFfmjzgrXenacw3PBuR/UGxMJ3JX+t13ee/M662Jd8nzp7rZA==",
"license": "MIT",
"dependencies": { "dependencies": {
"axios": "0.21.4", "axios": "0.21.4",
"bch-encrypt-lib": "2.0.0", "bch-encrypt-lib": "2.0.0",
@@ -53011,9 +53012,9 @@
} }
}, },
"ipfs-coord": { "ipfs-coord": {
"version": "6.7.3", "version": "6.7.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.7.3.tgz", "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.7.4.tgz",
"integrity": "sha512-Iak634ruju6TrHZbbA6LYEWrYVY1iyc27oyf5QhYUgcBXlh6kBm5CT1MPARpCyDSMD1gIx0H1lNE+Nr4bNLFcQ==", "integrity": "sha512-nboEp4xge4ZE8VWSCPhIB5PXQafKChacLOTVwxFfmjzgrXenacw3PBuR/UGxMJ3JX+t13ee/M662Jd8nzp7rZA==",
"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
@@ -37,7 +37,7 @@
"gatsby-source-filesystem": "^4.1.0", "gatsby-source-filesystem": "^4.1.0",
"gatsby-transformer-sharp": "^4.1.0", "gatsby-transformer-sharp": "^4.1.0",
"https-browserify": "^1.0.0", "https-browserify": "^1.0.0",
"ipfs-coord": "^6.7.3", "ipfs-coord": "^6.7.4",
"jsonrpc-lite": "^2.2.0", "jsonrpc-lite": "^2.2.0",
"p-queue": "^7.1.0", "p-queue": "^7.1.0",
"p-retry": "^5.0.0", "p-retry": "^5.0.0",