Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 534fc2f

Browse files
committed
chore(deps): update babel monorepo
1 parent 9efba7c commit 534fc2f

File tree

10 files changed

+113
-64
lines changed

10 files changed

+113
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"validate-npm-package-name": "3.0.0"
5555
},
5656
"devDependencies": {
57-
"babel-eslint": "10.0.3",
57+
"babel-eslint": "10.1.0",
5858
"conventional-changelog-cli": "2.0.31",
5959
"doctoc": "1.4.0",
6060
"eslint": "6.7.2",

src/templates/Autocomplete.js 0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"autocomplete.js": "{{libraryVersion}}"
1414
},
1515
"devDependencies": {
16-
"babel-eslint": "10.0.2",
16+
"babel-eslint": "10.1.0",
1717
"eslint": "6.8.0",
1818
"eslint-config-algolia": "15.0.0",
1919
"eslint-config-prettier": "6.10.0",

src/templates/InstantSearch.js 2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "npm run lint -- --fix"
1111
},
1212
"devDependencies": {
13-
"babel-eslint": "10.0.2",
13+
"babel-eslint": "10.1.0",
1414
"eslint": "5.7.0",
1515
"eslint-config-algolia": "13.2.3",
1616
"eslint-config-prettier": "3.6.0",

src/templates/InstantSearch.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "npm run lint -- --fix"
1111
},
1212
"devDependencies": {
13-
"babel-eslint": "10.0.3",
13+
"babel-eslint": "10.1.0",
1414
"eslint": "5.7.0",
1515
"eslint-config-algolia": "13.2.3",
1616
"eslint-config-prettier": "3.6.0",

src/templates/JavaScript Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"algoliasearch": "{{libraryVersion}}"
1414
},
1515
"devDependencies": {
16-
"babel-eslint": "10.0.2",
16+
"babel-eslint": "10.1.0",
1717
"eslint": "5.7.0",
1818
"eslint-config-algolia": "13.2.3",
1919
"eslint-config-prettier": "3.6.0",

src/templates/JavaScript Helper 2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"algoliasearch-helper": "{{libraryVersion}}"
1515
},
1616
"devDependencies": {
17-
"babel-eslint": "10.0.3",
17+
"babel-eslint": "10.1.0",
1818
"eslint": "5.7.0",
1919
"eslint-config-algolia": "13.2.3",
2020
"eslint-config-prettier": "3.6.0",

src/templates/JavaScript Helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"algoliasearch-helper": "{{libraryVersion}}"
1515
},
1616
"devDependencies": {
17-
"babel-eslint": "10.0.3",
17+
"babel-eslint": "10.1.0",
1818
"eslint": "5.7.0",
1919
"eslint-config-algolia": "13.2.3",
2020
"eslint-config-prettier": "3.6.0",

src/templates/React InstantSearch Native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-native": "0.64.3"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "7.16.5",
21+
"@babel/core": "7.17.5",
2222
"babel-preset-expo": "9.0.2",
2323
"eslint": "8.5.0",
2424
"eslint-config-algolia": "20.0.0",

src/templates/Vue InstantSearch 1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@vue/cli-plugin-babel": "3.6.0",
1818
"@vue/cli-plugin-eslint": "3.6.0",
1919
"@vue/cli-service": "3.6.0",
20-
"babel-eslint": "10.0.2",
20+
"babel-eslint": "10.1.0",
2121
"eslint": "5.7.0",
2222
"eslint-config-algolia": "13.2.3",
2323
"eslint-config-prettier": "4.1.0",

yarn.lock

Lines changed: 104 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@
112112
dependencies:
113113
"@babel/highlight" "^7.0.0"
114114

115+
"@babel/code-frame@^7.16.7":
116+
version "7.16.7"
117+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
118+
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
119+
dependencies:
120+
"@babel/highlight" "^7.16.7"
121+
115122
"@babel/code-frame@^7.8.3":
116123
version "7.8.3"
117124
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
@@ -160,15 +167,14 @@
160167
semver "^5.4.1"
161168
source-map "^0.5.0"
162169

163-
"@babel/generator@^7.0.0":
164-
version "7.0.0"
165-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
170+
"@babel/generator@^7.17.3":
171+
version "7.17.3"
172+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
173+
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
166174
dependencies:
167-
"@babel/types" "^7.0.0"
175+
"@babel/types" "^7.17.0"
168176
jsesc "^2.5.1"
169-
lodash "^4.17.10"
170177
source-map "^0.5.0"
171-
trim-right "^1.0.1"
172178

173179
"@babel/generator@^7.4.0":
174180
version "7.4.0"
@@ -191,13 +197,12 @@
191197
lodash "^4.17.13"
192198
source-map "^0.5.0"
193199

194-
"@babel/helper-function-name@^7.0.0":
195-
version "7.0.0"
196-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
200+
"@babel/helper-environment-visitor@^7.16.7":
201+
version "7.16.7"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
203+
integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
197204
dependencies:
198-
"@babel/helper-get-function-arity" "^7.0.0"
199-
"@babel/template" "^7.0.0"
200-
"@babel/types" "^7.0.0"
205+
"@babel/types" "^7.16.7"
201206

202207
"@babel/helper-function-name@^7.1.0":
203208
version "7.1.0"
@@ -208,6 +213,15 @@
208213
"@babel/template" "^7.1.0"
209214
"@babel/types" "^7.0.0"
210215

216+
"@babel/helper-function-name@^7.16.7":
217+
version "7.16.7"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
219+
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
220+
dependencies:
221+
"@babel/helper-get-function-arity" "^7.16.7"
222+
"@babel/template" "^7.16.7"
223+
"@babel/types" "^7.16.7"
224+
211225
"@babel/helper-function-name@^7.8.3":
212226
version "7.8.3"
213227
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
@@ -223,13 +237,27 @@
223237
dependencies:
224238
"@babel/types" "^7.0.0"
225239

240+
"@babel/helper-get-function-arity@^7.16.7":
241+
version "7.16.7"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
243+
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
244+
dependencies:
245+
"@babel/types" "^7.16.7"
246+
226247
"@babel/helper-get-function-arity@^7.8.3":
227248
version "7.8.3"
228249
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
229250
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
230251
dependencies:
231252
"@babel/types" "^7.8.3"
232253

254+
"@babel/helper-hoist-variables@^7.16.7":
255+
version "7.16.7"
256+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
257+
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
258+
dependencies:
259+
"@babel/types" "^7.16.7"
260+
233261
"@babel/helper-plugin-utils@^7.0.0":
234262
version "7.0.0"
235263
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
@@ -240,11 +268,12 @@
240268
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
241269
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
242270

243-
"@babel/helper-split-export-declaration@^7.0.0":
244-
version "7.0.0"
245-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
271+
"@babel/helper-split-export-declaration@^7.16.7":
272+
version "7.16.7"
273+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
274+
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
246275
dependencies:
247-
"@babel/types" "^7.0.0"
276+
"@babel/types" "^7.16.7"
248277

249278
"@babel/helper-split-export-declaration@^7.4.0":
250279
version "7.4.0"
@@ -260,6 +289,11 @@
260289
dependencies:
261290
"@babel/types" "^7.8.3"
262291

292+
"@babel/helper-validator-identifier@^7.16.7":
293+
version "7.16.7"
294+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
295+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
296+
263297
"@babel/helpers@^7.4.3":
264298
version "7.4.3"
265299
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.3.tgz#7b1d354363494b31cb9a2417ae86af32b7853a3b"
@@ -286,6 +320,15 @@
286320
esutils "^2.0.2"
287321
js-tokens "^4.0.0"
288322

323+
"@babel/highlight@^7.16.7":
324+
version "7.16.10"
325+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"
326+
integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
327+
dependencies:
328+
"@babel/helper-validator-identifier" "^7.16.7"
329+
chalk "^2.0.0"
330+
js-tokens "^4.0.0"
331+
289332
"@babel/highlight@^7.8.3":
290333
version "7.8.3"
291334
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
@@ -295,15 +338,16 @@
295338
esutils "^2.0.2"
296339
js-tokens "^4.0.0"
297340

298-
"@babel/parser@^7.0.0":
299-
version "7.0.0"
300-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775"
301-
302341
"@babel/parser@^7.1.0", "@babel/parser@^7.4.0", "@babel/parser@^7.4.3":
303342
version "7.4.3"
304343
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
305344
integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
306345

346+
"@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.7.0":
347+
version "7.17.3"
348+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
349+
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
350+
307351
"@babel/parser@^7.7.5", "@babel/parser@^7.8.3":
308352
version "7.8.3"
309353
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
@@ -323,14 +367,6 @@
323367
dependencies:
324368
"@babel/helper-plugin-utils" "^7.0.0"
325369

326-
"@babel/template@^7.0.0":
327-
version "7.0.0"
328-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
329-
dependencies:
330-
"@babel/code-frame" "^7.0.0"
331-
"@babel/parser" "^7.0.0"
332-
"@babel/types" "^7.0.0"
333-
334370
"@babel/template@^7.1.0", "@babel/template@^7.4.0":
335371
version "7.4.0"
336372
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b"
@@ -340,6 +376,15 @@
340376
"@babel/parser" "^7.4.0"
341377
"@babel/types" "^7.4.0"
342378

379+
"@babel/template@^7.16.7":
380+
version "7.16.7"
381+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
382+
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
383+
dependencies:
384+
"@babel/code-frame" "^7.16.7"
385+
"@babel/parser" "^7.16.7"
386+
"@babel/types" "^7.16.7"
387+
343388
"@babel/template@^7.7.4", "@babel/template@^7.8.3":
344389
version "7.8.3"
345390
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
@@ -349,20 +394,6 @@
349394
"@babel/parser" "^7.8.3"
350395
"@babel/types" "^7.8.3"
351396

352-
"@babel/traverse@^7.0.0":
353-
version "7.0.0"
354-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
355-
dependencies:
356-
"@babel/code-frame" "^7.0.0"
357-
"@babel/generator" "^7.0.0"
358-
"@babel/helper-function-name" "^7.0.0"
359-
"@babel/helper-split-export-declaration" "^7.0.0"
360-
"@babel/parser" "^7.0.0"
361-
"@babel/types" "^7.0.0"
362-
debug "^3.1.0"
363-
globals "^11.1.0"
364-
lodash "^4.17.10"
365-
366397
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3":
367398
version "7.4.3"
368399
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
@@ -378,6 +409,22 @@
378409
globals "^11.1.0"
379410
lodash "^4.17.11"
380411

412+
"@babel/traverse@^7.7.0":
413+
version "7.17.3"
414+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
415+
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
416+
dependencies:
417+
"@babel/code-frame" "^7.16.7"
418+
"@babel/generator" "^7.17.3"
419+
"@babel/helper-environment-visitor" "^7.16.7"
420+
"@babel/helper-function-name" "^7.16.7"
421+
"@babel/helper-hoist-variables" "^7.16.7"
422+
"@babel/helper-split-export-declaration" "^7.16.7"
423+
"@babel/parser" "^7.17.3"
424+
"@babel/types" "^7.17.0"
425+
debug "^4.1.0"
426+
globals "^11.1.0"
427+
381428
"@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
382429
version "7.8.3"
383430
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
@@ -401,6 +448,14 @@
401448
lodash "^4.17.10"
402449
to-fast-properties "^2.0.0"
403450

451+
"@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.7.0":
452+
version "7.17.0"
453+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
454+
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
455+
dependencies:
456+
"@babel/helper-validator-identifier" "^7.16.7"
457+
to-fast-properties "^2.0.0"
458+
404459
"@babel/types@^7.3.0", "@babel/types@^7.4.0":
405460
version "7.4.0"
406461
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
@@ -1190,15 +1245,15 @@ aws4@^1.8.0:
11901245
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
11911246
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
11921247

1193-
babel-eslint@10.0.3:
1194-
version "10.0.3"
1195-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
1196-
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
1248+
babel-eslint@10.1.0:
1249+
version "10.1.0"
1250+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
1251+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
11971252
dependencies:
11981253
"@babel/code-frame" "^7.0.0"
1199-
"@babel/parser" "^7.0.0"
1200-
"@babel/traverse" "^7.0.0"
1201-
"@babel/types" "^7.0.0"
1254+
"@babel/parser" "^7.7.0"
1255+
"@babel/traverse" "^7.7.0"
1256+
"@babel/types" "^7.7.0"
12021257
eslint-visitor-keys "^1.0.0"
12031258
resolve "^1.12.0"
12041259

@@ -2209,12 +2264,6 @@ debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
22092264
dependencies:
22102265
ms "2.0.0"
22112266

2212-
debug@^3.1.0:
2213-
version "3.1.0"
2214-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2215-
dependencies:
2216-
ms "2.0.0"
2217-
22182267
debug@^4.0.1:
22192268
version "4.0.1"
22202269
resolved "https://registry.yarnpkg.com/debug/-/debug-4.0.1.tgz#f9bb36d439b8d1f0dd52d8fb6b46e4ebb8c1cd5b"

0 commit comments

Comments
 (0)