From 4db19485d84eecae12873ce38eedf1af984f5400 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 02:00:47 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.7 (#6857) 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 1e04515511..8c0badfced 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "@types/github-url-from-git": "1.5.0", "@types/global-agent": "2.1.0", "@types/ini": "1.3.30", - "@types/jest": "26.0.5", + "@types/jest": "26.0.7", "@types/js-yaml": "3.12.4", "@types/json-dup-key-validator": "1.0.0", "@types/json5": "0.0.30", diff --git a/yarn.lock b/yarn.lock index db39b299e1..9258fb1810 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1592,10 +1592,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@26.0.5": - version "26.0.5" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d" - integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w== +"@types/jest@26.0.7": + version "26.0.7" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.7.tgz#495cb1d1818c1699dbc3b8b046baf1c86ef5e324" + integrity sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1" -- GitLab