Skip to content

Commit 378f23f

Browse files
committed
⬆️ Update typescript-eslint monorepo to v5
1 parent 79027ca commit 378f23f

File tree

2 files changed

+132
-68
lines changed

2 files changed

+132
-68
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@ava/typescript": "2.0.0",
3232
"@keiryo/eslint-config": "^1.0.1",
3333
"@types/node": "v14",
34-
"@typescript-eslint/eslint-plugin": "4.31.2",
35-
"@typescript-eslint/parser": "4.31.2",
34+
"@typescript-eslint/eslint-plugin": "5.20.0",
35+
"@typescript-eslint/parser": "5.20.0",
3636
"ava": "3.15.0",
3737
"eslint": "7.32.0",
3838
"form-data": "^4.0.0",

yarn.lock

Lines changed: 130 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
dependencies:
120120
defer-to-connect "^1.0.1"
121121

122-
"@types/json-schema@^7.0.7":
123-
version "7.0.9"
124-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
125-
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
122+
"@types/json-schema@^7.0.9":
123+
version "7.0.11"
124+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
125+
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
126126

127127
"@types/node@v14":
128128
version "14.17.19"
@@ -134,74 +134,85 @@
134134
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
135135
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
136136

137-
"@typescript-eslint/eslint-plugin@4.31.2":
138-
version "4.31.2"
139-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.2.tgz#9f41efaee32cdab7ace94b15bd19b756dd099b0a"
140-
integrity sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==
137+
"@typescript-eslint/eslint-plugin@5.20.0":
138+
version "5.20.0"
139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.20.0.tgz#022531a639640ff3faafaf251d1ce00a2ef000a1"
140+
integrity sha512-fapGzoxilCn3sBtC6NtXZX6+P/Hef7VDbyfGqTTpzYydwhlkevB+0vE0EnmHPVTVSy68GUncyJ/2PcrFBeCo5Q==
141141
dependencies:
142-
"@typescript-eslint/experimental-utils" "4.31.2"
143-
"@typescript-eslint/scope-manager" "4.31.2"
144-
debug "^4.3.1"
142+
"@typescript-eslint/scope-manager" "5.20.0"
143+
"@typescript-eslint/type-utils" "5.20.0"
144+
"@typescript-eslint/utils" "5.20.0"
145+
debug "^4.3.2"
145146
functional-red-black-tree "^1.0.1"
146-
regexpp "^3.1.0"
147+
ignore "^5.1.8"
148+
regexpp "^3.2.0"
147149
semver "^7.3.5"
148150
tsutils "^3.21.0"
149151

150-
"@typescript-eslint/[email protected]":
151-
version "4.31.2"
152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.2.tgz#98727a9c1e977dd5d20c8705e69cd3c2a86553fa"
153-
integrity sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==
152+
"@typescript-eslint/[email protected]":
153+
version "5.20.0"
154+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.20.0.tgz#4991c4ee0344315c2afc2a62f156565f689c8d0b"
155+
integrity sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==
154156
dependencies:
155-
"@types/json-schema" "^7.0.7"
156-
"@typescript-eslint/scope-manager" "4.31.2"
157-
"@typescript-eslint/types" "4.31.2"
158-
"@typescript-eslint/typescript-estree" "4.31.2"
159-
eslint-scope "^5.1.1"
160-
eslint-utils "^3.0.0"
157+
"@typescript-eslint/scope-manager" "5.20.0"
158+
"@typescript-eslint/types" "5.20.0"
159+
"@typescript-eslint/typescript-estree" "5.20.0"
160+
debug "^4.3.2"
161161

162-
"@typescript-eslint/[email protected]":
163-
version "4.31.2"
164-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.2.tgz#54aa75986e3302d91eff2bbbaa6ecfa8084e9c34"
165-
integrity sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw==
162+
"@typescript-eslint/[email protected]":
163+
version "5.20.0"
164+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.20.0.tgz#79c7fb8598d2942e45b3c881ced95319818c7980"
165+
integrity sha512-h9KtuPZ4D/JuX7rpp1iKg3zOH0WNEa+ZIXwpW/KWmEFDxlA/HSfCMhiyF1HS/drTICjIbpA6OqkAhrP/zkCStg==
166166
dependencies:
167-
"@typescript-eslint/scope-manager" "4.31.2"
168-
"@typescript-eslint/types" "4.31.2"
169-
"@typescript-eslint/typescript-estree" "4.31.2"
170-
debug "^4.3.1"
167+
"@typescript-eslint/types" "5.20.0"
168+
"@typescript-eslint/visitor-keys" "5.20.0"
171169

