chore(deps): update dependency @types/jest to ^28.1.3 (#249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-06-22 10:06:06 +02:00 committed by GitHub
parent ba8f510c10
commit f166091715
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": { "devDependencies": {
"@nestjs/common": "^8.4.7", "@nestjs/common": "^8.4.7",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^28.1.2", "@types/jest": "^28.1.3",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
"@types/node": "^16.11.41", "@types/node": "^16.11.41",
"@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/eslint-plugin": "^5.29.0",
@ -1403,9 +1403,9 @@
} }
}, },
"node_modules/@types/jest": { "node_modules/@types/jest": {
"version": "28.1.2", "version": "28.1.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz",
"integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==", "integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"jest-matcher-utils": "^28.0.0", "jest-matcher-utils": "^28.0.0",
@ -8364,9 +8364,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "28.1.2", "version": "28.1.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz",
"integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==", "integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-matcher-utils": "^28.0.0", "jest-matcher-utils": "^28.0.0",

View File

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