diff --git a/package.json b/package.json index 5b5c28ea1..1b13b1a05 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@storybook/builder-webpack5": "6.3.11", "@storybook/manager-webpack5": "6.3.11", "@storybook/react": "6.3.11", - "@testing-library/dom": "8.7.2", + "@testing-library/dom": "8.9.0", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.1.2", "@testing-library/react-hooks": "7.0.2", diff --git a/yarn.lock b/yarn.lock index f9210c43d..272b25e42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4297,10 +4297,10 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/dom@8.7.2": - version "8.7.2" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.7.2.tgz#234315c6971be380fc9cbf0b031ada3e9f0bfe09" - integrity sha512-2zN0Zv9dMnaMAd4c/1E1ZChu4QrICyvWtkUvHFQBPhS1oG3VYGcM7SLGLYdda7187ILRXzIUOvOsbXQm4EASjA== +"@testing-library/dom@8.9.0": + version "8.9.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.9.0.tgz#608ee6f235688a27f8ee180c0d81ff77a5363d59" + integrity sha512-fhmAYtGpFqzKdPq5aLNn/T396qfhYkttHT/5RytdDNSCzg9K/0F/WXF5iDsNBK1M3ZIQbPy7Y0qm4Kup5bqT/w== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"