From b7801d224e32ce707a1d7b5970f3f8977432196a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 09:21:10 +0000 Subject: [PATCH] Bump @testing-library/react in /backend/src/main/webapp Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.1 to 12.1.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v12.1.1...v12.1.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/src/main/webapp/package.json | 2 +- backend/src/main/webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/main/webapp/package.json b/backend/src/main/webapp/package.json index afcfa72e43..3e9b141d9b 100644 --- a/backend/src/main/webapp/package.json +++ b/backend/src/main/webapp/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@testing-library/dom": "8.7.0", "@testing-library/jest-dom": "5.14.1", - "@testing-library/react": "12.1.1", + "@testing-library/react": "12.1.2", "@testing-library/user-event": "13.2.1", "@types/jest": "27.0.2", "@types/node": "16.10.2", diff --git a/backend/src/main/webapp/yarn.lock b/backend/src/main/webapp/yarn.lock index 84df997e1f..faea522e7a 100644 --- a/backend/src/main/webapp/yarn.lock +++ b/backend/src/main/webapp/yarn.lock @@ -1985,10 +1985,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@12.1.1": - version "12.1.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.1.tgz#e693943aa48d0190099acdc3928a751d73bcf7d5" - integrity sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ== +"@testing-library/react@12.1.2": + version "12.1.2" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76" + integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0"