diff --git a/docs/package.json b/docs/package.json index d908502b9abf2..e045713a5d0db 100644 --- a/docs/package.json +++ b/docs/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "^3.4.0", "@docusaurus/tsconfig": "^3.5.2", - "@types/react": "^18.3.3", + "@types/react": "^18.3.5", "typescript": "^5.5.4", "webpack": "^5.93.0" diff --git a/docs/yarn.lock b/docs/yarn.lock index 0e3c5a810f43c..c317b9cd4cdc6 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -2873,10 +2873,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@^18.3.3": - version "18.3.3" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f" - integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw== +"@types/react@*", "@types/react@^18.3.5": + version "18.3.5" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f" + integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA== dependencies: "@types/prop-types" "*" csstype "^3.0.2"