From 6fb2bb68041a79ed503ef4ff25b1553ce3f1c99d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:07:16 +0000 Subject: [PATCH] feat(deps): Update dependency eslint-plugin-jsx-a11y to v6.10.2 --- packages/eslint-config-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index 2d9098d5f..56f1bc5cf 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -32,7 +32,7 @@ "eslint-plugin-compat": "3.13.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jest": "23.20.0", - "eslint-plugin-jsx-a11y": "6.x", + "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.x", "eslint-plugin-unicorn": "17.x" },