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" },