From c7b0b0c1d5535b071dc8a8a58297ce25f8c20870 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 1 Jan 2022 18:19:07 -0800 Subject: [PATCH] fix(ipfs-coord): Updating to v6.8.6 --- package-lock.json | 293 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 4 +- 2 files changed, 275 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09a72f7..84d8aa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,8 +14,8 @@ "bcryptjs": "2.4.3", "glob": "7.1.6", "ipfs": "0.60.0", - "ipfs-coord": "6.8.5", - "ipfs-http-client": "54.0.2", + "ipfs-coord": "6.8.6", + "ipfs-http-client": "55.0.0", "jsonrpc-lite": "2.2.0", "jsonwebtoken": "8.5.1", "jwt-bch-lib": "1.3.0", @@ -1731,6 +1731,16 @@ "multiformats": "^9.5.4" } }, + "node_modules/@ipld/dag-json": { + "version": "8.0.7", + "resolved": "http://94.130.170.209:4873/@ipld%2fdag-json/-/dag-json-8.0.7.tgz", + "integrity": "sha512-nG4hdl1V4GDKZ6Mumu2tL8zSpem/lRSVpQOd1uEovF+qPRkVnb06hsETy97J3kR0EjbZgge8m5AYtrab3DSREg==", + "license": "(Apache-2.0 AND MIT)", + "dependencies": { + "cborg": "^1.5.4", + "multiformats": "^9.5.4" + } + }, "node_modules/@ipld/dag-pb": { "version": "2.1.15", "resolved": "http://94.130.170.209:4873/@ipld%2fdag-pb/-/dag-pb-2.1.15.tgz", @@ -9725,10 +9735,40 @@ "yargs": "^16.0.3" } }, + "node_modules/ipfs-cli/node_modules/ipfs-http-client": { + "version": "54.0.2", + "resolved": "http://94.130.170.209:4873/ipfs-http-client/-/ipfs-http-client-54.0.2.tgz", + "integrity": "sha512-gPTD+Hy7UdiM+Ez9n+PJmSQ5m1fShhDhIkZ+lTY2L9p7KFOU643qACqUrdZZjlZIRWHg4htHSYNPnTRh2bjOjA==", + "license": "(Apache-2.0 OR MIT)", + "dependencies": { + "@ipld/dag-cbor": "^6.0.5", + "@ipld/dag-pb": "^2.1.3", + "abort-controller": "^3.0.0", + "any-signal": "^2.1.2", + "debug": "^4.1.1", + "err-code": "^3.0.1", + "ipfs-core-types": "^0.8.4", + "ipfs-core-utils": "^0.12.2", + "ipfs-utils": "^9.0.2", + "it-first": "^1.0.6", + "it-last": "^1.0.4", + "merge-options": "^3.0.4", + "multiaddr": "^10.0.0", + "multiformats": "^9.4.13", + "native-abort-controller": "^1.0.3", + "parse-duration": "^1.0.0", + "stream-to-it": "^0.2.2", + "uint8arrays": "^3.0.0" + }, + "engines": { + "node": ">=14.0.0", + "npm": ">=3.0.0" + } + }, "node_modules/ipfs-coord": { - "version": "6.8.5", - "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.5.tgz", - "integrity": "sha512-IQR++uPZuHKOxrT49raHho/CwQe1tKe2Q1Ed0hGDfarXJTtfmMmNH3jGSecyd5BYZNeugL67BnGuvoYrZFY7AA==", + "version": "6.8.6", + "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.6.tgz", + "integrity": "sha512-EbP2x+67Z7rzSoGNd986tttbzYZx7RBem3oY3HEl7QoRGDaV2EUomPrZQPIvpdzarOb9NczBGZGeVWbuN4xdqg==", "license": "MIT", "dependencies": { "axios": "0.21.4", @@ -9891,6 +9931,36 @@ "uint8arrays": "^3.0.0" } }, + "node_modules/ipfs-core/node_modules/ipfs-http-client": { + "version": "54.0.2", + "resolved": "http://94.130.170.209:4873/ipfs-http-client/-/ipfs-http-client-54.0.2.tgz", + "integrity": "sha512-gPTD+Hy7UdiM+Ez9n+PJmSQ5m1fShhDhIkZ+lTY2L9p7KFOU643qACqUrdZZjlZIRWHg4htHSYNPnTRh2bjOjA==", + "license": "(Apache-2.0 OR MIT)", + "dependencies": { + "@ipld/dag-cbor": "^6.0.5", + "@ipld/dag-pb": "^2.1.3", + "abort-controller": "^3.0.0", + "any-signal": "^2.1.2", + "debug": "^4.1.1", + "err-code": "^3.0.1", + "ipfs-core-types": "^0.8.4", + "ipfs-core-utils": "^0.12.2", + "ipfs-utils": "^9.0.2", + "it-first": "^1.0.6", + "it-last": "^1.0.4", + "merge-options": "^3.0.4", + "multiaddr": "^10.0.0", + "multiformats": "^9.4.13", + "native-abort-controller": "^1.0.3", + "parse-duration": "^1.0.0", + "stream-to-it": "^0.2.2", + "uint8arrays": "^3.0.0" + }, + "engines": { + "node": ">=14.0.0", + "npm": ">=3.0.0" + } + }, "node_modules/ipfs-daemon": { "version": "0.10.4", "resolved": "http://94.130.170.209:4873/ipfs-daemon/-/ipfs-daemon-0.10.4.tgz", @@ -9946,19 +10016,20 @@ } }, "node_modules/ipfs-http-client": { - "version": "54.0.2", - "resolved": "http://94.130.170.209:4873/ipfs-http-client/-/ipfs-http-client-54.0.2.tgz", - "integrity": "sha512-gPTD+Hy7UdiM+Ez9n+PJmSQ5m1fShhDhIkZ+lTY2L9p7KFOU643qACqUrdZZjlZIRWHg4htHSYNPnTRh2bjOjA==", + "version": "55.0.0", + "resolved": "http://94.130.170.209:4873/ipfs-http-client/-/ipfs-http-client-55.0.0.tgz", + "integrity": "sha512-GpvEs7C7WL9M6fN/kZbjeh4Y8YN7rY8b18tVWZnKxRsVwM25cIFrRI8CwNt3Ugin9yShieI3i9sPyzYGMrLNnQ==", "license": "(Apache-2.0 OR MIT)", "dependencies": { - "@ipld/dag-cbor": "^6.0.5", + "@ipld/dag-cbor": "^7.0.0", + "@ipld/dag-json": "^8.0.1", "@ipld/dag-pb": "^2.1.3", "abort-controller": "^3.0.0", "any-signal": "^2.1.2", "debug": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.8.4", - "ipfs-core-utils": "^0.12.2", + "ipfs-core-types": "^0.9.0", + "ipfs-core-utils": "^0.13.0", "ipfs-utils": "^9.0.2", "it-first": "^1.0.6", "it-last": "^1.0.4", @@ -9975,6 +10046,66 @@ "npm": ">=3.0.0" } }, + "node_modules/ipfs-http-client/node_modules/@ipld/dag-cbor": { + "version": "7.0.0", + "resolved": "http://94.130.170.209:4873/@ipld%2fdag-cbor/-/dag-cbor-7.0.0.tgz", + "integrity": "sha512-us/dagGvfQ+acO8uyAfozUQ21xxvI6ZrCWwfbOuk+o+cSpCIKY30lUYRuN3kzWLvTJHvbuCVPVEH38ynM1ZBgw==", + "license": "(Apache-2.0 AND MIT)", + "dependencies": { + "cborg": "^1.6.0", + "multiformats": "^9.5.4" + } + }, + "node_modules/ipfs-http-client/node_modules/ipfs-core-types": { + "version": "0.9.0", + "resolved": "http://94.130.170.209:4873/ipfs-core-types/-/ipfs-core-types-0.9.0.tgz", + "integrity": "sha512-VJ8vJSHvI1Zm7/SxsZo03T+zzpsg8pkgiIi5hfwSJlsrJ1E2v68QPlnLshGHUSYw89Oxq0IbETYl2pGTFHTWfg==", + "license": "(Apache-2.0 OR MIT)", + "dependencies": { + "interface-datastore": "^6.0.2", + "multiaddr": "^10.0.0", + "multiformats": "^9.4.13" + } + }, + "node_modules/ipfs-http-client/node_modules/ipfs-core-utils": { + "version": "0.13.0", + "resolved": "http://94.130.170.209:4873/ipfs-core-utils/-/ipfs-core-utils-0.13.0.tgz", + "integrity": "sha512-HP5EafxU4/dLW3U13CFsgqVO5Ika8N4sRSIb/dTg16NjLOozMH31TXV0Grtu2ZWo1T10ahTzMvrfT5f4mhioXw==", + "license": "MIT", + "dependencies": { + "any-signal": "^2.1.2", + "blob-to-it": "^1.0.1", + "browser-readablestream-to-it": "^1.0.1", + "debug": "^4.1.1", + "err-code": "^3.0.1", + "ipfs-core-types": "^0.9.0", + "ipfs-unixfs": "^6.0.3", + "ipfs-utils": "^9.0.2", + "it-all": "^1.0.4", + "it-map": "^1.0.4", + "it-peekable": "^1.0.2", + "it-to-stream": "^1.0.0", + "merge-options": "^3.0.4", + "multiaddr": "^10.0.0", + "multiaddr-to-uri": "^8.0.0", + "multiformats": "^9.4.13", + "nanoid": "^3.1.23", + "parse-duration": "^1.0.0", + "timeout-abort-controller": "^2.0.0", + "uint8arrays": "^3.0.0" + } + }, + "node_modules/ipfs-http-client/node_modules/timeout-abort-controller": { + "version": "2.0.0", + "resolved": "http://94.130.170.209:4873/timeout-abort-controller/-/timeout-abort-controller-2.0.0.tgz", + "integrity": "sha512-2FAPXfzTPYEgw27bQGTHc0SzrbmnU2eso4qo172zMLZzaGqeu09PFa5B2FCUHM1tflgRqPgn5KQgp6+Vex4uNA==", + "license": "MIT", + "dependencies": { + "abort-controller": "^3.0.0", + "native-abort-controller": "^1.0.4", + "retimer": "^3.0.0" + } + }, "node_modules/ipfs-http-gateway": { "version": "0.7.4", "resolved": "http://94.130.170.209:4873/ipfs-http-gateway/-/ipfs-http-gateway-0.7.4.tgz", @@ -26848,6 +26979,15 @@ "multiformats": "^9.5.4" } }, + "@ipld/dag-json": { + "version": "8.0.7", + "resolved": "http://94.130.170.209:4873/@ipld%2fdag-json/-/dag-json-8.0.7.tgz", + "integrity": "sha512-nG4hdl1V4GDKZ6Mumu2tL8zSpem/lRSVpQOd1uEovF+qPRkVnb06hsETy97J3kR0EjbZgge8m5AYtrab3DSREg==", + "requires": { + "cborg": "^1.5.4", + "multiformats": "^9.5.4" + } + }, "@ipld/dag-pb": { "version": "2.1.15", "resolved": "http://94.130.170.209:4873/@ipld%2fdag-pb/-/dag-pb-2.1.15.tgz", @@ -32760,12 +32900,39 @@ "stream-to-it": "^0.2.2", "uint8arrays": "^3.0.0", "yargs": "^16.0.3" + }, + "dependencies": { + "ipfs-http-client": { + "version": "54.0.2", + "resolved": "http://94.130.170.209:4873/ipfs-http-client/-/ipfs-http-client-54.0.2.tgz", + "integrity": "sha512-gPTD+Hy7UdiM+Ez9n+PJmSQ5m1fShhDhIkZ+lTY2L9p7KFOU643qACqUrdZZjlZIRWHg4htHSYNPnTRh2bjOjA==", + "requires": { + "@ipld/dag-cbor": "^6.0.5", + "@ipld/dag-pb": "^2.1.3", + "abort-controller": "^3.0.0", + "any-signal": "^2.1.2", + "debug": "^4.1.1", + "err-code": "^3.0.1", + "ipfs-core-types": "^0.8.4", + "ipfs-core-utils": "^0.12.2", + "ipfs-utils": "^9.0.2", + "it-first": "^1.0.6", + "it-last": "^1.0.4", + "merge-options": "^3.0.4", + "multiaddr": "^10.0.0", + "multiformats": "^9.4.13", + "native-abort-controller": "^1.0.3", + "parse-duration": "^1.0.0", + "stream-to-it": "^0.2.2", + "uint8arrays": "^3.0.0" + } + } } }, "ipfs-coord": { - "version": "6.8.5", - "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.5.tgz", - "integrity": "sha512-IQR++uPZuHKOxrT49raHho/CwQe1tKe2Q1Ed0hGDfarXJTtfmMmNH3jGSecyd5BYZNeugL67BnGuvoYrZFY7AA==", + "version": "6.8.6", + "resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.6.tgz", + "integrity": "sha512-EbP2x+67Z7rzSoGNd986tttbzYZx7RBem3oY3HEl7QoRGDaV2EUomPrZQPIvpdzarOb9NczBGZGeVWbuN4xdqg==", "requires": { "axios": "0.21.4", "bch-encrypt-lib": "2.0.0", @@ -32850,6 +33017,33 @@ "peer-id": "^0.15.1", "timeout-abort-controller": "^1.1.1", "uint8arrays": "^3.0.0" + }, + "dependencies": { + "ipfs-http-client": { + "version": "54.0.2", + "resolved": "http://94.130.170.209:4873/ipfs-http-client/-/ipfs-http-client-54.0.2.tgz", + "integrity": "sha512-gPTD+Hy7UdiM+Ez9n+PJmSQ5m1fShhDhIkZ+lTY2L9p7KFOU643qACqUrdZZjlZIRWHg4htHSYNPnTRh2bjOjA==", + "requires": { + "@ipld/dag-cbor": "^6.0.5", + "@ipld/dag-pb": "^2.1.3", + "abort-controller": "^3.0.0", + "any-signal": "^2.1.2", + "debug": "^4.1.1", + "err-code": "^3.0.1", + "ipfs-core-types": "^0.8.4", + "ipfs-core-utils": "^0.12.2", + "ipfs-utils": "^9.0.2", + "it-first": "^1.0.6", + "it-last": "^1.0.4", + "merge-options": "^3.0.4", + "multiaddr": "^10.0.0", + "multiformats": "^9.4.13", + "native-abort-controller": "^1.0.3", + "parse-duration": "^1.0.0", + "stream-to-it": "^0.2.2", + "uint8arrays": "^3.0.0" + } + } } }, "ipfs-core-config": { @@ -32970,18 +33164,19 @@ } }, "ipfs-http-client": { - "version": "54.0.2", - "resolved": "http://94.130.170.209:4873/ipfs-http-client/-/ipfs-http-client-54.0.2.tgz", - "integrity": "sha512-gPTD+Hy7UdiM+Ez9n+PJmSQ5m1fShhDhIkZ+lTY2L9p7KFOU643qACqUrdZZjlZIRWHg4htHSYNPnTRh2bjOjA==", + "version": "55.0.0", + "resolved": "http://94.130.170.209:4873/ipfs-http-client/-/ipfs-http-client-55.0.0.tgz", + "integrity": "sha512-GpvEs7C7WL9M6fN/kZbjeh4Y8YN7rY8b18tVWZnKxRsVwM25cIFrRI8CwNt3Ugin9yShieI3i9sPyzYGMrLNnQ==", "requires": { - "@ipld/dag-cbor": "^6.0.5", + "@ipld/dag-cbor": "^7.0.0", + "@ipld/dag-json": "^8.0.1", "@ipld/dag-pb": "^2.1.3", "abort-controller": "^3.0.0", "any-signal": "^2.1.2", "debug": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.8.4", - "ipfs-core-utils": "^0.12.2", + "ipfs-core-types": "^0.9.0", + "ipfs-core-utils": "^0.13.0", "ipfs-utils": "^9.0.2", "it-first": "^1.0.6", "it-last": "^1.0.4", @@ -32992,6 +33187,64 @@ "parse-duration": "^1.0.0", "stream-to-it": "^0.2.2", "uint8arrays": "^3.0.0" + }, + "dependencies": { + "@ipld/dag-cbor": { + "version": "7.0.0", + "resolved": "http://94.130.170.209:4873/@ipld%2fdag-cbor/-/dag-cbor-7.0.0.tgz", + "integrity": "sha512-us/dagGvfQ+acO8uyAfozUQ21xxvI6ZrCWwfbOuk+o+cSpCIKY30lUYRuN3kzWLvTJHvbuCVPVEH38ynM1ZBgw==", + "requires": { + "cborg": "^1.6.0", + "multiformats": "^9.5.4" + } + }, + "ipfs-core-types": { + "version": "0.9.0", + "resolved": "http://94.130.170.209:4873/ipfs-core-types/-/ipfs-core-types-0.9.0.tgz", + "integrity": "sha512-VJ8vJSHvI1Zm7/SxsZo03T+zzpsg8pkgiIi5hfwSJlsrJ1E2v68QPlnLshGHUSYw89Oxq0IbETYl2pGTFHTWfg==", + "requires": { + "interface-datastore": "^6.0.2", + "multiaddr": "^10.0.0", + "multiformats": "^9.4.13" + } + }, + "ipfs-core-utils": { + "version": "0.13.0", + "resolved": "http://94.130.170.209:4873/ipfs-core-utils/-/ipfs-core-utils-0.13.0.tgz", + "integrity": "sha512-HP5EafxU4/dLW3U13CFsgqVO5Ika8N4sRSIb/dTg16NjLOozMH31TXV0Grtu2ZWo1T10ahTzMvrfT5f4mhioXw==", + "requires": { + "any-signal": "^2.1.2", + "blob-to-it": "^1.0.1", + "browser-readablestream-to-it": "^1.0.1", + "debug": "^4.1.1", + "err-code": "^3.0.1", + "ipfs-core-types": "^0.9.0", + "ipfs-unixfs": "^6.0.3", + "ipfs-utils": "^9.0.2", + "it-all": "^1.0.4", + "it-map": "^1.0.4", + "it-peekable": "^1.0.2", + "it-to-stream": "^1.0.0", + "merge-options": "^3.0.4", + "multiaddr": "^10.0.0", + "multiaddr-to-uri": "^8.0.0", + "multiformats": "^9.4.13", + "nanoid": "^3.1.23", + "parse-duration": "^1.0.0", + "timeout-abort-controller": "^2.0.0", + "uint8arrays": "^3.0.0" + } + }, + "timeout-abort-controller": { + "version": "2.0.0", + "resolved": "http://94.130.170.209:4873/timeout-abort-controller/-/timeout-abort-controller-2.0.0.tgz", + "integrity": "sha512-2FAPXfzTPYEgw27bQGTHc0SzrbmnU2eso4qo172zMLZzaGqeu09PFa5B2FCUHM1tflgRqPgn5KQgp6+Vex4uNA==", + "requires": { + "abort-controller": "^3.0.0", + "native-abort-controller": "^1.0.4", + "retimer": "^3.0.0" + } + } } }, "ipfs-http-gateway": { diff --git a/package.json b/package.json index 633fa95..39cf404 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "bcryptjs": "2.4.3", "glob": "7.1.6", "ipfs": "0.60.0", - "ipfs-coord": "6.8.5", - "ipfs-http-client": "54.0.2", + "ipfs-coord": "6.8.6", + "ipfs-http-client": "55.0.0", "jsonrpc-lite": "2.2.0", "jsonwebtoken": "8.5.1", "jwt-bch-lib": "1.3.0",