diff --git a/webapp/package.json b/webapp/package.json index c3811af1b..0dbce1f39 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -35,7 +35,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@types/debug": "^4.1.7", "@types/node": "^20.8.10", - "@types/react": "^18.2.24", + "@types/react": "^18.2.37", "@types/react-dom": "^18.2.14", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 6b25f037a..f463e4896 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -3230,10 +3230,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.2.24": - version "18.2.24" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.24.tgz#3c7d68c02e0205a472f04abe4a0c1df35d995c05" - integrity sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw== +"@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== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"