diff --git a/Cargo.lock b/Cargo.lock index c73bf8c..039bd74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,9 +1694,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "10.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9e336f2b460882df2c132328b3c29ab3e680e1db681a05ec3e406940d98320a" +checksum = "9576fd56e613f83990190778878139ab1a8d5ff0b316318ba34204407a0142a2" dependencies = [ "either", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index dc89072..5c3c7b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.56.5" -swc_ecma_parser = { version = "10.0.0", features = ["typescript"] } +swc_ecma_parser = { version = "10.0.1", features = ["typescript"] } swc_ecma_ast = "8.0.0" biome_js_parser = "0.5.7"