diff --git a/Cargo.lock b/Cargo.lock index 04a0433..79533ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1583,9 +1583,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.141.0" +version = "0.141.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbe5ca14b492cb4a27b6624043496c3b7e8233891df39b4876eb6c85e59a26c4" +checksum = "97025b945d6d0b80089225de57a031bee01b3754a148eb5469b2d13a3b1dda48" dependencies = [ "either", "num-bigint", diff --git a/Cargo.toml b/Cargo.toml index c399214..5a89362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ publish = false oxc_parser = "0.2.0" oxc_allocator = "0.2.0" oxc_span = "0.2.0" -swc_ecma_parser = "0.141.0" +swc_ecma_parser = "0.141.2" swc_ecma_ast = "0.110.0" rome_js_parser = "0.0.2" rome_js_syntax = "0.0.2"