diff --git a/package-lock.json b/package-lock.json index 00b0cf0..16cab2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-jsx-a11y": "~6.10.0", "eslint-plugin-react": "~7.37.0", "eslint-plugin-react-hooks": "~5.2.0", - "eslint-plugin-testing-library": "~7.5.2", + "eslint-plugin-testing-library": "~7.11.0", "identity-obj-proxy": "~3.0.0", "jest": "~30.0.0", "jest-environment-jsdom": "~30.0.0", @@ -6642,9 +6642,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.5.2.tgz", - "integrity": "sha512-8WJOBsV+RZRNJE1dbtJie5oPpU2c6SvUUQ8/tyDQwXUPW1UCpVvlef3lvoPVQfOlGfO/6r2yOuCXFxii0zrpqQ==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.11.0.tgz", + "integrity": "sha512-Fpzn3L3RUmoCEZKaQCkkEgjM2bQwrPrgz7E2StlP1bymjaPmYMHY0knTh0CAAA7Nk+9jkEV2nDhq1UsLR4TbbA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5b9ee94..49d0fea 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-jsx-a11y": "~6.10.0", "eslint-plugin-react": "~7.37.0", "eslint-plugin-react-hooks": "~5.2.0", - "eslint-plugin-testing-library": "~7.5.2", + "eslint-plugin-testing-library": "~7.11.0", "identity-obj-proxy": "~3.0.0", "jest": "~30.0.0", "jest-environment-jsdom": "~30.0.0",