diff --git a/package.json b/package.json index 7eb6cd0..ca6ff7a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-react": "~7.37.5", - "eslint-plugin-testing-library": "^7.6.3", + "eslint-plugin-testing-library": "^7.6.6", "globals": "^16.3.0", "history": "~5.3.0", "html-webpack-plugin": "~5.6.4", diff --git a/yarn.lock b/yarn.lock index 53bf20a..955ea46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3474,10 +3474,10 @@ eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.37.5: string.prototype.matchall "^4.0.12" string.prototype.repeat "^1.0.0" -eslint-plugin-testing-library@^7.6.3: - version "7.6.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.3.tgz#b4478533abb1a107edabde0aa0db66044df9a234" - integrity sha512-tI/epV/DD4+nJ51VGg7MWfqajMAW0+U+9dTLFrnqrJHoPO2TyGRU8ASrPNFPe2zzDT1qwznkCeeqMzViALgiig== +eslint-plugin-testing-library@^7.6.6: + version "7.6.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.6.tgz#b0a1f42b32670ede4967f546410a0b0b0dedba8f" + integrity sha512-eSexC+OPhDLuCpLbFEC7Qrk0x4IE4Mn+UW0db8YAhUatVB6CzGHdeHv4pyoInglbhhQc0Z9auY/2HKyMZW5s7Q== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0"