From 0382850cb308d6b3ad74fc8a63f23efdb5315788 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 22:26:09 +0000 Subject: [PATCH] Bump eslint-plugin-jsx-a11y from 2.2.3 to 6.3.1 Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 2.2.3 to 6.3.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/v2.2.3...v6.3.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 60fe759..3b40eda 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint": "^3.3.1", "eslint-config-airbnb": "^10.0.1", "eslint-plugin-import": "^1.14.0", - "eslint-plugin-jsx-a11y": "^2.1.0", + "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^6.1.2", "extract-text-webpack-plugin": "^1.0.1", "git-directory-deploy": "^1.5.1",