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

This commit is contained in:
renovate[bot] 2023-09-15 21:32:45 +00:00
parent a68fccf6d7
commit 571d60bfbf
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@nestjs/platform-express": "^10.2.5", "@nestjs/platform-express": "^10.2.5",
"@nestjs/testing": "^10.2.5", "@nestjs/testing": "^10.2.5",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/jest": "^29.5.4", "@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198", "@types/lodash": "^4.14.198",
"@types/node": "^18.17.16", "@types/node": "^18.17.16",
"@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/eslint-plugin": "^6.7.0",
@ -1801,9 +1801,9 @@
} }
}, },
"node_modules/@types/jest": { "node_modules/@types/jest": {
"version": "29.5.4", "version": "29.5.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz",
"integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"expect": "^29.0.0", "expect": "^29.0.0",
@ -9636,9 +9636,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "29.5.4", "version": "29.5.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz",
"integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==",
"dev": true, "dev": true,
"requires": { "requires": {
"expect": "^29.0.0", "expect": "^29.0.0",

View File

@ -36,7 +36,7 @@
"@nestjs/platform-express": "^10.2.5", "@nestjs/platform-express": "^10.2.5",
"@nestjs/common": "^10.2.5", "@nestjs/common": "^10.2.5",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/jest": "^29.5.4", "@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198", "@types/lodash": "^4.14.198",
"@types/node": "^18.17.16", "@types/node": "^18.17.16",
"@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/eslint-plugin": "^6.7.0",