From ceb1368d5f10e1281a9c9321a878c7e457b3d2f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 May 2022 05:56:17 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.24 --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e6020ca..91419732 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@types/auth0": "^2.33.3", "@types/ci-info": "^3.1.0", "@types/cors": "^2.8.10", - "@types/jest": "^26.0.22", + "@types/jest": "26.0.24", "@types/jsonwebtoken": "^8.5.1", "@types/lodash.clonedeep": "^4.5.6", "@types/lodash.isequal": "^4.5.5", diff --git a/yarn.lock b/yarn.lock index 800f6351..33693cc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3845,7 +3845,7 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@*", "@types/jest@^26.0.22": +"@types/jest@*": version "26.0.22" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6" integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw== @@ -3853,6 +3853,14 @@ jest-diff "^26.0.0" pretty-format "^26.0.0" +"@types/jest@26.0.24": + version "26.0.24" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" + integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== + dependencies: + jest-diff "^26.0.0" + pretty-format "^26.0.0" + "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": version "7.0.7" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"