-
Notifications
You must be signed in to change notification settings - Fork 19
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 typescript-eslint monorepo to v8
- Loading branch information
1 parent
59265b2
commit 0203df2
Showing
2 changed files
with
95 additions
and
85 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 |
---|---|---|
|
@@ -460,20 +460,20 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@7.18.0", "@typescript-eslint/eslint-plugin@^7.18.0": | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" | ||
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== | ||
"@typescript-eslint/eslint-plugin@8.20.0", "@typescript-eslint/eslint-plugin@^8.20.0": | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863" | ||
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "7.18.0" | ||
"@typescript-eslint/type-utils" "7.18.0" | ||
"@typescript-eslint/utils" "7.18.0" | ||
"@typescript-eslint/visitor-keys" "7.18.0" | ||
"@typescript-eslint/scope-manager" "8.20.0" | ||
"@typescript-eslint/type-utils" "8.20.0" | ||
"@typescript-eslint/utils" "8.20.0" | ||
"@typescript-eslint/visitor-keys" "8.20.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
ts-api-utils "^2.0.0" | ||
|
||
"@typescript-eslint/eslint-plugin@^6.9.0": | ||
version "6.21.0" | ||
|
@@ -499,15 +499,15 @@ | |
dependencies: | ||
"@typescript-eslint/utils" "5.40.0" | ||
|
||
"@typescript-eslint/parser@7.18.0", "@typescript-eslint/parser@^7.18.0": | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" | ||
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== | ||
"@typescript-eslint/parser@8.20.0", "@typescript-eslint/parser@^8.20.0": | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced" | ||
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "7.18.0" | ||
"@typescript-eslint/types" "7.18.0" | ||
"@typescript-eslint/typescript-estree" "7.18.0" | ||
"@typescript-eslint/visitor-keys" "7.18.0" | ||
"@typescript-eslint/scope-manager" "8.20.0" | ||
"@typescript-eslint/types" "8.20.0" | ||
"@typescript-eslint/typescript-estree" "8.20.0" | ||
"@typescript-eslint/visitor-keys" "8.20.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/parser@^6.9.0": | ||
|
@@ -537,13 +537,13 @@ | |
"@typescript-eslint/types" "6.21.0" | ||
"@typescript-eslint/visitor-keys" "6.21.0" | ||
|
||
"@typescript-eslint/scope-manager@7.18.0": | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83" | ||
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA== | ||
"@typescript-eslint/scope-manager@8.20.0": | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c" | ||
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw== | ||
dependencies: | ||
"@typescript-eslint/types" "7.18.0" | ||
"@typescript-eslint/visitor-keys" "7.18.0" | ||
"@typescript-eslint/types" "8.20.0" | ||
"@typescript-eslint/visitor-keys" "8.20.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "6.21.0" | ||
|
@@ -555,15 +555,15 @@ | |
debug "^4.3.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/type-utils@7.18.0": | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" | ||
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== | ||
"@typescript-eslint/type-utils@8.20.0": | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19" | ||
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "7.18.0" | ||
"@typescript-eslint/utils" "7.18.0" | ||
"@typescript-eslint/typescript-estree" "8.20.0" | ||
"@typescript-eslint/utils" "8.20.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
ts-api-utils "^2.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.40.0" | ||
|
@@ -575,10 +575,10 @@ | |
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz" | ||
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== | ||
|
||
"@typescript-eslint/types@7.18.0": | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" | ||
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== | ||
"@typescript-eslint/types@8.20.0": | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf" | ||
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.40.0" | ||
|
@@ -607,19 +607,19 @@ | |
semver "^7.5.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/typescript-estree@7.18.0": | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" | ||
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA== | ||
"@typescript-eslint/typescript-estree@8.20.0": | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b" | ||
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA== | ||
dependencies: | ||
"@typescript-eslint/types" "7.18.0" | ||
"@typescript-eslint/visitor-keys" "7.18.0" | ||
"@typescript-eslint/types" "8.20.0" | ||
"@typescript-eslint/visitor-keys" "8.20.0" | ||
debug "^4.3.4" | ||
globby "^11.1.0" | ||
fast-glob "^3.3.2" | ||
is-glob "^4.0.3" | ||
minimatch "^9.0.4" | ||
semver "^7.6.0" | ||
ts-api-utils "^1.3.0" | ||
ts-api-utils "^2.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.40.0" | ||
|
@@ -647,15 +647,15 @@ | |
"@typescript-eslint/typescript-estree" "6.21.0" | ||
semver "^7.5.4" | ||
|
||
"@typescript-eslint/utils@7.18.0": | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" | ||
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== | ||
"@typescript-eslint/utils@8.20.0": | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2" | ||
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "7.18.0" | ||
"@typescript-eslint/types" "7.18.0" | ||
"@typescript-eslint/typescript-estree" "7.18.0" | ||
"@typescript-eslint/scope-manager" "8.20.0" | ||
"@typescript-eslint/types" "8.20.0" | ||
"@typescript-eslint/typescript-estree" "8.20.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.40.0" | ||
|
@@ -673,13 +673,13 @@ | |
"@typescript-eslint/types" "6.21.0" | ||
eslint-visitor-keys "^3.4.1" | ||
|
||
"@typescript-eslint/visitor-keys@7.18.0": | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7" | ||
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg== | ||
"@typescript-eslint/visitor-keys@8.20.0": | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed" | ||
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA== | ||
dependencies: | ||
"@typescript-eslint/types" "7.18.0" | ||
eslint-visitor-keys "^3.4.3" | ||
"@typescript-eslint/types" "8.20.0" | ||
eslint-visitor-keys "^4.2.0" | ||
|
||
"@ungap/structured-clone@^1.2.0": | ||
version "1.2.0" | ||
|
@@ -823,12 +823,12 @@ brace-expansion@^2.0.1: | |
dependencies: | ||
balanced-match "^1.0.0" | ||
|
||
braces@^3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" | ||
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== | ||
braces@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" | ||
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== | ||
dependencies: | ||
fill-range "^7.0.1" | ||
fill-range "^7.1.1" | ||
|
||
browserslist@^4.23.0: | ||
version "4.23.0" | ||
|
@@ -1544,6 +1544,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 | |
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" | ||
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== | ||
|
||
eslint-visitor-keys@^4.2.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" | ||
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== | ||
|
||
eslint@^8.57.1: | ||
version "8.57.1" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" | ||
|
@@ -1631,16 +1636,16 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: | |
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" | ||
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== | ||
|
||
fast-glob@^3.2.9: | ||
version "3.2.12" | ||
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz" | ||
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== | ||
fast-glob@^3.2.9, fast-glob@^3.3.2: | ||
version "3.3.3" | ||
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" | ||
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== | ||
dependencies: | ||
"@nodelib/fs.stat" "^2.0.2" | ||
"@nodelib/fs.walk" "^1.2.3" | ||
glob-parent "^5.1.2" | ||
merge2 "^1.3.0" | ||
micromatch "^4.0.4" | ||
micromatch "^4.0.8" | ||
|
||
fast-json-stable-stringify@^2.0.0: | ||
version "2.1.0" | ||
|
@@ -1666,10 +1671,10 @@ file-entry-cache@^6.0.1: | |
dependencies: | ||
flat-cache "^3.0.4" | ||
|
||
fill-range@^7.0.1: | ||
version "7.0.1" | ||
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" | ||
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== | ||
fill-range@^7.1.1: | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" | ||
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== | ||
dependencies: | ||
to-regex-range "^5.0.1" | ||
|
||
|
@@ -2194,12 +2199,12 @@ merge2@^1.3.0, merge2@^1.4.1: | |
resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" | ||
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== | ||
|
||
micromatch@^4.0.4: | ||
version "4.0.5" | ||
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" | ||
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== | ||
micromatch@^4.0.8: | ||
version "4.0.8" | ||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" | ||
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== | ||
dependencies: | ||
braces "^3.0.2" | ||
braces "^3.0.3" | ||
picomatch "^2.3.1" | ||
|
||
min-indent@^1.0.0: | ||
|
@@ -2801,11 +2806,16 @@ to-regex-range@^5.0.1: | |
dependencies: | ||
is-number "^7.0.0" | ||
|
||
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0: | ||
ts-api-utils@^1.0.1: | ||
version "1.3.0" | ||
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz" | ||
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== | ||
|
||
ts-api-utils@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900" | ||
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ== | ||
|
||
tsconfig-paths@^3.14.1: | ||
version "3.14.1" | ||
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz" | ||
|
@@ -2880,14 +2890,14 @@ type-fest@^0.8.1: | |
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" | ||
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== | ||
|
||
typescript-eslint@7.18.0: | ||
version "7.18.0" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.18.0.tgz#e90d57649b2ad37a7475875fa3e834a6d9f61eb2" | ||
integrity sha512-PonBkP603E3tt05lDkbOMyaxJjvKqQrXsnow72sVeOFINDE/qNmnnd+f9b4N+U7W6MXnnYyrhtmF2t08QWwUbA== | ||
typescript-eslint@8.20.0: | ||
version "8.20.0" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.20.0.tgz#76d4ea6a483fd49830a7e8baccaed10f76d1e57b" | ||
integrity sha512-Kxz2QRFsgbWj6Xcftlw3Dd154b3cEPFqQC+qMZrMypSijPd4UanKKvoKDrJ4o8AIfZFKAF+7sMaEIR8mTElozA== | ||
dependencies: | ||
"@typescript-eslint/eslint-plugin" "7.18.0" | ||
"@typescript-eslint/parser" "7.18.0" | ||
"@typescript-eslint/utils" "7.18.0" | ||
"@typescript-eslint/eslint-plugin" "8.20.0" | ||
"@typescript-eslint/parser" "8.20.0" | ||
"@typescript-eslint/utils" "8.20.0" | ||
|
||
typescript@^5.6.2: | ||
version "5.6.2" | ||
|