Skip to content

Commit bc446b8

Browse files
Update typescript-eslint monorepo to v7
1 parent dae511d commit bc446b8

2 files changed

Lines changed: 104 additions & 113 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@types/chai": "4.3.11",
2222
"@types/dotenv": "8.2.0",
2323
"@types/mocha": "9.1.1",
24-
"@typescript-eslint/eslint-plugin": "5.62.0",
25-
"@typescript-eslint/parser": "5.62.0",
24+
"@typescript-eslint/eslint-plugin": "7.10.0",
25+
"@typescript-eslint/parser": "7.10.0",
2626
"chai": "4.4.1",
2727
"dotenv": "16.4.1",
2828
"eslint": "8.56.0",

yarn.lock

Lines changed: 102 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@
5858
dependencies:
5959
eslint-visitor-keys "^3.3.0"
6060

61-
"@eslint-community/regexpp@^4.4.0":
61+
"@eslint-community/eslint-utils@^4.4.0":
6262
version "4.4.0"
63-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
64-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
63+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
64+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
65+
dependencies:
66+
eslint-visitor-keys "^3.3.0"
6567

66-
"@eslint-community/regexpp@^4.6.1":
68+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
6769
version "4.10.0"
6870
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
6971
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -841,11 +843,6 @@
841843
dependencies:
842844
dotenv "*"
843845

844-
"@types/json-schema@^7.0.9":
845-
version "7.0.9"
846-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
847-
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
848-
849846
"@types/level-errors@*":
850847
version "3.0.0"
851848
resolved "https://registry.yarnpkg.com/@types/level-errors/-/level-errors-3.0.0.tgz#15c1f4915a5ef763b51651b15e90f6dc081b96a8"
@@ -921,94 +918,86 @@
921918
dependencies:
922919
"@types/node" "*"
923920

924-
"@types/semver@^7.3.12":
925-
version "7.3.12"
926-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
927-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
928-
929-
"@typescript-eslint/eslint-plugin@5.62.0":
930-
version "5.62.0"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
932-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
921+
"@typescript-eslint/eslint-plugin@7.10.0":
922+
version "7.10.0"
923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.10.0.tgz#07854a236f107bb45cbf4f62b89474cbea617f50"
924+
integrity sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw==
933925
dependencies:
934-
"@eslint-community/regexpp" "^4.4.0"
935-
"@typescript-eslint/scope-manager" "5.62.0"
936-
"@typescript-eslint/type-utils" "5.62.0"
937-
"@typescript-eslint/utils" "5.62.0"
938-
debug "^4.3.4"
926+
"@eslint-community/regexpp" "^4.10.0"
927+
"@typescript-eslint/scope-manager" "7.10.0"
928+
"@typescript-eslint/type-utils" "7.10.0"
929+
"@typescript-eslint/utils" "7.10.0"
930+
"@typescript-eslint/visitor-keys" "7.10.0"
939931
graphemer "^1.4.0"
940-
ignore "^5.2.0"
941-
natural-compare-lite "^1.4.0"
942-
semver "^7.3.7"
943-
tsutils "^3.21.0"
944-
945-
"@typescript-eslint/parser@5.62.0":
946-
version "5.62.0"
947-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
948-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
949-
dependencies:
950-
"@typescript-eslint/scope-manager" "5.62.0"
951-
"@typescript-eslint/types" "5.62.0"
952-
"@typescript-eslint/typescript-estree" "5.62.0"
932+
ignore "^5.3.1"
933+
natural-compare "^1.4.0"
934+
ts-api-utils "^1.3.0"
935+
936+
"@typescript-eslint/parser@7.10.0":
937+
version "7.10.0"
938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.10.0.tgz#e6ac1cba7bc0400a4459e7eb5b23115bd71accfb"
939+
integrity sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==
940+
dependencies:
941+
"@typescript-eslint/scope-manager" "7.10.0"
942+
"@typescript-eslint/types" "7.10.0"
943+
"@typescript-eslint/typescript-estree" "7.10.0"
944+
"@typescript-eslint/visitor-keys" "7.10.0"
953945
debug "^4.3.4"
954946

