mirror of https://github.com/status-im/js-waku.git
chore(deps): upgrade it-pipe
This commit is contained in:
parent
b866c650bb
commit
574e99c768
|
@ -29,7 +29,7 @@
|
|||
"hi-base32": "^0.5.1",
|
||||
"it-all": "^1.0.6",
|
||||
"it-length-prefixed": "^7.0.1",
|
||||
"it-pipe": "^2.0.3",
|
||||
"it-pipe": "^2.0.4",
|
||||
"js-sha3": "^0.8.0",
|
||||
"libp2p": "next",
|
||||
"p-event": "^5.0.1",
|
||||
|
@ -7376,19 +7376,23 @@
|
|||
}
|
||||
},
|
||||
"node_modules/it-pipe": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/it-pipe/-/it-pipe-2.0.3.tgz",
|
||||
"integrity": "sha512-1bfNC0v8yFDQu5KwZpHZrVO+nxOIEXfrobYtv55NXcsMfGu2SueMOCyCm63khejA+sCU0gLcRFQIfKWlBNNTGw==",
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/it-pipe/-/it-pipe-2.0.4.tgz",
|
||||
"integrity": "sha512-lK0BV0egwfc64DFJva+0Jh1z8UxwmYBpAHDwq21s0OenRCaEDIntx/iOyWH/jg5efBU6Xa8igzmOqm2CPPNDgg==",
|
||||
"dependencies": {
|
||||
"it-merge": "^1.0.4",
|
||||
"it-pushable": "^2.0.0",
|
||||
"it-pushable": "^3.1.0",
|
||||
"it-stream-types": "^1.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/it-pipe/node_modules/it-pushable": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/it-pushable/-/it-pushable-2.0.2.tgz",
|
||||
"integrity": "sha512-f/n6HqXGDbHvuMR/3UN+S6W4y/bS1Pxg6Lb0oVc5dbflxy5f3NKkizKs86B8vzqHnB9hm1YpE0pgcEvI3FKDQw=="
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/it-pushable/-/it-pushable-3.1.0.tgz",
|
||||
"integrity": "sha512-sEAdT86u6aIWvLkH4hlOmgvHpRyUOUG22HD365H+Dh67zYpaPdILmT4Om7Wjdb+m/SjEB81z3nYCoIrgVYpOFA=="
|
||||
},
|
||||
"node_modules/it-pushable": {
|
||||
"version": "1.4.2",
|
||||
|
@ -17991,19 +17995,19 @@
|
|||
}
|
||||
},
|
||||
"it-pipe": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/it-pipe/-/it-pipe-2.0.3.tgz",
|
||||
"integrity": "sha512-1bfNC0v8yFDQu5KwZpHZrVO+nxOIEXfrobYtv55NXcsMfGu2SueMOCyCm63khejA+sCU0gLcRFQIfKWlBNNTGw==",
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/it-pipe/-/it-pipe-2.0.4.tgz",
|
||||
"integrity": "sha512-lK0BV0egwfc64DFJva+0Jh1z8UxwmYBpAHDwq21s0OenRCaEDIntx/iOyWH/jg5efBU6Xa8igzmOqm2CPPNDgg==",
|
||||
"requires": {
|
||||
"it-merge": "^1.0.4",
|
||||
"it-pushable": "^2.0.0",
|
||||
"it-pushable": "^3.1.0",
|
||||
"it-stream-types": "^1.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"it-pushable": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/it-pushable/-/it-pushable-2.0.2.tgz",
|
||||
"integrity": "sha512-f/n6HqXGDbHvuMR/3UN+S6W4y/bS1Pxg6Lb0oVc5dbflxy5f3NKkizKs86B8vzqHnB9hm1YpE0pgcEvI3FKDQw=="
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/it-pushable/-/it-pushable-3.1.0.tgz",
|
||||
"integrity": "sha512-sEAdT86u6aIWvLkH4hlOmgvHpRyUOUG22HD365H+Dh67zYpaPdILmT4Om7Wjdb+m/SjEB81z3nYCoIrgVYpOFA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
"hi-base32": "^0.5.1",
|
||||
"it-all": "^1.0.6",
|
||||
"it-length-prefixed": "^7.0.1",
|
||||
"it-pipe": "^2.0.3",
|
||||
"it-pipe": "^2.0.4",
|
||||
"js-sha3": "^0.8.0",
|
||||
"libp2p": "next",
|
||||
"p-event": "^5.0.1",
|
||||
|
|
Loading…
Reference in New Issue