From 45e0850b0d8cdf393097347a29f2fe4fce5e8a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:54:03 +0000 Subject: [PATCH] chore(deps): update swc_common requirement from 0.33.10 to 0.37.4 --- 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..d9fbe3f 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.4" swc_ecma_ast = "0.112" swc_ecma_parser = "0.143" wagen = "0.1"