From 3b649082b4286c73c24ccd4216d9a4c9a0f00c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:00:55 +0000 Subject: [PATCH] Bump eslint-plugin-testing-library from 5.11.1 to 6.1.2 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.11.1 to 6.1.2. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.11.1...v6.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e49384577..c24f9072fe 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-sonarjs": "^0.23.0", - "eslint-plugin-testing-library": "^5.11.0", + "eslint-plugin-testing-library": "^6.1.2", "jsdom": "^22.0.0", "jspdf": "^2.5.1", "jspdf-autotable": "^3.5.23",