From d2cfa127da72238113aaf0f187f9a60643fd735d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 21:06:22 +0000 Subject: [PATCH] chore(deps): update rust crate oxc to 0.82.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"