diff --git a/package.json b/package.json index 29fecbd..89d6c4b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@storybook/builder-webpack5": "^6.4.17", "@storybook/manager-webpack5": "^6.4.17", "@storybook/react": "6.4.17", - "@testing-library/jest-dom": "^5.14.1", + "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.2", "@testing-library/react-hooks": "^8.0.0", "@types/jest": "^27.4.0", diff --git a/yarn.lock b/yarn.lock index 04b5aec..4738579 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2801,10 +2801,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/jest-dom@^5.14.1": - version "5.16.1" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz#3db7df5ae97596264a7da9696fe14695ba02e51f" - integrity sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw== +"@testing-library/jest-dom@^5.16.4": + version "5.16.4" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz#938302d7b8b483963a3ae821f1c0808f872245cd" + integrity sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA== dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.9.1"