From 4fcaff7c4b79e946c4662d6794bfb1e8ac9a4097 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2020 00:38:45 +0200 Subject: [PATCH] [MISC] (deps): Bump @types/jest from 25.2.0 to 25.2.1 in /web (#821) 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 64489ef98..faacb6683 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "@types/chai": "^4.2.11", "@types/classnames": "^2.2.10", "@types/enzyme": "^3.10.5", - "@types/jest": "25.2.0", + "@types/jest": "25.2.1", "@types/node": "13.11.0", "@types/qrcode.react": "^1.0.0", "@types/query-string": "^6.3.0", diff --git a/web/yarn.lock b/web/yarn.lock index d0c945b6c..55d955b11 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -2229,10 +2229,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"