chore(deps): update dependency @types/jest to v28.1.7

This commit is contained in:
renovate[bot] 2022-08-15 21:04:53 +00:00 committed by GitHub
parent c841f2beb8
commit 4e984cd4c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 36 deletions

18
package-lock.json generated
View file

@ -68,7 +68,7 @@
"@types/cookie-parser": "1.4.3",
"@types/express": "4.17.13",
"@types/hapi__joi": "17.1.8",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/long": "4.0.2",
"@types/node": "18.0.0",
"@types/passport-jwt": "3.0.6",
@ -2999,12 +2999,12 @@
}
},
"node_modules/@types/jest": {
"version": "28.1.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
"integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
"version": "28.1.7",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz",
"integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==",
"dev": true,
"dependencies": {
"jest-matcher-utils": "^28.0.0",
"expect": "^28.0.0",
"pretty-format": "^28.0.0"
}
},
@ -14494,12 +14494,12 @@
}
},
"@types/jest": {
"version": "28.1.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
"integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
"version": "28.1.7",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz",
"integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==",
"dev": true,
"requires": {
"jest-matcher-utils": "^28.0.0",
"expect": "^28.0.0",
"pretty-format": "^28.0.0"
}
},