Bump @types/jest from 26.0.3 to 26.0.8

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.3 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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-01 12:39:14 +00:00
parent ba4c43f12b
commit 9fb19abe20
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2422,9 +2422,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "26.0.3", "version": "26.0.8",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.8.tgz",
"integrity": "sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg==", "integrity": "sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-diff": "^25.2.1", "jest-diff": "^25.2.1",

View file

@ -36,7 +36,7 @@
"string-argv": "^0.3.1" "string-argv": "^0.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.3", "@types/jest": "^26.0.8",
"@types/node": "^14.0.14", "@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.7.1", "@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.5.0", "@typescript-eslint/parser": "^3.5.0",