From ff8a994cb8d56e90fbab7a27a77faabd07208bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 23:58:52 -0700 Subject: [PATCH] Bump @testing-library/react from 15.0.1 to 15.0.2 (#2112) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.1 to 15.0.2. - [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.1...v15.0.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e449631c6..4e4870064 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@tauri-apps/plugin-os": "^2.0.0-beta.2", "@tauri-apps/plugin-shell": "^2.0.0-beta.2", "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^15.0.1", + "@testing-library/react": "^15.0.2", "@testing-library/user-event": "^14.5.2", "@ts-stack/markdown": "^1.5.0", "@tweenjs/tween.js": "^23.1.1", diff --git a/yarn.lock b/yarn.lock index 51ad5dc1a..3d0b461e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2246,10 +2246,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@^15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.1.tgz#d67258ddc7b175e00aa9d8ddeada60ff8ac03ff8" - integrity sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g== +"@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== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^10.0.0"