Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit 8ce28d3

Browse files
fix(deps): update typescript-eslint monorepo to v7
1 parent 88ababf commit 8ce28d3

File tree

2 files changed

+119
-83
lines changed

2 files changed

+119
-83
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"semantic-release": "21.1.2"
2121
},
2222
"dependencies": {
23-
"@typescript-eslint/eslint-plugin": "^5.49.0",
24-
"@typescript-eslint/parser": "^5.49.0",
23+
"@typescript-eslint/eslint-plugin": "^7.0.0",
24+
"@typescript-eslint/parser": "^7.0.0",
2525
"eslint-config-prettier": "^8.8.0",
2626
"eslint-config-react-app": "^7.0.1",
2727
"eslint-import-resolver-typescript": "^3.5.3",

yarn.lock

+117-81
Original file line numberDiff line numberDiff line change
@@ -1121,17 +1121,17 @@
11211121
dependencies:
11221122
"@cspotcode/source-map-consumer" "0.8.0"
11231123

1124-
"@eslint-community/eslint-utils@^4.2.0":
1124+
"@eslint-community/eslint-utils@^4.4.0":
11251125
version "4.4.0"
11261126
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
11271127
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
11281128
dependencies:
11291129
eslint-visitor-keys "^3.3.0"
11301130

1131-
"@eslint-community/regexpp@^4.4.0":
1132-
version "4.5.1"
1133-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1134-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1131+
"@eslint-community/regexpp@^4.5.1":
1132+
version "4.10.0"
1133+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1134+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
11351135

11361136
"@gar/promisify@^1.1.3":
11371137
version "1.1.3"
@@ -1615,6 +1615,11 @@
16151615
dependencies:
16161616
minimatch "^7.4.2"
16171617

1618+
"@types/json-schema@^7.0.12":
1619+
version "7.0.15"
1620+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1621+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1622+
16181623
"@types/json-schema@^7.0.9":
16191624
version "7.0.12"
16201625
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
@@ -1645,26 +1650,10 @@
16451650
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
16461651
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
16471652

1648-
"@types/semver@^7.3.12":
1649-
version "7.5.0"
1650-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1651-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1652-
1653-
"@typescript-eslint/eslint-plugin@^5.49.0":
1654-
version "5.62.0"
1655-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1656-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1657-
dependencies:
1658-
"@eslint-community/regexpp" "^4.4.0"
1659-
"@typescript-eslint/scope-manager" "5.62.0"
1660-
"@typescript-eslint/type-utils" "5.62.0"
1661-
"@typescript-eslint/utils" "5.62.0"
1662-
debug "^4.3.4"
1663-
graphemer "^1.4.0"
1664-
ignore "^5.2.0"
1665-
natural-compare-lite "^1.4.0"
1666-
semver "^7.3.7"
1667-
tsutils "^3.21.0"
1653+
"@types/semver@^7.5.0":
1654+
version "7.5.7"
1655+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.7.tgz#326f5fdda70d13580777bcaa1bc6fa772a5aef0e"
1656+
integrity sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==
16681657

16691658
"@typescript-eslint/eslint-plugin@^5.5.0":
16701659
version "5.18.0"
@@ -1681,23 +1670,30 @@
16811670
semver "^7.3.5"
16821671
tsutils "^3.21.0"
16831672

1673+
"@typescript-eslint/eslint-plugin@^7.0.0":
1674+
version "7.0.1"
1675+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.1.tgz#407daffe09d964d57aceaf3ac51846359fbe61b0"
1676+
integrity sha512-OLvgeBv3vXlnnJGIAgCLYKjgMEU+wBGj07MQ/nxAaON+3mLzX7mJbhRYrVGiVvFiXtwFlkcBa/TtmglHy0UbzQ==
1677+
dependencies:
1678+
"@eslint-community/regexpp" "^4.5.1"
1679+
"@typescript-eslint/scope-manager" "7.0.1"
1680+
"@typescript-eslint/type-utils" "7.0.1"
1681+
"@typescript-eslint/utils" "7.0.1"
1682+
"@typescript-eslint/visitor-keys" "7.0.1"
1683+
debug "^4.3.4"
1684+
graphemer "^1.4.0"
1685+
ignore "^5.2.4"
1686+
natural-compare "^1.4.0"
1687+
semver "^7.5.4"
1688+
ts-api-utils "^1.0.1"
1689+
16841690
"@typescript-eslint/experimental-utils@^5.0.0":
16851691
version "5.18.0"
16861692
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.18.0.tgz#a6b5662e6b0452cb0e75a13662ce3b33cd1be59d"
16871693
integrity sha512-hypiw5N0aM2aH91/uMmG7RpyUH3PN/iOhilMwkMFZIbm/Bn/G3ZnbaYdSoAN4PG/XHQjdhBYLi0ZoRZsRYT4hA==
16881694
dependencies:
16891695
"@typescript-eslint/utils" "5.18.0"
16901696

1691-
"@typescript-eslint/parser@^5.49.0":
1692-
version "5.62.0"
1693-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1694-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1695-
dependencies:
1696-
"@typescript-eslint/scope-manager" "5.62.0"
1697-
"@typescript-eslint/types" "5.62.0"
1698-
"@typescript-eslint/typescript-estree" "5.62.0"
1699-
debug "^4.3.4"
1700-
17011697
"@typescript-eslint/parser@^5.5.0":
17021698
version "5.18.0"
17031699
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
@@ -1708,6 +1704,17 @@
17081704
"@typescript-eslint/typescript-estree" "5.18.0"
17091705
debug "^4.3.2"
17101706

1707+
"@typescript-eslint/parser@^7.0.0":
1708+
version "7.0.1"
1709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.0.1.tgz#e9c61d9a5e32242477d92756d36086dc40322eed"
1710+
integrity sha512-8GcRRZNzaHxKzBPU3tKtFNing571/GwPBeCvmAUw0yBtfE2XVd0zFKJIMSWkHJcPQi0ekxjIts6L/rrZq5cxGQ==
1711+
dependencies:
1712+
"@typescript-eslint/scope-manager" "7.0.1"
1713+
"@typescript-eslint/types" "7.0.1"
1714+
"@typescript-eslint/typescript-estree" "7.0.1"
1715+
"@typescript-eslint/visitor-keys" "7.0.1"
1716+
debug "^4.3.4"
1717+
17111718
"@typescript-eslint/[email protected]":
17121719
version "5.18.0"
17131720
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
@@ -1716,13 +1723,13 @@
17161723
"@typescript-eslint/types" "5.18.0"
17171724
"@typescript-eslint/visitor-keys" "5.18.0"
17181725

1719-
"@typescript-eslint/scope-manager@5.62.0":
1720-
version "5.62.0"
1721-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1722-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1726+
"@typescript-eslint/scope-manager@7.0.1":
1727+
version "7.0.1"
1728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.1.tgz#611ec8e78c70439b152a805e1b10aaac36de7c00"
1729+
integrity sha512-v7/T7As10g3bcWOOPAcbnMDuvctHzCFYCG/8R4bK4iYzdFqsZTbXGln0cZNVcwQcwewsYU2BJLay8j0/4zOk4w==
17231730
dependencies:
1724-
"@typescript-eslint/types" "5.62.0"
1725-
"@typescript-eslint/visitor-keys" "5.62.0"
1731+
"@typescript-eslint/types" "7.0.1"
1732+
"@typescript-eslint/visitor-keys" "7.0.1"
17261733

17271734
"@typescript-eslint/[email protected]":
17281735
version "5.18.0"
@@ -1733,25 +1740,25 @@
17331740
debug "^4.3.2"
17341741
tsutils "^3.21.0"
17351742

1736-
"@typescript-eslint/type-utils@5.62.0":
1737-
version "5.62.0"
1738-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1739-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1743+
"@typescript-eslint/type-utils@7.0.1":
1744+
version "7.0.1"
1745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.1.tgz#0fba92c1f81cad561d7b3adc812aa1cc0e35cdae"
1746+
integrity sha512-YtT9UcstTG5Yqy4xtLiClm1ZpM/pWVGFnkAa90UfdkkZsR1eP2mR/1jbHeYp8Ay1l1JHPyGvoUYR6o3On5Nhmw==
17401747
dependencies:
1741-
"@typescript-eslint/typescript-estree" "5.62.0"
1742-
"@typescript-eslint/utils" "5.62.0"
1748+
"@typescript-eslint/typescript-estree" "7.0.1"
1749+
"@typescript-eslint/utils" "7.0.1"
17431750
debug "^4.3.4"
1744-
tsutils "^3.21.0"
1751+
ts-api-utils "^1.0.1"
17451752

17461753
"@typescript-eslint/[email protected]":
17471754
version "5.18.0"
17481755
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
17491756
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
17501757

1751-
"@typescript-eslint/types@5.62.0":
1752-
version "5.62.0"
1753-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1754-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1758+
"@typescript-eslint/types@7.0.1":
1759+
version "7.0.1"
1760+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.1.tgz#dcfabce192db5b8bf77ea3c82cfaabe6e6a3c901"
1761+
integrity sha512-uJDfmirz4FHib6ENju/7cz9SdMSkeVvJDK3VcMFvf/hAShg8C74FW+06MaQPODHfDJp/z/zHfgawIJRjlu0RLg==
17551762

17561763
"@typescript-eslint/[email protected]":
17571764
version "5.18.0"
@@ -1766,18 +1773,19 @@
17661773
semver "^7.3.5"
17671774
tsutils "^3.21.0"
17681775

1769-
"@typescript-eslint/typescript-estree@5.62.0":
1770-
version "5.62.0"
1771-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1772-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1776+
"@typescript-eslint/typescript-estree@7.0.1":
1777+
version "7.0.1"
1778+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.1.tgz#1d52ac03da541693fa5bcdc13ad655def5046faf"
1779+
integrity sha512-SO9wHb6ph0/FN5OJxH4MiPscGah5wjOd0RRpaLvuBv9g8565Fgu0uMySFEPqwPHiQU90yzJ2FjRYKGrAhS1xig==
17731780
dependencies:
1774-
"@typescript-eslint/types" "5.62.0"
1775-
"@typescript-eslint/visitor-keys" "5.62.0"
1781+
"@typescript-eslint/types" "7.0.1"
1782+
"@typescript-eslint/visitor-keys" "7.0.1"
17761783
debug "^4.3.4"
17771784
globby "^11.1.0"
17781785
is-glob "^4.0.3"
1779-
semver "^7.3.7"
1780-
tsutils "^3.21.0"
1786+
minimatch "9.0.3"
1787+
semver "^7.5.4"
1788+
ts-api-utils "^1.0.1"
17811789

17821790
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.13.0":
17831791
version "5.18.0"
@@ -1791,19 +1799,18 @@
17911799
eslint-scope "^5.1.1"
17921800
eslint-utils "^3.0.0"
17931801

1794-
"@typescript-eslint/utils@5.62.0":
1795-
version "5.62.0"
1796-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1797-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1802+
"@typescript-eslint/utils@7.0.1":
1803+
version "7.0.1"
1804+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.1.tgz#b8ceac0ba5fef362b4a03a33c0e1fedeea3734ed"
1805+
integrity sha512-oe4his30JgPbnv+9Vef1h48jm0S6ft4mNwi9wj7bX10joGn07QRfqIqFHoMiajrtoU88cIhXf8ahwgrcbNLgPA==
17981806
dependencies:
1799-
"@eslint-community/eslint-utils" "^4.2.0"
1800-
"@types/json-schema" "^7.0.9"
1801-
"@types/semver" "^7.3.12"
1802-
"@typescript-eslint/scope-manager" "5.62.0"
1803-
"@typescript-eslint/types" "5.62.0"
1804-
"@typescript-eslint/typescript-estree" "5.62.0"
1805-
eslint-scope "^5.1.1"
1806-
semver "^7.3.7"
1807+
"@eslint-community/eslint-utils" "^4.4.0"
1808+
"@types/json-schema" "^7.0.12"
1809+
"@types/semver" "^7.5.0"
1810+
"@typescript-eslint/scope-manager" "7.0.1"
1811+
"@typescript-eslint/types" "7.0.1"
1812+
"@typescript-eslint/typescript-estree" "7.0.1"
1813+
semver "^7.5.4"
18071814

18081815
"@typescript-eslint/[email protected]":
18091816
version "5.18.0"
@@ -1813,13 +1820,13 @@
18131820
"@typescript-eslint/types" "5.18.0"
18141821
eslint-visitor-keys "^3.0.0"
18151822

1816-
"@typescript-eslint/visitor-keys@5.62.0":
1817-
version "5.62.0"
1818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1819-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1823+
"@typescript-eslint/visitor-keys@7.0.1":
1824+
version "7.0.1"
1825+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.1.tgz#864680ac5a8010ec4814f8a818e57595f79f464e"
1826+
integrity sha512-hwAgrOyk++RTXrP4KzCg7zB2U0xt7RUU0ZdMSCsqF3eKUwkdXUMyTb0qdCuji7VIbcpG62kKTU9M1J1c9UpFBw==
18201827
dependencies:
1821-
"@typescript-eslint/types" "5.62.0"
1822-
eslint-visitor-keys "^3.3.0"
1828+
"@typescript-eslint/types" "7.0.1"
1829+
eslint-visitor-keys "^3.4.1"
18231830

18241831
JSONStream@^1.0.4:
18251832
version "1.3.5"
@@ -3491,6 +3498,11 @@ eslint-visitor-keys@^3.3.0:
34913498
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
34923499
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
34933500

3501+
eslint-visitor-keys@^3.4.1:
3502+
version "3.4.3"
3503+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3504+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3505+
34943506
esprima@~4.0.0:
34953507
version "4.0.1"
34963508
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -4229,6 +4241,11 @@ ignore@^5.2.0:
42294241
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
42304242
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
42314243

4244+
ignore@^5.2.4:
4245+
version "5.3.1"
4246+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
4247+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
4248+
42324249
import-fresh@^3.0.0, import-fresh@^3.2.1:
42334250
version "3.3.0"
42344251
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -5192,6 +5209,13 @@ min-indent@^1.0.0:
51925209
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
51935210
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
51945211

5212+
5213+
version "9.0.3"
5214+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5215+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5216+
dependencies:
5217+
brace-expansion "^2.0.1"
5218+
51955219
minimatch@^3.0.4, minimatch@^3.1.2:
51965220
version "3.1.2"
51975221
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5357,10 +5381,10 @@ mute-stream@~1.0.0:
53575381
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
53585382
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
53595383

5360-
natural-compare-lite@^1.4.0:
5384+
natural-compare@^1.4.0:
53615385
version "1.4.0"
5362-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
5363-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
5386+
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
5387+
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
53645388

53655389
negotiator@^0.6.3:
53665390
version "0.6.3"
@@ -6674,6 +6698,13 @@ semver@^7.3.8:
66746698
dependencies:
66756699
lru-cache "^6.0.0"
66766700

6701+
semver@^7.5.4:
6702+
version "7.6.0"
6703+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
6704+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
6705+
dependencies:
6706+
lru-cache "^6.0.0"
6707+
66776708
set-blocking@^2.0.0:
66786709
version "2.0.0"
66796710
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -7174,6 +7205,11 @@ trim-newlines@^3.0.0:
71747205
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
71757206
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
71767207

7208+
ts-api-utils@^1.0.1:
7209+
version "1.2.1"
7210+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
7211+
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
7212+
71777213
ts-node@^10.7.0:
71787214
version "10.7.0"
71797215
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"

0 commit comments

Comments
 (0)