From 89e1ce8f6bf32c3c9700d392676d655d4f72399a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:26:26 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-testing-library to v5.10.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 387b805c1e..656f746243 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-sonarjs": "0.18.0", "eslint-plugin-sort-keys-fix": "1.1.2", - "eslint-plugin-testing-library": "5.10.1", + "eslint-plugin-testing-library": "5.10.2", "eslint-plugin-unicorn": "45.0.2", "husky": "8.0.3", "jest": "29.4.3", diff --git a/yarn.lock b/yarn.lock index 51df877261..3427d62ed3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9358,10 +9358,10 @@ eslint-plugin-sort-keys-fix@1.1.2: natural-compare "^1.4.0" requireindex "~1.2.0" -eslint-plugin-testing-library@5.10.1: - version "5.10.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.1.tgz#16ef8adb74d59a4dda24db1d5e750a0ee9b79471" - integrity sha512-GRy87AqUi2Ij69pe0YnOXm3oGBCgnFwfIv+Hu9q/kT3jL0pX1cXA7aO+oJnvdpbJy2+riOPqGsa3iAkL888NLg== +eslint-plugin-testing-library@5.10.2: + version "5.10.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.2.tgz#12f231ad9b52b6aef45c801fd00aa129a932e0c2" + integrity sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw== dependencies: "@typescript-eslint/utils" "^5.43.0"