diff --git a/package-lock.json b/package-lock.json index f2d37f1202a..870f819066b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -121,7 +121,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-ssr-friendly": "1.2.0", "eslint-plugin-storybook": "0.6.13", - "eslint-plugin-testing-library": "5.11.0", + "eslint-plugin-testing-library": "6.0.2", "fast-glob": "3.2.12", "filesize": "10.0.12", "front-matter": "4.0.2", @@ -19187,9 +19187,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.0.tgz", - "integrity": "sha512-ELY7Gefo+61OfXKlQeXNIDVVLPcvKTeiQOoMZG9TeuWa7Ln4dUNRv8JdRWBQI9Mbb427XGlVB1aa1QPZxBJM8Q==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.0.2.tgz", + "integrity": "sha512-3BV6FWtLbpKFb4Y1obSdt8PC9xSqz6T+7EHB/6pSCXqVjKPoS67ck903feKMKQphd5VhrX+N51yHuVaPa7elsw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.58.0" diff --git a/package.json b/package.json index 393ff92ec0e..63f3d4f173f 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-ssr-friendly": "1.2.0", "eslint-plugin-storybook": "0.6.13", - "eslint-plugin-testing-library": "5.11.0", + "eslint-plugin-testing-library": "6.0.2", "fast-glob": "3.2.12", "filesize": "10.0.12", "front-matter": "4.0.2",