Bump @types/jest from 24.0.25 to 24.9.0 (#74)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.25 to 24.9.0.
- [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-01-17 10:39:08 +01:00 committed by CrazyMax
parent 937ab0c6cd
commit cee27c93c1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -527,9 +527,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "24.0.25", "version": "24.9.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.25.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.9.0.tgz",
"integrity": "sha512-hnP1WpjN4KbGEK4dLayul6lgtys6FPz0UfxMeMQCv0M+sTnzN3ConfiO72jHgLxl119guHgI8gLqDOrRLsyp2g==", "integrity": "sha512-dXvuABY9nM1xgsXlOtLQXJKdacxZJd7AtvLsKZ/0b57ruMXDKCOXAC/M75GbllQX6o1pcZ5hAG4JzYy7Z/wM2w==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-diff": "^24.3.0" "jest-diff": "^24.3.0"

View File

@ -32,7 +32,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/download": "^6.2.4", "@types/download": "^6.2.4",
"@types/jest": "^24.0.25", "@types/jest": "^24.9.0",
"@types/node": "^13.1.7", "@types/node": "^13.1.7",
"jest": "^24.8.0", "jest": "^24.8.0",
"jest-circus": "^24.7.1", "jest-circus": "^24.7.1",