Skip to content

Commit f6be8c4

Browse files
Update typescript-eslint monorepo to v5
1 parent 8b7c544 commit f6be8c4

File tree

2 files changed

+152
-64
lines changed

2 files changed

+152
-64
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@rbxts/compiler-types": "1.1.1-types.5",
2222
"@rbxts/types": "1.0.505",
23-
"@typescript-eslint/eslint-plugin": "4.28.3",
24-
"@typescript-eslint/parser": "4.28.3",
23+
"@typescript-eslint/eslint-plugin": "5.29.0",
24+
"@typescript-eslint/parser": "5.29.0",
2525
"eslint": "7.30.0",
2626
"eslint-config-prettier": "8.3.0",
2727
"eslint-plugin-prettier": "3.4.0",

yarn.lock

Lines changed: 150 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -83,41 +83,36 @@
8383
resolved "https://registry.yarnpkg.com/@rbxts/types/-/types-1.0.505.tgz#d83c7f4905a59b519dc9f638520674cab3750710"
8484
integrity sha512-pU+b0v1MSNnJ6sb/ZYuuPs82pY0+Ymm0frC8C3nY9BtlC5DMMCgKCBoSUAvlV5qyPyp2x2GN7gBaWKbXewXB2w==
8585

86-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
86+
"@types/json-schema@^7.0.3":
8787
version "7.0.7"
8888
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
8989
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
9090

91+
"@types/json-schema@^7.0.9":
92+
version "7.0.11"
93+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
94+
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
95+
9196
"@types/node@^14.14.32":
9297
version "14.14.44"
9398
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.44.tgz#df7503e6002847b834371c004b372529f3f85215"
9499
integrity sha512-+gaugz6Oce6ZInfI/tK4Pq5wIIkJMEJUu92RB3Eu93mtj4wjjjz9EB5mLp5s1pSsLXdC/CPut/xF20ZzAQJbTA==
95100

96-
"@typescript-eslint/eslint-plugin@4.28.3":
97-
version "4.28.3"
98-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz#36cdcd9ca6f9e5cb49b9f61b970b1976708d084b"
99-
integrity sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==
101+
"@typescript-eslint/eslint-plugin@5.29.0":
102+
version "5.29.0"
103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
104+
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
100105
dependencies:
101-
"@typescript-eslint/experimental-utils" "4.28.3"
102-
"@typescript-eslint/scope-manager" "4.28.3"
103-
debug "^4.3.1"
106+
"@typescript-eslint/scope-manager" "5.29.0"
107+
"@typescript-eslint/type-utils" "5.29.0"
108+
"@typescript-eslint/utils" "5.29.0"
109+
debug "^4.3.4"
104110
functional-red-black-tree "^1.0.1"
105-
regexpp "^3.1.0"
106-
semver "^7.3.5"
111+
ignore "^5.2.0"
112+
regexpp "^3.2.0"
113+
semver "^7.3.7"
107114
tsutils "^3.21.0"
108115

109-
"@typescript-eslint/experimental-utils@4.28.3":
110-
version "4.28.3"
111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz#976f8c1191b37105fd06658ed57ddfee4be361ca"
112-
integrity sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==
113-
dependencies:
114-
"@types/json-schema" "^7.0.7"
115-
"@typescript-eslint/scope-manager" "4.28.3"
116-
"@typescript-eslint/types" "4.28.3"
117-
"@typescript-eslint/typescript-estree" "4.28.3"
118-
eslint-scope "^5.1.1"
119-
eslint-utils "^3.0.0"
120-
121116
"@typescript-eslint/experimental-utils@^4.16.1":
122117
version "4.22.1"
123118
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.1.tgz#3938a5c89b27dc9a39b5de63a62ab1623ab27497"
@@ -130,15 +125,15 @@
130125
eslint-scope "^5.0.0"
131126
eslint-utils "^2.0.0"
132127

133-
"@typescript-eslint/parser@4.28.3":
134-
version "4.28.3"
135-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.3.tgz#95f1d475c08268edffdcb2779993c488b6434b44"
136-
integrity sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==
128+
"@typescript-eslint/parser@5.29.0":
129+
version "5.29.0"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf"
131+
integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==
137132
dependencies:
138-
"@typescript-eslint/scope-manager" "4.28.3"
139-
"@typescript-eslint/types" "4.28.3"
140-
"@typescript-eslint/typescript-estree" "4.28.3"
141-
debug "^4.3.1"
133+
"@typescript-eslint/scope-manager" "5.29.0"
134+
"@typescript-eslint/types" "5.29.0"
135+
"@typescript-eslint/typescript-estree" "5.29.0"
136+
debug "^4.3.4"
142137

143138
"@typescript-eslint/scope-manager@4.22.1":
144139
version "4.22.1"
@@ -148,23 +143,32 @@
148143
"@typescript-eslint/types" "4.22.1"
149144
"@typescript-eslint/visitor-keys" "4.22.1"
150145

