Merge pull request #468 from codecov/dependabot/npm_and_yarn/types/jest-27.0.0

build(deps-dev): bump @types/jest from 26.0.24 to 27.0.0
This commit is contained in:
Tom Hu 2021-08-12 15:59:07 -04:00 committed by GitHub
commit 1266be0b5c
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

@ -952,9 +952,9 @@
}
},
"@types/jest": {
"version": "26.0.24",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
"integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
"version": "27.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.0.tgz",
"integrity": "sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg==",
"dev": true,
"requires": {
"jest-diff": "^26.0.0",

View file

@ -30,7 +30,7 @@
"openpgp": "^5.0.0-4"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/jest": "^27.0.0",
"@types/node": "^16.4.0",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",