From bc71997c30c823cc5993df46eef0ea06e3dc06ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:05:38 +0000 Subject: [PATCH] fix(deps): update dependency @testing-library/react to v15.0.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9dbd8103..b24c0036 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tanstack/react-query": "4.32.6", "@testing-library/jest-dom": "5.17.0", - "@testing-library/react": "15.0.3", + "@testing-library/react": "15.0.5", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", "@types/node": "20.12.7", diff --git a/yarn.lock b/yarn.lock index 51d50ee4..aa45995f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1730,10 +1730,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@15.0.3": - version "15.0.3" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.3.tgz#891f55596d8464d4db90458a99aa64fa1105ef9b" - integrity sha512-lrfuttDGLJbpwMZ5Staz/b2GJuyQQUHEYffK2oL9DxgoeIPxFIquv0TmzJyeI0JQkc+WJMvcRRmpP9BtWlMbgQ== +"@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"