Skip to content

Commit 8e00cc3

Browse files
Update typescript-eslint monorepo to v6
1 parent d7d8478 commit 8e00cc3

2 files changed

Lines changed: 166 additions & 65 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@lundstrong/rbxts-transform-debug": "1.0.0-rc.3",
1818
"@rbxts/compiler-types": "1.1.1-types.5",
1919
"@rbxts/types": "1.0.537",
20-
"@typescript-eslint/eslint-plugin": "4.33.0",
21-
"@typescript-eslint/parser": "4.33.0",
20+
"@typescript-eslint/eslint-plugin": "6.9.0",
21+
"@typescript-eslint/parser": "6.9.0",
2222
"concurrently": "6.2.1",
2323
"eslint": "7.30.0",
2424
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 164 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
chalk "^2.0.0"
3131
js-tokens "^4.0.0"
3232

33+
"@eslint-community/eslint-utils@^4.4.0":
34+
version "4.4.0"
35+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
36+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
37+
dependencies:
38+
eslint-visitor-keys "^3.3.0"
39+
40+
"@eslint-community/regexpp@^4.5.1":
41+
version "4.9.1"
42+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
43+
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
44+
3345
"@eslint/eslintrc@^0.4.2":
3446
version "0.4.2"
3547
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
@@ -120,6 +132,11 @@
120132
resolved "https://registry.yarnpkg.com/@rbxts/types/-/types-1.0.537.tgz#290ed13dc5accf71314828fc76abed72a41e7696"
121133
integrity sha512-9orfH1YFf2ewZe3rxuPhRlPXLshUj4Ewx+F7Kn73i/Iu4C7InclLFSw2YaYz326MsjKycS7CvIu+ZDWoo7kq8Q==
122134

135+
"@types/json-schema@^7.0.12":
136+
version "7.0.14"
137+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
138+
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
139+
123140
"@types/json-schema@^7.0.7":
124141
version "7.0.8"
125142
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
@@ -135,31 +152,27 @@
135152
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
136153
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
137154

138-
"@typescript-eslint/eslint-plugin@4.33.0":
139-
version "4.33.0"
140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
141-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
142-
dependencies:
143-
"@typescript-eslint/experimental-utils" "4.33.0"
144-
"@typescript-eslint/scope-manager" "4.33.0"
145-
debug "^4.3.1"
146-
functional-red-black-tree "^1.0.1"
147-
ignore "^5.1.8"
148-
regexpp "^3.1.0"
149-
semver "^7.3.5"
150-
tsutils "^3.21.0"
151-
152-
"@typescript-eslint/experimental-utils@4.33.0":
153-
version "4.33.0"
154-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
155-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
156-
dependencies:
157-
"@types/json-schema" "^7.0.7"
158-
"@typescript-eslint/scope-manager" "4.33.0"
159-
"@typescript-eslint/types" "4.33.0"
160-
"@typescript-eslint/typescript-estree" "4.33.0"
161-
eslint-scope "^5.1.1"
162-
eslint-utils "^3.0.0"
155+
"@types/semver@^7.5.0":
156+
version "7.5.4"
157+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
158+
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
159+
160+
"@typescript-eslint/eslint-plugin@6.9.0":
161+
version "6.9.0"
162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz#fdb6f3821c0167e3356e9d89c80e8230b2e401f4"
163+
integrity sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==
164+
dependencies:
165+
"@eslint-community/regexpp" "^4.5.1"
166+
"@typescript-eslint/scope-manager" "6.9.0"
167+
"@typescript-eslint/type-utils" "6.9.0"
168+
"@typescript-eslint/utils" "6.9.0"
169+
"@typescript-eslint/visitor-keys" "6.9.0"
170+
debug "^4.3.4"
171+
graphemer "^1.4.0"
172+
ignore "^5.2.4"
173+
natural-compare "^1.4.0"
174+
semver "^7.5.4"
175+
ts-api-utils "^1.0.1"
163176

164177
"@typescript-eslint/experimental-utils@^4.16.1":
165178
version "4.28.2"
@@ -173,15 +186,16 @@
173186
eslint-scope "^5.1.1"
174187
eslint-utils "^3.0.0"
175188

