From 9207a00d56b5da5bd006469dabff161d470cc68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 11:33:43 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 15.0.6 to 15.0.7 (#11088) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f10bfa3d1ea..e7eb58d2bee5 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.13", "@svgr/webpack": "^8.1.0", "@swc/core": "^1.5.3", - "@testing-library/react": "^15.0.6", + "@testing-library/react": "^15.0.7", "@types/async": "^3.2.24", "@types/cli-progress": "^3.11.5", "@types/imagemin": "^8.0.5", diff --git a/yarn.lock b/yarn.lock index 4b2e3d21b34c..faa1d1738432 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2808,10 +2808,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/react@^15.0.6": - version "15.0.6" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.6.tgz#76be2e9e6da98c044823dfbc9d62ad3f10a3a401" - integrity sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ== +"@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"