From 35f01afd838c2b0b44dcb701b435283d1550c298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:05:07 +0000 Subject: [PATCH] build(deps): Bump it-block from 2.0.0 to 5.0.0 Bumps [it-block](https://github.com/alanshaw/it-block) from 2.0.0 to 5.0.0. - [Release notes](https://github.com/alanshaw/it-block/releases) - [Changelog](https://github.com/alanshaw/it-block/blob/master/CHANGELOG.md) - [Commits](https://github.com/alanshaw/it-block/compare/v2.0.0...v5.0.0) --- updated-dependencies: - dependency-name: it-block dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 +++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb96fefc..731b6853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4238,12 +4238,12 @@ "integrity": "sha512-ygD4kA4vp8fi+Y+NBgEKt6W06xSbv6Ub/0V8d1r3uCyJ9Izwa1UspkIOlqY9fOee0Z1w3WRo1+VWyAU4DgtufA==" }, "it-block": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/it-block/-/it-block-2.0.0.tgz", - "integrity": "sha512-WdmIlSHUP7ErMI10I9LusNEEaFiZbWqK4OU06Pfi/GIJtMrwM2zWYNJOq0aKajFBWDEqL0oPAP/AyIKhkdbLYA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/it-block/-/it-block-5.0.0.tgz", + "integrity": "sha512-0vje+Df4SJ3wEYKHuskIi7lUphX7w1lnpAZsc2+h0qJ8r8GQCJucmOHQi/tanYcoxTsYpQWnQUjmctRsM6oB9g==", "requires": { - "bl": "^4.0.0", - "it-pipe": "^1.0.1" + "it-stream-types": "^1.0.4", + "uint8arraylist": "^1.2.0" } }, "it-concat": { @@ -4264,11 +4264,6 @@ "resolved": "https://registry.npmjs.org/it-map/-/it-map-1.0.5.tgz", "integrity": "sha512-EElupuWhHVStUgUY+OfTJIS2MZed96lDrAXzJUuqiiqLnIKoBRqtX1ZG2oR0bGDsSppmz83MtzCeKLZ9TVAUxQ==" }, - "it-pipe": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/it-pipe/-/it-pipe-1.1.0.tgz", - "integrity": "sha512-lF0/3qTVeth13TOnHVs0BTFaziwQF7m5Gg+E6JV0BXcLKutC92YjSi7bASgkPOXaLEb+YvNZrPorGMBIJvZfxg==" - }, "it-reader": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/it-reader/-/it-reader-2.1.0.tgz", @@ -4277,6 +4272,11 @@ "bl": "^4.0.0" } }, + "it-stream-types": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/it-stream-types/-/it-stream-types-1.0.4.tgz", + "integrity": "sha512-0F3CqTIcIHwtnmIgqd03a7sw8BegAmE32N2w7anIGdALea4oAN4ltqPgDMZ7zn4XPLZifXEZlBXSzgg64L1Ebw==" + }, "it-tar": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/it-tar/-/it-tar-1.2.2.tgz", @@ -5296,6 +5296,11 @@ "varint": "^5.0.2" } }, + "multiformats": { + "version": "9.6.4", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.6.4.tgz", + "integrity": "sha512-fCCB6XMrr6CqJiHNjfFNGT0v//dxOBMrOMqUIzpPc/mmITweLEyhvMpY9bF+jZ9z3vaMAau5E8B68DW77QMXkg==" + }, "multihashes": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/multihashes/-/multihashes-4.0.2.tgz", @@ -7634,6 +7639,24 @@ "dev": true, "optional": true }, + "uint8arraylist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/uint8arraylist/-/uint8arraylist-1.2.0.tgz", + "integrity": "sha512-eFqFCm0HxFVV7f7p8Vehd5aKn16OiSnLfV3osHdR3xCprafdY7+K00K2lesAbMD4JpkDipaQamvgyzLa0f7NVQ==", + "requires": { + "uint8arrays": "^3.0.0" + }, + "dependencies": { + "uint8arrays": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", + "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", + "requires": { + "multiformats": "^9.4.2" + } + } + } + }, "uint8arrays": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-2.1.3.tgz", diff --git a/package.json b/package.json index 82ce16d9..44083d1e 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,6 @@ "@textile/grpc-powergate-client": "2.3.1", "@textile/grpc-transport": "^0.4.0", "ipfs-http-client": "^47.0.1", - "it-block": "^2.0.0" + "it-block": "^5.0.0" } } \ No newline at end of file