Merge pull request #32 from marocchino/dependabot/npm_and_yarn/types/jest-24.9.0

build(deps-dev): bump @types/jest from 24.0.25 to 24.9.0
This commit is contained in:
marocchino 2020-01-17 10:31:20 +09:00 committed by GitHub
commit 434d68a082
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

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

View file

@ -24,7 +24,7 @@
"@actions/github": "^2.0.1"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/jest": "^24.9.0",
"@types/node": "^13.1.7",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",