From 067d5a55f12c76a7f67397b76f5a2b4b35e0b233 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 11:07:39 +0100 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v5.16.2 (#1297) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5cf1afbd..6b31734c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@rollup/plugin-node-resolve": "7.1.1", "@rollup/plugin-replace": "2.3.3", "@testing-library/dom": "8.11.1", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.2", "@testing-library/user-event": "13.5.0", "@types/jest": "^27.0.0", diff --git a/yarn.lock b/yarn.lock index e4a64918..3a5ba95a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6539,10 +6539,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/jest-dom@5.16.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.2": + version "5.16.2" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz#f329b36b44aa6149cd6ced9adf567f8b6aa1c959" + integrity sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug== dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.9.1"