From 236c798380ac3ff7c3bc64de52ac4840084dc7b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 09:19:30 +0200 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v11.2.7 (#342) Co-authored-by: Renovate Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 88c872da5d..1e6eca55df 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "@material-ui/icons": "4.11.2", "@material-ui/lab": "4.0.0-alpha.57", "@testing-library/jest-dom": "5.11.10", - "@testing-library/react": "11.2.6", + "@testing-library/react": "11.2.7", "@testing-library/user-event": "12.8.3", "@types/debounce": "1.2.0", "@types/enzyme": "3.10.8", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 700a1d6c2b..fa9451b337 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1849,10 +1849,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@11.2.6": - version "11.2.6" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.6.tgz#586a23adc63615985d85be0c903f374dab19200b" - integrity sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ== +"@testing-library/react@11.2.7": + version "11.2.7" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818" + integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1"