diff --git a/Cargo.lock b/Cargo.lock index 3da332e..ac7e0b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1362,9 +1362,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.113.2" +version = "0.113.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29f7cbdc8d3f31a863224649258942a537be44e37cb8f5413da63b51159779b9" +checksum = "98a534a8360a076a030989f6d121ba6044345594bdf0457c4629f432742026b8" dependencies = [ "bitflags", "is-macro", @@ -1595,9 +1595,9 @@ checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" [[package]] name = "unicode-id-start" -version = "1.1.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8f73150333cb58412db36f2aca8f2875b013049705cc77b94ded70a1ab1f5da" +checksum = "02aebfa694eccbbbffdd92922c7de136b9fe764396d2f10e21bce1681477cfc1" [[package]] name = "unicode-ident" diff --git a/Cargo.toml b/Cargo.toml index ec4f56d..9f24f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ panic = "abort" [dependencies] oxc = "0.13.5" -swc_ecma_parser = "0.144.1" -swc_ecma_ast = "0.113.1" +swc_ecma_parser = "0.144.2" +swc_ecma_ast = "0.113.7" biome_js_parser = "0.5.7" biome_js_syntax = "0.5.7"