Skip to content

Commit 0f314af

Browse files
fix eslint
1 parent 5090499 commit 0f314af

File tree

2 files changed

+125
-37
lines changed

2 files changed

+125
-37
lines changed

redisinsight/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"@types/node": "14.14.10",
111111
"@types/ssh2": "^1.11.6",
112112
"@types/supertest": "^2.0.8",
113-
"@typescript-eslint/eslint-plugin": "^4.8.1",
114-
"@typescript-eslint/parser": "^4.8.1",
113+
"@typescript-eslint/eslint-plugin": "^5.62.0",
114+
"@typescript-eslint/parser": "^5.62.0",
115115
"chai": "^4.3.4",
116116
"concurrently": "^5.3.0",
117117
"cross-env": "^7.0.3",

redisinsight/api/yarn.lock

Lines changed: 123 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,18 @@
695695
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.23.0.tgz#db44a6a08520b5f25bbe409f34a59f2d4bcc7ced"
696696
integrity sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==
697697

698+
"@eslint-community/eslint-utils@^4.2.0":
699+
version "4.4.1"
700+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
701+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
702+
dependencies:
703+
eslint-visitor-keys "^3.4.3"
704+
705+
"@eslint-community/regexpp@^4.4.0":
706+
version "4.12.1"
707+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
708+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
709+
698710
"@eslint/eslintrc@^0.4.3":
699711
version "0.4.3"
700712
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -1617,11 +1629,16 @@
16171629
jest-diff "^26.0.0"
16181630
pretty-format "^26.0.0"
16191631

1620-
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
1632+
"@types/json-schema@^7.0.8":
16211633
version "7.0.11"
16221634
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
16231635
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
16241636

1637+
"@types/json-schema@^7.0.9":
1638+
version "7.0.15"
1639+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1640+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1641+
16251642
"@types/json5@^0.0.29":
16261643
version "0.0.29"
16271644
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -1669,6 +1686,11 @@
16691686
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
16701687
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
16711688

1689+
"@types/semver@^7.3.12":
1690+
version "7.5.8"
1691+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1692+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
1693+
16721694
"@types/send@*":
16731695
version "0.17.1"
16741696
resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.1.tgz#ed4932b8a2a805f1fe362a70f4e62d0ac994e301"
@@ -1746,33 +1768,23 @@
17461768
dependencies:
17471769
"@types/yargs-parser" "*"
17481770

1749-
"@typescript-eslint/eslint-plugin@^4.8.1":
1750-
version "4.33.0"
1751-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1752-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
1771+
"@typescript-eslint/eslint-plugin@^5.62.0":
1772+
version "5.62.0"
1773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1774+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
17531775
dependencies:
1754-
"@typescript-eslint/experimental-utils" "4.33.0"
1755-
"@typescript-eslint/scope-manager" "4.33.0"
1756-
debug "^4.3.1"
1757-
functional-red-black-tree "^1.0.1"
1758-
ignore "^5.1.8"
1759-
regexpp "^3.1.0"
1760-
semver "^7.3.5"
1776+
"@eslint-community/regexpp" "^4.4.0"
1777+
"@typescript-eslint/scope-manager" "5.62.0"
1778+
"@typescript-eslint/type-utils" "5.62.0"
1779+
"@typescript-eslint/utils" "5.62.0"
1780+
debug "^4.3.4"
1781+
graphemer "^1.4.0"
1782+
ignore "^5.2.0"
1783+
natural-compare-lite "^1.4.0"
1784+
semver "^7.3.7"
17611785
tsutils "^3.21.0"
17621786

1763-
"@typescript-eslint/[email protected]":
1764-
version "4.33.0"
1765-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1766-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1767-
dependencies:
1768-
"@types/json-schema" "^7.0.7"
1769-
"@typescript-eslint/scope-manager" "4.33.0"
1770-
"@typescript-eslint/types" "4.33.0"
1771-
"@typescript-eslint/typescript-estree" "4.33.0"
1772-
eslint-scope "^5.1.1"
1773-
eslint-utils "^3.0.0"
1774-
1775-
"@typescript-eslint/parser@^4.4.1", "@typescript-eslint/parser@^4.8.1":
1787+
"@typescript-eslint/parser@^4.4.1":
17761788
version "4.33.0"
17771789
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
17781790
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
@@ -1782,6 +1794,16 @@
17821794
"@typescript-eslint/typescript-estree" "4.33.0"
17831795
debug "^4.3.1"
17841796

1797+
"@typescript-eslint/parser@^5.62.0":
1798+
version "5.62.0"
1799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1800+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1801+
dependencies:
1802+
"@typescript-eslint/scope-manager" "5.62.0"
1803+
"@typescript-eslint/types" "5.62.0"
1804+
"@typescript-eslint/typescript-estree" "5.62.0"
1805+
debug "^4.3.4"
1806+
17851807
"@typescript-eslint/[email protected]":
17861808
version "4.33.0"
17871809
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
@@ -1790,11 +1812,34 @@
17901812
"@typescript-eslint/types" "4.33.0"
17911813
"@typescript-eslint/visitor-keys" "4.33.0"
17921814

