Skip to content

Commit 976b05d

Browse files
Merge pull request #601 from Zemnmez/dependabot/npm_and_yarn/eslint-plugin-jsx-a11y-6.6.1
Bump eslint-plugin-jsx-a11y from 6.6.0 to 6.6.1
2 parents 0d9f723 + c1fadb7 commit 976b05d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -475,17 +475,17 @@
475475
"@babel/plugin-transform-typescript" "^7.18.6"
476476

477477
"@babel/runtime-corejs3@^7.10.2":
478-
version "7.18.3"
479-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.3.tgz#52f0241a31e0ec61a6187530af6227c2846bd60c"
480-
integrity sha512-l4ddFwrc9rnR+EJsHsh+TJ4A35YqQz/UqcjtlX2ov53hlJYG5CxtQmNZxyajwDVmCxwy++rtvGU5HazCK4W41Q==
478+
version "7.18.9"
479+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.9.tgz#7bacecd1cb2dd694eacd32a91fcf7021c20770ae"
480+
integrity sha512-qZEWeccZCrHA2Au4/X05QW5CMdm4VjUDCrGq5gf1ZDcM4hRqreKrtwAn7yci9zfgAS9apvnsFXiGBHBAxZdK9A==
481481
dependencies:
482482
core-js-pure "^3.20.2"
483483
regenerator-runtime "^0.13.4"
484484

485-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.7.6":
486-
version "7.18.3"
487-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
488-
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
485+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.9", "@babel/runtime@^7.7.6":
486+
version "7.18.9"
487+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
488+
integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
489489
dependencies:
490490
regenerator-runtime "^0.13.4"
491491

@@ -1989,7 +1989,7 @@ aws-sdk@^2.0.0:
19891989
uuid "8.0.0"
19901990
xml2js "0.4.19"
19911991

1992-
axe-core@^4.4.2:
1992+
axe-core@^4.4.3:
19931993
version "4.4.3"
19941994
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f"
19951995
integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==
@@ -3135,20 +3135,20 @@ eslint-plugin-import@^2.26.0:
31353135
tsconfig-paths "^3.14.1"
31363136

31373137
eslint-plugin-jsx-a11y@^6.5.1:
3138-
version "6.6.0"
3139-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz#2c5ac12e013eb98337b9aa261c3b355275cc6415"
3140-
integrity sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==
3138+
version "6.6.1"
3139+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz#93736fc91b83fdc38cc8d115deedfc3091aef1ff"
3140+
integrity sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==
31413141
dependencies:
3142-
"@babel/runtime" "^7.18.3"
3142+
"@babel/runtime" "^7.18.9"
31433143
aria-query "^4.2.2"
31443144
array-includes "^3.1.5"
31453145
ast-types-flow "^0.0.7"
3146-
axe-core "^4.4.2"
3146+
axe-core "^4.4.3"
31473147
axobject-query "^2.2.0"
31483148
damerau-levenshtein "^1.0.8"
31493149
emoji-regex "^9.2.2"
31503150
has "^1.0.3"
3151-
jsx-ast-utils "^3.3.1"
3151+
jsx-ast-utils "^3.3.2"
31523152
language-tags "^1.0.5"
31533153
minimatch "^3.1.2"
31543154
semver "^6.3.0"
@@ -4941,10 +4941,10 @@ jsonfile@^6.0.1:
49414941
optionalDependencies:
49424942
graceful-fs "^4.1.6"
49434943

4944-
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.1:
4945-
version "3.3.1"
4946-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.1.tgz#a3e0f1cb7e230954eab4dcbce9f6288a78f8ba44"
4947-
integrity sha512-pxrjmNpeRw5wwVeWyEAk7QJu2GnBO3uzPFmHCKJJFPKK2Cy0cWL23krGtLdnMmbIi6/FjlrQpPyfQI19ByPOhQ==
4944+
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.2:
4945+
version "3.3.2"
4946+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.2.tgz#afe5efe4332cd3515c065072bd4d6b0aa22152bd"
4947+
integrity sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==
49484948
dependencies:
49494949
array-includes "^3.1.5"
49504950
object.assign "^4.1.2"

0 commit comments

Comments
 (0)