From d939019143166314de6ca58478093c75c2dfc9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 18:38:24 +0000 Subject: [PATCH] chore(deps): bump swc_common from 0.27.13 to 0.27.16 in /backend (#554) Bumps [swc_common](https://github.com/swc-project/swc) from 0.27.13 to 0.27.16. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits) --- updated-dependencies: - dependency-name: swc_common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index fee0d354ae..79d2cf625f 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3433,9 +3433,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.27.13" +version = "0.27.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cba38a2f1291fcf3f78f357802b8cec72ecf5e95808e9d937783e60cd3570b93" +checksum = "49b0b6107e44797d0549bdb5b47a97682c3b914140269c01d2acdb16a1b885f6" dependencies = [ "ahash", "ast_node",