From 12ce52e474b33de94acb8d5ce8154c3ec24f1cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:40:22 +0000 Subject: [PATCH] Update eslint-plugin-jsx-a11y requirement in /src-admin Updates the requirements on [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) to permit the latest version. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsx-a11y dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-admin/package.json b/src-admin/package.json index e9887c48..0080b075 100644 --- a/src-admin/package.json +++ b/src-admin/package.json @@ -28,7 +28,7 @@ "eslint-config-airbnb": "^19.0.4", "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsx-a11y": "^6.9.0", + "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-only-warn": "^1.1.0", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2",