Merge pull request #161 from marocchino/dependabot/npm_and_yarn/types/jest-26.0.9

build(deps-dev): bump @types/jest from 26.0.7 to 26.0.9
This commit is contained in:
marocchino 2020-08-11 12:35:33 +09:00 committed by GitHub
commit f806cff117
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

@ -2471,9 +2471,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "26.0.7", "version": "26.0.9",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.7.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.9.tgz",
"integrity": "sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg==", "integrity": "sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-diff": "^25.2.1", "jest-diff": "^25.2.1",

View file

@ -24,7 +24,7 @@
"@actions/github": "^2.2.0" "@actions/github": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.7", "@types/jest": "^26.0.9",
"@types/node": "^14.0.27", "@types/node": "^14.0.27",
"jest": "^25.5.4", "jest": "^25.5.4",
"jest-circus": "^26.3.0", "jest-circus": "^26.3.0",