Skip to content

Commit 1d64187

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.5.1
1 parent d5c21fd commit 1d64187

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"eslint-config-prettier": "8.3.0",
9696
"eslint-config-react-app": "6.0.0",
9797
"eslint-plugin-flowtype": "5.10.0",
98-
"eslint-plugin-jsx-a11y": "6.4.1",
98+
"eslint-plugin-jsx-a11y": "6.5.1",
9999
"eslint-plugin-react": "7.27.0",
100100
"eslint-plugin-react-hooks": "4.3.0",
101101
"eslint-plugin-testing-library": "4.12.4",

yarn.lock

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,13 @@
15301530
dependencies:
15311531
regenerator-runtime "^0.13.4"
15321532

1533+
"@babel/runtime@^7.16.3":
1534+
version "7.16.3"
1535+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
1536+
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
1537+
dependencies:
1538+
regenerator-runtime "^0.13.4"
1539+
15331540
"@babel/template@^7.10.4", "@babel/template@^7.14.5", "@babel/template@^7.3.3":
15341541
version "7.14.5"
15351542
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
@@ -7662,6 +7669,11 @@ axe-core@^4.0.2:
76627669
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.2.tgz#0c987d82c8b82b4b9b7a945f1b5ef0d8fed586ed"
76637670
integrity sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==
76647671

7672+
axe-core@^4.3.5:
7673+
version "4.3.5"
7674+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
7675+
integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==
7676+
76657677
76667678
version "0.23.0"
76677679
resolved "https://registry.yarnpkg.com/axios/-/axios-0.23.0.tgz#b0fa5d0948a8d1d75e3d5635238b6c4625b05149"
@@ -9851,7 +9863,7 @@ d@1, d@^1.0.1:
98519863
es5-ext "^0.10.50"
98529864
type "^1.0.1"
98539865

9854-
damerau-levenshtein@^1.0.6:
9866+
damerau-levenshtein@^1.0.6, damerau-levenshtein@^1.0.7:
98559867
version "1.0.7"
98569868
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz#64368003512a1a6992593741a09a9d31a836f55d"
98579869
integrity sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==
@@ -10463,7 +10475,7 @@ emoji-regex@^8.0.0:
1046310475
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
1046410476
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1046510477

10466-
emoji-regex@^9.0.0:
10478+
emoji-regex@^9.0.0, emoji-regex@^9.2.2:
1046710479
version "9.2.2"
1046810480
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
1046910481
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
@@ -10916,7 +10928,25 @@ eslint-plugin-jest@^24.1.0:
1091610928
dependencies:
1091710929
"@typescript-eslint/experimental-utils" "^4.0.1"
1091810930

10919-
[email protected], eslint-plugin-jsx-a11y@^6.3.1:
10931+
10932+
version "6.5.1"
10933+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"
10934+
integrity sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==
10935+
dependencies:
10936+
"@babel/runtime" "^7.16.3"
10937+
aria-query "^4.2.2"
10938+
array-includes "^3.1.4"
10939+
ast-types-flow "^0.0.7"
10940+
axe-core "^4.3.5"
10941+
axobject-query "^2.2.0"
10942+
damerau-levenshtein "^1.0.7"
10943+
emoji-regex "^9.2.2"
10944+
has "^1.0.3"
10945+
jsx-ast-utils "^3.2.1"
10946+
language-tags "^1.0.5"
10947+
minimatch "^3.0.4"
10948+
10949+
eslint-plugin-jsx-a11y@^6.3.1:
1092010950
version "6.4.1"
1092110951
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd"
1092210952
integrity sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==
@@ -15424,6 +15454,14 @@ [email protected], jss@^10.5.1:
1542415454
array-includes "^3.1.2"
1542515455
object.assign "^4.1.2"
1542615456

15457+
jsx-ast-utils@^3.2.1:
15458+
version "3.2.1"
15459+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b"
15460+
integrity sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==
15461+
dependencies:
15462+
array-includes "^3.1.3"
15463+
object.assign "^4.1.2"
15464+
1542715465
jwa@^1.4.1:
1542815466
version "1.4.1"
1542915467
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"

0 commit comments

Comments
 (0)