From 37315917625179063cb5653e2edd4ee0e5de99c5 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 18 Sep 2024 11:48:37 +1000 Subject: chore: bump `deno_lint` to 0.66.0 (#25697) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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 -- cgit v1.2.3