Skip to content

Commit 7b37c17

Browse files
build(deps): bump is-terminal from 0.4.9 to 0.4.10
Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.9 to 0.4.10. - [Commits](sunfishcode/is-terminal@v0.4.9...v0.4.10) --- updated-dependencies: - dependency-name: is-terminal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb659e6 commit 7b37c17

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "volta-migrate"
2121
path = "src/volta-migrate.rs"
2222

2323
[dependencies]
24-
is-terminal = "0.4.7"
24+
is-terminal = "0.4.10"
2525
volta-core = { path = "crates/volta-core" }
2626
serde = { version = "1.0", features = ["derive"] }
2727
serde_json = "1.0.109"

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dirs = "5.0.1"
4040
chrono = { version = "0.4.23", default-features = false, features = ["alloc", "std", "clock"] }
4141
validate-npm-package-name = { path = "../validate-npm-package-name" }
4242
textwrap = "0.16.0"
43-
is-terminal = "0.4.7"
43+
is-terminal = "0.4.10"
4444
log = { version = "0.4", features = ["std"] }
4545
ctrlc = "3.4.2"
4646
walkdir = "2.4.0"

0 commit comments

Comments
 (0)