diff --git a/package.json b/package.json index 33457b75..9a7849f2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/jest": "29.5.10", "@types/marked": "5.0.0", "@types/node": "20.10.3", - "@types/react": "18.2.37", + "@types/react": "18.2.42", "@types/react-native": "0.72.6", "@types/react-native-table-component": "1.2.7", "@types/svg-parser": "^2.0.3", @@ -172,7 +172,7 @@ "node": ">=18" }, "resolutions": { - "@types/react": "18.2.37", + "@types/react": "18.2.42", "@types/react-native": "0.72.6" } } diff --git a/yarn.lock b/yarn.lock index d985b3ff..797456f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3787,10 +3787,10 @@ "@react-native/virtualized-lists" "^0.72.4" "@types/react" "*" -"@types/react@*", "@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.2.42": + version "18.2.42" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.42.tgz#6f6b11a904f6d96dda3c2920328a97011a00aba7" + integrity sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"