diff --git a/package.json b/package.json index f56ce73a40..12a3e8ffb4 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@types/node": "20.12.12", "@types/path-parse": "1.0.22", "@types/pluralize": "0.0.33", - "@types/react": "18.3.2", + "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@types/react-redux": "7.1.33", "@types/react-router": "5.1.20", @@ -159,12 +159,12 @@ "webpack": "5.91.0" }, "resolutions": { - "node_modules/@types/react-router-dom/@types/react": "18.3.2", - "@types/react": "18.3.2", + "node_modules/@types/react-router-dom/@types/react": "18.3.3", + "@types/react": "18.3.3", "@types/react-dom": "18.3.0" }, "peerDependencies": { - "@types/react": "18.3.2" + "@types/react": "18.3.3" }, "browserslist": { "production": [ diff --git a/yarn.lock b/yarn.lock index 78c9d7dd41..0529c9d000 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4675,10 +4675,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.2.14", "@types/react@18.3.2", "@types/react@>=16": - version "18.3.2" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd" - integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w== +"@types/react@*", "@types/react@18.2.14", "@types/react@18.3.3", "@types/react@>=16": + 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== dependencies: "@types/prop-types" "*" csstype "^3.0.2"