diff --git a/Cargo.toml b/Cargo.toml index e8541ba..6bda4d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ doctest = false # doctest = false [dependencies] -oxc = "0.82.1" +oxc = "0.82.2" swc_ecma_parser = { version = "22.0.3", features = ["typescript"] } swc_ecma_ast = "14.0.0"