From db6e07021855a223789cf9607d55fb078eeb505d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:05:01 +0000 Subject: [PATCH] :arrow_up: Bump @testing-library/react-native from 12.5.1 to 12.5.2 Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 12.5.1 to 12.5.2. - [Release notes](https://github.com/callstack/react-native-testing-library/releases) - [Changelog](https://github.com/callstack/react-native-testing-library/blob/main/.release-it.json) - [Commits](https://github.com/callstack/react-native-testing-library/compare/v12.5.1...v12.5.2) --- updated-dependencies: - dependency-name: "@testing-library/react-native" 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 82dec066..51e7eb7b 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@babel/preset-env": "^7.24.7", "@react-native/babel-preset": "0.74.85", "@testing-library/jest-native": "5.4.3", - "@testing-library/react-native": "12.5.1", + "@testing-library/react-native": "12.5.2", "@types/jest": "^29.5.12", "@types/react-test-renderer": "^18.0.7", "@typescript-eslint/eslint-plugin": "^5.62.0", diff --git a/yarn.lock b/yarn.lock index 2358dc18..6085e8db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2218,10 +2218,10 @@ pretty-format "^29.0.3" redent "^3.0.0" -"@testing-library/react-native@12.5.1": - version "12.5.1" - resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.5.1.tgz#8ff67e87589d7d3307fce8ec41131c898c9dbd98" - integrity sha512-PApr3f6DmSJF/EIiWYZfcBzuy6w7fK8TW4a6KfQHTeAcfZ6lADtRO7R0QM5WI+b7tJ33JvIPgzCg1MiuRz4v0g== +"@testing-library/react-native@12.5.2": + version "12.5.2" + resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.5.2.tgz#97dcf11e505d7cd05c9261c1f1c65387c4857673" + integrity sha512-utFXq9xVc2D/vZk80YzWPTPTNbVXh7jyLYW+DJ2mlmDhj5GaAKf1abf2Dwc6gitxAWn5R22GO3hBME03W0f82w== dependencies: jest-matcher-utils "^29.7.0" pretty-format "^29.7.0"