151-
"@typescript-eslint/scope-manager@4.28.3":
152-
version "4.28.3"
153-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz#c32ad4491b3726db1ba34030b59ea922c214e371"
154-
integrity sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==
146+
"@typescript-eslint/scope-manager@5.29.0":
147+
version "5.29.0"
148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
149+
integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==
155150
dependencies:
156-
"@typescript-eslint/types" "4.28.3"
157-
"@typescript-eslint/visitor-keys" "4.28.3"
151+
"@typescript-eslint/types" "5.29.0"
152+
"@typescript-eslint/visitor-keys" "5.29.0"
153+
154+
"@typescript-eslint/type-utils@5.29.0":
155+
version "5.29.0"
156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
157+
integrity sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==
158+
dependencies:
159+
"@typescript-eslint/utils" "5.29.0"
160+
debug "^4.3.4"
161+
tsutils "^3.21.0"
158162

159163
"@typescript-eslint/types@4.22.1":
160164
version "4.22.1"
161165
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.1.tgz#bf99c6cec0b4a23d53a61894816927f2adad856a"
162166
integrity sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==
163167

164-
"@typescript-eslint/types@4.28.3":
165-
version "4.28.3"
166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7"
167-
integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==
168+
"@typescript-eslint/types@5.29.0":
169+
version "5.29.0"
170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
171+
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
168172

169173
"@typescript-eslint/typescript-estree@4.22.1":
170174
version "4.22.1"
@@ -179,19 +183,31 @@
179183
semver "^7.3.2"
180184
tsutils "^3.17.1"
181185

182-
"@typescript-eslint/typescript-estree@4.28.3":
183-
version "4.28.3"
184-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz#253d7088100b2a38aefe3c8dd7bd1f8232ec46fb"
185-
integrity sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==
186-
dependencies:
187-
"@typescript-eslint/types" "4.28.3"
188-
"@typescript-eslint/visitor-keys" "4.28.3"
189-
debug "^4.3.1"
190-
globby "^11.0.3"
191-
is-glob "^4.0.1"
192-
semver "^7.3.5"
186+
"@typescript-eslint/typescript-estree@5.29.0":
187+
version "5.29.0"
188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
189+
integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==
190+
dependencies:
191+
"@typescript-eslint/types" "5.29.0"
192+
"@typescript-eslint/visitor-keys" "5.29.0"
193+
debug "^4.3.4"
194+
globby "^11.1.0"
195+
is-glob "^4.0.3"
196+
semver "^7.3.7"
193197
tsutils "^3.21.0"
194198

199+
"@typescript-eslint/utils@5.29.0":
200+
version "5.29.0"
201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
202+
integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==
203+
dependencies:
204+
"@types/json-schema" "^7.0.9"
205+
"@typescript-eslint/scope-manager" "5.29.0"
206+
"@typescript-eslint/types" "5.29.0"
207+
"@typescript-eslint/typescript-estree" "5.29.0"
208+
eslint-scope "^5.1.1"
209+
eslint-utils "^3.0.0"
210+
195211
"@typescript-eslint/visitor-keys@4.22.1":
196212
version "4.22.1"
197213
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.1.tgz#6045ae25a11662c671f90b3a403d682dfca0b7a6"
@@ -200,13 +216,13 @@
200216
"@typescript-eslint/types" "4.22.1"
201217
eslint-visitor-keys "^2.0.0"
202218

203-
"@typescript-eslint/visitor-keys@4.28.3":
204-
version "4.28.3"
205-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz#26ac91e84b23529968361045829da80a4e5251c4"
206-
integrity sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==
219+
"@typescript-eslint/visitor-keys@5.29.0":
220+
version "5.29.0"
221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"
222+
integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==
207223
dependencies:
208-
"@typescript-eslint/types" "4.28.3"
209-
eslint-visitor-keys "^2.0.0"
224+
"@typescript-eslint/types" "5.29.0"
225+
eslint-visitor-keys "^3.3.0"
210226

211227
acorn-jsx@^5.3.1:
212228
version "5.3.1"
@@ -292,7 +308,7 @@ brace-expansion@^1.1.7:
292308
balanced-match "^1.0.0"
293309
concat-map "0.0.1"
294310

295-
braces@^3.0.1:
311+
braces@^3.0.1, braces@^3.0.2:
296312
version "3.0.2"
297313
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
298314
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -359,13 +375,20 @@ cross-spawn@^7.0.2:
359375
shebang-command "^2.0.0"
360376
which "^2.0.1"
361377

362-
debug@^4.0.1, debug@^4.1.1, debug@^4.3.1:
378+
debug@^4.0.1, debug@^4.1.1:
363379
version "4.3.1"
364380
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
365381
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
366382
dependencies:
367383
ms "2.1.2"
368384

