diff --git a/package.json b/package.json index 7ef95c1d..98d8e667 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-react": "7.37.3", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-security": "1.7.1", - "eslint-plugin-testing-library": "7.1.0", + "eslint-plugin-testing-library": "7.1.1", "husky": "8.0.3", "jest": "^29.7.0", "lint-staged": "15.3.0", diff --git a/yarn.lock b/yarn.lock index 9db7aef2..13ca290e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5385,10 +5385,10 @@ eslint-plugin-security@1.7.1: dependencies: safe-regex "^2.1.1" -eslint-plugin-testing-library@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.1.0.tgz#f2feb8263fc6f550f130996f0daf38b1135adab0" - integrity sha512-VWuQWeLcsuj0ywBkXFHnLANN6AqHRzhIgmVgAN5DdlXdl5XBHl3hEZ7uKkSW+cCN2Ws4ODrN/Yp2u/YBJ7s/nA== +eslint-plugin-testing-library@7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.1.1.tgz#df834e821e53fa81c1eb1fad5a0d9ba4c510f9ea" + integrity sha512-nszC833aZPwB6tik1nMkbFqmtgIXTT0sfJEYs0zMBKMlkQ4to2079yUV96SvmLh00ovSBJI4pgcBC1TiIP8mXg== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0"