diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-12 19:56:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 19:56:29 -0400 |
| commit | 720e45d25b5817094034acef4209dccbb1808d09 (patch) | |
| tree | d0d7d5ebfc8d43d6aa7c71288d8575c2c1cd1808 /Cargo.lock | |
| parent | 3dacba5057369714c67b259071f2c36f919d92c6 (diff) | |
fix(publish): handle definite assignment on ts private properties (#23345)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 15269f252..c14b36e48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1475,9 +1475,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.71.2" +version = "0.71.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e6b15fb6eda0c3b03ec24ae7d3c4e7a9c561f8cfe79aa9a9c3abf2b0fc5a8b4" +checksum = "cabf5260490373a0486862fc6edd87fe378e00c91d98ff94e2e7804e6ce6eff9" dependencies = [ "anyhow", "async-trait", |
