-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update eslint to v6.14.0
- Loading branch information
1 parent
e07e358
commit ad71fce
Showing
2 changed files
with
61 additions
and
129 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
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 |
---|---|---|
|
@@ -996,7 +996,7 @@ | |
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" | ||
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== | ||
|
||
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.8", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": | ||
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.8", "@babel/runtime@^7.21.0", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": | ||
version "7.23.5" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.5.tgz#11edb98f8aeec529b82b211028177679144242db" | ||
integrity sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w== | ||
|
@@ -3382,32 +3382,32 @@ | |
dependencies: | ||
"@types/node" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@6.13.2": | ||
version "6.13.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.2.tgz#2e03506c5362a65e43cb132c37c9ce2d3cb51470" | ||
integrity sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ== | ||
"@typescript-eslint/eslint-plugin@6.14.0": | ||
version "6.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.14.0.tgz#fc1ab5f23618ba590c87e8226ff07a760be3dd7b" | ||
integrity sha512-1ZJBykBCXaSHG94vMMKmiHoL0MhNHKSVlcHVYZNw+BKxufhqQVTOawNpwwI1P5nIFZ/4jLVop0mcY6mJJDFNaw== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.5.1" | ||
"@typescript-eslint/scope-manager" "6.13.2" | ||
"@typescript-eslint/type-utils" "6.13.2" | ||
"@typescript-eslint/utils" "6.13.2" | ||
"@typescript-eslint/visitor-keys" "6.13.2" | ||
"@typescript-eslint/scope-manager" "6.14.0" | ||
"@typescript-eslint/type-utils" "6.14.0" | ||
"@typescript-eslint/utils" "6.14.0" | ||
"@typescript-eslint/visitor-keys" "6.14.0" | ||
debug "^4.3.4" | ||
graphemer "^1.4.0" | ||
ignore "^5.2.4" | ||
natural-compare "^1.4.0" | ||
semver "^7.5.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/parser@6.13.2": | ||
version "6.13.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.2.tgz#390b79cc9a57a5f904d197a201cc4b6bc4f9afb9" | ||
integrity sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg== | ||
"@typescript-eslint/parser@6.14.0": | ||
version "6.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.14.0.tgz#a2d6a732e0d2b95c73f6a26ae7362877cc1b4212" | ||
integrity sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "6.13.2" | ||
"@typescript-eslint/types" "6.13.2" | ||
"@typescript-eslint/typescript-estree" "6.13.2" | ||
"@typescript-eslint/visitor-keys" "6.13.2" | ||
"@typescript-eslint/scope-manager" "6.14.0" | ||
"@typescript-eslint/types" "6.14.0" | ||
"@typescript-eslint/typescript-estree" "6.14.0" | ||
"@typescript-eslint/visitor-keys" "6.14.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/[email protected]": | ||
|
@@ -3418,21 +3418,21 @@ | |
"@typescript-eslint/types" "5.62.0" | ||
"@typescript-eslint/visitor-keys" "5.62.0" | ||
|
||
"@typescript-eslint/scope-manager@6.13.2": | ||
version "6.13.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.2.tgz#5fa4e4adace028dafac212c770640b94e7b61052" | ||
integrity sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA== | ||
"@typescript-eslint/scope-manager@6.14.0": | ||
version "6.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48" | ||
integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg== | ||
dependencies: | ||
"@typescript-eslint/types" "6.13.2" | ||
"@typescript-eslint/visitor-keys" "6.13.2" | ||
"@typescript-eslint/types" "6.14.0" | ||
"@typescript-eslint/visitor-keys" "6.14.0" | ||
|
||
"@typescript-eslint/type-utils@6.13.2": | ||
version "6.13.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.2.tgz#ebec2da14a6bb7122e0fd31eea72a382c39c6102" | ||
integrity sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw== | ||
"@typescript-eslint/type-utils@6.14.0": | ||
version "6.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.14.0.tgz#ac9cb5ba0615c837f1a6b172feeb273d36e4f8af" | ||
integrity sha512-x6OC9Q7HfYKqjnuNu5a7kffIYs3No30isapRBJl1iCHLitD8O0lFbRcVGiOcuyN837fqXzPZ1NS10maQzZMKqw== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "6.13.2" | ||
"@typescript-eslint/utils" "6.13.2" | ||
"@typescript-eslint/typescript-estree" "6.14.0" | ||
"@typescript-eslint/utils" "6.14.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
|
@@ -3446,10 +3446,10 @@ | |
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" | ||
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== | ||
|
||
"@typescript-eslint/types@6.13.2": | ||
version "6.13.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.2.tgz#c044aac24c2f6cefb8e921e397acad5417dd0ae6" | ||
integrity sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg== | ||
"@typescript-eslint/types@6.14.0": | ||
version "6.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929" | ||
integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA== | ||
|
||
"@typescript-eslint/[email protected]", "@typescript-eslint/typescript-estree@^5.55.0": | ||
version "5.62.0" | ||
|
@@ -3464,13 +3464,13 @@ | |
semver "^7.3.7" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/typescript-estree@6.13.2": | ||
version "6.13.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz#ae556ee154c1acf025b48d37c3ef95a1d55da258" | ||
integrity sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w== | ||
"@typescript-eslint/typescript-estree@6.14.0": | ||
version "6.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13" | ||
integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw== | ||
dependencies: | ||
"@typescript-eslint/types" "6.13.2" | ||
"@typescript-eslint/visitor-keys" "6.13.2" | ||
"@typescript-eslint/types" "6.14.0" | ||
"@typescript-eslint/visitor-keys" "6.14.0" | ||
debug "^4.3.4" | ||
globby "^11.1.0" | ||
is-glob "^4.0.3" | ||
|
@@ -3490,17 +3490,17 @@ | |
semver "^7.3.5" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/utils@6.13.2": | ||
version "6.13.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.2.tgz#8eb89e53adc6d703a879b131e528807245486f89" | ||
integrity sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ== | ||
"@typescript-eslint/utils@6.14.0": | ||
version "6.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3" | ||
integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@types/json-schema" "^7.0.12" | ||
"@types/semver" "^7.5.0" | ||
"@typescript-eslint/scope-manager" "6.13.2" | ||
"@typescript-eslint/types" "6.13.2" | ||
"@typescript-eslint/typescript-estree" "6.13.2" | ||
"@typescript-eslint/scope-manager" "6.14.0" | ||
"@typescript-eslint/types" "6.14.0" | ||
"@typescript-eslint/typescript-estree" "6.14.0" | ||
semver "^7.5.4" | ||
|
||
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.45.0": | ||
|
@@ -3533,12 +3533,12 @@ | |
"@typescript-eslint/types" "5.62.0" | ||
eslint-visitor-keys "^3.3.0" | ||
|
||
"@typescript-eslint/visitor-keys@6.13.2": | ||
version "6.13.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.2.tgz#e0a4a80cf842bb08e6127b903284166ac4a5594c" | ||
integrity sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw== | ||
"@typescript-eslint/visitor-keys@6.14.0": | ||
version "6.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e" | ||
integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw== | ||
dependencies: | ||
"@typescript-eslint/types" "6.13.2" | ||
"@typescript-eslint/types" "6.14.0" | ||
eslint-visitor-keys "^3.4.1" | ||
|
||
"@ungap/structured-clone@^1.2.0": | ||
|
@@ -4028,7 +4028,7 @@ [email protected]: | |
dependencies: | ||
deep-equal "^2.0.5" | ||
|
||
aria-query@^5.0.0, aria-query@^5.3.0: | ||
aria-query@^5.0.0: | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e" | ||
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A== | ||
|
@@ -4063,7 +4063,7 @@ array-ify@^1.0.0: | |
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" | ||
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== | ||
|
||
array-includes@^3.1.6, array-includes@^3.1.7: | ||
array-includes@^3.1.6: | ||
version "3.1.7" | ||
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda" | ||
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ== | ||
|
@@ -4089,7 +4089,7 @@ array.prototype.flat@^1.3.1: | |
es-abstract "^1.22.1" | ||
es-shim-unscopables "^1.0.0" | ||
|
||
array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2: | ||
array.prototype.flatmap@^1.3.1: | ||
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527" | ||
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== | ||
|
@@ -4154,11 +4154,6 @@ ast-module-types@^4.0.0: | |
resolved "https://registry.yarnpkg.com/ast-module-types/-/ast-module-types-4.0.0.tgz#17e1cadd5b5b108e7295b0cf0cff21ccc226b639" | ||
integrity sha512-Kd0o8r6CDazJGCRzs8Ivpn0xj19oNKrULhoJFzhGjRsLpekF2zyZs9Ukz+JvZhWD6smszfepakTFhAaYpsI12g== | ||
|
||
ast-types-flow@^0.0.8: | ||
version "0.0.8" | ||
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz#0a85e1c92695769ac13a428bb653e7538bea27d6" | ||
integrity sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ== | ||
|
||
ast-types@^0.13.4: | ||
version "0.13.4" | ||
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782" | ||
|
@@ -4219,23 +4214,11 @@ available-typed-arrays@^1.0.5: | |
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" | ||
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== | ||
|
||
axe-core@=4.7.0: | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf" | ||
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ== | ||
|
||
axe-core@^4.2.0, axe-core@^4.3.3: | ||
version "4.8.2" | ||
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae" | ||
integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g== | ||
|
||
axobject-query@^3.2.1: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a" | ||
integrity sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg== | ||
dependencies: | ||
dequal "^2.0.3" | ||
|
||
b4a@^1.6.4: | ||
version "1.6.4" | ||
resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9" | ||
|
@@ -5257,7 +5240,7 @@ cssesc@^3.0.0: | |
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" | ||
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== | ||
|
||
csstype@^3.0.2, csstype@^3.1.2: | ||
csstype@^3.0.2: | ||
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" | ||
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== | ||
|
@@ -5272,11 +5255,6 @@ custom-elements-manifest@^2.0.0: | |
resolved "https://registry.yarnpkg.com/custom-elements-manifest/-/custom-elements-manifest-2.0.0.tgz#6b234f7a57c68ecda291ea70882555729617de6d" | ||
integrity sha512-1MmhBRszwnNYqn56nkMeHXn/Zlh998+6Yal3wedbXI7NzKPG02GDgjspdN1NiuDtt2yb5n94JvFwPOF7Prnocg== | ||
|
||
damerau-levenshtein@^1.0.8: | ||
version "1.0.8" | ||
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7" | ||
integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA== | ||
|
||
dargs@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc" | ||
|
@@ -5841,11 +5819,6 @@ emoji-regex@^8.0.0: | |
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" | ||
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== | ||
|
||
emoji-regex@^9.2.2: | ||
version "9.2.2" | ||
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" | ||
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== | ||
|
||
encodeurl@^1.0.2, encodeurl@~1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" | ||
|
@@ -5953,7 +5926,7 @@ es-get-iterator@^1.1.3: | |
isarray "^2.0.5" | ||
stop-iteration-iterator "^1.0.0" | ||
|
||
es-iterator-helpers@^1.0.12, es-iterator-helpers@^1.0.15: | ||
es-iterator-helpers@^1.0.12: | ||
version "1.0.15" | ||
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz#bd81d275ac766431d19305923707c3efd9f1ae40" | ||
integrity sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g== | ||
|
@@ -6127,28 +6100,6 @@ [email protected]: | |
dependencies: | ||
"@typescript-eslint/utils" "^5.10.0" | ||
|
||
[email protected]: | ||
version "6.8.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz#2fa9c701d44fcd722b7c771ec322432857fcbad2" | ||
integrity sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA== | ||
dependencies: | ||
"@babel/runtime" "^7.23.2" | ||
aria-query "^5.3.0" | ||
array-includes "^3.1.7" | ||
array.prototype.flatmap "^1.3.2" | ||
ast-types-flow "^0.0.8" | ||
axe-core "=4.7.0" | ||
axobject-query "^3.2.1" | ||
damerau-levenshtein "^1.0.8" | ||
emoji-regex "^9.2.2" | ||
es-iterator-helpers "^1.0.15" | ||
hasown "^2.0.0" | ||
jsx-ast-utils "^3.3.5" | ||
language-tags "^1.0.9" | ||
minimatch "^3.1.2" | ||
object.entries "^1.1.7" | ||
object.fromentries "^2.0.7" | ||
|
||
[email protected]: | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.10.1.tgz#c5195518aeed91249d72f3a131cfecc86e2869a9" | ||
|
@@ -8066,7 +8017,7 @@ jsonparse@^1.2.0: | |
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" | ||
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== | ||
|
||
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.5: | ||
"jsx-ast-utils@^2.4.1 || ^3.0.0": | ||
version "3.3.5" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a" | ||
integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ== | ||
|
@@ -8076,13 +8027,6 @@ jsonparse@^1.2.0: | |
object.assign "^4.1.4" | ||
object.values "^1.1.6" | ||
|
||
[email protected]: | ||
version "8.1.1" | ||
resolved "https://registry.yarnpkg.com/jsx-dom/-/jsx-dom-8.1.1.tgz#543c4ea0046e16f7e8903e62438621e5a37ad2c3" | ||
integrity sha512-E8KNiE30jHJlejkEsiUzhmHxjOeJU2q427Q8A6zogJHxJznBK+x/R/43R7oJcYHgrLbzIZLc+zV1AfH2lmLctw== | ||
dependencies: | ||
csstype "^3.1.2" | ||
|
||
just-extend@^4.0.2: | ||
version "4.2.1" | ||
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-4.2.1.tgz#ef5e589afb61e5d66b24eca749409a8939a8c744" | ||
|
@@ -8193,18 +8137,6 @@ kolorist@^1.8.0: | |
resolved "https://registry.yarnpkg.com/kolorist/-/kolorist-1.8.0.tgz#edddbbbc7894bc13302cdf740af6374d4a04743c" | ||
integrity sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ== | ||
|
||
language-subtag-registry@^0.3.20: | ||
version "0.3.22" | ||
resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#2e1500861b2e457eba7e7ae86877cbd08fa1fd1d" | ||
integrity sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w== | ||
|
||
language-tags@^1.0.9: | ||
version "1.0.9" | ||
resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.9.tgz#1ffdcd0ec0fafb4b1be7f8b11f306ad0f9c08777" | ||
integrity sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA== | ||
dependencies: | ||
language-subtag-registry "^0.3.20" | ||
|
||
lazy-universal-dotenv@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/lazy-universal-dotenv/-/lazy-universal-dotenv-4.0.0.tgz#0b220c264e89a042a37181a4928cdd298af73422" | ||
|
@@ -9546,7 +9478,7 @@ object.assign@^4.1.4: | |
has-symbols "^1.0.3" | ||
object-keys "^1.1.1" | ||
|
||
object.entries@^1.1.6, object.entries@^1.1.7: | ||
object.entries@^1.1.6: | ||
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.7.tgz#2b47760e2a2e3a752f39dd874655c61a7f03c131" | ||
integrity sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA== | ||
|
@@ -9555,7 +9487,7 @@ object.entries@^1.1.6, object.entries@^1.1.7: | |
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
object.fromentries@^2.0.6, object.fromentries@^2.0.7: | ||
object.fromentries@^2.0.6: | ||
version "2.0.7" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616" | ||
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA== | ||
|