diff --git a/Cargo.toml b/Cargo.toml index 2cd5a13..f36c817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ doctest = false # doctest = false [dependencies] -oxc = "0.77.2" +oxc = "0.77.3" swc_ecma_parser = { version = "21.0.1", features = ["typescript"] } swc_ecma_ast = "14.0.0"