From 55c659e82709550ce5b1b0effaa6ba6542991aff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 09:30:02 -0300 Subject: [PATCH] chore(deps): update dependency @testing-library/dom to v8.11.3 (#389) 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 639b8ad77..5642f1cfb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/preset-typescript": "7.16.7", "@commitlint/cli": "16.1.0", "@commitlint/config-conventional": "16.0.0", - "@testing-library/dom": "8.11.2", + "@testing-library/dom": "8.11.3", "@testing-library/jest-dom": "5.16.1", "@testing-library/react": "12.1.2", "@testing-library/react-hooks": "7.0.2", diff --git a/yarn.lock b/yarn.lock index 48bd7b30e..a7ed9a63f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2125,10 +2125,10 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/dom@8.11.2": - version "8.11.2" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.2.tgz#fc110c665a066c2287be765e4a35ba8dad737015" - integrity sha512-idsS/cqbYudXcVWngc1PuWNmXs416oBy2g/7Q8QAUREt5Z3MUkAL2XJD7xazLJ6esDfqRDi/ZBxk+OPPXitHRw== +"@testing-library/dom@8.11.3": + version "8.11.3" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.3.tgz#38fd63cbfe14557021e88982d931e33fb7c1a808" + integrity sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"