From 12ed0d0f3060216de2d0bf8417662fbb7d666784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:46:04 +0200 Subject: [PATCH] Update dependency @types/jest to v28 (#252) Co-authored-by: Renovate Bot --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index cb1a545..dee30cc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ }, "devDependencies": { "@testing-library/vue": "6.6.0", - "@types/jest": "27.5.2", + "@types/jest": "28.1.1", "@types/lodash": "4.14.182", "@types/vue-markdown": "2.2.1", "@typescript-eslint/eslint-plugin": "5.28.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 678a747..d96aa20 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1513,10 +1513,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@27.5.2": - version "27.5.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c" - integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA== +"@types/jest@28.1.1": + version "28.1.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.1.tgz#8c9ba63702a11f8c386ee211280e8b68cb093cd1" + integrity sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"