From 32d5507d41dce790b5afa874bce1d4d729d37703 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 18:32:11 +0300 Subject: [PATCH] Bump @types/jest from 26.0.7 to 26.0.8 (#1995) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.7 to 26.0.8. - [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> --- 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 2b0fe601f7..9ba12ad69a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1994,9 +1994,9 @@ } }, "@types/jest": { - "version": "26.0.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.7.tgz", - "integrity": "sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg==", + "version": "26.0.8", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.8.tgz", + "integrity": "sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==", "requires": { "jest-diff": "^25.2.1", "pretty-format": "^25.2.1" diff --git a/package.json b/package.json index 156f56c060..c1fea668d5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@sentry/integrations": "5.20.1", "@testing-library/jest-dom": "5.11.2", "@testing-library/react": "10.4.7", - "@types/jest": "26.0.7", + "@types/jest": "26.0.8", "@types/nanoid": "2.1.0", "@types/react": "16.9.43", "@types/react-dom": "16.9.8",