From 0670c2990dee01a3c8c69272b2425125674c58a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 02:20:49 +0300 Subject: [PATCH] chore(deps)(deps): bump it-all from 3.0.3 to 3.0.4 (#1727) Bumps [it-all](https://github.com/achingbrain/it) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-all-v3.0.3...it-all-v3.0.4) --- updated-dependencies: - dependency-name: it-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 17 ++++++++++------- packages/core/package.json | 2 +- packages/peer-exchange/package.json | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3144de9313..fa376818ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12227,8 +12227,9 @@ } }, "node_modules/it-all": { - "version": "3.0.3", - "license": "Apache-2.0 OR MIT" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/it-all/-/it-all-3.0.4.tgz", + "integrity": "sha512-UMiy0i9DqCHBdWvMbzdYvVGa5/w4t1cc4nchpbnjdLhklglv8mQeEYnii0gvKESJuL1zV32Cqdb33R6/GPfxpQ==" }, "node_modules/it-batched-bytes": { "version": "2.0.4", @@ -25835,7 +25836,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.13", "debug": "^4.3.4", - "it-all": "^3.0.3", + "it-all": "^3.0.4", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "p-event": "^6.0.0", @@ -26033,7 +26034,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.13", "debug": "^4.3.4", - "it-all": "^3.0.3", + "it-all": "^3.0.4", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1" }, @@ -29066,7 +29067,7 @@ "fast-check": "^3.13.1", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", - "it-all": "^3.0.3", + "it-all": "^3.0.4", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "mocha": "^10.2.0", @@ -29245,7 +29246,7 @@ "chai": "^4.3.7", "cspell": "^7.3.2", "debug": "^4.3.4", - "it-all": "^3.0.3", + "it-all": "^3.0.4", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "npm-run-all": "^4.1.5", @@ -33878,7 +33879,9 @@ } }, "it-all": { - "version": "3.0.3" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/it-all/-/it-all-3.0.4.tgz", + "integrity": "sha512-UMiy0i9DqCHBdWvMbzdYvVGa5/w4t1cc4nchpbnjdLhklglv8mQeEYnii0gvKESJuL1zV32Cqdb33R6/GPfxpQ==" }, "it-batched-bytes": { "version": "2.0.4", diff --git a/packages/core/package.json b/packages/core/package.json index d124acbef2..e651f4d247 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -78,7 +78,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.13", "debug": "^4.3.4", - "it-all": "^3.0.3", + "it-all": "^3.0.4", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "p-event": "^6.0.0", diff --git a/packages/peer-exchange/package.json b/packages/peer-exchange/package.json index 56c3a641df..184506bfd7 100644 --- a/packages/peer-exchange/package.json +++ b/packages/peer-exchange/package.json @@ -55,7 +55,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.13", "debug": "^4.3.4", - "it-all": "^3.0.3", + "it-all": "^3.0.4", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1" },