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

This commit is contained in:
renovate[bot] 2022-08-15 19:13:16 +00:00
parent 9c77b3fa2b
commit ab80ec7225
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -14,7 +14,7 @@
"devDependencies": {
"@nestjs/common": "^9.0.9",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.6",
"@types/jest": "^28.1.7",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.48",
"@typescript-eslint/eslint-plugin": "^5.33.0",
@ -1412,12 +1412,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"
}
},
@ -8422,12 +8422,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"
}
},

View File

@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs/common": "^9.0.9",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.6",
"@types/jest": "^28.1.7",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.48",
"@typescript-eslint/eslint-plugin": "^5.33.0",