From a6f1bf37982e7c6a279d2c7769a0403607c379c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:45:15 +0000 Subject: [PATCH] Bump @testing-library/react from 14.1.2 to 14.3.0 in /app Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.2 to 14.3.0. - [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.3.0) --- 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..847a405 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.3.0", "@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..00d1e7f 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.3.0": + version "14.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.3.0.tgz#8183eb5a5f465b5b8cc495fcbd9bad0a16b8dd3b" + integrity sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^9.0.0"