diff --git a/ui/package.json b/ui/package.json index ef5f482..e61401d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "@types/lodash.uniqby": "4.7.6", "@types/node": "^16.3.1", "@types/react": "^17.0.14", - "@types/react-dom": "^17.0.3", + "@types/react-dom": "^17.0.9", "@types/react-redux": "7.1.16", "@types/react-router-dom": "5.1.7", "@types/react-syntax-highlighter": "13.5.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 5a042ca..567d641 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1958,10 +1958,10 @@ resolved "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== -"@types/react-dom@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.3.tgz#7fdf37b8af9d6d40127137865bb3fff8871d7ee1" - integrity sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w== +"@types/react-dom@^17.0.9": + version "17.0.9" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add" + integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg== dependencies: "@types/react" "*"