From 9ccb37991245f4ded21d711fb0450001dd8fb0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 06:28:45 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.2 Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.10.0 to 6.10.2. - [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.10.0...v6.10.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsx-a11y dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d4523f..6ee4e44 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint": "9.13.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-astro": "1.3.0", - "eslint-plugin-jsx-a11y": "6.10.0", + "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-n": "16.6.2", "eslint-plugin-prettier": "5.2.1", "globals": "15.11.0",