diff --git a/package.json b/package.json index 99f608c..82901fa 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@storybook/addon-links": "^6.0.28", "@storybook/addons": "^6.1.17", "@storybook/react": "^6.0.28", - "@testing-library/jest-dom": "^5.11.9", + "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.1", "@types/react": "^16.14.0", "@types/react-dom": "^16.9.9", diff --git a/yarn.lock b/yarn.lock index 152dd28..55a9270 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2953,10 +2953,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/jest-dom@^5.11.9": - version "5.11.9" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz#e6b3cd687021f89f261bd53cbe367041fbd3e975" - integrity sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ== +"@testing-library/jest-dom@^5.13.0": + version "5.13.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.13.0.tgz#0a365684e2c1159f857f5915be50089fc5657df0" + integrity sha512-+jXXTn8GjRnZkJfzG/tqK/2Q7dGlBInR412WE7Aml7CT3wdSpx5dMQC0HOwVQoZ3cNTmQUy8fCVGUV/Zhoyvcw== dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.9.1"