From 64f308fa1cc8692a782ed55aa83beb97b15dc10e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:15:07 +0900 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.23 (#337) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c998098..4d9533b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/core-js": "2.5.4", "@types/emoji-mart": "3.0.4", "@types/express-rate-limit": "5.1.1", - "@types/jest": "26.0.22", + "@types/jest": "26.0.23", "@types/josa": "3.0.2", "@types/jsonwebtoken": "8.5.1", "@types/node": "14.14.43", diff --git a/yarn.lock b/yarn.lock index f8317e0..f86bcef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -977,10 +977,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.22": - version "26.0.22" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6" - integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw== +"@types/jest@26.0.23": + version "26.0.23" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7" + integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0"