diff --git a/Cargo.lock b/Cargo.lock index f31c5a0..44d2110 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1460,9 +1460,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.152.0" +version = "0.152.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ef96894fa0fb3fba233ede22a75a7ddd8b7f0727a40aa8d1028b5dd25013d2e" +checksum = "a4cfd7930abe18c6829d4adedb5249e1b9fa68e8e786c6636250637992ba0466" dependencies = [ "either", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index f1f1c85..052678d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.30.5" -swc_ecma_parser = { version = "0.152.0", features = ["typescript"] } +swc_ecma_parser = { version = "0.152.1", features = ["typescript"] } swc_ecma_ast = "0.121.0" biome_js_parser = "0.5.7"