From 60cb127b43fc1760eef5368b3ef31b006ac17ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 11:01:15 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.20 (#8292) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 47ed5ac4c9..39405b7b21 100644 --- a/package.json +++ b/package.json @@ -208,7 +208,7 @@ "@types/github-url-from-git": "1.5.0", "@types/global-agent": "2.1.0", "@types/ini": "1.3.30", - "@types/jest": "26.0.19", + "@types/jest": "26.0.20", "@types/js-yaml": "3.12.6", "@types/jsdom": "16.2.5", "@types/json-dup-key-validator": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 3ed341408a..27a02d7eb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1656,10 +1656,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.19": - version "26.0.19" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.19.tgz#e6fa1e3def5842ec85045bd5210e9bb8289de790" - integrity sha512-jqHoirTG61fee6v6rwbnEuKhpSKih0tuhqeFbCmMmErhtu3BYlOZaXWjffgOstMM4S/3iQD31lI5bGLTrs97yQ== +"@types/jest@26.0.20": + version "26.0.20" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307" + integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0" -- GitLab