From c9c6d74612f6b4c3b4780bf63993b4e06b379198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:21:54 +0000 Subject: [PATCH] chore(deps): update swc_common requirement from 0.33.10 to 0.37.5 --- updated-dependencies: - dependency-name: swc_common dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3a4a55f..5128433 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ anyhow = { workspace = true } wizer = "4" structopt = "0.3" swc_atoms = "0.6.5" -swc_common = "0.33.10" +swc_common = "0.37.5" swc_ecma_ast = "0.112" swc_ecma_parser = "0.143" wagen = "0.1"