diff --git a/package-lock.json b/package-lock.json index cc659b8124..9ead6bed16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "eslint-plugin-import": "^2.28.1", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest-dom": "^5.1.0", - "eslint-plugin-testing-library": "^6.0.1", + "eslint-plugin-testing-library": "^6.0.2", "firebase-admin": "^11.9.0", "firebase-tools": "^12.5.2", "jest": "^29.5.0", @@ -8045,9 +8045,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.0.1.tgz", - "integrity": "sha512-CEYtjpcF3hAaQtYsTZqciR7s5z+T0LCMTwJeW+pz6kBnGtc866wAKmhaiK2Gsjc2jWNP7Gt6zhNr2DE1ZW4e+g==", + "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" @@ -27165,9 +27165,9 @@ } }, "eslint-plugin-testing-library": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.0.1.tgz", - "integrity": "sha512-CEYtjpcF3hAaQtYsTZqciR7s5z+T0LCMTwJeW+pz6kBnGtc866wAKmhaiK2Gsjc2jWNP7Gt6zhNr2DE1ZW4e+g==", + "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, "requires": { "@typescript-eslint/utils": "^5.58.0" diff --git a/package.json b/package.json index dd154f789a..d5bfd16cfc 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "eslint-plugin-import": "^2.28.1", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest-dom": "^5.1.0", - "eslint-plugin-testing-library": "^6.0.1", + "eslint-plugin-testing-library": "^6.0.2", "firebase-admin": "^11.9.0", "firebase-tools": "^12.5.2", "jest": "^29.5.0",