From bb49acf05a94d7ae0fd659e800e137d69027d308 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 03:10:44 +0000 Subject: [PATCH] Bump eslint-plugin-jsx-a11y from 6.3.1 to 6.4.1 Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.3.1 to 6.4.1. - [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md) - [Commits](https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.3.1...v6.4.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae98bd2..e776162 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "bugs": "https://github.com/tailify/eslint-config-react/issues", "homepage": "https://github.com/tailify/eslint-config-react#readme", "dependencies": { - "eslint-plugin-jsx-a11y": "6.3.1", + "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.20.6", "eslint-plugin-react-hooks": "4.1.0" },