Update dependency @types/jest to v29.4.1

This commit is contained in:
renovate[bot] 2023-03-20 18:51:04 +00:00 committed by GitHub
parent f3af0bfc21
commit 3330bd964a
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.0",
"@types/jest": "29.4.1",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"eslint": "8.35.0",
@ -1523,9 +1523,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
"integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.1.tgz",
"integrity": "sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==",
"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.0",
"@types/jest": "29.4.1",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"eslint": "8.35.0",