Bump @types/jest from 26.0.5 to 26.0.7 (#1970)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.5 to 26.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-27 12:49:27 +03:00 committed by GitHub
parent a945e16274
commit a4ad22bc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1994,9 +1994,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "26.0.5", "version": "26.0.7",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.5.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.7.tgz",
"integrity": "sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==", "integrity": "sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg==",
"requires": { "requires": {
"jest-diff": "^25.2.1", "jest-diff": "^25.2.1",
"pretty-format": "^25.2.1" "pretty-format": "^25.2.1"

View File

@ -23,7 +23,7 @@
"@sentry/integrations": "5.19.2", "@sentry/integrations": "5.19.2",
"@testing-library/jest-dom": "5.11.1", "@testing-library/jest-dom": "5.11.1",
"@testing-library/react": "10.4.7", "@testing-library/react": "10.4.7",
"@types/jest": "26.0.5", "@types/jest": "26.0.7",
"@types/nanoid": "2.1.0", "@types/nanoid": "2.1.0",
"@types/react": "16.9.43", "@types/react": "16.9.43",
"@types/react-dom": "16.9.8", "@types/react-dom": "16.9.8",