Skip to content

Commit c6e0b48

Browse files
chore(deps): update dependencies
1 parent 5b22e72 commit c6e0b48

File tree

2 files changed

+99
-80
lines changed

2 files changed

+99
-80
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"@swc/jest": "0.2.27",
5454
"@types/jest": "29.5.3",
5555
"@types/node": "18.17.3",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "6.2.1",
57+
"@typescript-eslint/parser": "6.2.1",
5858
"eslint": "8.46.0",
59-
"eslint-config-prettier": "8.10.0",
59+
"eslint-config-prettier": "9.0.0",
6060
"eslint-plugin-jest": "27.2.3",
6161
"jest": "29.6.2",
6262
"nodemon": "3.0.1",

yarn.lock

+96-77
Original file line numberDiff line numberDiff line change
@@ -440,19 +440,14 @@
440440
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
441441
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
442442

443-
"@eslint-community/eslint-utils@^4.2.0":
443+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
444444
version "4.4.0"
445445
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
446446
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
447447
dependencies:
448448
eslint-visitor-keys "^3.3.0"
449449

450-
"@eslint-community/regexpp@^4.4.0":
451-
version "4.5.0"
452-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
453-
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
454-
455-
"@eslint-community/regexpp@^4.6.1":
450+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
456451
version "4.6.2"
457452
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
458453
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -1690,6 +1685,11 @@
16901685
expect "^29.0.0"
16911686
pretty-format "^29.0.0"
16921687

1688+
"@types/json-schema@^7.0.12":
1689+
version "7.0.12"
1690+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1691+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1692+
16931693
"@types/json-schema@^7.0.9":
16941694
version "7.0.9"
16951695
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1729,10 +1729,10 @@
17291729
dependencies:
17301730
"@types/node" "*"
17311731

1732-
"@types/semver@^7.3.12":
1733-
version "7.3.12"
1734-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1735-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1732+
"@types/semver@^7.5.0":
1733+
version "7.5.0"
1734+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1735+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
17361736

17371737
"@types/stack-utils@^2.0.0":
17381738
version "2.0.1"
@@ -1758,30 +1758,33 @@
17581758
dependencies:
17591759
"@types/yargs-parser" "*"
17601760

1761-
"@typescript-eslint/[email protected]":
1762-
version "5.62.0"
1763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1764-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1765-
dependencies:
1766-
"@eslint-community/regexpp" "^4.4.0"
1767-
"@typescript-eslint/scope-manager" "5.62.0"
1768-
"@typescript-eslint/type-utils" "5.62.0"
1769-
"@typescript-eslint/utils" "5.62.0"
1761+
"@typescript-eslint/[email protected]":
1762+
version "6.2.1"
1763+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.1.tgz#41b79923fee46a745a3a50cba1c33c622aa3c79a"
1764+
integrity sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==
1765+
dependencies:
1766+
"@eslint-community/regexpp" "^4.5.1"
1767+
"@typescript-eslint/scope-manager" "6.2.1"
1768+
"@typescript-eslint/type-utils" "6.2.1"
1769+
"@typescript-eslint/utils" "6.2.1"
1770+
"@typescript-eslint/visitor-keys" "6.2.1"
17701771
debug "^4.3.4"
17711772
graphemer "^1.4.0"
1772-
ignore "^5.2.0"
1773+
ignore "^5.2.4"
1774+
natural-compare "^1.4.0"
17731775
natural-compare-lite "^1.4.0"
1774-
semver "^7.3.7"
1775-
tsutils "^3.21.0"
1776+
semver "^7.5.4"
1777+
ts-api-utils "^1.0.1"
17761778

1777-
"@typescript-eslint/parser@5.62.0":
1778-
version "5.62.0"
1779-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1780-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1779+
"@typescript-eslint/parser@6.2.1":
1780+
version "6.2.1"
1781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.1.tgz#e18a31eea1cca8841a565f1701960c8123ed07f9"
1782+
integrity sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg==
17811783
dependencies:
1782-
"@typescript-eslint/scope-manager" "5.62.0"
1783-
"@typescript-eslint/types" "5.62.0"
1784-
"@typescript-eslint/typescript-estree" "5.62.0"
1784+
"@typescript-eslint/scope-manager" "6.2.1"
1785+
"@typescript-eslint/types" "6.2.1"
1786+
"@typescript-eslint/typescript-estree" "6.2.1"
1787+
"@typescript-eslint/visitor-keys" "6.2.1"
17851788
debug "^4.3.4"
17861789

17871790
"@typescript-eslint/[email protected]":
@@ -1792,33 +1795,33 @@
17921795
"@typescript-eslint/types" "5.13.0"
17931796
"@typescript-eslint/visitor-keys" "5.13.0"
17941797

1795-
"@typescript-eslint/scope-manager@5.62.0":
1796-
version "5.62.0"
1797-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1798-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1798+
"@typescript-eslint/scope-manager@6.2.1":
1799+
version "6.2.1"
1800+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.1.tgz#b6f43a867b84e5671fe531f2b762e0b68f7cf0c4"
1801+
integrity sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==
17991802
dependencies:
1800-
"@typescript-eslint/types" "5.62.0"
1801-
"@typescript-eslint/visitor-keys" "5.62.0"
1803+
"@typescript-eslint/types" "6.2.1"
1804+
"@typescript-eslint/visitor-keys" "6.2.1"
18021805

