Skip to content

Commit 21bfd02

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 7f297df commit 21bfd02

File tree

2 files changed

+115
-123
lines changed

2 files changed

+115
-123
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@types/dotenv": "8.2.3",
3030
"@types/mocha": "10.0.10",
3131
"@types/node": "22.10.3",
32-
"@typescript-eslint/eslint-plugin": "5.62.0",
33-
"@typescript-eslint/parser": "5.62.0",
32+
"@typescript-eslint/eslint-plugin": "8.33.0",
33+
"@typescript-eslint/parser": "8.33.0",
3434
"chai": "4.5.0",
3535
"del-cli": "6.0.0",
3636
"dotenv": "16.4.7",

yarn.lock

Lines changed: 113 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,19 @@
130130
dependencies:
131131
eslint-visitor-keys "^3.3.0"
132132

133-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
133+
"@eslint-community/eslint-utils@^4.7.0":
134+
version "4.7.0"
135+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
136+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
137+
dependencies:
138+
eslint-visitor-keys "^3.4.3"
139+
140+
"@eslint-community/regexpp@^4.10.0":
141+
version "4.12.1"
142+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
143+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
144+
145+
"@eslint-community/regexpp@^4.6.1":
134146
version "4.6.2"
135147
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
136148
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -1492,11 +1504,6 @@
14921504
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
14931505
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
14941506

1495-
"@types/json-schema@^7.0.9":
1496-
version "7.0.12"
1497-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1498-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1499-
15001507
"@types/keyv@^3.1.4":
15011508
version "3.1.4"
15021509
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6"
@@ -1610,94 +1617,102 @@
16101617
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-3.0.1.tgz#1254750a4fec4aff2ebec088ccd0bb02e91fedb4"
16111618
integrity sha512-giB9gzDeiCeloIXDgzFBCgjj1k4WxcDrZtGl6h1IqmUPlxF+Nx8Ve+96QCyDZ/HseB/uvDsKbpib9hU5cU53pw==
16121619

1613-
"@types/semver@^7.3.12":
1614-
version "7.5.0"
1615-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1616-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1617-
1618-
"@typescript-eslint/eslint-plugin@5.62.0":
1619-
version "5.62.0"
1620-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1621-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1620+
"@typescript-eslint/eslint-plugin@8.33.0":
1621+
version "8.33.0"
1622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
1623+
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
16221624
dependencies:
1623-
"@eslint-community/regexpp" "^4.4.0"
1624-
"@typescript-eslint/scope-manager" "5.62.0"
1625-
"@typescript-eslint/type-utils" "5.62.0"
1626-
"@typescript-eslint/utils" "5.62.0"
1627-
debug "^4.3.4"
1625+
"@eslint-community/regexpp" "^4.10.0"
1626+
"@typescript-eslint/scope-manager" "8.33.0"
1627+
"@typescript-eslint/type-utils" "8.33.0"
1628+
"@typescript-eslint/utils" "8.33.0"
1629+
"@typescript-eslint/visitor-keys" "8.33.0"
16281630
graphemer "^1.4.0"
1629-
ignore "^5.2.0"
1630-
natural-compare-lite "^1.4.0"
1631-
semver "^7.3.7"
1632-
tsutils "^3.21.0"
1631+
ignore "^7.0.0"
1632+
natural-compare "^1.4.0"
1633+
ts-api-utils "^2.1.0"
16331634

1634-
"@typescript-eslint/parser@5.62.0":
1635-
version "5.62.0"
1636-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1637-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1635+
"@typescript-eslint/parser@8.33.0":
1636+
version "8.33.0"
1637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
1638+
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
16381639
dependencies:
1639-
"@typescript-eslint/scope-manager" "5.62.0"
1640-
"@typescript-eslint/types" "5.62.0"
1641-
"@typescript-eslint/typescript-estree" "5.62.0"
1640+
"@typescript-eslint/scope-manager" "8.33.0"
1641+
"@typescript-eslint/types" "8.33.0"
1642+
"@typescript-eslint/typescript-estree" "8.33.0"
1643+
"@typescript-eslint/visitor-keys" "8.33.0"
16421644
debug "^4.3.4"
16431645

1644-
"@typescript-eslint/scope-manager@5.62.0":
1645-
version "5.62.0"
1646-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1647-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1646+
"@typescript-eslint/project-service@8.33.0":
1647+
version "8.33.0"
1648+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
1649+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
16481650
dependencies:
1649-
"@typescript-eslint/types" "5.62.0"
1650-
"@typescript-eslint/visitor-keys" "5.62.0"
1651+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
1652+
"@typescript-eslint/types" "^8.33.0"
1653+
debug "^4.3.4"
16511654

