diff --git a/Cargo.lock b/Cargo.lock index 562f3ac..d84d29d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,9 +1412,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.148.0" +version = "0.148.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59627c3704453c1bcb283c51ee161a5acf9988c80f80ef0250743fede0406602" +checksum = "a8204235f635274dba4adc30c47ac896fd126ddfc53b27210676722423cbb2e7" dependencies = [ "either", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index 2341ef7..e34ec63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.21.0" -swc_ecma_parser = { version = "0.148.0", features = ["typescript"] } +swc_ecma_parser = { version = "0.148.1", features = ["typescript"] } swc_ecma_ast = "0.117.1" biome_js_parser = "0.5.7"