Skip to content

Commit 200b0c0

Browse files
authored
Update eslint-plugin-jsx-a11y 6.10.1 → 6.10.2 (patch) (#634)
1 parent 84ff679 commit 200b0c0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-config-airbnb": "19.0.4",
7171
"eslint-config-prettier": "9.1.0",
7272
"eslint-plugin-import": "2.31.0",
73-
"eslint-plugin-jsx-a11y": "6.10.1",
73+
"eslint-plugin-jsx-a11y": "6.10.2",
7474
"eslint-plugin-prettier": "5.2.1",
7575
"eslint-plugin-react": "7.37.2",
7676
"eslint-plugin-react-hooks": "4.6.2",

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -2673,10 +2673,10 @@ [email protected]:
26732673
string.prototype.trimend "^1.0.8"
26742674
tsconfig-paths "^3.15.0"
26752675

2676-
2677-
version "6.10.1"
2678-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.1.tgz#87003835bad8875e023aa5db26f41a0c9e6a8fa9"
2679-
integrity sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==
2676+
2677+
version "6.10.2"
2678+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz#d2812bb23bf1ab4665f1718ea442e8372e638483"
2679+
integrity sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==
26802680
dependencies:
26812681
aria-query "^5.3.2"
26822682
array-includes "^3.1.8"
@@ -2686,7 +2686,6 @@ [email protected]:
26862686
axobject-query "^4.1.0"
26872687
damerau-levenshtein "^1.0.8"
26882688
emoji-regex "^9.2.2"
2689-
es-iterator-helpers "^1.1.0"
26902689
hasown "^2.0.2"
26912690
jsx-ast-utils "^3.3.5"
26922691
language-tags "^1.0.9"

0 commit comments

Comments
 (0)