diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-06-13 18:29:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-13 18:29:27 -0400 |
| commit | 4ec9250c409fc0734e192d6571b0cad3cbc8a7ee (patch) | |
| tree | 131c610e5b4fae069574cec3b90f6e85d0e9e8dc /cli/Cargo.toml | |
| parent | fb31eaa9ca59f6daaee0210d5cd206185c7041b9 (diff) | |
fix(npm): use more relaxed package.json version constraint parsing (#24202)
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 9c5cf3c43..6263dfb3e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -74,7 +74,7 @@ deno_lint = { version = "=0.60.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.21.4" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_semver = "=0.5.4" +deno_semver = "=0.5.6" deno_task_shell = "=0.16.1" deno_terminal.workspace = true eszip = "=0.71.0" |
