From c48a38dc0e7a5393b419afefa977845bbb1b9ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:24:58 -0700 Subject: [PATCH] Bump @testing-library/react-native from 12.5.3 to 12.6.0 in /VAMobile in the unit-tests group (#9403) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- VAMobile/package.json | 2 +- VAMobile/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VAMobile/package.json b/VAMobile/package.json index 0532f5fdd5a..1690cea2e23 100644 --- a/VAMobile/package.json +++ b/VAMobile/package.json @@ -99,7 +99,7 @@ "@react-native/metro-config": "^0.74.84", "@react-native/typescript-config": "0.74.84", "@testing-library/jest-dom": "^6.4.8", - "@testing-library/react-native": "^12.5.3", + "@testing-library/react-native": "^12.6.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@tsconfig/react-native": "^3.0.5", "@types/detox": "^18.1.0", diff --git a/VAMobile/yarn.lock b/VAMobile/yarn.lock index f6cbd684480..d12518e03e8 100644 --- a/VAMobile/yarn.lock +++ b/VAMobile/yarn.lock @@ -2695,10 +2695,10 @@ lodash "^4.17.21" redent "^3.0.0" -"@testing-library/react-native@^12.5.3": - version "12.5.3" - resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.5.3.tgz#0ea753efed505698a79ba4a0d42d4b79cd272abc" - integrity sha512-wSaplzjx51OVJI7MU8Mi2kxwfW0dYETn3jqSVHxtIXmEnmlWXk6f69sEaBbzdp6iDzhFB5E6rDWveqf5V/ap2A== +"@testing-library/react-native@^12.6.0": + version "12.6.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.6.0.tgz#016b19070c85b0ca8a3081a405a9e22eaa1f534d" + integrity sha512-godF8rqf4tuolaiGwy7jZXleYfObCwb3b8LW9592DinMrno6idFsLVCovuMrhl8+YbTA3b4yMBn4BbSKY4lDjQ== dependencies: jest-matcher-utils "^29.7.0" pretty-format "^29.7.0"