From 70eb6b702870b9015a35e45ad32bfa97d6bce6e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 22:09:45 +0000 Subject: [PATCH] Bump @types/jest from 25.2.0 to 25.2.1 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.0 to 25.2.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 116a382c..e7746e20 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "uuid": "^7.0.3" }, "devDependencies": { - "@types/jest": "^25.2.0", + "@types/jest": "^25.2.1", "@types/mithril": "^2.0.2", "@types/node": "^13.11.0", "@types/selenium-webdriver": "^4.0.9", diff --git a/yarn.lock b/yarn.lock index 861ba118..fcab554f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -572,10 +572,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^25.2.0": - version "25.2.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.0.tgz#2b74c711251ad9a863660042f2c81c2d81f8251e" - integrity sha512-ZTAGZnTWcMWdeBPnt0+XHVZpECqEP5grP+aukXVTplJPTQmJQqu0X9fdUu+jN4qYIPsnKG++7MNJz8rFli1rMg== +"@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== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"