From ab8b21daaf106ba123c82031d0ce3485edd7fb93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 06:26:29 -0300 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v5.16.4 (#459) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a3113a37..3f137889e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@commitlint/cli": "16.2.3", "@commitlint/config-conventional": "16.2.1", "@testing-library/dom": "8.13.0", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "13.0.0", "@testing-library/react-hooks": "7.0.2", "@types/jest": "27.4.1", diff --git a/yarn.lock b/yarn.lock index d4f5a8e83..659b9e220 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2639,10 +2639,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/jest-dom@5.16.3": - version "5.16.3" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.3.tgz#b76851a909586113c20486f1679ffb4d8ec27bfa" - integrity sha512-u5DfKj4wfSt6akfndfu1eG06jsdyA/IUrlX2n3pyq5UXgXMhXY+NJb8eNK/7pqPWAhCKsCGWDdDO0zKMKAYkEA== +"@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"