From ab4d7c594cfe85e9b4f4a3da087bb0078ea2fe91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:54:40 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 15.0.2 to 15.0.7 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.2 to 15.0.7. - [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.7) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... 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 b60383ea5..f57e9f861 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@swc/cli": "0.3.12", "@swc/core": "1.4.16", "@swc/jest": "0.2.36", - "@testing-library/react": "15.0.2", + "@testing-library/react": "15.0.7", "@types/bcrypt": "5.0.2", "@types/connect-timeout": "0.0.39", "@types/cors": "2.8.17", diff --git a/yarn.lock b/yarn.lock index eb39b36a1..da3bbc4f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3063,10 +3063,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/react@15.0.2": - version "15.0.2" - resolved "https://registry.npmjs.org/@testing-library/react/-/react-15.0.2.tgz" - integrity sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ== +"@testing-library/react@15.0.7": + version "15.0.7" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.7.tgz#ff733ce0893c875cb5a47672e8e772897128f4ae" + integrity sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^10.0.0"