Bump @types/jest from 24.0.21 to 24.0.22 (#33)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.21 to 24.0.22.
- [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] 2019-11-06 10:29:59 +01:00 committed by CrazyMax
parent 3870150cd9
commit 56fc800a07
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -519,9 +519,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "24.0.21", "version": "24.0.22",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.21.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.22.tgz",
"integrity": "sha512-uyqFvx78Tuy0h5iLCPWRCvi5HhWwEqhIj30doitp191oYLqlCxUyAJHdWVm5+Nr271/vPnkyt6rWeEIjGowBTg==", "integrity": "sha512-t2OvhNZnrNjlzi2i0/cxbLVM59WN15I2r1Qtb7wDv28PnV9IzrPtagFRey/S9ezdLD0zyh1XGMQIEQND2YEfrw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/jest-diff": "*" "@types/jest-diff": "*"

View File

@ -32,7 +32,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/download": "^6.2.4", "@types/download": "^6.2.4",
"@types/jest": "^24.0.21", "@types/jest": "^24.0.22",
"@types/node": "^12.12.6", "@types/node": "^12.12.6",
"jest": "^24.8.0", "jest": "^24.8.0",
"jest-circus": "^24.7.1", "jest-circus": "^24.7.1",