Skip to content

Commit 891f410

Browse files
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.10.0
1 parent 3372c0e commit 891f410

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

packages/eslint-config-algolia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-import": "2.31.0",
3535
"eslint-plugin-jest": "28.8.2",
3636
"eslint-plugin-jsdoc": "50.2.2",
37-
"eslint-plugin-jsx-a11y": "6.9.0",
37+
"eslint-plugin-jsx-a11y": "6.10.0",
3838
"eslint-plugin-prettier": "5.2.1",
3939
"eslint-plugin-react": "7.35.0",
4040
"eslint-plugin-react-hooks": "4.6.2",

yarn.lock

+15-17
Original file line numberDiff line numberDiff line change
@@ -1680,19 +1680,17 @@ __metadata:
16801680
languageName: node
16811681
linkType: hard
16821682

1683-
"axe-core@npm:^4.9.1":
1683+
"axe-core@npm:^4.10.0":
16841684
version: 4.10.0
16851685
resolution: "axe-core@npm:4.10.0"
16861686
checksum: 10c0/732c171d48caaace5e784895c4dacb8ca6155e9d98045138ebe3952f78457dd05b92c57d05b41ce2a570aff87dbd0471e8398d2c0f6ebe79617b746c8f658998
16871687
languageName: node
16881688
linkType: hard
16891689

1690-
"axobject-query@npm:~3.1.1":
1691-
version: 3.1.1
1692-
resolution: "axobject-query@npm:3.1.1"
1693-
dependencies:
1694-
deep-equal: "npm:^2.0.5"
1695-
checksum: 10c0/fff3175a22fd1f41fceb7ae0cd25f6594a0d7fba28c2335dd904538b80eb4e1040432564a3c643025cd2bb748f68d35aaabffb780b794da97ecfc748810b25ad
1690+
"axobject-query@npm:^4.1.0":
1691+
version: 4.1.0
1692+
resolution: "axobject-query@npm:4.1.0"
1693+
checksum: 10c0/c470e4f95008f232eadd755b018cb55f16c03ccf39c027b941cd8820ac6b68707ce5d7368a46756db4256fbc91bb4ead368f84f7fb034b2b7932f082f6dc0775
16961694
languageName: node
16971695
linkType: hard
16981696

@@ -2779,12 +2777,12 @@ __metadata:
27792777

27802778
"eslint-config-algolia@file:../eslint-config-algolia::locator=test%40workspace%3Apackages%2Ftest":
27812779
version: 23.2.0
2782-
resolution: "eslint-config-algolia@file:../eslint-config-algolia#../eslint-config-algolia::hash=34d9dc&locator=test%40workspace%3Apackages%2Ftest"
2780+
resolution: "eslint-config-algolia@file:../eslint-config-algolia#../eslint-config-algolia::hash=3920cf&locator=test%40workspace%3Apackages%2Ftest"
27832781
peerDependencies:
27842782
"@stylistic/eslint-plugin": ^2.6.4
27852783
eslint: ^5.16.0 || ^6.8.0 || ^7.2.0 || ^8.0.0
27862784
prettier: ^3.0.0
2787-
checksum: 10c0/29beca682a700592949e5f83ea085ea498a530a48748d56791e903d1ae0437df316b10513140f087707eab76f63a5cf9c008ff0d6628521e000e2ee48754c75b
2785+
checksum: 10c0/70d55c4769b447f41de0885ed6d25a07c8a7f3114887cbaa16ed960b153ac8fb6feb66a57878ba4bd49b53d6d20901e3a4b9cd59336a5e5c70afff20e2686940
27882786
languageName: node
27892787
linkType: hard
27902788

@@ -2802,7 +2800,7 @@ __metadata:
28022800
eslint-plugin-import: "npm:2.31.0"
28032801
eslint-plugin-jest: "npm:28.8.2"
28042802
eslint-plugin-jsdoc: "npm:50.2.2"
2805-
eslint-plugin-jsx-a11y: "npm:6.9.0"
2803+
eslint-plugin-jsx-a11y: "npm:6.10.0"
28062804
eslint-plugin-prettier: "npm:5.2.1"
28072805
eslint-plugin-react: "npm:7.35.0"
28082806
eslint-plugin-react-hooks: "npm:4.6.2"
@@ -2917,16 +2915,16 @@ __metadata:
29172915
languageName: node
29182916
linkType: hard
29192917

2920-
"eslint-plugin-jsx-a11y@npm:6.9.0":
2921-
version: 6.9.0
2922-
resolution: "eslint-plugin-jsx-a11y@npm:6.9.0"
2918+
"eslint-plugin-jsx-a11y@npm:6.10.0":
2919+
version: 6.10.0
2920+
resolution: "eslint-plugin-jsx-a11y@npm:6.10.0"
29232921
dependencies:
29242922
aria-query: "npm:~5.1.3"
29252923
array-includes: "npm:^3.1.8"
29262924
array.prototype.flatmap: "npm:^1.3.2"
29272925
ast-types-flow: "npm:^0.0.8"
2928-
axe-core: "npm:^4.9.1"
2929-
axobject-query: "npm:~3.1.1"
2926+
axe-core: "npm:^4.10.0"
2927+
axobject-query: "npm:^4.1.0"
29302928
damerau-levenshtein: "npm:^1.0.8"
29312929
emoji-regex: "npm:^9.2.2"
29322930
es-iterator-helpers: "npm:^1.0.19"
@@ -2938,8 +2936,8 @@ __metadata:
29382936
safe-regex-test: "npm:^1.0.3"
29392937
string.prototype.includes: "npm:^2.0.0"
29402938
peerDependencies:
2941-
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
2942-
checksum: 10c0/72ac719ca90b6149c8f3c708ac5b1177f6757668b6e174d72a78512d4ac10329331b9c666c21e9561237a96a45d7f147f6a5d270dadbb99eb4ee093f127792c3
2939+
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
2940+
checksum: 10c0/9f8e29a3317fb6a82e2ecd333fe0fab3a69fff786d087eb65dc723d6e954473ab681d14a252d7cb2971f5e7f68816cb6f7731766558e1833a77bd73af1b5ab34
29432941
languageName: node
29442942
linkType: hard
29452943

0 commit comments

Comments
 (0)