diff --git a/package-lock.json b/package-lock.json index deaf525..e9049c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -473,9 +473,9 @@ "integrity": "sha512-pKnZpbgCTfH/1NLIlOduP/V+WRXzC2MOz3Qo8xmxk8C5GudJLgK5QyLVXOSWy3ParAH7Eemurl3xjv/WXYFvMA==" }, "ipfs-log": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-4.5.4.tgz", - "integrity": "sha512-6r6HV/XUOs9g/7I8FrVirlZfnsoHlUxGOOqKSngBJe33aic2/K3+Fvqs+HXEpqyUIrJm1YwVETJyMAniCWDvRw==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-4.6.2.tgz", + "integrity": "sha512-jfSY1IpxEFWOlqSc4YLtSMHCUxNxtEgk9vyT25fFKFlnP+2LMX4oDIAxQ80pMEbEWE9YEWvP8ijH7PLVVlfi9Q==", "requires": { "json-stringify-deterministic": "^1.0.1", "multihashing-async": "^0.7.0", @@ -485,58 +485,6 @@ "p-each-series": "^2.1.0", "p-map": "^1.1.1", "p-whilst": "^1.0.0" - }, - "dependencies": { - "err-code": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.0.tgz", - "integrity": "sha512-MsMOijQ4v0xlmrz1fc7lyPEy7jFhoNF7EVaRSP7mPzs20LaFOwG6qNjGRy3Ie85n9DARlcUnB1zbsBv5sJrIvw==" - }, - "ipld-dag-pb": { - "version": "0.18.2", - "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.18.2.tgz", - "integrity": "sha512-CG+PIPoOmHr0AnQjijRoY633VzozWRn45zLoJ+qjiSS7r7Dy5JrScWpq4t3DOsCID7blV3ULRfRLcuvvs2SlSA==", - "requires": { - "cids": "~0.7.1", - "class-is": "^1.1.0", - "multicodec": "^1.0.0", - "multihashing-async": "~0.8.0", - "protons": "^1.0.1", - "stable": "~0.1.8" - }, - "dependencies": { - "multihashing-async": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.8.0.tgz", - "integrity": "sha512-t0iDSl1kkI65vaKmv9/bBM9/E/ogywB18+A9hI7QzcQjolue1tcaNWKdoFuniF6QQtNOJFplO4nQtLfQeK3lLw==", - "requires": { - "blakejs": "^1.1.0", - "buffer": "^5.4.3", - "err-code": "^2.0.0", - "js-sha3": "~0.8.0", - "multihashes": "~0.4.15", - "murmurhash3js-revisited": "^3.0.0" - } - } - } - }, - "multicodec": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.0.tgz", - "integrity": "sha512-CBiLdYcMnVnkN/2kL4AaUH3betYXQGKV5CCmN2CfgHUt5xROtsj91w780ltX6Wy7frgc6en8md3h2UQl6jDXAg==", - "requires": { - "varint": "^5.0.0" - } - }, - "orbit-db-io": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/orbit-db-io/-/orbit-db-io-0.2.0.tgz", - "integrity": "sha512-wOunD4ZRgtTsAXJEu9NNEeJ8s98tZTtFlrLiI/ThuDKBy4AwpIvr+vMkzMD0DMSUTurRtK+xz7AfkP0nd9bcxQ==", - "requires": { - "cids": "^0.7.1", - "ipld-dag-pb": "^0.18.1" - } - } } }, "ipfs-pubsub-1on1": { @@ -1358,6 +1306,51 @@ "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.0.tgz", "integrity": "sha512-MsMOijQ4v0xlmrz1fc7lyPEy7jFhoNF7EVaRSP7mPzs20LaFOwG6qNjGRy3Ie85n9DARlcUnB1zbsBv5sJrIvw==" }, + "ipfs-log": { + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-4.5.5.tgz", + "integrity": "sha512-AmwwYZxcUxL2+qh9DL0Wz4gEB78vIJQ1hifQYF0TDVxi1Doh/moEQvodNplrQ4lwPoDRwXCRcl7twtbJdrlXkQ==", + "requires": { + "json-stringify-deterministic": "^1.0.1", + "multihashing-async": "^0.7.0", + "orbit-db-identity-provider": "~0.3.0", + "orbit-db-io": "~0.2.0", + "p-do-whilst": "^1.1.0", + "p-each-series": "^2.1.0", + "p-map": "^1.1.1", + "p-whilst": "^1.0.0" + }, + "dependencies": { + "err-code": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", + "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=" + }, + "multihashing-async": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", + "integrity": "sha512-SCbfl3f+DzJh+/5piukga9ofIOxwfT05t8R4jfzZIJ88YE9zU9+l3K2X+XB19MYyxqvyK9UJRNWbmQpZqQlbRA==", + "requires": { + "blakejs": "^1.1.0", + "buffer": "^5.2.1", + "err-code": "^1.1.2", + "js-sha3": "~0.8.0", + "multihashes": "~0.4.13", + "murmurhash3js-revisited": "^3.0.0" + } + }, + "p-each-series": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.1.0.tgz", + "integrity": "sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==" + }, + "p-map": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", + "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==" + } + } + }, "ipld-dag-pb": { "version": "0.18.2", "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.18.2.tgz",