1652-
"@typescript-eslint/type-utils@5.62.0":
1653-
version "5.62.0"
1654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1655-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1655+
"@typescript-eslint/scope-manager@8.33.0":
1656+
version "8.33.0"
1657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
1658+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
16561659
dependencies:
1657-
"@typescript-eslint/typescript-estree" "5.62.0"
1658-
"@typescript-eslint/utils" "5.62.0"
1659-
debug "^4.3.4"
1660-
tsutils "^3.21.0"
1660+
"@typescript-eslint/types" "8.33.0"
1661+
"@typescript-eslint/visitor-keys" "8.33.0"
16611662

1662-
"@typescript-eslint/types@5.62.0":
1663-
version "5.62.0"
1664-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1665-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1663+
"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0":
1664+
version "8.33.0"
1665+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
1666+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
16661667

1667-
"@typescript-eslint/typescript-estree@5.62.0":
1668-
version "5.62.0"
1669-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1670-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1668+
"@typescript-eslint/type-utils@8.33.0":
1669+
version "8.33.0"
1670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
1671+
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
16711672
dependencies:
1672-
"@typescript-eslint/types" "5.62.0"
1673-
"@typescript-eslint/visitor-keys" "5.62.0"
1673+
"@typescript-eslint/typescript-estree" "8.33.0"
1674+
"@typescript-eslint/utils" "8.33.0"
16741675
debug "^4.3.4"
1675-
globby "^11.1.0"
1676+
ts-api-utils "^2.1.0"
1677+
1678+
"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0":
1679+
version "8.33.0"
1680+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
1681+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
1682+
1683+
"@typescript-eslint/typescript-estree@8.33.0":
1684+
version "8.33.0"
1685+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
1686+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
1687+
dependencies:
1688+
"@typescript-eslint/project-service" "8.33.0"
1689+
"@typescript-eslint/tsconfig-utils" "8.33.0"
1690+
"@typescript-eslint/types" "8.33.0"
1691+
"@typescript-eslint/visitor-keys" "8.33.0"
1692+
debug "^4.3.4"
1693+
fast-glob "^3.3.2"
16761694
is-glob "^4.0.3"
1677-
semver "^7.3.7"
1678-
tsutils "^3.21.0"
1695+
minimatch "^9.0.4"
1696+
semver "^7.6.0"
1697+
ts-api-utils "^2.1.0"
16791698

1680-
"@typescript-eslint/utils@5.62.0":
1681-
version "5.62.0"
1682-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1683-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1699+
"@typescript-eslint/utils@8.33.0":
1700+
version "8.33.0"
1701+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
1702+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
16841703
dependencies:
1685-
"@eslint-community/eslint-utils" "^4.2.0"
1686-
"@types/json-schema" "^7.0.9"
1687-
"@types/semver" "^7.3.12"
1688-
"@typescript-eslint/scope-manager" "5.62.0"
1689-
"@typescript-eslint/types" "5.62.0"
1690-
"@typescript-eslint/typescript-estree" "5.62.0"
1691-
eslint-scope "^5.1.1"
1692-
semver "^7.3.7"
1704+
"@eslint-community/eslint-utils" "^4.7.0"
1705+
"@typescript-eslint/scope-manager" "8.33.0"
1706+
"@typescript-eslint/types" "8.33.0"
1707+
"@typescript-eslint/typescript-estree" "8.33.0"
16931708

1694-
"@typescript-eslint/visitor-keys@5.62.0":
1695-
version "5.62.0"
1696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1697-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1709+
"@typescript-eslint/visitor-keys@8.33.0":
1710+
version "8.33.0"
1711+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
1712+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
16981713
dependencies:
1699-
"@typescript-eslint/types" "5.62.0"
1700-
eslint-visitor-keys "^3.3.0"
1714+
"@typescript-eslint/types" "8.33.0"
1715+
eslint-visitor-keys "^4.2.0"
17011716

17021717
"@ungap/structured-clone@^1.2.0":
17031718
version "1.2.0"
@@ -4387,14 +4402,6 @@ eslint-scope@^4.0.3:
43874402
esrecurse "^4.1.0"
43884403
estraverse "^4.1.1"
43894404

4390-
eslint-scope@^5.1.1:
4391-
version "5.1.1"
4392-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
4393-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
4394-
dependencies:
4395-
esrecurse "^4.3.0"
4396-
estraverse "^4.1.1"
4397-
43984405
eslint-scope@^7.2.2:
43994406
version "7.2.2"
44004407
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -4425,6 +4432,11 @@ eslint-visitor-keys@^3.4.3:
44254432
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
44264433
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
44274434

