From ab6ecc36b42df7bb240bbf51bace5703eb53ff13 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Tue, 15 Nov 2022 15:33:19 +0200 Subject: [PATCH] fix: upgrade @types/react-dom from 18.0.6 to 18.0.7 (#453) Snyk has created this PR to upgrade @types/react-dom from 18.0.6 to 18.0.7. See this package in npm: See this project in Snyk: https://app.snyk.io/org/m.neumann0003/project/4be92c68-8bfb-4ce3-a0e9-53fb63d428c2?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- chat/package.json | 2 +- chat/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chat/package.json b/chat/package.json index 3b64e1e75..b40d4af87 100644 --- a/chat/package.json +++ b/chat/package.json @@ -9,7 +9,7 @@ "@types/lodash.debounce": "^4.0.7", "@types/lodash.throttle": "^4.1.7", "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/react-dom": "^18.0.7", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", "classnames": "^2.3.2", diff --git a/chat/yarn.lock b/chat/yarn.lock index d115f53c8..c3172b167 100644 --- a/chat/yarn.lock +++ b/chat/yarn.lock @@ -75,10 +75,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react-dom@^18.0.6": - version "18.0.6" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1" - integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA== +"@types/react-dom@^18.0.7": + version "18.0.9" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.9.tgz#ffee5e4bfc2a2f8774b15496474f8e7fe8d0b504" + integrity sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg== dependencies: "@types/react" "*"