diff --git a/Cargo.toml b/Cargo.toml index 755a80c..c51282d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ doctest = false # doctest = false [dependencies] -oxc = "0.92.0" +oxc = "0.93.0" swc_ecma_parser = { version = "24.0.2", features = ["typescript"] } swc_ecma_ast = "15.0.0"