From 5fa410285dc8f3c236b1ee9132b47f6245549e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:59:02 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react Bumps the testing-library group with 1 update: [@testing-library/react](https://github.com/testing-library/react-testing-library). Updates `@testing-library/react` from 15.0.2 to 15.0.5 - [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/v15.0.2...v15.0.5) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing-library ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c57de8e..4f5aa7f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@cabify/eslint-config": "2.0.1", "@cabify/package-build": "0.1.2", "@testing-library/jest-dom": "6.4.2", - "@testing-library/react": "15.0.2", + "@testing-library/react": "15.0.5", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", "@types/react": "18.2.79", diff --git a/yarn.lock b/yarn.lock index f5f258e..95389fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1758,10 +1758,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@15.0.2": - version "15.0.2" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.2.tgz#d0fd7e9c41b819557639acf5f18e4cd1007ec295" - integrity sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ== +"@testing-library/react@15.0.5": + version "15.0.5" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.5.tgz#71bcc875e1142c3924cac7bdd7dc9a6db0bb1d42" + integrity sha512-ttodVWYA2i2w4hRa6krKrmS1vKxAEkwDz34y+CwbcrbZUxFzUYN3a5xZyFKo+K6LBseCRCUkwcjATpaNn/UsIA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^10.0.0"