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

This commit is contained in:
renovate[bot] 2023-08-22 20:56:36 +00:00
parent 0adf85c362
commit 96d7432611
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"devDependencies": {
"@nestjs/common": "^10.2.1",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
@ -1561,9 +1561,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
"integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
"version": "29.5.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz",
"integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -9131,9 +9131,9 @@
}
},
"@types/jest": {
"version": "29.5.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
"integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
"version": "29.5.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz",
"integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==",
"dev": true,
"requires": {
"expect": "^29.0.0",

View File

@ -34,7 +34,7 @@
"devDependencies": {
"@nestjs/common": "^10.2.1",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",