summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-18 11:48:37 +1000
committerGitHub <noreply@github.com>2024-09-18 01:48:37 +0000
commit37315917625179063cb5653e2edd4ee0e5de99c5 (patch)
tree8f1d0ae7d547a07ea3a3012a8400e1f80e72e2b1 /cli
parenta7d67e3a7a6b2c66f366dd3448b82cbc297a4e77 (diff)
chore: bump `deno_lint` to 0.66.0 (#25697)
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 7dcd6456d..40e3844c2 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -69,7 +69,7 @@ deno_config = { version = "=0.34.2", features = ["workspace", "sync"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "0.148.0", features = ["html", "syntect"] }
deno_graph = { version = "=0.82.1" }
-deno_lint = { version = "=0.65.0", features = ["docs"] }
+deno_lint = { version = "=0.66.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.25.1"
deno_package_json.workspace = true