From 392e1f4a743eea150d4a86a1f08eac4df76eec49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:03:17 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-native from 4.0.12 to 4.0.13 Bumps [@testing-library/jest-native](https://github.com/testing-library/jest-native) from 4.0.12 to 4.0.13. - [Release notes](https://github.com/testing-library/jest-native/releases) - [Changelog](https://github.com/testing-library/jest-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-native/compare/v4.0.12...v4.0.13) --- updated-dependencies: - dependency-name: "@testing-library/jest-native" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index aaaec8404..69692dfb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1790,9 +1790,9 @@ "@sinonjs/commons" "^1.7.0" "@testing-library/jest-native@~4.0.2": - version "4.0.12" - resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-4.0.12.tgz#9669a2456bf8f7ac907fca879d157fd0f29e6cb8" - integrity sha512-SjH3mLpYPLt14F2av98172nbGHrOlThKWxbSQrc9ZOsgl8mlMvWkQnFEheQooiLpZwrkoi+P48+dDMU7VaRR3A== + version "4.0.13" + resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-4.0.13.tgz#3d2a27ffac9f8126a4185e46a167b0cde4443336" + integrity sha512-BovApxYJRb0Z9TUZbFQhW2ZWC4KfymH1SQZ5FxcTHh7Zrzb6+vfWT1CyvGnb8JE6WEZGcuumzSXOMdSIVUjj5Q== dependencies: chalk "^4.1.2" jest-diff "^29.0.1"