diff --git a/package.json b/package.json index 039978df5..be31ebca6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/preset-typescript": "7.16.0", "@commitlint/cli": "14.1.0", "@commitlint/config-conventional": "14.1.0", - "@testing-library/dom": "8.11.0", + "@testing-library/dom": "8.11.1", "@testing-library/jest-dom": "5.15.0", "@testing-library/react": "12.1.2", "@testing-library/react-hooks": "7.0.2", diff --git a/yarn.lock b/yarn.lock index 099701ae9..accf753e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2073,10 +2073,10 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/dom@8.11.0": - version "8.11.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.0.tgz#3679dfb4db58e0d2b95e4b0929eaf45237b60d94" - integrity sha512-8Ay4UDiMlB5YWy+ZvCeRyFFofs53ebxrWnOFvCoM1HpMAX4cHyuSrCuIM9l2lVuUWUt+Gr3loz/nCwdrnG6ShQ== +"@testing-library/dom@8.11.1": + version "8.11.1" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.1.tgz#03fa2684aa09ade589b460db46b4c7be9fc69753" + integrity sha512-3KQDyx9r0RKYailW2MiYrSSKEfH0GTkI51UGEvJenvcoDoeRYs0PZpi2SXqtnMClQvCqdtTTpOfFETDTVADpAg== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"