From d51030719ca74f66225c4e1ae9a2521a2065936e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:07:51 +0000 Subject: [PATCH] chore(deps)(deps): bump it-all from 3.0.1 to 3.0.2 Bumps [it-all](https://github.com/achingbrain/it) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-all-v3.0.1...it-all-v3.0.2) --- updated-dependencies: - dependency-name: it-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- packages/core/package.json | 2 +- packages/peer-exchange/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c88478c3c..6a273c0075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15513,9 +15513,9 @@ } }, "node_modules/it-all": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/it-all/-/it-all-3.0.1.tgz", - "integrity": "sha512-C2xYrr8KbNek9+x5V68LkKn27ehuZ+lSCWLLQQVAWf0hzADf+QM+Xw3yEFwn8yDLNInsSonCXeM7D05h1H/43g==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/it-all/-/it-all-3.0.2.tgz", + "integrity": "sha512-ujqWETXhsDbF6C+6X6fvRw5ohlowRoy/o/h9BC8D+R3JQ13oLQ153w9gSWkWupOY7omZFQbJiAL1aJo5Gwe2yw==", "engines": { "node": ">=16.0.0", "npm": ">=7.0.0" @@ -30907,7 +30907,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.7", "debug": "^4.3.4", - "it-all": "^3.0.1", + "it-all": "^3.0.2", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "p-event": "^5.0.1", @@ -31278,7 +31278,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.7", "debug": "^4.3.4", - "it-all": "^3.0.1", + "it-all": "^3.0.2", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1" }, @@ -36978,7 +36978,7 @@ "fast-check": "^3.8.1", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", - "it-all": "^3.0.1", + "it-all": "^3.0.2", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "karma": "^6.4.1", @@ -37238,7 +37238,7 @@ "eslint-plugin-functional": "^5.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", - "it-all": "^3.0.1", + "it-all": "^3.0.2", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "npm-run-all": "^4.1.5", @@ -43547,9 +43547,9 @@ } }, "it-all": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/it-all/-/it-all-3.0.1.tgz", - "integrity": "sha512-C2xYrr8KbNek9+x5V68LkKn27ehuZ+lSCWLLQQVAWf0hzADf+QM+Xw3yEFwn8yDLNInsSonCXeM7D05h1H/43g==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/it-all/-/it-all-3.0.2.tgz", + "integrity": "sha512-ujqWETXhsDbF6C+6X6fvRw5ohlowRoy/o/h9BC8D+R3JQ13oLQ153w9gSWkWupOY7omZFQbJiAL1aJo5Gwe2yw==" }, "it-batched-bytes": { "version": "1.0.1", diff --git a/packages/core/package.json b/packages/core/package.json index b51f886176..0280210600 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -77,7 +77,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.7", "debug": "^4.3.4", - "it-all": "^3.0.1", + "it-all": "^3.0.2", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "p-event": "^5.0.1", diff --git a/packages/peer-exchange/package.json b/packages/peer-exchange/package.json index f74e6c76d6..d4c31d38ef 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.7", "debug": "^4.3.4", - "it-all": "^3.0.1", + "it-all": "^3.0.2", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1" },