Merge pull request #152 from marocchino/dependabot/npm_and_yarn/types/jest-26.0.5

build(deps-dev): bump @types/jest from 26.0.4 to 26.0.5
This commit is contained in:
marocchino 2020-07-21 08:38:43 +09:00 committed by GitHub
commit f9972aa0d4
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

@ -2442,9 +2442,9 @@
}
},
"@types/jest": {
"version": "26.0.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.4.tgz",
"integrity": "sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg==",
"version": "26.0.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.5.tgz",
"integrity": "sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==",
"dev": true,
"requires": {
"jest-diff": "^25.2.1",

View file

@ -24,7 +24,7 @@
"@actions/github": "^2.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/jest": "^26.0.5",
"@types/node": "^14.0.23",
"jest": "^25.5.4",
"jest-circus": "^26.1.0",