1803-
"@typescript-eslint/type-utils@5.62.0":
1804-
version "5.62.0"
1805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1806-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1806+
"@typescript-eslint/type-utils@6.2.1":
1807+
version "6.2.1"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525"
1809+
integrity sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==
18071810
dependencies:
1808-
"@typescript-eslint/typescript-estree" "5.62.0"
1809-
"@typescript-eslint/utils" "5.62.0"
1811+
"@typescript-eslint/typescript-estree" "6.2.1"
1812+
"@typescript-eslint/utils" "6.2.1"
18101813
debug "^4.3.4"
1811-
tsutils "^3.21.0"
1814+
ts-api-utils "^1.0.1"
18121815

18131816
"@typescript-eslint/[email protected]":
18141817
version "5.13.0"
18151818
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
18161819
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
18171820

1818-
"@typescript-eslint/types@5.62.0":
1819-
version "5.62.0"
1820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1821-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1821+
"@typescript-eslint/types@6.2.1":
1822+
version "6.2.1"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
1824+
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
18221825

18231826
"@typescript-eslint/[email protected]":
18241827
version "5.13.0"
@@ -1833,32 +1836,31 @@
18331836
semver "^7.3.5"
18341837
tsutils "^3.21.0"
18351838

1836-
"@typescript-eslint/typescript-estree@5.62.0":
1837-
version "5.62.0"
1838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1839-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1839+
"@typescript-eslint/typescript-estree@6.2.1":
1840+
version "6.2.1"
1841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.1.tgz#2af6e90c1e91cb725a5fe1682841a3f74549389e"
1842+
integrity sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==
18401843
dependencies:
1841-
"@typescript-eslint/types" "5.62.0"
1842-
"@typescript-eslint/visitor-keys" "5.62.0"
1844+
"@typescript-eslint/types" "6.2.1"
1845+
"@typescript-eslint/visitor-keys" "6.2.1"
18431846
debug "^4.3.4"
18441847
globby "^11.1.0"
18451848
is-glob "^4.0.3"
1846-
semver "^7.3.7"
1847-
tsutils "^3.21.0"
1849+
semver "^7.5.4"
1850+
ts-api-utils "^1.0.1"
18481851

1849-
"@typescript-eslint/utils@5.62.0":
1850-
version "5.62.0"
1851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1852-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1852+
"@typescript-eslint/utils@6.2.1":
1853+
version "6.2.1"
1854+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334"
1855+
integrity sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==
18531856
dependencies:
1854-
"@eslint-community/eslint-utils" "^4.2.0"
1855-
"@types/json-schema" "^7.0.9"
1856-
"@types/semver" "^7.3.12"
1857-
"@typescript-eslint/scope-manager" "5.62.0"
1858-
"@typescript-eslint/types" "5.62.0"
1859-
"@typescript-eslint/typescript-estree" "5.62.0"
1860-
eslint-scope "^5.1.1"
1861-
semver "^7.3.7"
1857+
"@eslint-community/eslint-utils" "^4.4.0"
1858+
"@types/json-schema" "^7.0.12"
1859+
"@types/semver" "^7.5.0"
1860+
"@typescript-eslint/scope-manager" "6.2.1"
1861+
"@typescript-eslint/types" "6.2.1"
1862+
"@typescript-eslint/typescript-estree" "6.2.1"
1863+
semver "^7.5.4"
18621864

18631865
"@typescript-eslint/utils@^5.10.0":
18641866
version "5.13.0"
@@ -1880,13 +1882,13 @@
18801882
"@typescript-eslint/types" "5.13.0"
18811883
eslint-visitor-keys "^3.0.0"
18821884

1883-
"@typescript-eslint/visitor-keys@5.62.0":
1884-
version "5.62.0"
1885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1886-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1885+
"@typescript-eslint/visitor-keys@6.2.1":
1886+
version "6.2.1"
1887+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.1.tgz#442e7c09fe94b715a54ebe30e967987c3c41fbf4"
1888+
integrity sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==
18871889
dependencies:
1888-
"@typescript-eslint/types" "5.62.0"
1889-
eslint-visitor-keys "^3.3.0"
1890+
"@typescript-eslint/types" "6.2.1"
1891+
eslint-visitor-keys "^3.4.1"
18901892

18911893
JSONStream@^1.0.4, JSONStream@^1.3.5:
18921894
version "1.3.5"
@@ -2994,10 +2996,10 @@ escape-string-regexp@^4.0.0:
29942996
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
29952997
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
29962998

2997-
eslint-config-prettier@8.10.0:
2998-
version "8.10.0"
2999-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
3000-
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
2999+
eslint-config-prettier@9.0.0:
3000+
version "9.0.0"
3001+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
3002+
integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
30013003

30023004
30033005
version "27.2.3"
@@ -3856,6 +3858,11 @@ ignore@^5.2.0:
38563858
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
38573859
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
38583860

3861+
ignore@^5.2.4:
3862+
version "5.2.4"
3863+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
3864+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
3865+
38593866
import-fresh@^3.2.1:
38603867
version "3.3.0"
38613868
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -6454,6 +6461,13 @@ semver@^7.5.3:
64546461
dependencies:
64556462
lru-cache "^6.0.0"
64566463

6464+
semver@^7.5.4:
6465+
version "7.5.4"
6466+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
6467+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
6468+
dependencies:
6469+
lru-cache "^6.0.0"
6470+
64576471
set-blocking@^2.0.0:
64586472
version "2.0.0"
64596473
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -6996,6 +7010,11 @@ trim-repeated@^2.0.0:
69967010
dependencies:
69977011
escape-string-regexp "^5.0.0"
69987012

7013+
ts-api-utils@^1.0.1:
7014+
version "1.0.1"
7015+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
7016+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
7017+
69997018
tslib@^1.8.1:
70007019
version "1.14.1"
70017020
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)