From 71104382667ce968d512cfa8a8bf142be7e094e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:20:42 +0000 Subject: [PATCH] Bump @swc/jest from 0.2.36 to 0.2.37 (#228) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0aff128..a86bcd8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@playwright/test": "^1.42.1", "@stylistic/eslint-plugin-ts": "^2.11.0", "@swc/core": "^1.9.0", - "@swc/jest": "^0.2.29", + "@swc/jest": "^0.2.37", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.0.0", "@types/glob": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 385d4cd..2abe0b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2019,10 +2019,10 @@ dependencies: tslib "^2.4.0" -"@swc/jest@^0.2.29": - version "0.2.36" - resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.36.tgz#2797450a30d28b471997a17e901ccad946fe693e" - integrity sha512-8X80dp81ugxs4a11z1ka43FPhP+/e+mJNXJSxiNYk8gIX/jPBtY4gQTrKu/KIoco8bzKuPI5lUxjfLiGsfvnlw== +"@swc/jest@^0.2.37": + version "0.2.37" + resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.37.tgz#9c2aaf22c87682aa968016e3e4843d1a25cae6bd" + integrity sha512-CR2BHhmXKGxTiFr21DYPRHQunLkX3mNIFGFkxBGji6r9uyIR5zftTOVYj1e0sFNMV2H7mf/+vpaglqaryBtqfQ== dependencies: "@jest/create-cache-key-function" "^29.7.0" "@swc/counter" "^0.1.3"