Skip to content

Commit 2584734

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

File tree

2 files changed

+128
-60
lines changed

2 files changed

+128
-60
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.13.0",
24+
"@typescript-eslint/parser": "5.13.0",
2525
"eslint": "7.30.0",
2626
"eslint-config-prettier": "8.3.0",
2727
"eslint-plugin-prettier": "3.4.0",

yarn.lock

Lines changed: 126 additions & 58 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.9"
93+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
94+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
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.13.0":
102+
version "5.13.0"
103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz#2809052b85911ced9c54a60dac10e515e9114497"
104+
integrity sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==
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.13.0"
107+
"@typescript-eslint/type-utils" "5.13.0"
108+
"@typescript-eslint/utils" "5.13.0"
109+
debug "^4.3.2"
104110
functional-red-black-tree "^1.0.1"
105-
regexpp "^3.1.0"
111+
ignore "^5.1.8"
112+
regexpp "^3.2.0"
106113
semver "^7.3.5"
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.13.0":
129+
version "5.13.0"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c"
131+
integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==
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.13.0"
134+
"@typescript-eslint/types" "5.13.0"
135+
"@typescript-eslint/typescript-estree" "5.13.0"
136+
debug "^4.3.2"
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.13.0":
147+
version "5.13.0"
148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.13.0.tgz#cf6aff61ca497cb19f0397eea8444a58f46156b6"
149+
integrity sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==
155150
dependencies:
156-
"@typescript-eslint/types" "4.28.3"
157-
"@typescript-eslint/visitor-keys" "4.28.3"
151+
"@typescript-eslint/types" "5.13.0"
152+
"@typescript-eslint/visitor-keys" "5.13.0"
153+
154+
"@typescript-eslint/type-utils@5.13.0":
155+
version "5.13.0"
156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
157+
integrity sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==
158+
dependencies:
159+
"@typescript-eslint/utils" "5.13.0"
160+
debug "^4.3.2"
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.13.0":
169+
version "5.13.0"
170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
171+
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
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+
"@typescript-eslint/typescript-estree@5.13.0":
187+
version "5.13.0"
188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.13.0.tgz#b37c07b748ff030a3e93d87c842714e020b78141"
189+
integrity sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==
186190
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"
191+
"@typescript-eslint/types" "5.13.0"
192+
"@typescript-eslint/visitor-keys" "5.13.0"
193+
debug "^4.3.2"
194+
globby "^11.0.4"
195+
is-glob "^4.0.3"
192196
semver "^7.3.5"
193197
tsutils "^3.21.0"
194198

199+
"@typescript-eslint/utils@5.13.0":
200+
version "5.13.0"
201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.13.0.tgz#2328feca700eb02837298339a2e49c46b41bd0af"
202+
integrity sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==
203+
dependencies:
204+
"@types/json-schema" "^7.0.9"
205+
"@typescript-eslint/scope-manager" "5.13.0"
206+
"@typescript-eslint/types" "5.13.0"
207+
"@typescript-eslint/typescript-estree" "5.13.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.13.0":
220+
version "5.13.0"
221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.13.0.tgz#f45ff55bcce16403b221ac9240fbeeae4764f0fd"
222+
integrity sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==
207223
dependencies:
208-
"@typescript-eslint/types" "4.28.3"
209-
eslint-visitor-keys "^2.0.0"
224+
"@typescript-eslint/types" "5.13.0"
225+
eslint-visitor-keys "^3.0.0"
210226

211227
acorn-jsx@^5.3.1:
212228
version "5.3.1"
@@ -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.2:
386+
version "4.3.3"
387+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
388+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
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.0.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.0.4:
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.1.8, 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,12 +864,12 @@ 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==
808871

809-
micromatch@^4.0.2:
872+
micromatch@^4.0.2, micromatch@^4.0.4:
810873
version "4.0.4"
811874
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
812875
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
@@ -914,6 +977,11 @@ regexpp@^3.1.0:
914977
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
915978
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
916979

980+
regexpp@^3.2.0:
981+
version "3.2.0"
982+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
983+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
984+
917985
require-from-string@^2.0.2:
918986
version "2.0.2"
919987
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"

0 commit comments

Comments
 (0)