From 84302b95013483e3687306bbcf8973b52e9e7d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 09:45:21 +0000 Subject: [PATCH] chore: update dependency @swc/jest to v0.2.31 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 937dc77707a..4468fa44765 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1774,9 +1774,9 @@ integrity sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw== "@swc/jest@^0.2.28": - version "0.2.30" - resolved "https://registry.npmjs.org/@swc/jest/-/jest-0.2.30.tgz#ad561bf90d1090ec0b71d54878f85a82d3af781f" - integrity sha512-80KKC6GYvgrpX1/7yKsRbu88V6OAJIcMGzOLCt0pPSg1nEwJg/lLAodVy2hCD8OcYApmY5gSwD4SnwgA5Y7Q7A== + version "0.2.31" + resolved "https://registry.npmjs.org/@swc/jest/-/jest-0.2.31.tgz#eb791d917326c24cad84c4d357d0b01de23c6dfd" + integrity sha512-Gh0Ste380O8KUY1IqsKr+aOvqqs2Loa+WcWWVNwl+lhXqOWK1iTFAP1K0IDfLqAuFP68+D/PxcpBJn21e6Quvw== dependencies: "@jest/create-cache-key-function" "^29.7.0" jsonc-parser "^3.2.0"