385+
debug@^4.3.4:
386+
version "4.3.4"
387+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
388+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
389+
dependencies:
390+
ms "2.1.2"
391+
369392
deep-is@^0.1.3:
370393
version "0.1.3"
371394
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
@@ -460,6 +483,11 @@ eslint-visitor-keys@^2.0.0:
460483
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
461484
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
462485

486+
eslint-visitor-keys@^3.3.0:
487+
version "3.3.0"
488+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
489+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
490+
463491
eslint@7.30.0:
464492
version "7.30.0"
465493
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
@@ -571,6 +599,17 @@ fast-glob@^3.1.1:
571599
micromatch "^4.0.2"
572600
picomatch "^2.2.1"
573601

602+
fast-glob@^3.2.9:
603+
version "3.2.11"
604+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
605+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
606+
dependencies:
607+
"@nodelib/fs.stat" "^2.0.2"
608+
"@nodelib/fs.walk" "^1.2.3"
609+
glob-parent "^5.1.2"
610+
merge2 "^1.3.0"
611+
micromatch "^4.0.4"
612+
574613
fast-json-stable-stringify@^2.0.0:
575614
version "2.1.0"
576615
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -658,7 +697,7 @@ globals@^13.9.0:
658697
dependencies:
659698
type-fest "^0.20.2"
660699

661-
globby@^11.0.1, globby@^11.0.3:
700+
globby@^11.0.1:
662701
version "11.0.3"
663702
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
664703
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -670,6 +709,18 @@ globby@^11.0.1, globby@^11.0.3:
670709
merge2 "^1.3.0"
671710
slash "^3.0.0"
672711

712+
globby@^11.1.0:
713+
version "11.1.0"
714+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
715+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
716+
dependencies:
717+
array-union "^2.1.0"
718+
dir-glob "^3.0.1"
719+
fast-glob "^3.2.9"
720+
ignore "^5.2.0"
721+
merge2 "^1.4.1"
722+
slash "^3.0.0"
723+
673724
has-flag@^3.0.0:
674725
version "3.0.0"
675726
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -690,6 +741,11 @@ ignore@^5.1.4:
690741
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
691742
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
692743

744+
ignore@^5.2.0:
745+
version "5.2.0"
746+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
747+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
748+
693749
import-fresh@^3.0.0, import-fresh@^3.2.1:
694750
version "3.3.0"
695751
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -733,6 +789,13 @@ is-glob@^4.0.0, is-glob@^4.0.1:
733789
dependencies:
734790
is-extglob "^2.1.1"
735791

792+
is-glob@^4.0.3:
793+
version "4.0.3"
794+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
795+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
796+
dependencies:
797+
is-extglob "^2.1.1"
798+
736799
is-number@^7.0.0:
737800
version "7.0.0"
738801
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
@@ -801,7 +864,7 @@ lru-cache@^6.0.0:
801864
dependencies:
802865
yallist "^4.0.0"
803866

804-
merge2@^1.3.0:
867+
merge2@^1.3.0, merge2@^1.4.1:
805868
version "1.4.1"
806869
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
807870
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -814,6 +877,14 @@ micromatch@^4.0.2:
814877
braces "^3.0.1"
815878
picomatch "^2.2.3"
816879

880+
micromatch@^4.0.4:
881+
version "4.0.5"
882+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
883+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
884+
dependencies:
885+
braces "^3.0.2"
886+
picomatch "^2.3.1"
887+
817888
minimatch@^3.0.4:
818889
version "3.0.4"
819890
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -877,6 +948,11 @@ picomatch@^2.2.1, picomatch@^2.2.3:
877948
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
878949
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
879950

951+
picomatch@^2.3.1:
952+
version "2.3.1"
953+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
954+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
955+
880956
prelude-ls@^1.2.1:
881957
version "1.2.1"
882958
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -914,6 +990,11 @@ regexpp@^3.1.0:
914990
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
915991
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
916992

993+
regexpp@^3.2.0:
994+
version "3.2.0"
995+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
996+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
997+
917998
require-from-string@^2.0.2:
918999
version "2.0.2"
9191000
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
@@ -943,13 +1024,20 @@ run-parallel@^1.1.9:
9431024
dependencies:
9441025
queue-microtask "^1.2.2"
9451026

946-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
1027+
semver@^7.2.1, semver@^7.3.2:
9471028
version "7.3.5"
9481029
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
9491030
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
9501031
dependencies:
9511032
lru-cache "^6.0.0"
9521033

1034+
semver@^7.3.7:
1035+
version "7.3.7"
1036+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
1037+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
1038+
dependencies:
1039+
lru-cache "^6.0.0"
1040+
9531041
shebang-command@^2.0.0:
9541042
version "2.0.0"
9551043
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)