From 76bbefa05b64756eb193bfc4559247418bc0899d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:11:20 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-native from 5.3.3 to 5.4.0 (#924) Bumps [@testing-library/jest-native](https://github.com/testing-library/jest-native) from 5.3.3 to 5.4.0. - [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.3.3...v5.4.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-native" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 b1c8e2fc..73ff6565 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@react-native-community/eslint-config": "^3.1.0", - "@testing-library/jest-native": "^5.3.3", + "@testing-library/jest-native": "^5.4.0", "@testing-library/react-hooks": "^8.0.1", "@testing-library/react-native": "^11.5.0", "@types/aes-js": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 1e40ce62..07686e3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2735,10 +2735,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@testing-library/jest-native@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-5.3.3.tgz#8f7c97504d1373d20ded0704586e110a26f9ba1a" - integrity sha512-oakP6c4xHR5PyLbw6H6NiUxvTZmsIHNjQRMsI6P3aSLhDSBvzRQ3+KdEwhlhiU2oNMWW45XQakKZN3cf2BG5Dw== +"@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== dependencies: chalk "^4.1.2" jest-diff "^29.0.1"