Skip to content

Commit e4386d3

Browse files
build(deps-dev): bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.0 (#620)
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsx-a11y dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fc6367 commit e4386d3

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

yarn.lock

+13-15
Original file line numberDiff line numberDiff line change
@@ -1570,17 +1570,15 @@ aws4@^1.8.0:
15701570
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
15711571
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
15721572

1573-
axe-core@^4.9.1:
1574-
version "4.9.1"
1575-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
1576-
integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
1573+
axe-core@^4.10.0:
1574+
version "4.10.0"
1575+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
1576+
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
15771577

1578-
axobject-query@~3.1.1:
1579-
version "3.1.1"
1580-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.1.1.tgz#3b6e5c6d4e43ca7ba51c5babf99d22a9c68485e1"
1581-
integrity sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==
1582-
dependencies:
1583-
deep-equal "^2.0.5"
1578+
axobject-query@^4.1.0:
1579+
version "4.1.0"
1580+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-4.1.0.tgz#28768c76d0e3cff21bc62a9e2d0b6ac30042a1ee"
1581+
integrity sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==
15841582

15851583
babel-code-frame@^6.26.0:
15861584
version "6.26.0"
@@ -3654,16 +3652,16 @@ eslint-plugin-import@^2.25.3:
36543652
tsconfig-paths "^3.15.0"
36553653

36563654
eslint-plugin-jsx-a11y@^6.5.1:
3657-
version "6.9.0"
3658-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz#67ab8ff460d4d3d6a0b4a570e9c1670a0a8245c8"
3659-
integrity sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==
3655+
version "6.10.0"
3656+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339"
3657+
integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==
36603658
dependencies:
36613659
aria-query "~5.1.3"
36623660
array-includes "^3.1.8"
36633661
array.prototype.flatmap "^1.3.2"
36643662
ast-types-flow "^0.0.8"
3665-
axe-core "^4.9.1"
3666-
axobject-query "~3.1.1"
3663+
axe-core "^4.10.0"
3664+
axobject-query "^4.1.0"
36673665
damerau-levenshtein "^1.0.8"
36683666
emoji-regex "^9.2.2"
36693667
es-iterator-helpers "^1.0.19"

0 commit comments

Comments
 (0)