summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-06-27 12:01:20 +0200
committerGitHub <noreply@github.com>2023-06-27 12:01:20 +0200
commit6c6b20b9ea1d8f322f12863bf5e1af88848dad92 (patch)
treebdd63c2f6c06ff3ff03a57fdc594f026153d8adb /cli
parent805c922a5cae558bfd0104d5f926c7189f724d8b (diff)
chore: update deno_lint to 0.48.0 (#19619)
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 bbb7b0236..826a0cbea 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -45,7 +45,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"]
deno_doc = "=0.63.1"
deno_emit = "=0.24.0"
deno_graph = "=0.49.0"
-deno_lint = { version = "=0.47.0", features = ["docs"] }
+deno_lint = { version = "=0.48.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm.workspace = true
deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] }