diff --git a/frontend/package.json b/frontend/package.json index 25351582..cea1749b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "@testing-library/react": "^14.1.0", "@types/jest": "^29.5.8", "@types/node": "^20.9.2", - "@types/react": "^18.2.37", + "@types/react": "^18.2.38", "@types/react-dom": "^18.2.15", "@types/react-router-dom": "^5.1.7", "dotenv": "^16.3.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 58ab8215..e8134814 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3109,10 +3109,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@^18.0.9", "@types/react@^18.2.37": - version "18.2.37" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.37.tgz#0f03af69e463c0f19a356c2660dbca5d19c44cae" - integrity sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw== +"@types/react@*", "@types/react@^18.0.9", "@types/react@^18.2.38": + version "18.2.38" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.38.tgz#3605ca41d3daff2c434e0b98d79a2469d4c2dd52" + integrity sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"