From 35d0be9e7d402d23a391894c85cb6fc84e2462af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:30:18 +0100 Subject: [PATCH] chore(deps): update dependency eslint-plugin-testing-library to v6.2.0 (#1766) Co-authored-by: renovate[bot] <29139614+renovate[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 8ca6cbb20..ca1edacf5 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-n": "16.3.1", "eslint-plugin-prettier": "5.0.1", "eslint-plugin-promise": "6.1.1", - "eslint-plugin-testing-library": "6.1.2", + "eslint-plugin-testing-library": "6.2.0", "husky": "8.0.3", "jsdom": "^22.0.0", "lint-staged": "15.1.0", diff --git a/yarn.lock b/yarn.lock index 9e162cf59..73473e425 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3312,10 +3312,10 @@ eslint-plugin-promise@6.1.1: resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816" integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig== -eslint-plugin-testing-library@6.1.2: - version "6.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.1.2.tgz#3e71e5cd5b09f5c443b7136cec97a6fb13ecbf66" - integrity sha512-Ra16FeBlonfbScOIdZEta9o+OxtwDqiUt+4UCpIM42TuatyLdtfU/SbwnIzPcAszrbl58PGwyZ9YGU9dwIo/tA== +eslint-plugin-testing-library@6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.0.tgz#af3340b783c881eb19ec5ac6b3a4bfe8ab4a1f74" + integrity sha512-+LCYJU81WF2yQ+Xu4A135CgK8IszcFcyMF4sWkbiu6Oj+Nel0TrkZq/HvDw0/1WuO3dhDQsZA/OpEMGd0NfcUw== dependencies: "@typescript-eslint/utils" "^5.58.0"