172-
"@typescript-eslint/[email protected]":
173-
version "4.31.2"
174-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.2.tgz#1d528cb3ed3bcd88019c20a57c18b897b073923a"
175-
integrity sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==
170+
"@typescript-eslint/[email protected]":
171+
version "5.20.0"
172+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.20.0.tgz#151c21cbe9a378a34685735036e5ddfc00223be3"
173+
integrity sha512-WxNrCwYB3N/m8ceyoGCgbLmuZwupvzN0rE8NBuwnl7APgjv24ZJIjkNzoFBXPRCGzLNkoU/WfanW0exvp/+3Iw==
176174
dependencies:
177-
"@typescript-eslint/types" "4.31.2"
178-
"@typescript-eslint/visitor-keys" "4.31.2"
179-
180-
"@typescript-eslint/[email protected]":
181-
version "4.31.2"
182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf"
183-
integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==
175+
"@typescript-eslint/utils" "5.20.0"
176+
debug "^4.3.2"
177+
tsutils "^3.21.0"
184178

185-
"@typescript-eslint/[email protected]":
186-
version "4.31.2"
187-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz#abfd50594d8056b37e7428df3b2d185ef2d0060c"
188-
integrity sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==
189-
dependencies:
190-
"@typescript-eslint/types" "4.31.2"
191-
"@typescript-eslint/visitor-keys" "4.31.2"
192-
debug "^4.3.1"
193-
globby "^11.0.3"
194-
is-glob "^4.0.1"
179+
"@typescript-eslint/[email protected]":
180+
version "5.20.0"
181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.20.0.tgz#fa39c3c2aa786568302318f1cb51fcf64258c20c"
182+
integrity sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg==
183+
184+
"@typescript-eslint/[email protected]":
185+
version "5.20.0"
186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.20.0.tgz#ab73686ab18c8781bbf249c9459a55dc9417d6b0"
187+
integrity sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w==
188+
dependencies:
189+
"@typescript-eslint/types" "5.20.0"
190+
"@typescript-eslint/visitor-keys" "5.20.0"
191+
debug "^4.3.2"
192+
globby "^11.0.4"
193+
is-glob "^4.0.3"
195194
semver "^7.3.5"
196195
tsutils "^3.21.0"
197196

198-
"@typescript-eslint/[email protected]":
199-
version "4.31.2"
200-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz#7d5b4a4705db7fe59ecffb273c1d082760f635cc"
201-
integrity sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==
197+
"@typescript-eslint/[email protected]":
198+
version "5.20.0"
199+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.20.0.tgz#b8e959ed11eca1b2d5414e12417fd94cae3517a5"
200+
integrity sha512-lHONGJL1LIO12Ujyx8L8xKbwWSkoUKFSO+0wDAqGXiudWB2EO7WEUT+YZLtVbmOmSllAjLb9tpoIPwpRe5Tn6w==
202201
dependencies:
203-
"@typescript-eslint/types" "4.31.2"
204-
eslint-visitor-keys "^2.0.0"
202+
"@types/json-schema" "^7.0.9"
203+
"@typescript-eslint/scope-manager" "5.20.0"
204+
"@typescript-eslint/types" "5.20.0"
205+
"@typescript-eslint/typescript-estree" "5.20.0"
206+
eslint-scope "^5.1.1"
207+
eslint-utils "^3.0.0"
208+
209+
"@typescript-eslint/[email protected]":
210+
version "5.20.0"
211+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.20.0.tgz#70236b5c6b67fbaf8b2f58bf3414b76c1e826c2a"
212+
integrity sha512-1flRpNF+0CAQkMNlTJ6L/Z5jiODG/e5+7mk6XwtPOUS3UrTz3UOiAg9jG2VtKsWI6rZQfy4C6a232QNRZTRGlg==
213+
dependencies:
214+
"@typescript-eslint/types" "5.20.0"
215+
eslint-visitor-keys "^3.0.0"
205216

206217
abort-controller@^3.0.0:
207218
version "3.0.0"
@@ -462,7 +473,7 @@ brace-expansion@^1.1.7:
462473
balanced-match "^1.0.0"
463474
concat-map "0.0.1"
464475

