summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-21 15:43:49 +0000
committerGitHub <noreply@github.com>2024-02-21 10:43:49 -0500
commit50207050118c17d36702003e126ed275882b478d (patch)
tree4475058aa40bde9c6e8277f7bb70a538ec63f970 /cli
parent9166d8a4e9b0f611b1e06c9e339b44f7c450d72e (diff)
chore: bump deno_lint to 0.57.0 (#22513)
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 77bb27f62..2379f3b62 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -69,7 +69,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"]
deno_doc = { version = "=0.110.0", features = ["html"] }
deno_emit = "=0.38.0"
deno_graph = "=0.68.0"
-deno_lint = { version = "=0.56.0", features = ["docs"] }
+deno_lint = { version = "=0.57.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.17.0"
deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] }