From 3d552895af436ef0a983a34a9b708030c9b5ebc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:18:50 -0700 Subject: [PATCH] chore: Bump @swc/jest from 0.2.21 to 0.2.22 (#5351) Bumps [@swc/jest](https://github.com/swc-project/jest) from 0.2.21 to 0.2.22. - [Release notes](https://github.com/swc-project/jest/releases) - [Commits](https://github.com/swc-project/jest/compare/v0.2.21...v0.2.22) --- updated-dependencies: - dependency-name: "@swc/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index d00ed1ca14d..7f25176446f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3857,9 +3857,9 @@ "@swc/core-win32-x64-msvc" "1.2.189" "@swc/jest@^0.2.21": - version "0.2.21" - resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.21.tgz#e8c4e234016a914f4cfbb7d75844860a250c1d1c" - integrity sha512-/+NcExiZbxXANNhNPnIdFuGq62CeumulLS1bngwqIXd8H7d96LFUfrYzdt8tlTwLMel8tFtQ5aRjzVkyOTyPDw== + version "0.2.22" + resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.22.tgz#70d02ac648c21a442016d7a0aa485577335a4c9a" + integrity sha512-PIUIk9IdB1oAVfF9zNIfYoMBoEhahrrSvyryFANas7swC1cF0L5HR0f9X4qfet46oyCHCBtNcSpN0XJEOFIKlw== dependencies: "@jest/create-cache-key-function" "^27.4.2"