From 872d9ebb0803efb1ddd84aedcf5099f41102cb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:58:02 +0000 Subject: [PATCH] Bump @testing-library/react from 14.1.2 to 14.2.2 in /app Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.2 to 14.2.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/v14.1.2...v14.2.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 5c0fdd4..fdc574f 100644 --- a/app/package.json +++ b/app/package.json @@ -7,7 +7,7 @@ "@js-joda/core": "^5.5.2", "@primer/octicons-react": "^17.12.0", "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.2.2", "@testing-library/user-event": "^14.4.3", "axios": "^1.3.3", "axios-mock-adapter": "^1.21.1", diff --git a/app/yarn.lock b/app/yarn.lock index 84d5959..2c76b4b 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1965,10 +1965,10 @@ "@babel/runtime" "^7.12.5" react-error-boundary "^3.1.0" -"@testing-library/react@^14.0.0": - version "14.1.2" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.2.tgz#a2b9e9ee87721ec9ed2d7cfc51cc04e474537c32" - integrity sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg== +"@testing-library/react@^14.2.2": + version "14.2.2" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.2.tgz#74f855215c57d423282486a395a4348a837d3c5a" + integrity sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^9.0.0"