From 9d7e7565c297463e95718ab06973afdb08335658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:04:42 +0000 Subject: [PATCH] Bump eslint-plugin-jsx-a11y from 6.10.1 to 6.10.2 (#1346) Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.10.1 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.1...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9badc19..d3ee88b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "eslint-config-airbnb": "~19.0.4", "eslint-config-prettier": "~9.1.0", "eslint-plugin-import": "~2.31.0", - "eslint-plugin-jsx-a11y": "~6.10.1", + "eslint-plugin-jsx-a11y": "~6.10.2", "eslint-plugin-prettier": "~5.2.1", "eslint-plugin-react": "~7.37.2", "eslint-webpack-plugin": "~4.2.0", @@ -8769,9 +8769,9 @@ } }, "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.1.tgz", - "integrity": "sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==", + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", + "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", "dev": true, "dependencies": { "aria-query": "^5.3.2", @@ -8782,7 +8782,6 @@ "axobject-query": "^4.1.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", - "es-iterator-helpers": "^1.1.0", "hasown": "^2.0.2", "jsx-ast-utils": "^3.3.5", "language-tags": "^1.0.9", diff --git a/package.json b/package.json index 550e0ec4..86e34129 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-config-airbnb": "~19.0.4", "eslint-config-prettier": "~9.1.0", "eslint-plugin-import": "~2.31.0", - "eslint-plugin-jsx-a11y": "~6.10.1", + "eslint-plugin-jsx-a11y": "~6.10.2", "eslint-plugin-prettier": "~5.2.1", "eslint-plugin-react": "~7.37.2", "eslint-webpack-plugin": "~4.2.0",