summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-07-19 16:50:09 -0400
committerGitHub <noreply@github.com>2022-07-19 16:50:09 -0400
commit649536e2669eb496fc2d4dacd92fd1d6dbed50a7 (patch)
tree62ff640e3049395989f98ed8e5541c25a51555c9 /cli
parent9b4ae0868d5f5a5ef1d49843737f950bbb841cbf (diff)
fix(task): do not overflow attempting to parse large number as redirect (#15249)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 95ffed4bd..ece951a1a 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -52,7 +52,7 @@ deno_emit = "0.4.0"
deno_graph = "0.29.0"
deno_lint = { version = "0.32.0", features = ["docs"] }
deno_runtime = { version = "0.69.0", path = "../runtime" }
-deno_task_shell = "0.4.0"
+deno_task_shell = "0.5.0"
atty = "=0.2.14"
base64 = "=0.13.0"