Skip to content

Commit a182654

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.1.2
1 parent 93d5760 commit a182654

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
@@ -53,7 +53,7 @@
5353
"eslint-plugin-flowtype": "2.46.1",
5454
"eslint-plugin-import": "2.9.0",
5555
"eslint-plugin-jest": "21.15.0",
56-
"eslint-plugin-jsx-a11y": "6.0.3",
56+
"eslint-plugin-jsx-a11y": "6.1.2",
5757
"eslint-plugin-prettier": "2.6.0",
5858
"eslint-plugin-react": "7.7.0",
5959
"flow-bin": "0.68.0",

yarn.lock

+26-19
Original file line numberDiff line numberDiff line change
@@ -1483,9 +1483,9 @@ [email protected]:
14831483
version "0.0.2"
14841484
resolved "https://registry.yarnpkg.com/argv/-/argv-0.0.2.tgz#ecbd16f8949b157183711b1bda334f37840185ab"
14851485

1486-
aria-query@^0.7.0:
1487-
version "0.7.1"
1488-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.1.tgz#26cbb5aff64144b0a825be1846e0b16cfa00b11e"
1486+
aria-query@^3.0.0:
1487+
version "3.0.0"
1488+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
14891489
dependencies:
14901490
ast-types-flow "0.0.7"
14911491
commander "^2.11.0"
@@ -1607,7 +1607,7 @@ assign-symbols@^1.0.0:
16071607
version "1.0.0"
16081608
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
16091609

1610-
1610+
[email protected], ast-types-flow@^0.0.7:
16111611
version "0.0.7"
16121612
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
16131613

@@ -1691,9 +1691,9 @@ aws4@^1.2.1, aws4@^1.6.0:
16911691
version "1.6.0"
16921692
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
16931693

1694-
axobject-query@^0.1.0:
1695-
version "0.1.0"
1696-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0"
1694+
axobject-query@^2.0.1:
1695+
version "2.0.1"
1696+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.1.tgz#05dfa705ada8ad9db993fa6896f22d395b0b0a07"
16971697
dependencies:
16981698
ast-types-flow "0.0.7"
16991699

@@ -3655,7 +3655,7 @@ d@1:
36553655
dependencies:
36563656
es5-ext "^0.10.9"
36573657

3658-
damerau-levenshtein@^1.0.0:
3658+
damerau-levenshtein@^1.0.4:
36593659
version "1.0.4"
36603660
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"
36613661

@@ -3963,7 +3963,7 @@ elliptic@^6.0.0:
39633963
minimalistic-assert "^1.0.0"
39643964
minimalistic-crypto-utils "^1.0.0"
39653965

3966-
emoji-regex@^6.1.0:
3966+
emoji-regex@^6.5.1:
39673967
version "6.5.1"
39683968
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"
39693969

@@ -4230,17 +4230,18 @@ [email protected]:
42304230
version "21.15.0"
42314231
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.15.0.tgz#645a3f560d3e61d99611b215adc80b4f31e6d896"
42324232

4233-
eslint-plugin-jsx-a11y@6.0.3:
4234-
version "6.0.3"
4235-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.0.3.tgz#54583d1ae442483162e040e13cc31865465100e5"
4233+
eslint-plugin-jsx-a11y@6.1.2:
4234+
version "6.1.2"
4235+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88"
42364236
dependencies:
4237-
aria-query "^0.7.0"
4237+
aria-query "^3.0.0"
42384238
array-includes "^3.0.3"
4239-
ast-types-flow "0.0.7"
4240-
axobject-query "^0.1.0"
4241-
damerau-levenshtein "^1.0.0"
4242-
emoji-regex "^6.1.0"
4243-
jsx-ast-utils "^2.0.0"
4239+
ast-types-flow "^0.0.7"
4240+
axobject-query "^2.0.1"
4241+
damerau-levenshtein "^1.0.4"
4242+
emoji-regex "^6.5.1"
4243+
has "^1.0.3"
4244+
jsx-ast-utils "^2.0.1"
42444245

42454246
42464247
version "2.6.0"
@@ -5084,6 +5085,12 @@ has@^1.0.1:
50845085
dependencies:
50855086
function-bind "^1.0.2"
50865087

5088+
has@^1.0.3:
5089+
version "1.0.3"
5090+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
5091+
dependencies:
5092+
function-bind "^1.1.1"
5093+
50875094
hash-base@^2.0.0:
50885095
version "2.0.2"
50895096
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -6231,7 +6238,7 @@ jsprim@^1.2.2:
62316238
json-schema "0.2.3"
62326239
verror "1.10.0"
62336240

6234-
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
6241+
jsx-ast-utils@^2.0.1:
62356242
version "2.0.1"
62366243
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
62376244
dependencies:

0 commit comments

Comments
 (0)