176-
"@typescript-eslint/parser@4.33.0":
177-
version "4.33.0"
178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
179-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
189+
"@typescript-eslint/parser@6.9.0":
190+
version "6.9.0"
191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.0.tgz#2b402cadeadd3f211c25820e5433413347b27391"
192+
integrity sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==
180193
dependencies:
181-
"@typescript-eslint/scope-manager" "4.33.0"
182-
"@typescript-eslint/types" "4.33.0"
183-
"@typescript-eslint/typescript-estree" "4.33.0"
184-
debug "^4.3.1"
194+
"@typescript-eslint/scope-manager" "6.9.0"
195+
"@typescript-eslint/types" "6.9.0"
196+
"@typescript-eslint/typescript-estree" "6.9.0"
197+
"@typescript-eslint/visitor-keys" "6.9.0"
198+
debug "^4.3.4"
185199

186200
"@typescript-eslint/scope-manager@4.28.2":
187201
version "4.28.2"
@@ -191,23 +205,33 @@
191205
"@typescript-eslint/types" "4.28.2"
192206
"@typescript-eslint/visitor-keys" "4.28.2"
193207

194-
"@typescript-eslint/scope-manager@4.33.0":
195-
version "4.33.0"
196-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
197-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
208+
"@typescript-eslint/scope-manager@6.9.0":
209+
version "6.9.0"
210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz#2626e9a7fe0e004c3e25f3b986c75f584431134e"
211+
integrity sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==
198212
dependencies:
199-
"@typescript-eslint/types" "4.33.0"
200-
"@typescript-eslint/visitor-keys" "4.33.0"
213+
"@typescript-eslint/types" "6.9.0"
214+
"@typescript-eslint/visitor-keys" "6.9.0"
215+
216+
"@typescript-eslint/type-utils@6.9.0":
217+
version "6.9.0"
218+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz#23923c8c9677c2ad41457cf8e10a5f2946be1b04"
219+
integrity sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==
220+
dependencies:
221+
"@typescript-eslint/typescript-estree" "6.9.0"
222+
"@typescript-eslint/utils" "6.9.0"
223+
debug "^4.3.4"
224+
ts-api-utils "^1.0.1"
201225

202226
"@typescript-eslint/types@4.28.2":
203227
version "4.28.2"
204228
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.2.tgz#e6b9e234e0e9a66c4d25bab881661e91478223b5"
205229
integrity sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA==
206230

207-
"@typescript-eslint/types@4.33.0":
208-
version "4.33.0"
209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
210-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
231+
"@typescript-eslint/types@6.9.0":
232+
version "6.9.0"
233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.0.tgz#86a0cbe7ac46c0761429f928467ff3d92f841098"
234+
integrity sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==
211235

212236
"@typescript-eslint/typescript-estree@4.28.2":
213237
version "4.28.2"
@@ -222,18 +246,31 @@
222246
semver "^7.3.5"
223247
tsutils "^3.21.0"
224248

225-
"@typescript-eslint/typescript-estree@4.33.0":
226-
version "4.33.0"
227-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
228-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
229-
dependencies:
230-
"@typescript-eslint/types" "4.33.0"
231-
"@typescript-eslint/visitor-keys" "4.33.0"
232-
debug "^4.3.1"
233-
globby "^11.0.3"
234-
is-glob "^4.0.1"
235-
semver "^7.3.5"
236-
tsutils "^3.21.0"
249+
"@typescript-eslint/typescript-estree@6.9.0":
250+
version "6.9.0"
251+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz#d0601b245be873d8fe49f3737f93f8662c8693d4"
252+
integrity sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==
253+
dependencies:
254+
"@typescript-eslint/types" "6.9.0"
255+
"@typescript-eslint/visitor-keys" "6.9.0"
256+
debug "^4.3.4"
257+
globby "^11.1.0"
258+
is-glob "^4.0.3"
259+
semver "^7.5.4"
260+
ts-api-utils "^1.0.1"
261+
262+
"@typescript-eslint/utils@6.9.0":
263+
version "6.9.0"
264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
265+
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
266+
dependencies:
267+
"@eslint-community/eslint-utils" "^4.4.0"
268+
"@types/json-schema" "^7.0.12"
269+
"@types/semver" "^7.5.0"
270+
"@typescript-eslint/scope-manager" "6.9.0"
271+
"@typescript-eslint/types" "6.9.0"
272+
"@typescript-eslint/typescript-estree" "6.9.0"
273+
semver "^7.5.4"
237274

238275
"@typescript-eslint/visitor-keys@4.28.2":
239276
version "4.28.2"
@@ -243,13 +280,13 @@
243280
"@typescript-eslint/types" "4.28.2"
244281
eslint-visitor-keys "^2.0.0"
245282

