summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-01-11 11:55:26 -0500
committerGitHub <noreply@github.com>2024-01-11 11:55:26 -0500
commit686141163f9321e70defd9aef9c7b8d7e92f4a82 (patch)
treef5f56e8f0dc0c3fe4864ace163f40351cea0346b /cli
parent70ac06138c18cf643e7e1947dee54f3adff13de3 (diff)
fix(fast_check): analyze identifiers in type assertions/as exprs (#21899)
Closes #21894
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 cf6a00147..0e887abc6 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -59,7 +59,7 @@ deno_config = "=0.6.5"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.89.1", features = ["html"] }
deno_emit = "=0.33.0"
-deno_graph = "=0.63.2"
+deno_graph = "=0.63.3"
deno_lint = { version = "=0.53.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.15.3"