Skip to content

Commit c0c7681

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.4.1
1 parent f86f87b commit c0c7681

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint": "7.3.1",
6666
"eslint-config-airbnb": "18.2.0",
6767
"eslint-plugin-import": "2.22.0",
68-
"eslint-plugin-jsx-a11y": "6.3.1",
68+
"eslint-plugin-jsx-a11y": "6.4.1",
6969
"eslint-plugin-react": "7.20.3",
7070
"husky": "4.2.5",
7171
"node-wp-i18n": "1.2.3",

yarn.lock

+34-5
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
core-js-pure "^3.0.0"
812812
regenerator-runtime "^0.13.4"
813813

814-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.8.4":
814+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4":
815815
version "7.14.0"
816816
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
817817
integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
@@ -1670,7 +1670,7 @@ array-ify@^1.0.0:
16701670
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
16711671
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
16721672

1673-
array-includes@^3.0.3, array-includes@^3.1.1:
1673+
array-includes@^3.0.3, array-includes@^3.1.1, array-includes@^3.1.2:
16741674
version "3.1.3"
16751675
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
16761676
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
@@ -1880,14 +1880,19 @@ axe-core@^3.5.4:
18801880
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227"
18811881
integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==
18821882

1883+
axe-core@^4.0.2:
1884+
version "4.2.1"
1885+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.1.tgz#2e50bcf10ee5b819014f6e342e41e45096239e34"
1886+
integrity sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA==
1887+
18831888
18841889
version "0.21.1"
18851890
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
18861891
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
18871892
dependencies:
18881893
follow-redirects "^1.10.0"
18891894

1890-
axobject-query@^2.1.2:
1895+
axobject-query@^2.1.2, axobject-query@^2.2.0:
18911896
version "2.2.0"
18921897
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
18931898
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
@@ -3902,7 +3907,24 @@ eslint-plugin-jsdoc@^26.0.0:
39023907
semver "^6.3.0"
39033908
spdx-expression-parse "^3.0.1"
39043909

3905-
[email protected], eslint-plugin-jsx-a11y@^6.2.3:
3910+
3911+
version "6.4.1"
3912+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd"
3913+
integrity sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==
3914+
dependencies:
3915+
"@babel/runtime" "^7.11.2"
3916+
aria-query "^4.2.2"
3917+
array-includes "^3.1.1"
3918+
ast-types-flow "^0.0.7"
3919+
axe-core "^4.0.2"
3920+
axobject-query "^2.2.0"
3921+
damerau-levenshtein "^1.0.6"
3922+
emoji-regex "^9.0.0"
3923+
has "^1.0.3"
3924+
jsx-ast-utils "^3.1.0"
3925+
language-tags "^1.0.5"
3926+
3927+
eslint-plugin-jsx-a11y@^6.2.3:
39063928
version "6.3.1"
39073929
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.3.1.tgz#99ef7e97f567cc6a5b8dd5ab95a94a67058a2660"
39083930
integrity sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g==
@@ -6298,6 +6320,14 @@ jsx-ast-utils@^2.4.1:
62986320
array-includes "^3.1.1"
62996321
object.assign "^4.1.0"
63006322

6323+
jsx-ast-utils@^3.1.0:
6324+
version "3.2.0"
6325+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
6326+
integrity sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==
6327+
dependencies:
6328+
array-includes "^3.1.2"
6329+
object.assign "^4.1.2"
6330+
63016331
63026332
version "3.0.0"
63036333
resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373"
@@ -8049,7 +8079,6 @@ prettier-linter-helpers@^1.0.0:
80498079
fast-diff "^1.1.2"
80508080

80518081
"prettier@npm:[email protected]":
8052-
name wp-prettier
80538082
version "2.0.5"
80548083
resolved "https://registry.yarnpkg.com/wp-prettier/-/wp-prettier-2.0.5.tgz#1aeff6000142d61bfbd7cc35a3d561551b25399f"
80558084
integrity sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A==

0 commit comments

Comments
 (0)