Update dependency @types/jest to v29.4.3

This commit is contained in:
renovate[bot] 2023-03-22 21:25:32 +00:00 committed by GitHub
parent fae0d7de87
commit 393b74847c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@openapitools/openapi-generator-cli": "2.5.2",
"@rollup/plugin-typescript": "11.0.0",
"@tsconfig/recommended": "1.0.2",
"@types/jest": "29.4.1",
"@types/jest": "29.4.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "8.36.0",
@ -1547,9 +1547,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.1.tgz",
"integrity": "sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==",
"version": "29.4.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.3.tgz",
"integrity": "sha512-rQ+fXtBHSDfgoTwGLLNuZ27fHpp14mCZSxGUZ3MlNExwJno5hz0uXEWtXfQlE8vaZmYAa6atbR9rpHk+NnlRaw==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",

View File

@ -28,7 +28,7 @@
"@openapitools/openapi-generator-cli": "2.5.2",
"@rollup/plugin-typescript": "11.0.0",
"@tsconfig/recommended": "1.0.2",
"@types/jest": "29.4.1",
"@types/jest": "29.4.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "8.36.0",