From a6224d52372e3096ecdaed7b9afcd9053348472d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:14:13 +0000 Subject: [PATCH] chore(deps): update swc_common requirement from 0.33.10 to 0.37.0 --- 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..445aa42 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.0" swc_ecma_ast = "0.112" swc_ecma_parser = "0.143" wagen = "0.1"