Skip to content

Commit e5521ec

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6
1 parent 94fcfc2 commit e5521ec

2 files changed

Lines changed: 27 additions & 38 deletions

File tree

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"eslint-config-react-app": "2.1.0",
99
"eslint-plugin-flowtype": "2.50.3",
1010
"eslint-plugin-import": "2.18.0",
11-
"eslint-plugin-jsx-a11y": "5.1.1",
11+
"eslint-plugin-jsx-a11y": "6.2.2",
1212
"eslint-plugin-react": "7.14.2",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",

advanced/yarn.lock

Lines changed: 26 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,14 +1652,6 @@ argparse@^1.0.7:
16521652
dependencies:
16531653
sprintf-js "~1.0.2"
16541654

1655-
aria-query@^0.7.0:
1656-
version "0.7.1"
1657-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.1.tgz#26cbb5aff64144b0a825be1846e0b16cfa00b11e"
1658-
integrity sha1-Jsu1r/ZBRLCoJb4YRuCxbPoAsR4=
1659-
dependencies:
1660-
ast-types-flow "0.0.7"
1661-
commander "^2.11.0"
1662-
16631655
aria-query@^3.0.0:
16641656
version "3.0.0"
16651657
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
@@ -1875,14 +1867,7 @@ aws4@^1.8.0:
18751867
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
18761868
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
18771869

1878-
axobject-query@^0.1.0:
1879-
version "0.1.0"
1880-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0"
1881-
integrity sha1-YvWdvFnJ+SQnWco0mWDnov48NsA=
1882-
dependencies:
1883-
ast-types-flow "0.0.7"
1884-
1885-
axobject-query@^2.0.1:
1870+
axobject-query@^2.0.1, axobject-query@^2.0.2:
18861871
version "2.0.2"
18871872
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9"
18881873
integrity sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==
@@ -3465,7 +3450,7 @@ cyclist@~0.2.2:
34653450
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
34663451
integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=
34673452

3468-
damerau-levenshtein@^1.0.0, damerau-levenshtein@^1.0.4:
3453+
damerau-levenshtein@^1.0.4:
34693454
version "1.0.4"
34703455
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"
34713456
integrity sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ=
@@ -3887,12 +3872,12 @@ elliptic@^6.0.0:
38873872
minimalistic-assert "^1.0.0"
38883873
minimalistic-crypto-utils "^1.0.0"
38893874

3890-
emoji-regex@^6.1.0, emoji-regex@^6.5.1:
3875+
emoji-regex@^6.5.1:
38913876
version "6.5.1"
38923877
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"
38933878
integrity sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ==
38943879

3895-
emoji-regex@^7.0.1:
3880+
emoji-regex@^7.0.1, emoji-regex@^7.0.2:
38963881
version "7.0.3"
38973882
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
38983883
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
@@ -4128,19 +4113,6 @@ eslint-plugin-import@2.18.0:
41284113
read-pkg-up "^2.0.0"
41294114
resolve "^1.11.0"
41304115

4131-
eslint-plugin-jsx-a11y@5.1.1:
4132-
version "5.1.1"
4133-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.1.1.tgz#5c96bb5186ca14e94db1095ff59b3e2bd94069b1"
4134-
integrity sha512-5I9SpoP7gT4wBFOtXT8/tXNPYohHBVfyVfO17vkbC7r9kEIxYJF12D3pKqhk8+xnk12rfxKClS3WCFpVckFTPQ==
4135-
dependencies:
4136-
aria-query "^0.7.0"
4137-
array-includes "^3.0.3"
4138-
ast-types-flow "0.0.7"
4139-
axobject-query "^0.1.0"
4140-
damerau-levenshtein "^1.0.0"
4141-
emoji-regex "^6.1.0"
4142-
jsx-ast-utils "^1.4.0"
4143-
41444116
eslint-plugin-jsx-a11y@6.1.2:
41454117
version "6.1.2"
41464118
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88"
@@ -4155,6 +4127,20 @@ eslint-plugin-jsx-a11y@6.1.2:
41554127
has "^1.0.3"
41564128
jsx-ast-utils "^2.0.1"
41574129

4130+
eslint-plugin-jsx-a11y@6.2.2:
4131+
version "6.2.2"
4132+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.2.tgz#485a71cd90e8e811ec1dd8294ace47a4b7a073b5"
4133+
integrity sha512-ut8SE5Run3X5sTHOANlVu5zJPHVPzluWVB/vfQgbgXcIl/DUJ0tO/SV67SzTTMp6PZGH1vojvUNYItCH2+S21w==
4134+
dependencies:
4135+
aria-query "^3.0.0"
4136+
array-includes "^3.0.3"
4137+
ast-types-flow "^0.0.7"
4138+
axobject-query "^2.0.2"
4139+
damerau-levenshtein "^1.0.4"
4140+
emoji-regex "^7.0.2"
4141+
has "^1.0.3"
4142+
jsx-ast-utils "^2.2.1"
4143+
41584144
eslint-plugin-prettier@2.7.0:
41594145
version "2.7.0"
41604146
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"
@@ -6933,11 +6919,6 @@ jsprim@^1.2.2:
69336919
json-schema "0.2.3"
69346920
verror "1.10.0"
69356921

6936-
jsx-ast-utils@^1.4.0:
6937-
version "1.4.1"
6938-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
6939-
integrity sha1-OGchPo3Xm/Ho8jAMDPwe+xgsDfE=
6940-
69416922
jsx-ast-utils@^2.0.1:
69426923
version "2.0.1"
69436924
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
@@ -6952,6 +6933,14 @@ jsx-ast-utils@^2.1.0:
69526933
dependencies:
69536934
array-includes "^3.0.3"
69546935

6936+
jsx-ast-utils@^2.2.1:
6937+
version "2.2.1"
6938+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
6939+
integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
6940+
dependencies:
6941+
array-includes "^3.0.3"
6942+
object.assign "^4.1.0"
6943+
69556944
jwt-decode@2.2.0:
69566945
version "2.2.0"
69576946
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-2.2.0.tgz#7d86bd56679f58ce6a84704a657dd392bba81a79"

0 commit comments

Comments
 (0)