From 5a64447adc0ada626b8a7b79bbdef9fcd0e05edb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 17:24:35 +0300 Subject: [PATCH] Bump @types/jest from 25.2.2 to 25.2.3 (#1644) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45c2bc89..4f63ab4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1907,9 +1907,9 @@ } }, "@types/jest": { - "version": "25.2.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.2.tgz", - "integrity": "sha512-aRctFbG8Pb7DSLzUt/fEtL3q/GKb9mretFuYhRub2J0q6NhzBYbx9HTQzHrWgBNIxYOlxGNVe6Z54cpbUt+Few==", + "version": "25.2.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz", + "integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==", "requires": { "jest-diff": "^25.2.1", "pretty-format": "^25.2.1" diff --git a/package.json b/package.json index 2c304fb1..a9717072 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@sentry/integrations": "5.15.5", "@testing-library/jest-dom": "5.7.0", "@testing-library/react": "10.0.4", - "@types/jest": "25.2.2", + "@types/jest": "25.2.3", "@types/nanoid": "2.1.0", "@types/react": "16.9.35", "@types/react-dom": "16.9.8",