-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the everything-else group across 1 directory with 3 updates
Bumps the everything-else group with 3 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.10.0 to 9.11.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js) Updates `@types/node` from 22.5.5 to 22.7.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript-eslint` from 8.6.0 to 8.7.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
115afac
commit a0d3b3e
Showing
2 changed files
with
70 additions
and
146 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 |
---|---|---|
|
@@ -406,11 +406,16 @@ | |
minimatch "^3.1.2" | ||
strip-json-comments "^3.1.1" | ||
|
||
"@eslint/[email protected]", "@eslint/js@^9.10.0": | ||
"@eslint/[email protected]": | ||
version "9.10.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.10.0.tgz#eaa3cb0baec497970bb29e43a153d0d5650143c6" | ||
integrity sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g== | ||
|
||
"@eslint/js@^9.11.1": | ||
version "9.11.1" | ||
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986" | ||
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA== | ||
|
||
"@eslint/object-schema@^2.1.4": | ||
version "2.1.4" | ||
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843" | ||
|
@@ -887,10 +892,10 @@ | |
expect "^29.0.0" | ||
pretty-format "^29.0.0" | ||
|
||
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.5.5": | ||
version "22.5.5" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44" | ||
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA== | ||
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.7.4": | ||
version "22.7.4" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.4.tgz#e35d6f48dca3255ce44256ddc05dee1c23353fcc" | ||
integrity sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg== | ||
dependencies: | ||
undici-types "~6.19.2" | ||
|
||
|
@@ -916,166 +921,85 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999" | ||
integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "8.6.0" | ||
"@typescript-eslint/type-utils" "8.6.0" | ||
"@typescript-eslint/utils" "8.6.0" | ||
"@typescript-eslint/visitor-keys" "8.6.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/eslint-plugin@^8.5.0": | ||
version "8.5.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.5.0.tgz#7c1863693a98371703686e1c0fac64ffc576cdb1" | ||
integrity sha512-lHS5hvz33iUFQKuPFGheAB84LwcJ60G8vKnEhnfcK1l8kGVLro2SFYW6K0/tj8FUhRJ0VHyg1oAfg50QGbPPHw== | ||
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.5.0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.7.0.tgz#d0070f206daad26253bf00ca5b80f9b54f9e2dd0" | ||
integrity sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "8.5.0" | ||
"@typescript-eslint/type-utils" "8.5.0" | ||
"@typescript-eslint/utils" "8.5.0" | ||
"@typescript-eslint/visitor-keys" "8.5.0" | ||
"@typescript-eslint/scope-manager" "8.7.0" | ||
"@typescript-eslint/type-utils" "8.7.0" | ||
"@typescript-eslint/utils" "8.7.0" | ||
"@typescript-eslint/visitor-keys" "8.7.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/parser@8.6.0": | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6" | ||
integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow== | ||
"@typescript-eslint/parser@8.7.0", "@typescript-eslint/parser@^8.5.0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.7.0.tgz#a567b0890d13db72c7348e1d88442ea8ab4e9173" | ||
integrity sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "8.6.0" | ||
"@typescript-eslint/types" "8.6.0" | ||
"@typescript-eslint/typescript-estree" "8.6.0" | ||
"@typescript-eslint/visitor-keys" "8.6.0" | ||
"@typescript-eslint/scope-manager" "8.7.0" | ||
"@typescript-eslint/types" "8.7.0" | ||
"@typescript-eslint/typescript-estree" "8.7.0" | ||
"@typescript-eslint/visitor-keys" "8.7.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/parser@^8.5.0": | ||
version "8.5.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.5.0.tgz#d590e1ef9f31f26d423999ad3f687723247e6bcc" | ||
integrity sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw== | ||
"@typescript-eslint/[email protected].0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.7.0.tgz#90ee7bf9bc982b9260b93347c01a8bc2b595e0b8" | ||
integrity sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "8.5.0" | ||
"@typescript-eslint/types" "8.5.0" | ||
"@typescript-eslint/typescript-estree" "8.5.0" | ||
"@typescript-eslint/visitor-keys" "8.5.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.5.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz#385341de65b976f02b295b8aca54bb4ffd6b5f07" | ||
integrity sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg== | ||
dependencies: | ||
"@typescript-eslint/types" "8.5.0" | ||
"@typescript-eslint/visitor-keys" "8.5.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982" | ||
integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw== | ||
dependencies: | ||
"@typescript-eslint/types" "8.6.0" | ||
"@typescript-eslint/visitor-keys" "8.6.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.5.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.5.0.tgz#6215b23aa39dbbd8dde0a4ef9ee0f745410c29b1" | ||
integrity sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.5.0" | ||
"@typescript-eslint/utils" "8.5.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
"@typescript-eslint/types" "8.7.0" | ||
"@typescript-eslint/visitor-keys" "8.7.0" | ||
|
||
"@typescript-eslint/type-utils@8.6.0": | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0" | ||
integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg== | ||
"@typescript-eslint/type-utils@8.7.0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.7.0.tgz#d56b104183bdcffcc434a23d1ce26cde5e42df93" | ||
integrity sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.6.0" | ||
"@typescript-eslint/utils" "8.6.0" | ||
"@typescript-eslint/typescript-estree" "8.7.0" | ||
"@typescript-eslint/utils" "8.7.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.5.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.5.0.tgz#4465d99331d1276f8fb2030e4f9c73fe01a05bf9" | ||
integrity sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c" | ||
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.5.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz#6e5758cf2f63aa86e9ddfa4e284e2e0b81b87557" | ||
integrity sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q== | ||
dependencies: | ||
"@typescript-eslint/types" "8.5.0" | ||
"@typescript-eslint/visitor-keys" "8.5.0" | ||
debug "^4.3.4" | ||
fast-glob "^3.3.2" | ||
is-glob "^4.0.3" | ||
minimatch "^9.0.4" | ||
semver "^7.6.0" | ||
ts-api-utils "^1.3.0" | ||
"@typescript-eslint/[email protected]": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19" | ||
integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w== | ||
|
||
"@typescript-eslint/typescript-estree@8.6.0": | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01" | ||
integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g== | ||
"@typescript-eslint/typescript-estree@8.7.0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.7.0.tgz#6c7db6baa4380b937fa81466c546d052f362d0e8" | ||
integrity sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg== | ||
dependencies: | ||
"@typescript-eslint/types" "8.6.0" | ||
"@typescript-eslint/visitor-keys" "8.6.0" | ||
"@typescript-eslint/types" "8.7.0" | ||
"@typescript-eslint/visitor-keys" "8.7.0" | ||
debug "^4.3.4" | ||
fast-glob "^3.3.2" | ||
is-glob "^4.0.3" | ||
minimatch "^9.0.4" | ||
semver "^7.6.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.5.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.5.0.tgz#4d4ffed96d0654546a37faa5b84bdce16d951634" | ||
integrity sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "8.5.0" | ||
"@typescript-eslint/types" "8.5.0" | ||
"@typescript-eslint/typescript-estree" "8.5.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c" | ||
integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A== | ||
"@typescript-eslint/[email protected]": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.7.0.tgz#cef3f70708b5b5fd7ed8672fc14714472bd8a011" | ||
integrity sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "8.6.0" | ||
"@typescript-eslint/types" "8.6.0" | ||
"@typescript-eslint/typescript-estree" "8.6.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.5.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz#13028df3b866d2e3e2e2cc4193cf2c1e0e04c4bf" | ||
integrity sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw== | ||
dependencies: | ||
"@typescript-eslint/types" "8.5.0" | ||
eslint-visitor-keys "^3.4.3" | ||
"@typescript-eslint/scope-manager" "8.7.0" | ||
"@typescript-eslint/types" "8.7.0" | ||
"@typescript-eslint/typescript-estree" "8.7.0" | ||
|
||
"@typescript-eslint/visitor-keys@8.6.0": | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f" | ||
integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg== | ||
"@typescript-eslint/visitor-keys@8.7.0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.7.0.tgz#5e46f1777f9d69360a883c1a56ac3c511c9659a8" | ||
integrity sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ== | ||
dependencies: | ||
"@typescript-eslint/types" "8.6.0" | ||
"@typescript-eslint/types" "8.7.0" | ||
eslint-visitor-keys "^3.4.3" | ||
|
||
acorn-jsx@^5.3.2: | ||
|
@@ -3252,14 +3176,14 @@ type-fest@^0.21.3: | |
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" | ||
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== | ||
|
||
typescript-eslint@^8.6.0: | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.6.0.tgz#5f0b5e23b34385ef146e447616c1a0d6bd14bedb" | ||
integrity sha512-eEhhlxCEpCd4helh3AO1hk0UP2MvbRi9CtIAJTVPQjuSXOOO2jsEacNi4UdcJzZJbeuVg1gMhtZ8UYb+NFYPrA== | ||
typescript-eslint@^8.7.0: | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.7.0.tgz#6c84f94013a0cc0074da7d639c2644eae20c3171" | ||
integrity sha512-nEHbEYJyHwsuf7c3V3RS7Saq+1+la3i0ieR3qP0yjqWSzVmh8Drp47uOl9LjbPANac4S7EFSqvcYIKXUUwIfIQ== | ||
dependencies: | ||
"@typescript-eslint/eslint-plugin" "8.6.0" | ||
"@typescript-eslint/parser" "8.6.0" | ||
"@typescript-eslint/utils" "8.6.0" | ||
"@typescript-eslint/eslint-plugin" "8.7.0" | ||
"@typescript-eslint/parser" "8.7.0" | ||
"@typescript-eslint/utils" "8.7.0" | ||
|
||
typescript@^5.6.2: | ||
version "5.6.2" | ||
|