Merge pull request #39 from marocchino/dependabot/npm_and_yarn/types/jest-24.9.1

build(deps-dev): bump @types/jest from 24.9.0 to 24.9.1
This commit is contained in:
marocchino 2020-01-24 07:48:38 +09:00 committed by GitHub
commit c3f988f437
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

@ -1228,9 +1228,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "24.9.0", "version": "24.9.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.9.0.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.9.1.tgz",
"integrity": "sha512-dXvuABY9nM1xgsXlOtLQXJKdacxZJd7AtvLsKZ/0b57ruMXDKCOXAC/M75GbllQX6o1pcZ5hAG4JzYy7Z/wM2w==", "integrity": "sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-diff": "^24.3.0" "jest-diff": "^24.3.0"

View file

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