mirror of https://github.com/waku-org/js-waku.git
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
73dd948698
commit
1c090924d0
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue