From bca456e791ce80d01bddf029ea08cf3841e88978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:01:37 +0000 Subject: [PATCH] chore(deps): bump swc_common from 0.27.8 to 0.27.9 in /backend (#460) Bumps [swc_common](https://github.com/swc-project/swc) from 0.27.8 to 0.27.9. - [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 53fab181c7..5ca620cc7d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3422,9 +3422,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.27.8" +version = "0.27.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6950d061940150c048956c9c90bb729283d94750696b6fddbcbfaedcb245196e" +checksum = "97e51645bfec1301012bef2f6f6b33482ba22b0f4034501a62ac248890bd107e" dependencies = [ "ahash", "ast_node",