This repository was archived by the owner on Sep 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 21
21
"eslint-config-airbnb" : " 17.1.0" ,
22
22
"eslint-plugin-import" : " 2.17.3" ,
23
23
"eslint-plugin-jest" : " 22.5.1" ,
24
- "eslint-plugin-jsx-a11y" : " 6.2.1 " ,
24
+ "eslint-plugin-jsx-a11y" : " 6.2.2 " ,
25
25
"eslint-plugin-react" : " 7.12.4" ,
26
26
"react-scripts" : " 2.1.8"
27
27
},
Original file line number Diff line number Diff line change @@ -3671,10 +3671,10 @@ eslint-plugin-jsx-a11y@6.1.2:
3671
3671
has "^1.0.3"
3672
3672
jsx-ast-utils "^2.0.1"
3673
3673
3674
- eslint-plugin-jsx-a11y@6.2.1 :
3675
- version "6.2.1 "
3676
- resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.1 .tgz#4ebba9f339b600ff415ae4166e3e2e008831cf0c "
3677
- integrity sha512-cjN2ObWrRz0TTw7vEcGQrx+YltMvZoOEx4hWU8eEERDnBIU00OTq7Vr+jA7DFKxiwLNv4tTh5Pq2GUNEa8b6+w ==
3674
+ eslint-plugin-jsx-a11y@6.2.2 :
3675
+ version "6.2.2 "
3676
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.2 .tgz#485a71cd90e8e811ec1dd8294ace47a4b7a073b5 "
3677
+ integrity sha512-ut8SE5Run3X5sTHOANlVu5zJPHVPzluWVB/vfQgbgXcIl/DUJ0tO/SV67SzTTMp6PZGH1vojvUNYItCH2+S21w ==
3678
3678
dependencies :
3679
3679
aria-query "^3.0.0"
3680
3680
array-includes "^3.0.3"
@@ -3683,7 +3683,7 @@ eslint-plugin-jsx-a11y@6.2.1:
3683
3683
damerau-levenshtein "^1.0.4"
3684
3684
emoji-regex "^7.0.2"
3685
3685
has "^1.0.3"
3686
- jsx-ast-utils "^2.0 .1"
3686
+ jsx-ast-utils "^2.2 .1"
3687
3687
3688
3688
eslint-plugin-react@7.12.4 :
3689
3689
version "7.12.4"
@@ -6077,6 +6077,14 @@ jsx-ast-utils@^2.0.1:
6077
6077
dependencies :
6078
6078
array-includes "^3.0.3"
6079
6079
6080
+ jsx-ast-utils@^2.2.1 :
6081
+ version "2.2.1"
6082
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
6083
+ integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
6084
+ dependencies :
6085
+ array-includes "^3.0.3"
6086
+ object.assign "^4.1.0"
6087
+
6080
6088
killable@^1.0.0 :
6081
6089
version "1.0.1"
6082
6090
resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
You can’t perform that action at this time.
0 commit comments