246-
"@typescript-eslint/visitor-keys@4.33.0":
247-
version "4.33.0"
248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
249-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
283+
"@typescript-eslint/visitor-keys@6.9.0":
284+
version "6.9.0"
285+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz#cc69421c10c4ac997ed34f453027245988164e80"
286+
integrity sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==
250287
dependencies:
251-
"@typescript-eslint/types" "4.33.0"
252-
eslint-visitor-keys "^2.0.0"
288+
"@typescript-eslint/types" "6.9.0"
289+
eslint-visitor-keys "^3.4.1"
253290

254291
acorn-jsx@^5.3.1:
255292
version "5.3.2"
@@ -484,6 +521,13 @@ debug@^4.0.1, debug@^4.1.1, debug@^4.3.1:
484521
dependencies:
485522
ms "2.1.2"
486523

524+
debug@^4.3.4:
525+
version "4.3.4"
526+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
527+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
528+
dependencies:
529+
ms "2.1.2"
530+
487531
deep-is@^0.1.3:
488532
version "0.1.3"
489533
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
@@ -595,6 +639,11 @@ eslint-visitor-keys@^2.0.0:
595639
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
596640
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
597641

642+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
643+
version "3.4.3"
644+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
645+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
646+
598647
eslint@7.30.0:
599648
version "7.30.0"
600649
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
@@ -720,6 +769,17 @@ fast-glob@^3.1.1:
720769
merge2 "^1.3.0"
721770
micromatch "^4.0.4"
722771

772+
fast-glob@^3.2.9:
773+
version "3.3.1"
774+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
775+
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
776+
dependencies:
777+
"@nodelib/fs.stat" "^2.0.2"
778+
"@nodelib/fs.walk" "^1.2.3"
779+
glob-parent "^5.1.2"
780+
merge2 "^1.3.0"
781+
micromatch "^4.0.4"
782+
723783
fast-json-stable-stringify@^2.0.0:
724784
version "2.1.0"
725785
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -846,11 +906,28 @@ globby@^11.0.3:
846906
merge2 "^1.3.0"
847907
slash "^3.0.0"
848908

909+
globby@^11.1.0:
910+
version "11.1.0"
911+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
912+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
913+
dependencies:
914+
array-union "^2.1.0"
915+
dir-glob "^3.0.1"
916+
fast-glob "^3.2.9"
917+
ignore "^5.2.0"
918+
merge2 "^1.4.1"
919+
slash "^3.0.0"
920+
849921
graceful-fs@^4.1.15, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
850922
version "4.2.6"
851923
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
852924
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
853925

926+
graphemer@^1.4.0:
927+
version "1.4.0"
928+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
929+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
930+
854931
has-flag@^3.0.0:
855932
version "3.0.0"
856933
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -883,11 +960,16 @@ ignore@^4.0.6:
883960
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
884961
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
885962

886-
ignore@^5.1.4, ignore@^5.1.8:
963+
ignore@^5.1.4:
887964
version "5.1.8"
888965
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
889966
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
890967

968+
ignore@^5.2.0, ignore@^5.2.4:
969+
version "5.2.4"
970+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
971+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
972+
891973
import-fresh@^3.0.0, import-fresh@^3.2.1:
892974
version "3.3.0"
893975
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -950,6 +1032,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
9501032
dependencies:
9511033
is-extglob "^2.1.1"
9521034

1035+
is-glob@^4.0.3:
1036+
version "4.0.3"
1037+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
1038+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
1039+
dependencies:
1040+
is-extglob "^2.1.1"
1041+
9531042
is-number@^7.0.0:
9541043
version "7.0.0"
9551044
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
@@ -1084,7 +1173,7 @@ merge-stream@^2.0.0:
10841173
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
10851174
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
10861175

1087-
merge2@^1.3.0:
1176+
merge2@^1.3.0, merge2@^1.4.1:
10881177
version "1.4.1"
10891178
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
10901179
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -1385,6 +1474,13 @@ semver@^7.2.1, semver@^7.3.5:
13851474
dependencies:
13861475
lru-cache "^6.0.0"
13871476

1477+
semver@^7.5.4:
1478+
version "7.5.4"
1479+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1480+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
1481+
dependencies:
1482+
lru-cache "^6.0.0"
1483+
13881484
shebang-command@^2.0.0:
13891485
version "2.0.0"
13901486
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -1538,6 +1634,11 @@ tree-kill@^1.2.2:
15381634
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
15391635
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
15401636

1637+
ts-api-utils@^1.0.1:
1638+
version "1.0.3"
1639+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
1640+
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
1641+
15411642
tslib@^1.8.1, tslib@^1.9.0:
15421643
version "1.14.1"
15431644
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)