chore(deps): update jest monorepo (#257)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-07-01 09:29:56 +02:00 committed by GitHub
parent 0db726e88f
commit ec06c90e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"devDependencies": {
"@nestjs/common": "^8.4.7",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.3",
"@types/jest": "^28.1.4",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.42",
"@typescript-eslint/eslint-plugin": "^5.29.0",
@ -1403,9 +1403,9 @@
}
},
"node_modules/@types/jest": {
"version": "28.1.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz",
"integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==",
"version": "28.1.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.4.tgz",
"integrity": "sha512-telv6G5N7zRJiLcI3Rs3o+ipZ28EnE+7EvF0pSrt2pZOMnAVI/f+6/LucDxOvcBcTeTL3JMF744BbVQAVBUQRA==",
"dev": true,
"dependencies": {
"jest-matcher-utils": "^28.0.0",
@ -8364,9 +8364,9 @@
}
},
"@types/jest": {
"version": "28.1.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz",
"integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==",
"version": "28.1.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.4.tgz",
"integrity": "sha512-telv6G5N7zRJiLcI3Rs3o+ipZ28EnE+7EvF0pSrt2pZOMnAVI/f+6/LucDxOvcBcTeTL3JMF744BbVQAVBUQRA==",
"dev": true,
"requires": {
"jest-matcher-utils": "^28.0.0",

View File

@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs/common": "^8.4.7",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.3",
"@types/jest": "^28.1.4",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.42",
"@typescript-eslint/eslint-plugin": "^5.29.0",