From d9a9974238d34a0a23dea68ca76af4e511b42482 Mon Sep 17 00:00:00 2001 From: MrWook Date: Thu, 1 Feb 2024 15:54:35 +0100 Subject: [PATCH] chore(project): update packages --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ead148c0..42eebf2c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "11.1.6", "@swc/core": "1.3.107", - "@swc/jest": "0.2.31", + "@swc/jest": "0.2.34", "@types/byline": "4.2.36", "@types/jest": "29.5.11", "@types/sprintf-js": "1.1.4", diff --git a/yarn.lock b/yarn.lock index 678d3c1a..a77fafa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2745,10 +2745,10 @@ resolved "https://registry.yarnpkg.com/@swc/counter/-/counter-0.1.2.tgz#bf06d0770e47c6f1102270b744e17b934586985e" integrity sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw== -"@swc/jest@0.2.31": - version "0.2.31" - resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.31.tgz#eb791d917326c24cad84c4d357d0b01de23c6dfd" - integrity sha512-Gh0Ste380O8KUY1IqsKr+aOvqqs2Loa+WcWWVNwl+lhXqOWK1iTFAP1K0IDfLqAuFP68+D/PxcpBJn21e6Quvw== +"@swc/jest@0.2.34": + version "0.2.34" + resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.34.tgz#1d459171887b11855ec01d73c647f2e9ecaffd7b" + integrity sha512-MrS4m3yHFfnkYjxr3eqxshWi6fVhPViHQsb6XfiTO81niwEqYXeR58YhGJee6R0bfQHC69cv5OJ9+dYTYaYKRg== dependencies: "@jest/create-cache-key-function" "^29.7.0" jsonc-parser "^3.2.0"