From 593593b3de7a34d67d635e859164eb35b3796154 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 16:13:12 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.5.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3e1cd93..074a59f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@formatjs/icu-messageformat-parser": "2.4.0", - "@types/jest": "29.5.1", + "@types/jest": "29.5.2", "@typescript-eslint/eslint-plugin": "5.59.8", "eslint": "8.41.0", "eslint-config-standard-with-typescript": "31.0.0", diff --git a/yarn.lock b/yarn.lock index 801ee2b..ba4e1d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -914,10 +914,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.5.1": - version "29.5.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47" - integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ== +"@types/jest@29.5.2": + version "29.5.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b" + integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg== dependencies: expect "^29.0.0" pretty-format "^29.0.0"