diff --git a/client/package.json b/client/package.json index 2153e119..99a9c138 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", - "@types/jest": "^29.5.5", + "@types/jest": "^29.5.6", "@types/node": "^20.8.6", "@types/react": "^18.2.28", "@types/react-dom": "^18.2.13", diff --git a/client/yarn.lock b/client/yarn.lock index eb1b8f70..6a1b2977 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1746,9 +1746,9 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.5": - version "29.5.5" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a" +"@types/jest@^29.5.6": + version "29.5.6" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.6.tgz#f4cf7ef1b5b0bfc1aa744e41b24d9cc52533130b" dependencies: expect "^29.0.0" pretty-format "^29.0.0"