Skip to content

Commit 3297ac1

Browse files
dependabot-preview[bot]Stefan Buck
authored and
Stefan Buck
committed
Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 (OctoLinker#621)
Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.2.1 to 6.2.3. - [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md) - [Commits](infofarmer/eslint-plugin-jsx-a11y@v6.2.1...v6.2.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2143acc commit 3297ac1

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

yarn.lock

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,13 @@
680680
dependencies:
681681
regenerator-runtime "^0.12.0"
682682

683+
"@babel/runtime@^7.4.5":
684+
version "7.5.5"
685+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
686+
integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==
687+
dependencies:
688+
regenerator-runtime "^0.13.2"
689+
683690
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
684691
version "7.4.4"
685692
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
@@ -4798,18 +4805,19 @@ eslint-plugin-import@^2.17.3:
47984805
resolve "^1.11.0"
47994806

48004807
eslint-plugin-jsx-a11y@^6.2.1:
4801-
version "6.2.1"
4802-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.1.tgz#4ebba9f339b600ff415ae4166e3e2e008831cf0c"
4803-
integrity sha512-cjN2ObWrRz0TTw7vEcGQrx+YltMvZoOEx4hWU8eEERDnBIU00OTq7Vr+jA7DFKxiwLNv4tTh5Pq2GUNEa8b6+w==
4808+
version "6.2.3"
4809+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.3.tgz#b872a09d5de51af70a97db1eea7dc933043708aa"
4810+
integrity sha512-CawzfGt9w83tyuVekn0GDPU9ytYtxyxyFZ3aSWROmnRRFQFT2BiPJd7jvRdzNDi6oLWaS2asMeYSNMjWTV4eNg==
48044811
dependencies:
4812+
"@babel/runtime" "^7.4.5"
48054813
aria-query "^3.0.0"
48064814
array-includes "^3.0.3"
48074815
ast-types-flow "^0.0.7"
48084816
axobject-query "^2.0.2"
48094817
damerau-levenshtein "^1.0.4"
48104818
emoji-regex "^7.0.2"
48114819
has "^1.0.3"
4812-
jsx-ast-utils "^2.0.1"
4820+
jsx-ast-utils "^2.2.1"
48134821

48144822
48154823
version "1.0.16"
@@ -7755,12 +7763,13 @@ jsprim@^1.2.2:
77557763
json-schema "0.2.3"
77567764
verror "1.10.0"
77577765

7758-
jsx-ast-utils@^2.0.1, jsx-ast-utils@^2.1.0:
7759-
version "2.1.0"
7760-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.1.0.tgz#0ee4e2c971fb9601c67b5641b71be80faecf0b36"
7761-
integrity sha512-yDGDG2DS4JcqhA6blsuYbtsT09xL8AoLuUR2Gb5exrw7UEM19sBcOTq+YBBhrNbl0PUC4R4LnFu+dHg2HKeVvA==
7766+
jsx-ast-utils@^2.1.0, jsx-ast-utils@^2.2.1:
7767+
version "2.2.1"
7768+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
7769+
integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
77627770
dependencies:
77637771
array-includes "^3.0.3"
7772+
object.assign "^4.1.0"
77647773

77657774
jszip@^2.4.0:
77667775
version "2.6.1"
@@ -10305,6 +10314,11 @@ regenerator-runtime@^0.12.0:
1030510314
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
1030610315
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
1030710316

10317+
regenerator-runtime@^0.13.2:
10318+
version "0.13.3"
10319+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
10320+
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
10321+
1030810322
regenerator-runtime@^0.9.5:
1030910323
version "0.9.6"
1031010324
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.9.6.tgz#d33eb95d0d2001a4be39659707c51b0cb71ce029"

0 commit comments

Comments
 (0)