Merge pull request #164 from marocchino/dependabot/npm_and_yarn/types/jest-26.0.10

build(deps-dev): bump @types/jest from 26.0.9 to 26.0.10
This commit is contained in:
marocchino 2020-08-24 11:33:37 +09:00 committed by GitHub
commit c3eed933c0
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": {
"version": "26.0.9",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.9.tgz",
"integrity": "sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==",
"version": "26.0.10",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.10.tgz",
"integrity": "sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==",
"dev": true,
"requires": {
"jest-diff": "^25.2.1",

View file

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