From 16a4860a997246226604b4b882f9a39c0f81f3b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 11:16:47 +0000 Subject: [PATCH] chore(deps): bump ipfs-log from 4.6.5 to 5.1.1 Bumps [ipfs-log](https://github.com/orbitdb/ipfs-log) from 4.6.5 to 5.1.1. - [Release notes](https://github.com/orbitdb/ipfs-log/releases) - [Commits](https://github.com/orbitdb/ipfs-log/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 140 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 136 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe85e5ea..49a61000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "3box", - "version": "1.22.1", + "version": "1.22.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -19,6 +19,21 @@ "safe-buffer": "^5.1.2" }, "dependencies": { + "ipfs-log": { + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-4.6.5.tgz", + "integrity": "sha512-FJN5yd1LCbVvG3+fVkqfB42TOMtvbTqSYvkd4LWj4tFtF16uh2T76LkRJud6CXJChPynRqS6zsjAvLNAZKwp6g==", + "requires": { + "json-stringify-deterministic": "^1.0.1", + "multihashing-async": "^2.0.1", + "orbit-db-identity-provider": "~0.3.1", + "orbit-db-io": "~0.2.0", + "p-do-whilst": "^1.1.0", + "p-each-series": "^2.1.0", + "p-map": "^4.0.0", + "p-whilst": "^2.1.0" + } + }, "is-ipfs": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/is-ipfs/-/is-ipfs-0.6.3.tgz", @@ -13395,18 +13410,88 @@ } }, "ipfs-log": { - "version": "4.6.5", - "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-4.6.5.tgz", - "integrity": "sha512-FJN5yd1LCbVvG3+fVkqfB42TOMtvbTqSYvkd4LWj4tFtF16uh2T76LkRJud6CXJChPynRqS6zsjAvLNAZKwp6g==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-5.1.1.tgz", + "integrity": "sha512-yDcIJUcVAE0vffsBecxMUffT2rZA3omVq51doumVFY7VfKzuTFDsP6EpxZz/N1siHR4MxCqp0aiIyPX6V7LxiA==", "requires": { "json-stringify-deterministic": "^1.0.1", "multihashing-async": "^2.0.1", "orbit-db-identity-provider": "~0.3.1", - "orbit-db-io": "~0.2.0", + "orbit-db-io": "~0.4.0", "p-do-whilst": "^1.1.0", "p-each-series": "^2.1.0", "p-map": "^4.0.0", "p-whilst": "^2.1.0" + }, + "dependencies": { + "cids": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/cids/-/cids-1.1.4.tgz", + "integrity": "sha512-mo0IWZKcaQZsret8cP39MzDnPVT9NhhQEVaIKwWnBFaLtj2slTFckYMnbk15ptewNkb22qRBLfuBK+qiWYW/Mg==", + "requires": { + "multibase": "^3.0.1", + "multicodec": "^2.1.0", + "multihashes": "^3.0.1", + "uint8arrays": "^1.1.0" + } + }, + "ipld-dag-pb": { + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.20.0.tgz", + "integrity": "sha512-zfM0EdaolqNjAxIrtpuGKvXxWk5YtH9jKinBuQGTcngOsWFQhyybGCTJHGNGGtRjHNJi2hz5Udy/8pzv4kcKyg==", + "requires": { + "cids": "^1.0.0", + "class-is": "^1.1.0", + "multicodec": "^2.0.0", + "multihashing-async": "^2.0.0", + "protons": "^2.0.0", + "reset": "^0.1.0", + "run": "^1.4.0", + "stable": "^0.1.8", + "uint8arrays": "^1.0.0" + } + }, + "multicodec": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-2.1.0.tgz", + "integrity": "sha512-7AYpK/avswOWvnqQ9/jOkQCS7Fp4aKxw5ojvn5gyK2VQTZz3YVXeLMzoIZDBy745JSfJMXkTS0ptnHci5Mt1mA==", + "requires": { + "uint8arrays": "1.1.0", + "varint": "^6.0.0" + } + }, + "orbit-db-io": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/orbit-db-io/-/orbit-db-io-0.4.0.tgz", + "integrity": "sha512-xwCbQlV5okIhRyXrCzjAp37mAyKJO9LL1+y69UzkNfNuxIkcplZHVP9uUChYSkuKRosptf8/V2TWwDC7sQnGsA==", + "requires": { + "cids": "^1.0.2", + "ipld-dag-pb": "^0.20.0" + } + }, + "protons": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/protons/-/protons-2.0.0.tgz", + "integrity": "sha512-BTrE9D6/d1NGis+0D8TqAO1THdn4evHQhfjapA0NUaRH4+ecJJcbqaF7TE/DKv5czE9VB/TeOllBOmCyJhHnhg==", + "requires": { + "protocol-buffers-schema": "^3.3.1", + "signed-varint": "^2.0.1", + "uint8arrays": "^1.0.0", + "varint": "^5.0.0" + }, + "dependencies": { + "varint": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/varint/-/varint-5.0.2.tgz", + "integrity": "sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==" + } + } + }, + "varint": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz", + "integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==" + } } }, "ipfs-pubsub-1on1": { @@ -20412,6 +20497,21 @@ "readable-stream": "~3.6.0" }, "dependencies": { + "ipfs-log": { + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-4.6.5.tgz", + "integrity": "sha512-FJN5yd1LCbVvG3+fVkqfB42TOMtvbTqSYvkd4LWj4tFtF16uh2T76LkRJud6CXJChPynRqS6zsjAvLNAZKwp6g==", + "requires": { + "json-stringify-deterministic": "^1.0.1", + "multihashing-async": "^2.0.1", + "orbit-db-identity-provider": "~0.3.1", + "orbit-db-io": "~0.2.0", + "p-do-whilst": "^1.1.0", + "p-each-series": "^2.1.0", + "p-map": "^4.0.0", + "p-whilst": "^2.1.0" + } + }, "p-map": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", @@ -20583,6 +20683,23 @@ "p-map": "^4.0.0", "p-queue": "^6.6.1", "readable-stream": "~3.6.0" + }, + "dependencies": { + "ipfs-log": { + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-4.6.5.tgz", + "integrity": "sha512-FJN5yd1LCbVvG3+fVkqfB42TOMtvbTqSYvkd4LWj4tFtF16uh2T76LkRJud6CXJChPynRqS6zsjAvLNAZKwp6g==", + "requires": { + "json-stringify-deterministic": "^1.0.1", + "multihashing-async": "^2.0.1", + "orbit-db-identity-provider": "~0.3.1", + "orbit-db-io": "~0.2.0", + "p-do-whilst": "^1.1.0", + "p-each-series": "^2.1.0", + "p-map": "^4.0.0", + "p-whilst": "^2.1.0" + } + } } }, "os-browserify": { @@ -22516,6 +22633,11 @@ "lodash": "^4.17.14" } }, + "reset": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/reset/-/reset-0.1.0.tgz", + "integrity": "sha1-n8cxQXGZWubLC35YsGznUir0uvs=" + }, "resolve": { "version": "1.17.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", @@ -22668,6 +22790,14 @@ "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", "dev": true }, + "run": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/run/-/run-1.4.0.tgz", + "integrity": "sha1-4X2ekEOrL+F3dsspnhI3848LT/o=", + "requires": { + "minimatch": "*" + } + }, "run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", diff --git a/package.json b/package.json index e3f06292..a13ce0cb 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "https-did-resolver": "^1.0.0", "ipfs": "^0.46.0", "ipfs-did-document": "^1.2.3", - "ipfs-log": "^4.6.5", + "ipfs-log": "^5.1.1", "ipfs-pubsub-room": "^2.0.1", "ipfs-repo": "^3.0.2", "is-ipfs": "^1.0.3",