Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency streamx to v2.15.8 #2267

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-forks/gulp-plumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ava": "6.1.1",
"c8": "9.1.0",
"event-stream": "4.0.1",
"streamx": "2.15.7",
"streamx": "2.15.8",
"through": "2.3.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion package-forks/undertaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"c8": "9.1.0",
"del": "6.1.1",
"once": "1.4.0",
"streamx": "2.15.7",
"streamx": "2.15.8",
"vinyl-fs": "4.0.0"
},
"keywords": [
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3351,7 +3351,7 @@ __metadata:
event-stream: "npm:4.0.1"
fancy-log: "npm:2.0.0"
plugin-error: "npm:2.0.1"
streamx: "npm:2.15.7"
streamx: "npm:2.15.8"
through: "npm:2.3.8"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3532,7 +3532,7 @@ __metadata:
fastest-levenshtein: "npm:1.0.16"
last-run: "npm:2.0.0"
once: "npm:1.4.0"
streamx: "npm:2.15.7"
streamx: "npm:2.15.8"
undertaker-registry: "npm:2.0.0"
vinyl-fs: "npm:4.0.0"
languageName: unknown
Expand Down Expand Up @@ -5054,6 +5054,13 @@ __metadata:
languageName: node
linkType: hard

"bare-events@npm:^2.2.0":
version: 2.2.0
resolution: "bare-events@npm:2.2.0"
checksum: 0b899d444b9c86759a44b8a2fbce0dcb8060884a89193ae3222ddc92ab5273cdaf76dc3ca0bb911d93f815fb43f9392f79e5b8105c7c8300c298d254b1e734c4
languageName: node
linkType: hard

"base64-js@npm:^1.3.1":
version: 1.5.1
resolution: "base64-js@npm:1.5.1"
Expand Down Expand Up @@ -13578,13 +13585,17 @@ __metadata:
languageName: node
linkType: hard

"streamx@npm:2.15.7, streamx@npm:^2.12.0, streamx@npm:^2.12.5, streamx@npm:^2.13.2, streamx@npm:^2.14.0, streamx@npm:^2.15.1":
version: 2.15.7
resolution: "streamx@npm:2.15.7"
"streamx@npm:2.15.8, streamx@npm:^2.12.0, streamx@npm:^2.12.5, streamx@npm:^2.13.2, streamx@npm:^2.14.0, streamx@npm:^2.15.1":
version: 2.15.8
resolution: "streamx@npm:2.15.8"
dependencies:
bare-events: "npm:^2.2.0"
fast-fifo: "npm:^1.1.0"
queue-tick: "npm:^1.0.1"
checksum: d92ecb01929ed17a5820845c4f0721b88546c93ec6d3b128abbebc6388dfc998d5e9adbbdf736ca9d06ff80610f493ae9653fa216691c85cdfd46ca8fc8d20bf
dependenciesMeta:
bare-events:
optional: true
checksum: 710177654303c4553339ccd8d7590eeb20ffc6e537bcddccee57c8aa3a81d4e684bf93d51f057a179920ce90c21c910931da87f1d704d3bd7e2eb74aba193c4c
languageName: node
linkType: hard

Expand Down
Loading