From 3dc8dec02642207564ef185480946b31bf171ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:26:09 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-native from 5.4.0 to 5.4.1 Bumps [@testing-library/jest-native](https://github.com/testing-library/jest-native) from 5.4.0 to 5.4.1. - [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/v5.4.0...v5.4.1) --- 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 b46f976ff..0793cf4e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1832,9 +1832,9 @@ "@sinonjs/commons" "^1.7.0" "@testing-library/jest-native@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-5.4.0.tgz#d294d82f9780acb0be248a4cf261280997d6b213" - integrity sha512-6zoWxj1aDV/eRiGcrKX4bgxc7cIbK6iWyWWT6zzGCEacpcCfiIdhbQs+qbL+GzSmMufltzojCvka7X76JhooEg== + version "5.4.1" + resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-5.4.1.tgz#88ae27943996551970de5d722525200f9f7cbc96" + integrity sha512-VOyJp8LdBpwoG33xjeCcF59Fh9FDUJUjEFdFPbc/3TtVRze+5bSjFMeADEDZ9R2/AM/Qii0q1cPv7Tjk8JkSSw== dependencies: chalk "^4.1.2" jest-diff "^29.0.1"