summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-02-16 16:19:07 +0100
committerGitHub <noreply@github.com>2022-02-16 16:19:07 +0100
commit7780e512e3713053f6cb79d5c4d2a5a59e560f94 (patch)
tree85bd0610745cc23bda78488df5cf0f11d51af7e7 /cli
parent665ea9b5f0904a4ab39cc84ce73014155302005a (diff)
chore: upgrade deno_lint to 0.25.0 (#13683)
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 702b2cf0f..92687c283 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -49,7 +49,7 @@ deno_ast = { version = "0.11.0", features = ["bundler", "codegen", "dep_graph",
deno_core = { version = "0.118.0", path = "../core" }
deno_doc = "0.31.0"
deno_graph = "0.23.0"
-deno_lint = { version = "0.24.0", features = ["docs"] }
+deno_lint = { version = "0.25.0", features = ["docs"] }
deno_runtime = { version = "0.44.0", path = "../runtime" }
atty = "=0.2.14"