diff --git a/package.json b/package.json index 6baeeeb5..d779a6da 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/chai-as-promised": "^7.1.6", "@types/mocha": "^10.0.2", "@types/react": "^18.2.25", - "@types/react-dom": "^18.2.9", + "@types/react-dom": "^18.2.10", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "@wixc3/create-disposables": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index c771b0ee..ee379783 100644 --- a/yarn.lock +++ b/yarn.lock @@ -636,10 +636,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.8.tgz#805eae6e8f41bd19e88917d2ea200dc992f405d3" integrity sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ== -"@types/react-dom@^18.2.9": - version "18.2.9" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.9.tgz#c4ce3c7c91a134e1bff58692aa2d2f2f4029c38b" - integrity sha512-6nNhVzZ9joQ6F7lozrASuQKC0Kf6ArYMU+DqA2ZrUbB+d+9lC6ZLn1GxiEBI1edmAwvTULtuJ6uPZpv3XudwUg== +"@types/react-dom@^18.2.10": + version "18.2.10" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.10.tgz#06247cb600e39b63a0a385f6a5014c44bab296f2" + integrity sha512-5VEC5RgXIk1HHdyN1pHlg0cOqnxHzvPGpMMyGAP5qSaDRmyZNDaQ0kkVAkK6NYlDhP6YBID3llaXlmAS/mdgCA== dependencies: "@types/react" "*"