Skip to content

Commit 5b058c4

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.6.0
1 parent 7d73545 commit 5b058c4

File tree

2 files changed

+31
-25
lines changed

2 files changed

+31
-25
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.5.0",
9696
"eslint-config-react-app": "6.0.0",
9797
"eslint-plugin-flowtype": "5.10.0",
98-
"eslint-plugin-jsx-a11y": "6.5.1",
98+
"eslint-plugin-jsx-a11y": "6.6.0",
9999
"eslint-plugin-react": "7.30.1",
100100
"eslint-plugin-react-hooks": "4.6.0",
101101
"eslint-plugin-testing-library": "4.12.4",

yarn.lock

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,10 +1647,10 @@
16471647
dependencies:
16481648
regenerator-runtime "^0.13.4"
16491649

1650-
"@babel/runtime@^7.16.3":
1651-
version "7.16.3"
1652-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
1653-
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
1650+
"@babel/runtime@^7.18.3":
1651+
version "7.18.6"
1652+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580"
1653+
integrity sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==
16541654
dependencies:
16551655
regenerator-runtime "^0.13.4"
16561656

@@ -7895,10 +7895,10 @@ axe-core@^4.0.2:
78957895
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.2.tgz#0c987d82c8b82b4b9b7a945f1b5ef0d8fed586ed"
78967896
integrity sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==
78977897

7898-
axe-core@^4.3.5:
7899-
version "4.3.5"
7900-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
7901-
integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==
7898+
axe-core@^4.4.2:
7899+
version "4.4.2"
7900+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.2.tgz#dcf7fb6dea866166c3eab33d68208afe4d5f670c"
7901+
integrity sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==
79027902

79037903
79047904
version "0.27.2"
@@ -10222,11 +10222,16 @@ d@1, d@^1.0.1:
1022210222
es5-ext "^0.10.50"
1022310223
type "^1.0.1"
1022410224

10225-
damerau-levenshtein@^1.0.6, damerau-levenshtein@^1.0.7:
10225+
damerau-levenshtein@^1.0.6:
1022610226
version "1.0.7"
1022710227
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz#64368003512a1a6992593741a09a9d31a836f55d"
1022810228
integrity sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==
1022910229

10230+
damerau-levenshtein@^1.0.8:
10231+
version "1.0.8"
10232+
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7"
10233+
integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
10234+
1023010235
dashdash@^1.12.0:
1023110236
version "1.14.1"
1023210237
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
@@ -11383,23 +11388,24 @@ eslint-plugin-jest@^24.1.0:
1138311388
dependencies:
1138411389
"@typescript-eslint/experimental-utils" "^4.0.1"
1138511390

11386-
eslint-plugin-jsx-a11y@6.5.1:
11387-
version "6.5.1"
11388-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"
11389-
integrity sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==
11391+
eslint-plugin-jsx-a11y@6.6.0:
11392+
version "6.6.0"
11393+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz#2c5ac12e013eb98337b9aa261c3b355275cc6415"
11394+
integrity sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==
1139011395
dependencies:
11391-
"@babel/runtime" "^7.16.3"
11396+
"@babel/runtime" "^7.18.3"
1139211397
aria-query "^4.2.2"
11393-
array-includes "^3.1.4"
11398+
array-includes "^3.1.5"
1139411399
ast-types-flow "^0.0.7"
11395-
axe-core "^4.3.5"
11400+
axe-core "^4.4.2"
1139611401
axobject-query "^2.2.0"
11397-
damerau-levenshtein "^1.0.7"
11402+
damerau-levenshtein "^1.0.8"
1139811403
emoji-regex "^9.2.2"
1139911404
has "^1.0.3"
11400-
jsx-ast-utils "^3.2.1"
11405+
jsx-ast-utils "^3.3.1"
1140111406
language-tags "^1.0.5"
11402-
minimatch "^3.0.4"
11407+
minimatch "^3.1.2"
11408+
semver "^6.3.0"
1140311409

1140411410
eslint-plugin-jsx-a11y@^6.3.1:
1140511411
version "6.4.1"
@@ -16137,12 +16143,12 @@ [email protected], jss@^10.5.1:
1613716143
array-includes "^3.1.2"
1613816144
object.assign "^4.1.2"
1613916145

16140-
jsx-ast-utils@^3.2.1:
16141-
version "3.2.1"
16142-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b"
16143-
integrity sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==
16146+
jsx-ast-utils@^3.3.1:
16147+
version "3.3.1"
16148+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.1.tgz#a3e0f1cb7e230954eab4dcbce9f6288a78f8ba44"
16149+
integrity sha512-pxrjmNpeRw5wwVeWyEAk7QJu2GnBO3uzPFmHCKJJFPKK2Cy0cWL23krGtLdnMmbIi6/FjlrQpPyfQI19ByPOhQ==
1614416150
dependencies:
16145-
array-includes "^3.1.3"
16151+
array-includes "^3.1.5"
1614616152
object.assign "^4.1.2"
1614716153

1614816154
jwa@^1.4.1:

0 commit comments

Comments
 (0)