4435+
eslint-visitor-keys@^4.2.0:
4436+
version "4.2.0"
4437+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
4438+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
4439+
44284440
eslint@8.57.1:
44294441
version "8.57.1"
44304442
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -5214,17 +5226,6 @@ fast-glob@^3.0.3, fast-glob@^3.3.2:
52145226
merge2 "^1.3.0"
52155227
micromatch "^4.0.4"
52165228

5217-
fast-glob@^3.2.9:
5218-
version "3.3.1"
5219-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
5220-
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
5221-
dependencies:
5222-
"@nodelib/fs.stat" "^2.0.2"
5223-
"@nodelib/fs.walk" "^1.2.3"
5224-
glob-parent "^5.1.2"
5225-
merge2 "^1.3.0"
5226-
micromatch "^4.0.4"
5227-
52285229
fast-json-stable-stringify@^2.0.0:
52295230
version "2.1.0"
52305231
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -5849,18 +5850,6 @@ globby@^10.0.1:
58495850
merge2 "^1.2.3"
58505851
slash "^3.0.0"
58515852

5852-
globby@^11.1.0:
5853-
version "11.1.0"
5854-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5855-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5856-
dependencies:
5857-
array-union "^2.1.0"
5858-
dir-glob "^3.0.1"
5859-
fast-glob "^3.2.9"
5860-
ignore "^5.2.0"
5861-
merge2 "^1.4.1"
5862-
slash "^3.0.0"
5863-
58645853
globby@^14.0.2:
58655854
version "14.0.2"
58665855
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
@@ -6281,6 +6270,11 @@ ignore@^5.2.4:
62816270
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
62826271
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
62836272

6273+
ignore@^7.0.0:
6274+
version "7.0.4"
6275+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
6276+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
6277+
62846278
immediate@^3.2.3:
62856279
version "3.3.0"
62866280
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -7547,7 +7541,7 @@ merge-descriptors@1.0.1:
75477541
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
75487542
integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==
75497543

7550-
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
7544+
merge2@^1.2.3, merge2@^1.3.0:
75517545
version "1.4.1"
75527546
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
75537547
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -7966,11 +7960,6 @@ napi-macros@~2.0.0:
79667960
resolved "https://registry.yarnpkg.com/napi-macros/-/napi-macros-2.0.0.tgz#2b6bae421e7b96eb687aa6c77a7858640670001b"
79677961
integrity sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg==
79687962

7969-
natural-compare-lite@^1.4.0:
7970-
version "1.4.0"
7971-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
7972-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
7973-
79747963
natural-compare@^1.4.0:
79757964
version "1.4.0"
79767965
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -9378,6 +9367,11 @@ semver@^7.5.4:
93789367
dependencies:
93799368
lru-cache "^6.0.0"
93809369

9370+
semver@^7.6.0:
9371+
version "7.7.2"
9372+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
9373+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
9374+
93819375
semver@~5.4.1:
93829376
version "5.4.1"
93839377
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -10309,6 +10303,11 @@ trim-right@^1.0.1:
1030910303
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
1031010304
integrity sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==
1031110305

10306+
ts-api-utils@^2.1.0:
10307+
version "2.1.0"
10308+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
10309+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
10310+
1031210311
ts-command-line-args@^2.2.0:
1031310312
version "2.5.1"
1031410313
resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.5.1.tgz#e64456b580d1d4f6d948824c274cf6fa5f45f7f0"
@@ -10368,7 +10367,7 @@ ts-node@10.9.2:
1036810367
v8-compile-cache-lib "^3.0.1"
1036910368
yn "3.1.1"
1037010369

10371-
tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
10370+
tslib@^1.11.1, tslib@^1.9.0, tslib@^1.9.3:
1037210371
version "1.14.1"
1037310372
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1037410373
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -10383,13 +10382,6 @@ tsort@0.0.1:
1038310382
resolved "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz#e2280f5e817f8bf4275657fd0f9aebd44f5a2786"
1038410383
integrity sha512-Tyrf5mxF8Ofs1tNoxA13lFeZ2Zrbd6cKbuH3V+MQ5sb6DtBj5FjrXVsRWT8YvNAQTqNoz66dz1WsbigI22aEnw==
1038510384

10386-
tsutils@^3.21.0:
10387-
version "3.21.0"
10388-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
10389-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
10390-
dependencies:
10391-
tslib "^1.8.1"
10392-
1039310385
tunnel-agent@^0.6.0:
1039410386
version "0.6.0"
1039510387
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)