Skip to content

Commit

Permalink
Chore(deps): Bump mute-stream from 1.0.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [mute-stream](https://github.com/npm/mute-stream) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/npm/mute-stream/releases)
- [Changelog](https://github.com/npm/mute-stream/blob/main/CHANGELOG.md)
- [Commits](npm/mute-stream@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: mute-stream
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SBoudrias committed Oct 4, 2024
1 parent 6f1f74c commit 109d0da
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/wrap-ansi": "^3.0.0",
"ansi-escapes": "^4.3.2",
"cli-width": "^4.1.0",
"mute-stream": "^1.0.0",
"mute-stream": "^2.0.0",
"signal-exit": "^4.1.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@inquirer/type": "^2.0.0",
"@types/mute-stream": "^0.0.4",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
"mute-stream": "^2.0.0",
"run-async": "^3.0.0",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.7.4",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
"mute-stream": "^2.0.0",
"strip-ansi": "^6.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"tsc": "tshy"
},
"dependencies": {
"mute-stream": "^1.0.0"
"mute-stream": "^2.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ __metadata:
"@types/wrap-ansi": "npm:^3.0.0"
ansi-escapes: "npm:^4.3.2"
cli-width: "npm:^4.1.0"
mute-stream: "npm:^1.0.0"
mute-stream: "npm:^2.0.0"
signal-exit: "npm:^4.1.0"
strip-ansi: "npm:^6.0.1"
tshy: "npm:^3.0.2"
Expand Down Expand Up @@ -699,7 +699,7 @@ __metadata:
"@types/mute-stream": "npm:^0.0.4"
"@types/node": "npm:^22.7.4"
ansi-escapes: "npm:^4.3.2"
mute-stream: "npm:^1.0.0"
mute-stream: "npm:^2.0.0"
strip-ansi: "npm:^6.0.1"
tshy: "npm:^3.0.2"
languageName: unknown
Expand All @@ -711,7 +711,7 @@ __metadata:
dependencies:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@repo/tsconfig": "workspace:*"
mute-stream: "npm:^1.0.0"
mute-stream: "npm:^2.0.0"
tshy: "npm:^3.0.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4775,7 +4775,7 @@ __metadata:
"@repo/tsconfig": "workspace:*"
"@types/mute-stream": "npm:^0.0.4"
ansi-escapes: "npm:^4.3.2"
mute-stream: "npm:^1.0.0"
mute-stream: "npm:^2.0.0"
run-async: "npm:^3.0.0"
rxjs: "npm:^7.8.1"
tshy: "npm:^3.0.2"
Expand Down Expand Up @@ -6142,6 +6142,13 @@ __metadata:
languageName: node
linkType: hard

"mute-stream@npm:^2.0.0":
version: 2.0.0
resolution: "mute-stream@npm:2.0.0"
checksum: 10/d2e4fd2f5aa342b89b98134a8d899d8ef9b0a6d69274c4af9df46faa2d97aeb1f2ce83d867880d6de63643c52386579b99139801e24e7526c3b9b0a6d1e18d6c
languageName: node
linkType: hard

"mz@npm:^2.4.0":
version: 2.7.0
resolution: "mz@npm:2.7.0"
Expand Down

0 comments on commit 109d0da

Please sign in to comment.