diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d3f9e2652..78ee4a4da 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -67,9 +67,9 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa deno_cache_dir = { workspace = true } deno_config = "=0.16.3" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.133.0", features = ["html", "syntect"] } -deno_emit = "=0.40.2" -deno_graph = { version = "=0.74.5", features = ["tokio_executor"] } +deno_doc = { version = "=0.134.0", features = ["html", "syntect"] } +deno_emit = "=0.40.3" +deno_graph = { version = "=0.75.1", features = ["tokio_executor"] } deno_lint = { version = "=0.58.4", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.20.1" @@ -77,7 +77,7 @@ deno_runtime = { workspace = true, features = ["include_js_files_for_snapshottin deno_semver = "=0.5.4" deno_task_shell = "=0.16.1" deno_terminal.workspace = true -eszip = "=0.68.4" +eszip = "=0.68.5" napi_sym.workspace = true async-trait.workspace = true |