955-
"@typescript-eslint/scope-manager@5.62.0":
956-
version "5.62.0"
957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
958-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
947+
"@typescript-eslint/scope-manager@7.10.0":
948+
version "7.10.0"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.10.0.tgz#054a27b1090199337a39cf755f83d9f2ce26546b"
950+
integrity sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==
959951
dependencies:
960-
"@typescript-eslint/types" "5.62.0"
961-
"@typescript-eslint/visitor-keys" "5.62.0"
952+
"@typescript-eslint/types" "7.10.0"
953+
"@typescript-eslint/visitor-keys" "7.10.0"
962954

963-
"@typescript-eslint/type-utils@5.62.0":
964-
version "5.62.0"
965-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
966-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
955+
"@typescript-eslint/type-utils@7.10.0":
956+
version "7.10.0"
957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.10.0.tgz#8a75accce851d0a331aa9331268ef64e9b300270"
958+
integrity sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==
967959
dependencies:
968-
"@typescript-eslint/typescript-estree" "5.62.0"
969-
"@typescript-eslint/utils" "5.62.0"
960+
"@typescript-eslint/typescript-estree" "7.10.0"
961+
"@typescript-eslint/utils" "7.10.0"
970962
debug "^4.3.4"
971-
tsutils "^3.21.0"
963+
ts-api-utils "^1.3.0"
972964

973-
"@typescript-eslint/types@5.62.0":
974-
version "5.62.0"
975-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
976-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
965+
"@typescript-eslint/types@7.10.0":
966+
version "7.10.0"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.10.0.tgz#da92309c97932a3a033762fd5faa8b067de84e3b"
968+
integrity sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==
977969

978-
"@typescript-eslint/typescript-estree@5.62.0":
979-
version "5.62.0"
980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
981-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
970+
"@typescript-eslint/typescript-estree@7.10.0":
971+
version "7.10.0"
972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.10.0.tgz#6dcdc5de3149916a6a599fa89dde5c471b88b8bb"
973+
integrity sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==
982974
dependencies:
983-
"@typescript-eslint/types" "5.62.0"
984-
"@typescript-eslint/visitor-keys" "5.62.0"
975+
"@typescript-eslint/types" "7.10.0"
976+
"@typescript-eslint/visitor-keys" "7.10.0"
985977
debug "^4.3.4"
986978
globby "^11.1.0"
987979
is-glob "^4.0.3"
988-
semver "^7.3.7"
989-
tsutils "^3.21.0"
990-
991-
"@typescript-eslint/utils@5.62.0":
992-
version "5.62.0"
993-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
994-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
995-
dependencies:
996-
"@eslint-community/eslint-utils" "^4.2.0"
997-
"@types/json-schema" "^7.0.9"
998-
"@types/semver" "^7.3.12"
999-
"@typescript-eslint/scope-manager" "5.62.0"
1000-
"@typescript-eslint/types" "5.62.0"
1001-
"@typescript-eslint/typescript-estree" "5.62.0"
1002-
eslint-scope "^5.1.1"
1003-
semver "^7.3.7"
1004-
1005-
"@typescript-eslint/visitor-keys@5.62.0":
1006-
version "5.62.0"
1007-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1008-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1009-
dependencies:
1010-
"@typescript-eslint/types" "5.62.0"
1011-
eslint-visitor-keys "^3.3.0"
980+
minimatch "^9.0.4"
981+
semver "^7.6.0"
982+
ts-api-utils "^1.3.0"
983+
984+
"@typescript-eslint/utils@7.10.0":
985+
version "7.10.0"
986+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.10.0.tgz#8ee43e5608c9f439524eaaea8de5b358b15c51b3"
987+
integrity sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==
988+
dependencies:
989+
"@eslint-community/eslint-utils" "^4.4.0"
990+
"@typescript-eslint/scope-manager" "7.10.0"
991+
"@typescript-eslint/types" "7.10.0"
992+
"@typescript-eslint/typescript-estree" "7.10.0"
993+
994+
"@typescript-eslint/visitor-keys@7.10.0":
995+
version "7.10.0"
996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.10.0.tgz#2af2e91e73a75dd6b70b4486c48ae9d38a485a78"
997+
integrity sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==
998+
dependencies:
999+
"@typescript-eslint/types" "7.10.0"
1000+
eslint-visitor-keys "^3.4.3"
10121001

