From f698018621f79f206523b0f7c5e6b012dbfdae36 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jun 2022 20:58:28 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v28 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c5247d5..f4ef8f88 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@testing-library/react": "13.3.0", "@types/chroma-js": "2.1.3", "@types/chrome": "0.0.190", - "@types/jest": "27.5.2", + "@types/jest": "28.1.1", "@types/js-yaml": "4.0.5", "@types/lodash.debounce": "4.0.7", "@types/mustache": "4.1.3", diff --git a/yarn.lock b/yarn.lock index 5e5cb5a9..47b9b273 100644 --- a/yarn.lock +++ b/yarn.lock @@ -902,10 +902,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@*", "@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@*", "@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"