From 81cb83c67bb5c382d63b29f6a5ad654d26e04f01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2020 00:38:18 +0000 Subject: [PATCH] Bump eslint-plugin-jsx-a11y from 6.2.3 to 6.3.1 Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.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/v6.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 4ced34d..a25bb09 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eslint-config-airbnb": "17.1.1", "eslint-plugin-import": "2.18.2", "eslint-plugin-jest": "22.15.1", - "eslint-plugin-jsx-a11y": "6.2.3", + "eslint-plugin-jsx-a11y": "6.3.1", "eslint-plugin-react": "7.14.3" } }