diff --git a/client/package.json b/client/package.json index 389f7261b..eadb5df5f 100644 --- a/client/package.json +++ b/client/package.json @@ -66,7 +66,7 @@ "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.10", - "@types/react": "^18.2.38", + "@types/react": "^18.2.41", "@types/react-dom": "^18.2.17", "@types/styled-components": "^5.1.32", "@typescript-eslint/eslint-plugin": "^6.12.0", diff --git a/client/yarn.lock b/client/yarn.lock index d4908c049..cede44410 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2595,10 +2595,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@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== +"@types/react@*", "@types/react@^18.2.41": + version "18.2.41" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.41.tgz#9eea044246bdb10510df89ef7f8422a8b6ad8fb9" + integrity sha512-CwOGr/PiLiNBxEBqpJ7fO3kocP/2SSuC9fpH5K7tusrg4xPSRT/193rzolYwQnTN02We/ATXKnb6GqA5w4fRxw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"