10131002
"@ungap/promise-all-settled@1.1.2":
10141003
version "1.1.2"
@@ -2044,6 +2033,13 @@ brace-expansion@^1.1.7:
20442033
balanced-match "^1.0.0"
20452034
concat-map "0.0.1"
20462035

2036+
brace-expansion@^2.0.1:
2037+
version "2.0.1"
2038+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2039+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2040+
dependencies:
2041+
balanced-match "^1.0.0"
2042+
20472043
braces@^2.3.1:
20482044
version "2.3.2"
20492045
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3213,14 +3209,6 @@ eslint-scope@^4.0.3:
32133209
esrecurse "^4.1.0"
32143210
estraverse "^4.1.1"
32153211

3216-
eslint-scope@^5.1.1:
3217-
version "5.1.1"
3218-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3219-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3220-
dependencies:
3221-
esrecurse "^4.3.0"
3222-
estraverse "^4.1.1"
3223-
32243212
eslint-scope@^7.2.2:
32253213
version "7.2.2"
32263214
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -4829,6 +4817,11 @@ ignore@^5.2.0:
48294817
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
48304818
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
48314819

4820+
ignore@^5.3.1:
4821+
version "5.3.1"
4822+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
4823+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
4824+
48324825
immediate@^3.2.3:
48334826
version "3.3.0"
48344827
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -6084,6 +6077,13 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
60846077
dependencies:
60856078
brace-expansion "^1.1.7"
60866079

6080+
minimatch@^9.0.4:
6081+
version "9.0.4"
6082+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6083+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6084+
dependencies:
6085+
brace-expansion "^2.0.1"
6086+
60876087
minimist@^1.2.0, minimist@^1.2.6, minimist@~1.2.6:
60886088
version "1.2.6"
60896089
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
@@ -6272,11 +6272,6 @@ nanomatch@^1.2.9:
62726272
snapdragon "^0.8.1"
62736273
to-regex "^3.0.1"
62746274

6275-
natural-compare-lite@^1.4.0:
6276-
version "1.4.0"
6277-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6278-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6279-
62806275
natural-compare@^1.4.0:
62816276
version "1.4.0"
62826277
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -7417,20 +7412,18 @@ semver@^6.3.0:
74177412
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
74187413
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
74197414

7420-
semver@^7.3.7:
7421-
version "7.3.7"
7422-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
7423-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
7424-
dependencies:
7425-
lru-cache "^6.0.0"
7426-
74277415
semver@^7.3.8:
74287416
version "7.3.8"
74297417
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
74307418
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
74317419
dependencies:
74327420
lru-cache "^6.0.0"
74337421

7422+
semver@^7.6.0:
7423+
version "7.6.2"
7424+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
7425+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
7426+
74347427
semver@~5.4.1:
74357428
version "5.4.1"
74367429
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -8181,6 +8174,11 @@ trim-right@^1.0.1:
81818174
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
81828175
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
81838176

8177+
ts-api-utils@^1.3.0:
8178+
version "1.3.0"
8179+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
8180+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
8181+
81848182
ts-essentials@^1.0.0:
81858183
version "1.0.4"
81868184
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"
@@ -8225,7 +8223,7 @@ ts-node@10.9.2:
82258223
v8-compile-cache-lib "^3.0.1"
82268224
yn "3.1.1"
82278225

8228-
tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
8226+
tslib@^1.9.0, tslib@^1.9.3:
82298227
version "1.14.1"
82308228
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
82318229
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -8235,13 +8233,6 @@ tsort@0.0.1:
82358233
resolved "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz#e2280f5e817f8bf4275657fd0f9aebd44f5a2786"
82368234
integrity sha1-4igPXoF/i/QnVlf9D5rr1E9aJ4Y=
82378235

8238-
tsutils@^3.21.0:
8239-
version "3.21.0"
8240-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8241-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8242-
dependencies:
8243-
tslib "^1.8.1"
8244-
82458236
tunnel-agent@^0.6.0:
82468237
version "0.6.0"
82478238
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)