diff --git a/package.json b/package.json index cc11a7ef1c..30bfbd7bb3 100644 --- a/package.json +++ b/package.json @@ -311,7 +311,7 @@ "@types/randomcolor": "^0.5.6", "@types/react": "^17.0.43", "@types/react-beautiful-dnd": "^13.1.2", - "@types/react-dom": "^17.0.14", + "@types/react-dom": "^17.0.16", "@types/react-router-dom": "^5.3.3", "@types/react-select": "3.1.2", "@types/react-table": "^7.7.9", diff --git a/yarn.lock b/yarn.lock index 916f262c6e..eeafb72607 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1786,12 +1786,12 @@ dependencies: "@types/react" "*" -"@types/react-dom@*", "@types/react-dom@^17.0.14": - version "17.0.14" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.14.tgz#c8f917156b652ddf807711f5becbd2ab018dea9f" - integrity sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ== +"@types/react-dom@*", "@types/react-dom@^17.0.16": + version "17.0.16" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.16.tgz#7caba93cf2806c51e64d620d8dff4bae57e06cc4" + integrity sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ== dependencies: - "@types/react" "*" + "@types/react" "^17" "@types/react-redux@^7.1.16": version "7.1.16" @@ -1857,10 +1857,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.43": - version "17.0.43" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55" - integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A== +"@types/react@*", "@types/react@^17", "@types/react@^17.0.43": + version "17.0.44" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" + integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"