diff --git a/packages/lib/package.json b/packages/lib/package.json index 7d442d8ec..b13292817 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -114,7 +114,7 @@ "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.2", "eslint-plugin-storybook": "0.8.0", - "eslint-plugin-testing-library": "6.2.2", + "eslint-plugin-testing-library": "6.5.0", "globals": "15.8.0", "husky": "9.1.7", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index a53b3e2e7..5962d37b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2546,7 +2546,7 @@ "@typescript-eslint/types" "7.16.1" "@typescript-eslint/typescript-estree" "7.16.1" -"@typescript-eslint/utils@^5.58.0", "@typescript-eslint/utils@^5.62.0": +"@typescript-eslint/utils@^5.62.0": version "5.62.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== @@ -5090,12 +5090,12 @@ eslint-plugin-storybook@0.8.0: requireindex "^1.2.0" ts-dedent "^2.2.0" -eslint-plugin-testing-library@6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz#67e84ff891a2b3a8078ced0afa95ee6f343c00c1" - integrity sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ== +eslint-plugin-testing-library@6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.5.0.tgz#02532698270f525be8ceeb4740f66eef0f6f4729" + integrity sha512-Ls5TUfLm5/snocMAOlofSOJxNN0aKqwTlco7CrNtMjkTdQlkpSMaeTCDHCuXfzrI97xcx2rSCNeKeJjtpkNC1w== dependencies: - "@typescript-eslint/utils" "^5.58.0" + "@typescript-eslint/utils" "^5.62.0" eslint-scope@5.1.1, eslint-scope@^5.1.1: version "5.1.1"