Skip to content

Commit af13b0d

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.1.0
1 parent 1baedaf commit af13b0d

File tree

2 files changed

+27
-20
lines changed

2 files changed

+27
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-config-airbnb": "16.1.0",
4949
"eslint-config-prettier": "2.9.0",
5050
"eslint-plugin-import": "2.11.0",
51-
"eslint-plugin-jsx-a11y": "6.0.3",
51+
"eslint-plugin-jsx-a11y": "6.1.0",
5252
"eslint-plugin-prettier": "2.6.0",
5353
"eslint-plugin-react": "7.7.0",
5454
"husky": "0.14.3",

yarn.lock

+26-19
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ argparse@^1.0.7:
272272
dependencies:
273273
sprintf-js "~1.0.2"
274274

275-
aria-query@^0.7.0:
276-
version "0.7.1"
277-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.1.tgz#26cbb5aff64144b0a825be1846e0b16cfa00b11e"
275+
aria-query@^3.0.0:
276+
version "3.0.0"
277+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
278278
dependencies:
279279
ast-types-flow "0.0.7"
280280
commander "^2.11.0"
@@ -372,7 +372,7 @@ assign-symbols@^1.0.0:
372372
version "1.0.0"
373373
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
374374

375-
375+
[email protected], ast-types-flow@^0.0.7:
376376
version "0.0.7"
377377
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
378378

@@ -435,9 +435,9 @@ aws4@^1.2.1, aws4@^1.6.0:
435435
version "1.6.0"
436436
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
437437

438-
axobject-query@^0.1.0:
439-
version "0.1.0"
440-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0"
438+
axobject-query@^2.0.1:
439+
version "2.0.1"
440+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.1.tgz#05dfa705ada8ad9db993fa6896f22d395b0b0a07"
441441
dependencies:
442442
ast-types-flow "0.0.7"
443443

@@ -1962,7 +1962,7 @@ [email protected], "cssom@>= 0.3.2 < 0.4.0":
19621962
dependencies:
19631963
cssom "0.3.x"
19641964

1965-
damerau-levenshtein@^1.0.0:
1965+
damerau-levenshtein@^1.0.4:
19661966
version "1.0.4"
19671967
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"
19681968

@@ -2259,7 +2259,7 @@ elliptic@^6.0.0:
22592259
minimalistic-assert "^1.0.0"
22602260
minimalistic-crypto-utils "^1.0.0"
22612261

2262-
emoji-regex@^6.1.0:
2262+
emoji-regex@^6.5.1:
22632263
version "6.5.1"
22642264
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"
22652265

@@ -2432,17 +2432,18 @@ [email protected]:
24322432
read-pkg-up "^2.0.0"
24332433
resolve "^1.6.0"
24342434

2435-
eslint-plugin-jsx-a11y@6.0.3:
2436-
version "6.0.3"
2437-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.0.3.tgz#54583d1ae442483162e040e13cc31865465100e5"
2435+
eslint-plugin-jsx-a11y@6.1.0:
2436+
version "6.1.0"
2437+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.0.tgz#569f6f2d29546cab82cedaa077ec829693b0c42d"
24382438
dependencies:
2439-
aria-query "^0.7.0"
2439+
aria-query "^3.0.0"
24402440
array-includes "^3.0.3"
2441-
ast-types-flow "0.0.7"
2442-
axobject-query "^0.1.0"
2443-
damerau-levenshtein "^1.0.0"
2444-
emoji-regex "^6.1.0"
2445-
jsx-ast-utils "^2.0.0"
2441+
ast-types-flow "^0.0.7"
2442+
axobject-query "^2.0.1"
2443+
damerau-levenshtein "^1.0.4"
2444+
emoji-regex "^6.5.1"
2445+
has "^1.0.3"
2446+
jsx-ast-utils "^2.0.1"
24462447

24472448
24482449
version "2.6.0"
@@ -3100,6 +3101,12 @@ has@^1.0.1:
31003101
dependencies:
31013102
function-bind "^1.0.2"
31023103

3104+
has@^1.0.3:
3105+
version "1.0.3"
3106+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3107+
dependencies:
3108+
function-bind "^1.1.1"
3109+
31033110
hash-base@^2.0.0:
31043111
version "2.0.2"
31053112
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4211,7 +4218,7 @@ [email protected], jss@^9.7.0:
42114218
symbol-observable "^1.1.0"
42124219
warning "^3.0.0"
42134220

4214-
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
4221+
jsx-ast-utils@^2.0.1:
42154222
version "2.0.1"
42164223
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
42174224
dependencies:

0 commit comments

Comments
 (0)