chore(deps): update dependency @types/jest to v26

This commit is contained in:
Renovate Bot 2020-08-30 22:27:59 +00:00 committed by Joachim Van Herwegen
parent 3387092fc3
commit 7bd77bbf96
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -867,9 +867,9 @@
}
},
"@types/jest": {
"version": "25.2.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz",
"integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==",
"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

@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/arrayify-stream": "^1.0.0",
"@types/jest": "^25.2.1",
"@types/jest": "^26.0.0",
"@types/streamify-array": "^1.0.0",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^2.33.0",