From 3ab6265882459f056e2bf8de2580960a9c19acf2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Jul 2020 15:53:31 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3add2470c..6477adbe6 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@babel/preset-env": "7.9.6", "@babel/preset-typescript": "7.9.0", "@types/debug": "4.1.5", - "@types/jest": "25.2.1", + "@types/jest": "26.0.5", "@types/node": "13.13.4", "@types/ws": "7.2.4", "@typescript-eslint/eslint-plugin": "2.30.0", diff --git a/yarn.lock b/yarn.lock index 7f365a76b..b3adca470 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1519,10 +1519,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@25.2.1": - version "25.2.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5" - integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA== +"@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== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"