diff --git a/frontend/package.json b/frontend/package.json index 2ab16314..123ec3ed 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.0.0", - "@types/jest": "^29.5.3", + "@types/jest": "^29.5.4", "@types/node": "^20.5.3", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 5433690e..ba42fa92 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3002,10 +3002,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.3": - version "29.5.3" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.3.tgz#7a35dc0044ffb8b56325c6802a4781a626b05777" - integrity sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA== +"@types/jest@^29.5.4": + version "29.5.4" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566" + integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A== dependencies: expect "^29.0.0" pretty-format "^29.0.0"