-
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 c64b279
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.19.1", "@typescript-eslint/eslint-plugin@^8.19.1": | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz#5f26c0a833b27bcb1aa402b82e76d3b8dda0b247" | ||
integrity sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg== | ||
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.19.1" | ||
"@typescript-eslint/type-utils" "8.19.1" | ||
"@typescript-eslint/utils" "8.19.1" | ||
"@typescript-eslint/visitor-keys" "8.19.1" | ||
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.19.1", "@typescript-eslint/parser@^8.19.1": | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b" | ||
integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw== | ||
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.19.1" | ||
"@typescript-eslint/types" "8.19.1" | ||
"@typescript-eslint/typescript-estree" "8.19.1" | ||
"@typescript-eslint/visitor-keys" "8.19.1" | ||
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.19.1": | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b" | ||
integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q== | ||
dependencies: | ||
"@typescript-eslint/types" "7.18.0" | ||
"@typescript-eslint/visitor-keys" "7.18.0" | ||
"@typescript-eslint/types" "8.19.1" | ||
"@typescript-eslint/visitor-keys" "8.19.1" | ||
|
||
"@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.19.1": | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.1.tgz#23710ab52643c19f74601b3f4a076c98f4e159aa" | ||
integrity sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "7.18.0" | ||
"@typescript-eslint/utils" "7.18.0" | ||
"@typescript-eslint/typescript-estree" "8.19.1" | ||
"@typescript-eslint/utils" "8.19.1" | ||
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.19.1": | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c" | ||
integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA== | ||
|
||
"@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.19.1": | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b" | ||
integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q== | ||
dependencies: | ||
"@typescript-eslint/types" "7.18.0" | ||
"@typescript-eslint/visitor-keys" "7.18.0" | ||
"@typescript-eslint/types" "8.19.1" | ||
"@typescript-eslint/visitor-keys" "8.19.1" | ||
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.19.1": | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b" | ||
integrity sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA== | ||
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.19.1" | ||
"@typescript-eslint/types" "8.19.1" | ||
"@typescript-eslint/typescript-estree" "8.19.1" | ||
|
||
"@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.19.1": | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0" | ||
integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q== | ||
dependencies: | ||
"@typescript-eslint/types" "7.18.0" | ||
eslint-visitor-keys "^3.4.3" | ||
"@typescript-eslint/types" "8.19.1" | ||
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.19.1: | ||
version "8.19.1" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.19.1.tgz#fdf7d53bc020bf7c48d40744bf3797ee7a70f69e" | ||
integrity sha512-LKPUQpdEMVOeKluHi8md7rwLcoXHhwvWp3x+sJkMuq3gGm9yaYJtPo8sRZSblMFJ5pcOGCAak/scKf1mvZDlQw== | ||
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.19.1" | ||
"@typescript-eslint/parser" "8.19.1" | ||
"@typescript-eslint/utils" "8.19.1" | ||
|
||
typescript@^5.6.2: | ||
version "5.6.2" | ||
|