1815+
"@typescript-eslint/[email protected]":
1816+
version "5.62.0"
1817+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1818+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1819+
dependencies:
1820+
"@typescript-eslint/types" "5.62.0"
1821+
"@typescript-eslint/visitor-keys" "5.62.0"
1822+
1823+
"@typescript-eslint/[email protected]":
1824+
version "5.62.0"
1825+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1826+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1827+
dependencies:
1828+
"@typescript-eslint/typescript-estree" "5.62.0"
1829+
"@typescript-eslint/utils" "5.62.0"
1830+
debug "^4.3.4"
1831+
tsutils "^3.21.0"
1832+
17931833
"@typescript-eslint/[email protected]":
17941834
version "4.33.0"
17951835
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
17961836
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
17971837

1838+
"@typescript-eslint/[email protected]":
1839+
version "5.62.0"
1840+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1841+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1842+
17981843
"@typescript-eslint/[email protected]":
17991844
version "4.33.0"
18001845
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -1808,6 +1853,33 @@
18081853
semver "^7.3.5"
18091854
tsutils "^3.21.0"
18101855

1856+
"@typescript-eslint/[email protected]":
1857+
version "5.62.0"
1858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1859+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1860+
dependencies:
1861+
"@typescript-eslint/types" "5.62.0"
1862+
"@typescript-eslint/visitor-keys" "5.62.0"
1863+
debug "^4.3.4"
1864+
globby "^11.1.0"
1865+
is-glob "^4.0.3"
1866+
semver "^7.3.7"
1867+
tsutils "^3.21.0"
1868+
1869+
"@typescript-eslint/[email protected]":
1870+
version "5.62.0"
1871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1872+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1873+
dependencies:
1874+
"@eslint-community/eslint-utils" "^4.2.0"
1875+
"@types/json-schema" "^7.0.9"
1876+
"@types/semver" "^7.3.12"
1877+
"@typescript-eslint/scope-manager" "5.62.0"
1878+
"@typescript-eslint/types" "5.62.0"
1879+
"@typescript-eslint/typescript-estree" "5.62.0"
1880+
eslint-scope "^5.1.1"
1881+
semver "^7.3.7"
1882+
18111883
"@typescript-eslint/[email protected]":
18121884
version "4.33.0"
18131885
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -1816,6 +1888,14 @@
18161888
"@typescript-eslint/types" "4.33.0"
18171889
eslint-visitor-keys "^2.0.0"
18181890

1891+
"@typescript-eslint/[email protected]":
1892+
version "5.62.0"
1893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1894+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1895+
dependencies:
1896+
"@typescript-eslint/types" "5.62.0"
1897+
eslint-visitor-keys "^3.3.0"
1898+
18191899
18201900
version "1.1.2"
18211901
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -3839,13 +3919,6 @@ eslint-utils@^2.1.0:
38393919
dependencies:
38403920
eslint-visitor-keys "^1.1.0"
38413921

3842-
eslint-utils@^3.0.0:
3843-
version "3.0.0"
3844-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3845-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3846-
dependencies:
3847-
eslint-visitor-keys "^2.0.0"
3848-
38493922
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
38503923
version "1.3.0"
38513924
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3856,6 +3929,11 @@ eslint-visitor-keys@^2.0.0:
38563929
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
38573930
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
38583931

3932+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
3933+
version "3.4.3"
3934+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3935+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3936+
38593937
eslint@^7.1.0:
38603938
version "7.32.0"
38613939
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -4551,7 +4629,7 @@ globalthis@^1.0.3:
45514629
dependencies:
45524630
define-properties "^1.1.3"
45534631

4554-
globby@^11.0.3:
4632+
globby@^11.0.3, globby@^11.1.0:
45554633
version "11.1.0"
45564634
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
45574635
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -4575,6 +4653,11 @@ graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0,
45754653
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
45764654
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
45774655

4656+
graphemer@^1.4.0:
4657+
version "1.4.0"
4658+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
4659+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
4660+
45784661
45794662
version "1.10.5"
45804663
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
@@ -4755,7 +4838,7 @@ ignore@^4.0.6:
47554838
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
47564839
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
47574840

4758-
ignore@^5.1.8, ignore@^5.2.0:
4841+
ignore@^5.2.0:
47594842
version "5.2.4"
47604843
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
47614844
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -6383,6 +6466,11 @@ napi-build-utils@^1.0.1:
63836466
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806"
63846467
integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==
63856468

6469+
natural-compare-lite@^1.4.0:
6470+
version "1.4.0"
6471+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6472+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6473+
63866474
natural-compare@^1.4.0:
63876475
version "1.4.0"
63886476
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -7536,7 +7624,7 @@ schema-utils@^3.2.0:
75367624
ajv "^6.12.5"
75377625
ajv-keywords "^3.5.2"
75387626

7539-
"semver@2 || 3 || 4 || 5", semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.2.1, semver@^7.3.5, semver@^7.3.8, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3:
7627+
"semver@2 || 3 || 4 || 5", semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.2.1, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3:
75407628
version "7.5.4"
75417629
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
75427630
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==

0 commit comments

Comments
 (0)