From 1c090924d0564788bd5bcfe0a554e4af544ef334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:28:31 +0200 Subject: [PATCH] chore(deps)(deps): bump it-all from 3.0.2 to 3.0.3 (#1519) Bumps [it-all](https://github.com/achingbrain/it) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-all-v3.0.2...it-all-v3.0.3) --- 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 | 21 ++++++++++----------- packages/core/package.json | 2 +- packages/peer-exchange/package.json | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c9ced9be3..37b5f34b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14631,12 +14631,9 @@ } }, "node_modules/it-all": { - "version": "3.0.2", - "license": "Apache-2.0 OR MIT", - "engines": { - "node": ">=16.0.0", - "npm": ">=7.0.0" - } + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/it-all/-/it-all-3.0.3.tgz", + "integrity": "sha512-LwEVD1d0b1O5mDwumnZk+80jSBn5sXDxQ41xiD6j6l2lRiWH6lBLdxXx1C6mlKrXQwRHzUQagOZUmqttDUwb0A==" }, "node_modules/it-batched-bytes": { "version": "2.0.3", @@ -30483,7 +30480,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.10", "debug": "^4.3.4", - "it-all": "^3.0.2", + "it-all": "^3.0.3", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "p-event": "^5.0.1", @@ -30724,7 +30721,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.10", "debug": "^4.3.4", - "it-all": "^3.0.2", + "it-all": "^3.0.3", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1" }, @@ -35656,7 +35653,7 @@ "fast-check": "^3.12.0", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", - "it-all": "^3.0.2", + "it-all": "^3.0.3", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "karma": "^6.4.1", @@ -35838,7 +35835,7 @@ "chai": "^4.3.7", "cspell": "^7.0.1", "debug": "^4.3.4", - "it-all": "^3.0.2", + "it-all": "^3.0.3", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "npm-run-all": "^4.1.5", @@ -41976,7 +41973,9 @@ } }, "it-all": { - "version": "3.0.2" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/it-all/-/it-all-3.0.3.tgz", + "integrity": "sha512-LwEVD1d0b1O5mDwumnZk+80jSBn5sXDxQ41xiD6j6l2lRiWH6lBLdxXx1C6mlKrXQwRHzUQagOZUmqttDUwb0A==" }, "it-batched-bytes": { "version": "2.0.3", diff --git a/packages/core/package.json b/packages/core/package.json index d7bcb8141e..7e081925dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -77,7 +77,7 @@ "@waku/proto": "0.0.5", "@waku/utils": "0.0.10", "debug": "^4.3.4", - "it-all": "^3.0.2", + "it-all": "^3.0.3", "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 aa1c92abe2..980db03fd6 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.10", "debug": "^4.3.4", - "it-all": "^3.0.2", + "it-all": "^3.0.3", "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1" },