From fd366ec16e23a0033b78e8de984c8438dc8db6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:45:13 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 15.0.3 to 15.0.4 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.3 to 15.0.4. - [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.3...v15.0.4) --- 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 4c57319d5b85..43d21a54c989 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", "@svgr/webpack": "^8.1.0", "@swc/core": "^1.5.0", - "@testing-library/react": "^15.0.3", + "@testing-library/react": "^15.0.4", "@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 63460b26b56b..3938ca5e479f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2769,10 +2769,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@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.4": + version "15.0.4" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.4.tgz#e5e83f79863c4897719ae3191af1e54617f60dea" + integrity sha512-Fw/LM1emOHKfCxv5R0tz+25TOtiMt0o5Np1zJmb4LbSacOagXQX4ooAaHiJfGUMe+OjUk504BX11W+9Z8CvyZA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^10.0.0"