465-
braces@^3.0.1, braces@~3.0.2:
476+
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
466477
version "3.0.2"
467478
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
468479
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -729,6 +740,13 @@ debug@^4.0.1, debug@^4.1.1, debug@^4.3.1:
729740
dependencies:
730741
ms "2.1.2"
731742

743+
debug@^4.3.2:
744+
version "4.3.4"
745+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
746+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
747+
dependencies:
748+
ms "2.1.2"
749+
732750
decompress-response@^3.3.0:
733751
version "3.3.0"
734752
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
@@ -906,6 +924,11 @@ eslint-visitor-keys@^2.0.0:
906924
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
907925
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
908926

927+
eslint-visitor-keys@^3.0.0:
928+
version "3.3.0"
929+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
930+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
931+
909932
910933
version "7.32.0"
911934
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -1037,6 +1060,17 @@ fast-glob@^3.1.1:
10371060
micromatch "^4.0.2"
10381061
picomatch "^2.2.1"
10391062

1063+
fast-glob@^3.2.9:
1064+
version "3.2.11"
1065+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
1066+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
1067+
dependencies:
1068+
"@nodelib/fs.stat" "^2.0.2"
1069+
"@nodelib/fs.walk" "^1.2.3"
1070+
glob-parent "^5.1.2"
1071+
merge2 "^1.3.0"
1072+
micromatch "^4.0.4"
1073+
10401074
fast-json-stable-stringify@^2.0.0:
10411075
version "2.1.0"
10421076
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1208,16 +1242,16 @@ globby@^11.0.1:
12081242
merge2 "^1.3.0"
12091243
slash "^3.0.0"
12101244

1211-
globby@^11.0.3:
1212-
version "11.0.4"
1213-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1214-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
1245+
globby@^11.0.4:
1246+
version "11.1.0"
1247+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1248+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
12151249
dependencies:
12161250
array-union "^2.1.0"
12171251
dir-glob "^3.0.1"
1218-
fast-glob "^3.1.1"
1219-
ignore "^5.1.4"
1220-
merge2 "^1.3.0"
1252+
fast-glob "^3.2.9"
1253+
ignore "^5.2.0"
1254+
merge2 "^1.4.1"
12211255
slash "^3.0.0"
12221256

12231257
got@^9.6.0:
@@ -1299,6 +1333,11 @@ ignore@^5.1.4:
12991333
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
13001334
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
13011335

1336+
ignore@^5.1.8, ignore@^5.2.0:
1337+
version "5.2.0"
1338+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
1339+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
1340+
13021341
import-fresh@^3.0.0, import-fresh@^3.2.1:
13031342
version "3.3.0"
13041343
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -1411,6 +1450,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
14111450
dependencies:
14121451
is-extglob "^2.1.1"
14131452

1453+
is-glob@^4.0.3:
1454+
version "4.0.3"
1455+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
1456+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
1457+
dependencies:
1458+
is-extglob "^2.1.1"
1459+
14141460
is-installed-globally@^0.4.0:
14151461
version "0.4.0"
14161462
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520"
@@ -1671,7 +1717,7 @@ merge-stream@^2.0.0:
16711717
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
16721718
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
16731719

1674-
merge2@^1.3.0:
1720+
merge2@^1.3.0, merge2@^1.4.1:
16751721
version "1.4.1"
16761722
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
16771723
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -1684,6 +1730,14 @@ micromatch@^4.0.2:
16841730
braces "^3.0.1"
16851731
picomatch "^2.2.3"
16861732

1733+
micromatch@^4.0.4:
1734+
version "4.0.5"
1735+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
1736+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
1737+
dependencies:
1738+
braces "^3.0.2"
1739+
picomatch "^2.3.1"
1740+
16871741
16881742
version "1.47.0"
16891743
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.47.0.tgz#8cb313e59965d3c05cfbf898915a267af46a335c"
@@ -1943,6 +1997,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
19431997
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
19441998
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
19451999

2000+
picomatch@^2.3.1:
2001+
version "2.3.1"
2002+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
2003+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
2004+
19462005
pify@^4.0.1:
19472006
version "4.0.1"
19482007
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -2058,6 +2117,11 @@ regexpp@^3.1.0:
20582117
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
20592118
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
20602119

2120+
regexpp@^3.2.0:
2121+
version "3.2.0"
2122+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
2123+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
2124+
20612125
registry-auth-token@^4.0.0:
20622126
version "4.2.1"
20632127
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250"

0 commit comments

Comments
 (0)