-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.10.0 to 6.10.1. - [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.10.0...v6.10.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsx-a11y dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
22825dd
commit fd957e9
Showing
1 changed file
with
44 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1692,12 +1692,10 @@ argparse@^2.0.1: | |
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" | ||
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== | ||
|
||
aria-query@~5.1.3: | ||
version "5.1.3" | ||
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e" | ||
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ== | ||
dependencies: | ||
deep-equal "^2.0.5" | ||
aria-query@^5.3.2: | ||
version "5.3.2" | ||
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.2.tgz#93f81a43480e33a338f19163a3d10a50c01dcd59" | ||
integrity sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw== | ||
|
||
array-buffer-byte-length@^1.0.0: | ||
version "1.0.0" | ||
|
@@ -2568,30 +2566,6 @@ dedent@^1.0.0: | |
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.3.0.tgz#15d6809eb15b581d5587a2dc208f34118e35bee3" | ||
integrity sha512-7glNLfvdsMzZm3FpRY1CHuI2lbYDR+71YmrhmTZjYFD5pfT0ACgnGRdrrC9Mk2uICnzkcdelCx5at787UDGOvg== | ||
|
||
deep-equal@^2.0.5: | ||
version "2.2.3" | ||
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1" | ||
integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA== | ||
dependencies: | ||
array-buffer-byte-length "^1.0.0" | ||
call-bind "^1.0.5" | ||
es-get-iterator "^1.1.3" | ||
get-intrinsic "^1.2.2" | ||
is-arguments "^1.1.1" | ||
is-array-buffer "^3.0.2" | ||
is-date-object "^1.0.5" | ||
is-regex "^1.1.4" | ||
is-shared-array-buffer "^1.0.2" | ||
isarray "^2.0.5" | ||
object-is "^1.1.5" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.4" | ||
regexp.prototype.flags "^1.5.1" | ||
side-channel "^1.0.4" | ||
which-boxed-primitive "^1.0.2" | ||
which-collection "^1.0.1" | ||
which-typed-array "^1.1.13" | ||
|
||
deep-is@^0.1.3: | ||
version "0.1.3" | ||
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" | ||
|
@@ -2999,25 +2973,10 @@ es-errors@^1.2.1, es-errors@^1.3.0: | |
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" | ||
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== | ||
|
||
es-get-iterator@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6" | ||
integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
get-intrinsic "^1.1.3" | ||
has-symbols "^1.0.3" | ||
is-arguments "^1.1.1" | ||
is-map "^2.0.2" | ||
is-set "^2.0.2" | ||
is-string "^1.0.7" | ||
isarray "^2.0.5" | ||
stop-iteration-iterator "^1.0.0" | ||
|
||
es-iterator-helpers@^1.0.19: | ||
version "1.0.19" | ||
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8" | ||
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw== | ||
es-iterator-helpers@^1.0.19, es-iterator-helpers@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6" | ||
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw== | ||
dependencies: | ||
call-bind "^1.0.7" | ||
define-properties "^1.2.1" | ||
|
@@ -3026,12 +2985,12 @@ es-iterator-helpers@^1.0.19: | |
es-set-tostringtag "^2.0.3" | ||
function-bind "^1.1.2" | ||
get-intrinsic "^1.2.4" | ||
globalthis "^1.0.3" | ||
globalthis "^1.0.4" | ||
has-property-descriptors "^1.0.2" | ||
has-proto "^1.0.3" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.7" | ||
iterator.prototype "^1.1.2" | ||
iterator.prototype "^1.1.3" | ||
safe-array-concat "^1.1.2" | ||
|
||
es-object-atoms@^1.0.0: | ||
|
@@ -3148,26 +3107,26 @@ eslint-plugin-import@^2.26.0: | |
tsconfig-paths "^3.15.0" | ||
|
||
eslint-plugin-jsx-a11y@^6.6.1: | ||
version "6.10.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339" | ||
integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg== | ||
version "6.10.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.1.tgz#87003835bad8875e023aa5db26f41a0c9e6a8fa9" | ||
integrity sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g== | ||
dependencies: | ||
aria-query "~5.1.3" | ||
aria-query "^5.3.2" | ||
array-includes "^3.1.8" | ||
array.prototype.flatmap "^1.3.2" | ||
ast-types-flow "^0.0.8" | ||
axe-core "^4.10.0" | ||
axobject-query "^4.1.0" | ||
damerau-levenshtein "^1.0.8" | ||
emoji-regex "^9.2.2" | ||
es-iterator-helpers "^1.0.19" | ||
es-iterator-helpers "^1.1.0" | ||
hasown "^2.0.2" | ||
jsx-ast-utils "^3.3.5" | ||
language-tags "^1.0.9" | ||
minimatch "^3.1.2" | ||
object.fromentries "^2.0.8" | ||
safe-regex-test "^1.0.3" | ||
string.prototype.includes "^2.0.0" | ||
string.prototype.includes "^2.0.1" | ||
|
||
eslint-plugin-react-hooks@^4.6.0: | ||
version "4.6.1" | ||
|
@@ -3849,6 +3808,14 @@ globalthis@^1.0.3: | |
dependencies: | ||
define-properties "^1.1.3" | ||
|
||
globalthis@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236" | ||
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ== | ||
dependencies: | ||
define-properties "^1.2.1" | ||
gopd "^1.0.1" | ||
|
||
[email protected]: | ||
version "11.1.0" | ||
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" | ||
|
@@ -4187,15 +4154,6 @@ internal-slot@^1.0.3: | |
has "^1.0.3" | ||
side-channel "^1.0.4" | ||
|
||
internal-slot@^1.0.4, internal-slot@^1.0.7: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802" | ||
integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g== | ||
dependencies: | ||
es-errors "^1.3.0" | ||
hasown "^2.0.0" | ||
side-channel "^1.0.4" | ||
|
||
internal-slot@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.5.tgz#f2a2ee21f668f8627a4667f309dc0f4fb6674986" | ||
|
@@ -4205,19 +4163,20 @@ internal-slot@^1.0.5: | |
has "^1.0.3" | ||
side-channel "^1.0.4" | ||
|
||
internal-slot@^1.0.7: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802" | ||
integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g== | ||
dependencies: | ||
es-errors "^1.3.0" | ||
hasown "^2.0.0" | ||
side-channel "^1.0.4" | ||
|
||
ip@^1.1.5: | ||
version "1.1.9" | ||
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396" | ||
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ== | ||
|
||
is-arguments@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" | ||
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
has-tostringtag "^1.0.0" | ||
|
||
is-array-buffer@^3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.1.tgz#deb1db4fcae48308d54ef2442706c0393997052a" | ||
|
@@ -4386,11 +4345,6 @@ is-map@^2.0.1: | |
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127" | ||
integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg== | ||
|
||
is-map@^2.0.2: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e" | ||
integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw== | ||
|
||
is-negative-zero@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" | ||
|
@@ -4456,11 +4410,6 @@ is-set@^2.0.1: | |
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec" | ||
integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g== | ||
|
||
is-set@^2.0.2: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d" | ||
integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg== | ||
|
||
is-shared-array-buffer@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" | ||
|
@@ -4667,10 +4616,10 @@ istanbul-reports@^3.1.3: | |
html-escaper "^2.0.0" | ||
istanbul-lib-report "^3.0.0" | ||
|
||
iterator.prototype@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0" | ||
integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w== | ||
iterator.prototype@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c" | ||
integrity sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ== | ||
dependencies: | ||
define-properties "^1.2.1" | ||
get-intrinsic "^1.2.1" | ||
|
@@ -6061,14 +6010,6 @@ object-inspect@^1.9.0: | |
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a" | ||
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== | ||
|
||
object-is@^1.1.5: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07" | ||
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q== | ||
dependencies: | ||
call-bind "^1.0.7" | ||
define-properties "^1.2.1" | ||
|
||
object-keys@^1.0.12: | ||
version "1.0.12" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2" | ||
|
@@ -7156,13 +7097,6 @@ stack-utils@^2.0.3: | |
dependencies: | ||
escape-string-regexp "^2.0.0" | ||
|
||
stop-iteration-iterator@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4" | ||
integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ== | ||
dependencies: | ||
internal-slot "^1.0.4" | ||
|
||
string-length@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.1.tgz#4a973bf31ef77c4edbceadd6af2611996985f8a1" | ||
|
@@ -7216,13 +7150,14 @@ string-width@^5.0.1, string-width@^5.1.2: | |
emoji-regex "^9.2.2" | ||
strip-ansi "^7.0.1" | ||
|
||
string.prototype.includes@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz#8986d57aee66d5460c144620a6d873778ad7289f" | ||
integrity sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg== | ||
string.prototype.includes@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz#eceef21283640761a81dbe16d6c7171a4edf7d92" | ||
integrity sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
call-bind "^1.0.7" | ||
define-properties "^1.2.1" | ||
es-abstract "^1.23.3" | ||
|
||
string.prototype.matchall@^4.0.11: | ||
version "4.0.11" | ||
|