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

Commit 2a36886

Browse files
fix(deps): update typescript-eslint monorepo to v6
1 parent 84fdee0 commit 2a36886

File tree

2 files changed

+94
-75
lines changed

2 files changed

+94
-75
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"semantic-release": "21.0.7"
2121
},
2222
"dependencies": {
23-
"@typescript-eslint/eslint-plugin": "^5.49.0",
24-
"@typescript-eslint/parser": "^5.49.0",
23+
"@typescript-eslint/eslint-plugin": "^6.0.0",
24+
"@typescript-eslint/parser": "^6.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

+92-73
Original file line numberDiff line numberDiff line change
@@ -1121,14 +1121,14 @@
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.3.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":
1131+
"@eslint-community/regexpp@^4.5.0":
11321132
version "4.5.1"
11331133
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
11341134
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
@@ -1627,7 +1627,7 @@
16271627
dependencies:
16281628
minimatch "^7.4.2"
16291629

1630-
"@types/json-schema@^7.0.9":
1630+
"@types/json-schema@^7.0.11", "@types/json-schema@^7.0.9":
16311631
version "7.0.12"
16321632
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
16331633
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
@@ -1662,22 +1662,6 @@
16621662
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
16631663
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
16641664

1665-
"@typescript-eslint/eslint-plugin@^5.49.0":
1666-
version "5.62.0"
1667-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1668-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1669-
dependencies:
1670-
"@eslint-community/regexpp" "^4.4.0"
1671-
"@typescript-eslint/scope-manager" "5.62.0"
1672-
"@typescript-eslint/type-utils" "5.62.0"
1673-
"@typescript-eslint/utils" "5.62.0"
1674-
debug "^4.3.4"
1675-
graphemer "^1.4.0"
1676-
ignore "^5.2.0"
1677-
natural-compare-lite "^1.4.0"
1678-
semver "^7.3.7"
1679-
tsutils "^3.21.0"
1680-
16811665
"@typescript-eslint/eslint-plugin@^5.5.0":
16821666
version "5.18.0"
16831667
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
@@ -1693,23 +1677,32 @@
16931677
semver "^7.3.5"
16941678
tsutils "^3.21.0"
16951679

1680+
"@typescript-eslint/eslint-plugin@^6.0.0":
1681+
version "6.0.0"
1682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.0.0.tgz#19ff4f1cab8d6f8c2c1825150f7a840bc5d9bdc4"
1683+
integrity sha512-xuv6ghKGoiq856Bww/yVYnXGsKa588kY3M0XK7uUW/3fJNNULKRfZfSBkMTSpqGG/8ZCXCadfh8G/z/B4aqS/A==
1684+
dependencies:
1685+
"@eslint-community/regexpp" "^4.5.0"
1686+
"@typescript-eslint/scope-manager" "6.0.0"
1687+
"@typescript-eslint/type-utils" "6.0.0"
1688+
"@typescript-eslint/utils" "6.0.0"
1689+
"@typescript-eslint/visitor-keys" "6.0.0"
1690+
debug "^4.3.4"
1691+
grapheme-splitter "^1.0.4"
1692+
graphemer "^1.4.0"
1693+
ignore "^5.2.4"
1694+
natural-compare "^1.4.0"
1695+
natural-compare-lite "^1.4.0"
1696+
semver "^7.5.0"
1697+
ts-api-utils "^1.0.1"
1698+
16961699
"@typescript-eslint/experimental-utils@^5.0.0":
16971700
version "5.18.0"
16981701
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.18.0.tgz#a6b5662e6b0452cb0e75a13662ce3b33cd1be59d"
16991702
integrity sha512-hypiw5N0aM2aH91/uMmG7RpyUH3PN/iOhilMwkMFZIbm/Bn/G3ZnbaYdSoAN4PG/XHQjdhBYLi0ZoRZsRYT4hA==
17001703
dependencies:
17011704
"@typescript-eslint/utils" "5.18.0"
17021705

1703-
"@typescript-eslint/parser@^5.49.0":
1704-
version "5.62.0"
1705-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1706-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1707-
dependencies:
1708-
"@typescript-eslint/scope-manager" "5.62.0"
1709-
"@typescript-eslint/types" "5.62.0"
1710-
"@typescript-eslint/typescript-estree" "5.62.0"
1711-
debug "^4.3.4"
1712-
17131706
"@typescript-eslint/parser@^5.5.0":
17141707
version "5.18.0"
17151708
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
@@ -1720,6 +1713,17 @@
17201713
"@typescript-eslint/typescript-estree" "5.18.0"
17211714
debug "^4.3.2"
17221715

1716+
"@typescript-eslint/parser@^6.0.0":
1717+
version "6.0.0"
1718+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.0.0.tgz#46b2600fd1f67e62fc00a28093a75f41bf7effc4"
1719+
integrity sha512-TNaufYSPrr1U8n+3xN+Yp9g31vQDJqhXzzPSHfQDLcaO4tU+mCfODPxCwf4H530zo7aUBE3QIdxCXamEnG04Tg==
1720+
dependencies:
1721+
"@typescript-eslint/scope-manager" "6.0.0"
1722+
"@typescript-eslint/types" "6.0.0"
1723+
"@typescript-eslint/typescript-estree" "6.0.0"
1724+
"@typescript-eslint/visitor-keys" "6.0.0"
1725+
debug "^4.3.4"
1726+
17231727
"@typescript-eslint/[email protected]":
17241728
version "5.18.0"
17251729
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
@@ -1728,13 +1732,13 @@
17281732
"@typescript-eslint/types" "5.18.0"
17291733
"@typescript-eslint/visitor-keys" "5.18.0"
17301734

1731-
"@typescript-eslint/scope-manager@5.62.0":
1732-
version "5.62.0"
1733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1734-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1735+
"@typescript-eslint/scope-manager@6.0.0":
1736+
version "6.0.0"
1737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.0.0.tgz#8ede47a37cb2b7ed82d329000437abd1113b5e11"
1738+
integrity sha512-o4q0KHlgCZTqjuaZ25nw5W57NeykZT9LiMEG4do/ovwvOcPnDO1BI5BQdCsUkjxFyrCL0cSzLjvIMfR9uo7cWg==
17351739
dependencies:
1736-
"@typescript-eslint/types" "5.62.0"
1737-
"@typescript-eslint/visitor-keys" "5.62.0"
1740+
"@typescript-eslint/types" "6.0.0"
1741+
"@typescript-eslint/visitor-keys" "6.0.0"
17381742

17391743
"@typescript-eslint/[email protected]":
17401744
version "5.18.0"
@@ -1745,25 +1749,25 @@
17451749
debug "^4.3.2"
17461750
tsutils "^3.21.0"
17471751

1748-
"@typescript-eslint/type-utils@5.62.0":
1749-
version "5.62.0"
1750-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1751-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1752+
"@typescript-eslint/type-utils@6.0.0":
1753+
version "6.0.0"
1754+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.0.0.tgz#0478d8a94f05e51da2877cc0500f1b3c27ac7e18"
1755+
integrity sha512-ah6LJvLgkoZ/pyJ9GAdFkzeuMZ8goV6BH7eC9FPmojrnX9yNCIsfjB+zYcnex28YO3RFvBkV6rMV6WpIqkPvoQ==
17521756
dependencies:
1753-
"@typescript-eslint/typescript-estree" "5.62.0"
1754-
"@typescript-eslint/utils" "5.62.0"
1757+
"@typescript-eslint/typescript-estree" "6.0.0"
1758+
"@typescript-eslint/utils" "6.0.0"
17551759
debug "^4.3.4"
1756-
tsutils "^3.21.0"
1760+
ts-api-utils "^1.0.1"
17571761

17581762
"@typescript-eslint/[email protected]":
17591763
version "5.18.0"
17601764
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
17611765
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
17621766

1763-
"@typescript-eslint/types@5.62.0":
1764-
version "5.62.0"
1765-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1766-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1767+
"@typescript-eslint/types@6.0.0":
1768+
version "6.0.0"
1769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.0.0.tgz#19795f515f8decbec749c448b0b5fc76d82445a1"
1770+
integrity sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg==
17671771

17681772
"@typescript-eslint/[email protected]":
17691773
version "5.18.0"
@@ -1778,18 +1782,18 @@
17781782
semver "^7.3.5"
17791783
tsutils "^3.21.0"
17801784

1781-
"@typescript-eslint/typescript-estree@5.62.0":
1782-
version "5.62.0"
1783-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1784-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1785+
"@typescript-eslint/typescript-estree@6.0.0":
1786+
version "6.0.0"
1787+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.0.0.tgz#1e09aab7320e404fb9f83027ea568ac24e372f81"
1788+
integrity sha512-2zq4O7P6YCQADfmJ5OTDQTP3ktajnXIRrYAtHM9ofto/CJZV3QfJ89GEaM2BNGeSr1KgmBuLhEkz5FBkS2RQhQ==
17851789
dependencies:
1786-
"@typescript-eslint/types" "5.62.0"
1787-
"@typescript-eslint/visitor-keys" "5.62.0"
1790+
"@typescript-eslint/types" "6.0.0"
1791+
"@typescript-eslint/visitor-keys" "6.0.0"
17881792
debug "^4.3.4"
17891793
globby "^11.1.0"
17901794
is-glob "^4.0.3"
1791-
semver "^7.3.7"
1792-
tsutils "^3.21.0"
1795+
semver "^7.5.0"
1796+
ts-api-utils "^1.0.1"
17931797

17941798
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.13.0":
17951799
version "5.18.0"
@@ -1803,19 +1807,19 @@
18031807
eslint-scope "^5.1.1"
18041808
eslint-utils "^3.0.0"
18051809

1806-
"@typescript-eslint/utils@5.62.0":
1807-
version "5.62.0"
1808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1809-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1810+
"@typescript-eslint/utils@6.0.0":
1811+
version "6.0.0"
1812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0"
1813+
integrity sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ==
18101814
dependencies:
1811-
"@eslint-community/eslint-utils" "^4.2.0"
1812-
"@types/json-schema" "^7.0.9"
1815+
"@eslint-community/eslint-utils" "^4.3.0"
1816+
"@types/json-schema" "^7.0.11"
18131817
"@types/semver" "^7.3.12"
1814-
"@typescript-eslint/scope-manager" "5.62.0"
1815-
"@typescript-eslint/types" "5.62.0"
1816-
"@typescript-eslint/typescript-estree" "5.62.0"
1818+
"@typescript-eslint/scope-manager" "6.0.0"
1819+
"@typescript-eslint/types" "6.0.0"
1820+
"@typescript-eslint/typescript-estree" "6.0.0"
18171821
eslint-scope "^5.1.1"
1818-
semver "^7.3.7"
1822+
semver "^7.5.0"
18191823

18201824
"@typescript-eslint/[email protected]":
18211825
version "5.18.0"
@@ -1825,13 +1829,13 @@
18251829
"@typescript-eslint/types" "5.18.0"
18261830
eslint-visitor-keys "^3.0.0"
18271831

1828-
"@typescript-eslint/visitor-keys@5.62.0":
1829-
version "5.62.0"
1830-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1831-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1832+
"@typescript-eslint/visitor-keys@6.0.0":
1833+
version "6.0.0"
1834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.0.0.tgz#0b49026049fbd096d2c00c5e784866bc69532a31"
1835+
integrity sha512-cvJ63l8c0yXdeT5POHpL0Q1cZoRcmRKFCtSjNGJxPkcP571EfZMcNbzWAc7oK3D1dRzm/V5EwtkANTZxqvuuUA==
18321836
dependencies:
1833-
"@typescript-eslint/types" "5.62.0"
1834-
eslint-visitor-keys "^3.3.0"
1837+
"@typescript-eslint/types" "6.0.0"
1838+
eslint-visitor-keys "^3.4.1"
18351839

18361840
JSONStream@^1.0.4:
18371841
version "1.3.5"
@@ -3325,7 +3329,7 @@ eslint-visitor-keys@^3.0.0:
33253329
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
33263330
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
33273331

3328-
eslint-visitor-keys@^3.3.0:
3332+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
33293333
version "3.4.1"
33303334
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
33313335
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
@@ -3838,6 +3842,11 @@ graceful-fs@^4.2.10, graceful-fs@^4.2.4:
38383842
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
38393843
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
38403844

3845+
grapheme-splitter@^1.0.4:
3846+
version "1.0.4"
3847+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
3848+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
3849+
38413850
graphemer@^1.4.0:
38423851
version "1.4.0"
38433852
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -4033,7 +4042,7 @@ ignore@^5.1.8:
40334042
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
40344043
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
40354044

4036-
ignore@^5.2.0:
4045+
ignore@^5.2.0, ignore@^5.2.4:
40374046
version "5.2.4"
40384047
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
40394048
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -5105,6 +5114,11 @@ natural-compare-lite@^1.4.0:
51055114
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
51065115
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
51075116

5117+
natural-compare@^1.4.0:
5118+
version "1.4.0"
5119+
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
5120+
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
5121+
51085122
negotiator@^0.6.3:
51095123
version "0.6.3"
51105124
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
@@ -6329,7 +6343,7 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semve
63296343
dependencies:
63306344
lru-cache "^7.4.0"
63316345

6332-
semver@^7.3.7:
6346+
semver@^7.3.7, semver@^7.5.0:
63336347
version "7.5.4"
63346348
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
63356349
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -6842,6 +6856,11 @@ trim-newlines@^3.0.0:
68426856
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
68436857
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
68446858

6859+
ts-api-utils@^1.0.1:
6860+
version "1.0.1"
6861+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
6862+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
6863+
68456864
ts-node@^10.7.0:
68466865
version "10.7.0"
68476866
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"

0 commit comments

Comments
 (0)