diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-12-06 16:25:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-06 16:25:24 -0500 |
| commit | 7fdc3c8f1fc27be2ca7d4ff62b9fd8ecb3d24e61 (patch) | |
| tree | e0de42001e5185091e00dd0232d82f98621edd14 /cli/Cargo.toml | |
| parent | 07f78912d629eb788cd9feca344e6b4720a3bef3 (diff) | |
fix(compile/npm): ignore symlinks to non-existent paths in node_modules directory (#21479)
Part of https://github.com/denoland/deno/issues/21476
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 95b221e14..0c9d228c3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -65,7 +65,7 @@ deno_emit = "=0.31.5" deno_graph = "=0.61.5" deno_lint = { version = "=0.52.2", features = ["docs"] } deno_lockfile.workspace = true -deno_npm = "0.15.2" +deno_npm = "0.15.3" deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] } deno_semver = "0.5.1" deno_task_shell = "=0.14.0" |
