diff --git a/Cargo.lock b/Cargo.lock index cabc1b4..f581302 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1379,9 +1379,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.144.2" +version = "0.144.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31adf4599e8de70f3b754dfc34ec2ab09fa6841d79a9f4a888250a404eae7030" +checksum = "fc0b4193b9c127db1990a5a08111aafe0122bc8b138646807c63f2a6521b7da4" dependencies = [ "either", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index 36e6659..16022f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "src/biome.rs" [dependencies] oxc = "0.13.5" -swc_ecma_parser = { version = "0.144.2", features = ["typescript"] } +swc_ecma_parser = { version = "0.144.3", features = ["typescript"] } swc_ecma_ast = "0.113.7" biome_js_parser = "0.5.7"