ransack 3.0.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/deploy.yml +35 -0
- data/.github/workflows/test-deploy.yml +29 -0
- data/.github/workflows/test.yml +16 -31
- data/CHANGELOG.md +67 -0
- data/CONTRIBUTING.md +5 -5
- data/Gemfile +2 -2
- data/README.md +5 -5
- data/docs/.gitignore +0 -1
- data/docs/docs/getting-started/simple-mode.md +24 -24
- data/docs/docs/getting-started/sorting.md +1 -1
- data/docs/docs/getting-started/using-predicates.md +1 -1
- data/docs/docs/going-further/acts-as-taggable-on.md +114 -0
- data/docs/docs/going-further/documentation.md +14 -2
- data/docs/docs/going-further/exporting-to-csv.md +2 -2
- data/docs/docs/going-further/merging-searches.md +1 -1
- data/docs/docs/going-further/polymorphic-search.md +40 -0
- data/docs/docs/going-further/wiki-contributors.md +82 -0
- data/docs/docs/intro.md +2 -2
- data/docs/docusaurus.config.js +16 -4
- data/docs/package.json +3 -2
- data/docs/yarn.lock +1311 -546
- data/lib/polyamorous/activerecord_6.1_ruby_2/reflection.rb +11 -1
- data/lib/polyamorous/activerecord_7.1_ruby_2/join_association.rb +1 -0
- data/lib/polyamorous/activerecord_7.1_ruby_2/join_dependency.rb +1 -0
- data/lib/polyamorous/activerecord_7.1_ruby_2/reflection.rb +1 -0
- data/lib/ransack/adapters/active_record/context.rb +17 -49
- data/lib/ransack/adapters/active_record/ransack/nodes/condition.rb +2 -10
- data/lib/ransack/constants.rb +0 -3
- data/lib/ransack/helpers/form_helper.rb +1 -1
- data/lib/ransack/nodes/value.rb +1 -1
- data/lib/ransack/version.rb +1 -1
- data/ransack.gemspec +3 -3
- data/spec/helpers/polyamorous_helper.rb +2 -8
- data/spec/ransack/helpers/form_helper_spec.rb +24 -0
- data/spec/ransack/nodes/value_spec.rb +115 -0
- metadata +18 -12
- data/docs/package-lock.json +0 -9207
- data/lib/polyamorous/activerecord_6.0_ruby_2/join_association.rb +0 -20
- data/lib/polyamorous/activerecord_6.0_ruby_2/join_dependency.rb +0 -79
- data/lib/polyamorous/activerecord_6.0_ruby_2/reflection.rb +0 -11
data/docs/yarn.lock
CHANGED
@@ -149,6 +149,11 @@
|
|
149
149
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
|
150
150
|
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
|
151
151
|
|
152
|
+
"@babel/compat-data@^7.17.10":
|
153
|
+
version "7.17.10"
|
154
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
|
155
|
+
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
|
156
|
+
|
152
157
|
"@babel/core@7.12.9":
|
153
158
|
version "7.12.9"
|
154
159
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
|
@@ -171,7 +176,7 @@
|
|
171
176
|
semver "^5.4.1"
|
172
177
|
source-map "^0.5.0"
|
173
178
|
|
174
|
-
"@babel/core@^7.15.5"
|
179
|
+
"@babel/core@^7.15.5":
|
175
180
|
version "7.17.8"
|
176
181
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
|
177
182
|
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
|
@@ -192,6 +197,27 @@
|
|
192
197
|
json5 "^2.1.2"
|
193
198
|
semver "^6.3.0"
|
194
199
|
|
200
|
+
"@babel/core@^7.17.10":
|
201
|
+
version "7.18.0"
|
202
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
|
203
|
+
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
|
204
|
+
dependencies:
|
205
|
+
"@ampproject/remapping" "^2.1.0"
|
206
|
+
"@babel/code-frame" "^7.16.7"
|
207
|
+
"@babel/generator" "^7.18.0"
|
208
|
+
"@babel/helper-compilation-targets" "^7.17.10"
|
209
|
+
"@babel/helper-module-transforms" "^7.18.0"
|
210
|
+
"@babel/helpers" "^7.18.0"
|
211
|
+
"@babel/parser" "^7.18.0"
|
212
|
+
"@babel/template" "^7.16.7"
|
213
|
+
"@babel/traverse" "^7.18.0"
|
214
|
+
"@babel/types" "^7.18.0"
|
215
|
+
convert-source-map "^1.7.0"
|
216
|
+
debug "^4.1.0"
|
217
|
+
gensync "^1.0.0-beta.2"
|
218
|
+
json5 "^2.2.1"
|
219
|
+
semver "^6.3.0"
|
220
|
+
|
195
221
|
"@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.17.7":
|
196
222
|
version "7.17.7"
|
197
223
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
|
@@ -201,6 +227,15 @@
|
|
201
227
|
jsesc "^2.5.1"
|
202
228
|
source-map "^0.5.0"
|
203
229
|
|
230
|
+
"@babel/generator@^7.17.10", "@babel/generator@^7.18.0":
|
231
|
+
version "7.18.0"
|
232
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
|
233
|
+
integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
|
234
|
+
dependencies:
|
235
|
+
"@babel/types" "^7.18.0"
|
236
|
+
"@jridgewell/gen-mapping" "^0.3.0"
|
237
|
+
jsesc "^2.5.1"
|
238
|
+
|
204
239
|
"@babel/helper-annotate-as-pure@^7.16.7":
|
205
240
|
version "7.16.7"
|
206
241
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
@@ -226,6 +261,16 @@
|
|
226
261
|
browserslist "^4.17.5"
|
227
262
|
semver "^6.3.0"
|
228
263
|
|
264
|
+
"@babel/helper-compilation-targets@^7.17.10":
|
265
|
+
version "7.17.10"
|
266
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
|
267
|
+
integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
|
268
|
+
dependencies:
|
269
|
+
"@babel/compat-data" "^7.17.10"
|
270
|
+
"@babel/helper-validator-option" "^7.16.7"
|
271
|
+
browserslist "^4.20.2"
|
272
|
+
semver "^6.3.0"
|
273
|
+
|
229
274
|
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.6":
|
230
275
|
version "7.17.6"
|
231
276
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz#3778c1ed09a7f3e65e6d6e0f6fbfcc53809d92c9"
|
@@ -239,6 +284,19 @@
|
|
239
284
|
"@babel/helper-replace-supers" "^7.16.7"
|
240
285
|
"@babel/helper-split-export-declaration" "^7.16.7"
|
241
286
|
|
287
|
+
"@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.18.0":
|
288
|
+
version "7.18.0"
|
289
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.0.tgz#fac430912606331cb075ea8d82f9a4c145a4da19"
|
290
|
+
integrity sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==
|
291
|
+
dependencies:
|
292
|
+
"@babel/helper-annotate-as-pure" "^7.16.7"
|
293
|
+
"@babel/helper-environment-visitor" "^7.16.7"
|
294
|
+
"@babel/helper-function-name" "^7.17.9"
|
295
|
+
"@babel/helper-member-expression-to-functions" "^7.17.7"
|
296
|
+
"@babel/helper-optimise-call-expression" "^7.16.7"
|
297
|
+
"@babel/helper-replace-supers" "^7.16.7"
|
298
|
+
"@babel/helper-split-export-declaration" "^7.16.7"
|
299
|
+
|
242
300
|
"@babel/helper-create-regexp-features-plugin@^7.16.7":
|
243
301
|
version "7.17.0"
|
244
302
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1"
|
@@ -247,6 +305,14 @@
|
|
247
305
|
"@babel/helper-annotate-as-pure" "^7.16.7"
|
248
306
|
regexpu-core "^5.0.1"
|
249
307
|
|
308
|
+
"@babel/helper-create-regexp-features-plugin@^7.17.12":
|
309
|
+
version "7.17.12"
|
310
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.12.tgz#bb37ca467f9694bbe55b884ae7a5cc1e0084e4fd"
|
311
|
+
integrity sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==
|
312
|
+
dependencies:
|
313
|
+
"@babel/helper-annotate-as-pure" "^7.16.7"
|
314
|
+
regexpu-core "^5.0.1"
|
315
|
+
|
250
316
|
"@babel/helper-define-polyfill-provider@^0.3.1":
|
251
317
|
version "0.3.1"
|
252
318
|
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665"
|
@@ -284,6 +350,14 @@
|
|
284
350
|
"@babel/template" "^7.16.7"
|
285
351
|
"@babel/types" "^7.16.7"
|
286
352
|
|
353
|
+
"@babel/helper-function-name@^7.17.9":
|
354
|
+
version "7.17.9"
|
355
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
|
356
|
+
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
|
357
|
+
dependencies:
|
358
|
+
"@babel/template" "^7.16.7"
|
359
|
+
"@babel/types" "^7.17.0"
|
360
|
+
|
287
361
|
"@babel/helper-get-function-arity@^7.16.7":
|
288
362
|
version "7.16.7"
|
289
363
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
|
@@ -298,7 +372,7 @@
|
|
298
372
|
dependencies:
|
299
373
|
"@babel/types" "^7.16.7"
|
300
374
|
|
301
|
-
"@babel/helper-member-expression-to-functions@^7.16.7":
|
375
|
+
"@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7":
|
302
376
|
version "7.17.7"
|
303
377
|
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
|
304
378
|
integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==
|
@@ -326,6 +400,20 @@
|
|
326
400
|
"@babel/traverse" "^7.17.3"
|
327
401
|
"@babel/types" "^7.17.0"
|
328
402
|
|
403
|
+
"@babel/helper-module-transforms@^7.18.0":
|
404
|
+
version "7.18.0"
|
405
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
|
406
|
+
integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==
|
407
|
+
dependencies:
|
408
|
+
"@babel/helper-environment-visitor" "^7.16.7"
|
409
|
+
"@babel/helper-module-imports" "^7.16.7"
|
410
|
+
"@babel/helper-simple-access" "^7.17.7"
|
411
|
+
"@babel/helper-split-export-declaration" "^7.16.7"
|
412
|
+
"@babel/helper-validator-identifier" "^7.16.7"
|
413
|
+
"@babel/template" "^7.16.7"
|
414
|
+
"@babel/traverse" "^7.18.0"
|
415
|
+
"@babel/types" "^7.18.0"
|
416
|
+
|
329
417
|
"@babel/helper-optimise-call-expression@^7.16.7":
|
330
418
|
version "7.16.7"
|
331
419
|
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
|
@@ -343,6 +431,11 @@
|
|
343
431
|
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
|
344
432
|
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
|
345
433
|
|
434
|
+
"@babel/helper-plugin-utils@^7.17.12":
|
435
|
+
version "7.17.12"
|
436
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96"
|
437
|
+
integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==
|
438
|
+
|
346
439
|
"@babel/helper-remap-async-to-generator@^7.16.8":
|
347
440
|
version "7.16.8"
|
348
441
|
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
|
@@ -413,6 +506,15 @@
|
|
413
506
|
"@babel/traverse" "^7.17.3"
|
414
507
|
"@babel/types" "^7.17.0"
|
415
508
|
|
509
|
+
"@babel/helpers@^7.18.0":
|
510
|
+
version "7.18.0"
|
511
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
|
512
|
+
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
|
513
|
+
dependencies:
|
514
|
+
"@babel/template" "^7.16.7"
|
515
|
+
"@babel/traverse" "^7.18.0"
|
516
|
+
"@babel/types" "^7.18.0"
|
517
|
+
|
416
518
|
"@babel/highlight@^7.16.7":
|
417
519
|
version "7.16.10"
|
418
520
|
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"
|
@@ -427,6 +529,11 @@
|
|
427
529
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
|
428
530
|
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
|
429
531
|
|
532
|
+
"@babel/parser@^7.17.10", "@babel/parser@^7.18.0":
|
533
|
+
version "7.18.0"
|
534
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
|
535
|
+
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
|
536
|
+
|
430
537
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
431
538
|
version "7.16.7"
|
432
539
|
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
@@ -434,6 +541,13 @@
|
|
434
541
|
dependencies:
|
435
542
|
"@babel/helper-plugin-utils" "^7.16.7"
|
436
543
|
|
544
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
|
545
|
+
version "7.17.12"
|
546
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e"
|
547
|
+
integrity sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==
|
548
|
+
dependencies:
|
549
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
550
|
+
|
437
551
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7":
|
438
552
|
version "7.16.7"
|
439
553
|
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz#cc001234dfc139ac45f6bcf801866198c8c72ff9"
|
@@ -443,6 +557,15 @@
|
|
443
557
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
444
558
|
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
|
445
559
|
|
560
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.17.12":
|
561
|
+
version "7.17.12"
|
562
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.17.12.tgz#0d498ec8f0374b1e2eb54b9cb2c4c78714c77753"
|
563
|
+
integrity sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==
|
564
|
+
dependencies:
|
565
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
566
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
567
|
+
"@babel/plugin-proposal-optional-chaining" "^7.17.12"
|
568
|
+
|
446
569
|
"@babel/plugin-proposal-async-generator-functions@^7.16.8":
|
447
570
|
version "7.16.8"
|
448
571
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
|
@@ -452,6 +575,15 @@
|
|
452
575
|
"@babel/helper-remap-async-to-generator" "^7.16.8"
|
453
576
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
454
577
|
|
578
|
+
"@babel/plugin-proposal-async-generator-functions@^7.17.12":
|
579
|
+
version "7.17.12"
|
580
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.17.12.tgz#094a417e31ce7e692d84bab06c8e2a607cbeef03"
|
581
|
+
integrity sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==
|
582
|
+
dependencies:
|
583
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
584
|
+
"@babel/helper-remap-async-to-generator" "^7.16.8"
|
585
|
+
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
586
|
+
|
455
587
|
"@babel/plugin-proposal-class-properties@^7.16.7":
|
456
588
|
version "7.16.7"
|
457
589
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0"
|
@@ -460,6 +592,14 @@
|
|
460
592
|
"@babel/helper-create-class-features-plugin" "^7.16.7"
|
461
593
|
"@babel/helper-plugin-utils" "^7.16.7"
|
462
594
|
|
595
|
+
"@babel/plugin-proposal-class-properties@^7.17.12":
|
596
|
+
version "7.17.12"
|
597
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.17.12.tgz#84f65c0cc247d46f40a6da99aadd6438315d80a4"
|
598
|
+
integrity sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==
|
599
|
+
dependencies:
|
600
|
+
"@babel/helper-create-class-features-plugin" "^7.17.12"
|
601
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
602
|
+
|
463
603
|
"@babel/plugin-proposal-class-static-block@^7.16.7":
|
464
604
|
version "7.17.6"
|
465
605
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz#164e8fd25f0d80fa48c5a4d1438a6629325ad83c"
|
@@ -469,6 +609,15 @@
|
|
469
609
|
"@babel/helper-plugin-utils" "^7.16.7"
|
470
610
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
471
611
|
|
612
|
+
"@babel/plugin-proposal-class-static-block@^7.18.0":
|
613
|
+
version "7.18.0"
|
614
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.0.tgz#7d02253156e3c3793bdb9f2faac3a1c05f0ba710"
|
615
|
+
integrity sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==
|
616
|
+
dependencies:
|
617
|
+
"@babel/helper-create-class-features-plugin" "^7.18.0"
|
618
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
619
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
620
|
+
|
472
621
|
"@babel/plugin-proposal-dynamic-import@^7.16.7":
|
473
622
|
version "7.16.7"
|
474
623
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz#c19c897eaa46b27634a00fee9fb7d829158704b2"
|
@@ -485,6 +634,14 @@
|
|
485
634
|
"@babel/helper-plugin-utils" "^7.16.7"
|
486
635
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
487
636
|
|
637
|
+
"@babel/plugin-proposal-export-namespace-from@^7.17.12":
|
638
|
+
version "7.17.12"
|
639
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.17.12.tgz#b22864ccd662db9606edb2287ea5fd1709f05378"
|
640
|
+
integrity sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==
|
641
|
+
dependencies:
|
642
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
643
|
+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
644
|
+
|
488
645
|
"@babel/plugin-proposal-json-strings@^7.16.7":
|
489
646
|
version "7.16.7"
|
490
647
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz#9732cb1d17d9a2626a08c5be25186c195b6fa6e8"
|
@@ -493,6 +650,14 @@
|
|
493
650
|
"@babel/helper-plugin-utils" "^7.16.7"
|
494
651
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
495
652
|
|
653
|
+
"@babel/plugin-proposal-json-strings@^7.17.12":
|
654
|
+
version "7.17.12"
|
655
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.17.12.tgz#f4642951792437233216d8c1af370bb0fbff4664"
|
656
|
+
integrity sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==
|
657
|
+
dependencies:
|
658
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
659
|
+
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
660
|
+
|
496
661
|
"@babel/plugin-proposal-logical-assignment-operators@^7.16.7":
|
497
662
|
version "7.16.7"
|
498
663
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz#be23c0ba74deec1922e639832904be0bea73cdea"
|
@@ -501,6 +666,14 @@
|
|
501
666
|
"@babel/helper-plugin-utils" "^7.16.7"
|
502
667
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
503
668
|
|
669
|
+
"@babel/plugin-proposal-logical-assignment-operators@^7.17.12":
|
670
|
+
version "7.17.12"
|
671
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.17.12.tgz#c64a1bcb2b0a6d0ed2ff674fd120f90ee4b88a23"
|
672
|
+
integrity sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==
|
673
|
+
dependencies:
|
674
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
675
|
+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
676
|
+
|
504
677
|
"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7":
|
505
678
|
version "7.16.7"
|
506
679
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99"
|
@@ -509,6 +682,14 @@
|
|
509
682
|
"@babel/helper-plugin-utils" "^7.16.7"
|
510
683
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
511
684
|
|
685
|
+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.17.12":
|
686
|
+
version "7.17.12"
|
687
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.17.12.tgz#1e93079bbc2cbc756f6db6a1925157c4a92b94be"
|
688
|
+
integrity sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==
|
689
|
+
dependencies:
|
690
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
691
|
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
692
|
+
|
512
693
|
"@babel/plugin-proposal-numeric-separator@^7.16.7":
|
513
694
|
version "7.16.7"
|
514
695
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz#d6b69f4af63fb38b6ca2558442a7fb191236eba9"
|
@@ -537,6 +718,17 @@
|
|
537
718
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
538
719
|
"@babel/plugin-transform-parameters" "^7.16.7"
|
539
720
|
|
721
|
+
"@babel/plugin-proposal-object-rest-spread@^7.18.0":
|
722
|
+
version "7.18.0"
|
723
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.0.tgz#79f2390c892ba2a68ec112eb0d895cfbd11155e8"
|
724
|
+
integrity sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==
|
725
|
+
dependencies:
|
726
|
+
"@babel/compat-data" "^7.17.10"
|
727
|
+
"@babel/helper-compilation-targets" "^7.17.10"
|
728
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
729
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
730
|
+
"@babel/plugin-transform-parameters" "^7.17.12"
|
731
|
+
|
540
732
|
"@babel/plugin-proposal-optional-catch-binding@^7.16.7":
|
541
733
|
version "7.16.7"
|
542
734
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf"
|
@@ -554,6 +746,15 @@
|
|
554
746
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
555
747
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
556
748
|
|
749
|
+
"@babel/plugin-proposal-optional-chaining@^7.17.12":
|
750
|
+
version "7.17.12"
|
751
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.17.12.tgz#f96949e9bacace3a9066323a5cf90cfb9de67174"
|
752
|
+
integrity sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==
|
753
|
+
dependencies:
|
754
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
755
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
756
|
+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
757
|
+
|
557
758
|
"@babel/plugin-proposal-private-methods@^7.16.11":
|
558
759
|
version "7.16.11"
|
559
760
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
|
@@ -562,6 +763,14 @@
|
|
562
763
|
"@babel/helper-create-class-features-plugin" "^7.16.10"
|
563
764
|
"@babel/helper-plugin-utils" "^7.16.7"
|
564
765
|
|
766
|
+
"@babel/plugin-proposal-private-methods@^7.17.12":
|
767
|
+
version "7.17.12"
|
768
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.17.12.tgz#c2ca3a80beb7539289938da005ad525a038a819c"
|
769
|
+
integrity sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==
|
770
|
+
dependencies:
|
771
|
+
"@babel/helper-create-class-features-plugin" "^7.17.12"
|
772
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
773
|
+
|
565
774
|
"@babel/plugin-proposal-private-property-in-object@^7.16.7":
|
566
775
|
version "7.16.7"
|
567
776
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce"
|
@@ -572,6 +781,16 @@
|
|
572
781
|
"@babel/helper-plugin-utils" "^7.16.7"
|
573
782
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
574
783
|
|
784
|
+
"@babel/plugin-proposal-private-property-in-object@^7.17.12":
|
785
|
+
version "7.17.12"
|
786
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.17.12.tgz#b02efb7f106d544667d91ae97405a9fd8c93952d"
|
787
|
+
integrity sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==
|
788
|
+
dependencies:
|
789
|
+
"@babel/helper-annotate-as-pure" "^7.16.7"
|
790
|
+
"@babel/helper-create-class-features-plugin" "^7.17.12"
|
791
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
792
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
793
|
+
|
575
794
|
"@babel/plugin-proposal-unicode-property-regex@^7.16.7", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
576
795
|
version "7.16.7"
|
577
796
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz#635d18eb10c6214210ffc5ff4932552de08188a2"
|
@@ -580,6 +799,14 @@
|
|
580
799
|
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
|
581
800
|
"@babel/helper-plugin-utils" "^7.16.7"
|
582
801
|
|
802
|
+
"@babel/plugin-proposal-unicode-property-regex@^7.17.12":
|
803
|
+
version "7.17.12"
|
804
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.17.12.tgz#3dbd7a67bd7f94c8238b394da112d86aaf32ad4d"
|
805
|
+
integrity sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==
|
806
|
+
dependencies:
|
807
|
+
"@babel/helper-create-regexp-features-plugin" "^7.17.12"
|
808
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
809
|
+
|
583
810
|
"@babel/plugin-syntax-async-generators@^7.8.4":
|
584
811
|
version "7.8.4"
|
585
812
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
@@ -615,6 +842,13 @@
|
|
615
842
|
dependencies:
|
616
843
|
"@babel/helper-plugin-utils" "^7.8.3"
|
617
844
|
|
845
|
+
"@babel/plugin-syntax-import-assertions@^7.17.12":
|
846
|
+
version "7.17.12"
|
847
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.17.12.tgz#58096a92b11b2e4e54b24c6a0cc0e5e607abcedd"
|
848
|
+
integrity sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==
|
849
|
+
dependencies:
|
850
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
851
|
+
|
618
852
|
"@babel/plugin-syntax-json-strings@^7.8.3":
|
619
853
|
version "7.8.3"
|
620
854
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
@@ -706,6 +940,13 @@
|
|
706
940
|
dependencies:
|
707
941
|
"@babel/helper-plugin-utils" "^7.16.7"
|
708
942
|
|
943
|
+
"@babel/plugin-transform-arrow-functions@^7.17.12":
|
944
|
+
version "7.17.12"
|
945
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.17.12.tgz#dddd783b473b1b1537ef46423e3944ff24898c45"
|
946
|
+
integrity sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==
|
947
|
+
dependencies:
|
948
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
949
|
+
|
709
950
|
"@babel/plugin-transform-async-to-generator@^7.16.8":
|
710
951
|
version "7.16.8"
|
711
952
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
|
@@ -715,6 +956,15 @@
|
|
715
956
|
"@babel/helper-plugin-utils" "^7.16.7"
|
716
957
|
"@babel/helper-remap-async-to-generator" "^7.16.8"
|
717
958
|
|
959
|
+
"@babel/plugin-transform-async-to-generator@^7.17.12":
|
960
|
+
version "7.17.12"
|
961
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.17.12.tgz#dbe5511e6b01eee1496c944e35cdfe3f58050832"
|
962
|
+
integrity sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==
|
963
|
+
dependencies:
|
964
|
+
"@babel/helper-module-imports" "^7.16.7"
|
965
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
966
|
+
"@babel/helper-remap-async-to-generator" "^7.16.8"
|
967
|
+
|
718
968
|
"@babel/plugin-transform-block-scoped-functions@^7.16.7":
|
719
969
|
version "7.16.7"
|
720
970
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620"
|
@@ -729,6 +979,13 @@
|
|
729
979
|
dependencies:
|
730
980
|
"@babel/helper-plugin-utils" "^7.16.7"
|
731
981
|
|
982
|
+
"@babel/plugin-transform-block-scoping@^7.17.12":
|
983
|
+
version "7.17.12"
|
984
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.17.12.tgz#68fc3c4b3bb7dfd809d97b7ed19a584052a2725c"
|
985
|
+
integrity sha512-jw8XW/B1i7Lqwqj2CbrViPcZijSxfguBWZP2aN59NHgxUyO/OcO1mfdCxH13QhN5LbWhPkX+f+brKGhZTiqtZQ==
|
986
|
+
dependencies:
|
987
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
988
|
+
|
732
989
|
"@babel/plugin-transform-classes@^7.16.7":
|
733
990
|
version "7.16.7"
|
734
991
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00"
|
@@ -743,6 +1000,20 @@
|
|
743
1000
|
"@babel/helper-split-export-declaration" "^7.16.7"
|
744
1001
|
globals "^11.1.0"
|
745
1002
|
|
1003
|
+
"@babel/plugin-transform-classes@^7.17.12":
|
1004
|
+
version "7.17.12"
|
1005
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.17.12.tgz#da889e89a4d38375eeb24985218edeab93af4f29"
|
1006
|
+
integrity sha512-cvO7lc7pZat6BsvH6l/EGaI8zpl8paICaoGk+7x7guvtfak/TbIf66nYmJOH13EuG0H+Xx3M+9LQDtSvZFKXKw==
|
1007
|
+
dependencies:
|
1008
|
+
"@babel/helper-annotate-as-pure" "^7.16.7"
|
1009
|
+
"@babel/helper-environment-visitor" "^7.16.7"
|
1010
|
+
"@babel/helper-function-name" "^7.17.9"
|
1011
|
+
"@babel/helper-optimise-call-expression" "^7.16.7"
|
1012
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1013
|
+
"@babel/helper-replace-supers" "^7.16.7"
|
1014
|
+
"@babel/helper-split-export-declaration" "^7.16.7"
|
1015
|
+
globals "^11.1.0"
|
1016
|
+
|
746
1017
|
"@babel/plugin-transform-computed-properties@^7.16.7":
|
747
1018
|
version "7.16.7"
|
748
1019
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470"
|
@@ -750,6 +1021,13 @@
|
|
750
1021
|
dependencies:
|
751
1022
|
"@babel/helper-plugin-utils" "^7.16.7"
|
752
1023
|
|
1024
|
+
"@babel/plugin-transform-computed-properties@^7.17.12":
|
1025
|
+
version "7.17.12"
|
1026
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.17.12.tgz#bca616a83679698f3258e892ed422546e531387f"
|
1027
|
+
integrity sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==
|
1028
|
+
dependencies:
|
1029
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1030
|
+
|
753
1031
|
"@babel/plugin-transform-destructuring@^7.16.7":
|
754
1032
|
version "7.17.7"
|
755
1033
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz#49dc2675a7afa9a5e4c6bdee636061136c3408d1"
|
@@ -757,6 +1035,13 @@
|
|
757
1035
|
dependencies:
|
758
1036
|
"@babel/helper-plugin-utils" "^7.16.7"
|
759
1037
|
|
1038
|
+
"@babel/plugin-transform-destructuring@^7.18.0":
|
1039
|
+
version "7.18.0"
|
1040
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.0.tgz#dc4f92587e291b4daa78aa20cc2d7a63aa11e858"
|
1041
|
+
integrity sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==
|
1042
|
+
dependencies:
|
1043
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1044
|
+
|
760
1045
|
"@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4":
|
761
1046
|
version "7.16.7"
|
762
1047
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz#6b2d67686fab15fb6a7fd4bd895d5982cfc81241"
|
@@ -772,6 +1057,13 @@
|
|
772
1057
|
dependencies:
|
773
1058
|
"@babel/helper-plugin-utils" "^7.16.7"
|
774
1059
|
|
1060
|
+
"@babel/plugin-transform-duplicate-keys@^7.17.12":
|
1061
|
+
version "7.17.12"
|
1062
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.17.12.tgz#a09aa709a3310013f8e48e0e23bc7ace0f21477c"
|
1063
|
+
integrity sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==
|
1064
|
+
dependencies:
|
1065
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1066
|
+
|
775
1067
|
"@babel/plugin-transform-exponentiation-operator@^7.16.7":
|
776
1068
|
version "7.16.7"
|
777
1069
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b"
|
@@ -787,6 +1079,13 @@
|
|
787
1079
|
dependencies:
|
788
1080
|
"@babel/helper-plugin-utils" "^7.16.7"
|
789
1081
|
|
1082
|
+
"@babel/plugin-transform-for-of@^7.17.12":
|
1083
|
+
version "7.18.1"
|
1084
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036"
|
1085
|
+
integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==
|
1086
|
+
dependencies:
|
1087
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1088
|
+
|
790
1089
|
"@babel/plugin-transform-function-name@^7.16.7":
|
791
1090
|
version "7.16.7"
|
792
1091
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf"
|
@@ -803,6 +1102,13 @@
|
|
803
1102
|
dependencies:
|
804
1103
|
"@babel/helper-plugin-utils" "^7.16.7"
|
805
1104
|
|
1105
|
+
"@babel/plugin-transform-literals@^7.17.12":
|
1106
|
+
version "7.17.12"
|
1107
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.17.12.tgz#97131fbc6bbb261487105b4b3edbf9ebf9c830ae"
|
1108
|
+
integrity sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==
|
1109
|
+
dependencies:
|
1110
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1111
|
+
|
806
1112
|
"@babel/plugin-transform-member-expression-literals@^7.16.7":
|
807
1113
|
version "7.16.7"
|
808
1114
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384"
|
@@ -819,6 +1125,15 @@
|
|
819
1125
|
"@babel/helper-plugin-utils" "^7.16.7"
|
820
1126
|
babel-plugin-dynamic-import-node "^2.3.3"
|
821
1127
|
|
1128
|
+
"@babel/plugin-transform-modules-amd@^7.18.0":
|
1129
|
+
version "7.18.0"
|
1130
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.0.tgz#7ef1002e67e36da3155edc8bf1ac9398064c02ed"
|
1131
|
+
integrity sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==
|
1132
|
+
dependencies:
|
1133
|
+
"@babel/helper-module-transforms" "^7.18.0"
|
1134
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1135
|
+
babel-plugin-dynamic-import-node "^2.3.3"
|
1136
|
+
|
822
1137
|
"@babel/plugin-transform-modules-commonjs@^7.16.8":
|
823
1138
|
version "7.17.7"
|
824
1139
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.7.tgz#d86b217c8e45bb5f2dbc11eefc8eab62cf980d19"
|
@@ -829,6 +1144,16 @@
|
|
829
1144
|
"@babel/helper-simple-access" "^7.17.7"
|
830
1145
|
babel-plugin-dynamic-import-node "^2.3.3"
|
831
1146
|
|
1147
|
+
"@babel/plugin-transform-modules-commonjs@^7.18.0":
|
1148
|
+
version "7.18.0"
|
1149
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db"
|
1150
|
+
integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==
|
1151
|
+
dependencies:
|
1152
|
+
"@babel/helper-module-transforms" "^7.18.0"
|
1153
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1154
|
+
"@babel/helper-simple-access" "^7.17.7"
|
1155
|
+
babel-plugin-dynamic-import-node "^2.3.3"
|
1156
|
+
|
832
1157
|
"@babel/plugin-transform-modules-systemjs@^7.16.7":
|
833
1158
|
version "7.17.8"
|
834
1159
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz#81fd834024fae14ea78fbe34168b042f38703859"
|
@@ -840,6 +1165,17 @@
|
|
840
1165
|
"@babel/helper-validator-identifier" "^7.16.7"
|
841
1166
|
babel-plugin-dynamic-import-node "^2.3.3"
|
842
1167
|
|
1168
|
+
"@babel/plugin-transform-modules-systemjs@^7.18.0":
|
1169
|
+
version "7.18.0"
|
1170
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.0.tgz#50ecdb43de97c8483824402f7125edb94cddb09a"
|
1171
|
+
integrity sha512-vwKpxdHnlM5tIrRt/eA0bzfbi7gUBLN08vLu38np1nZevlPySRe6yvuATJB5F/WPJ+ur4OXwpVYq9+BsxqAQuQ==
|
1172
|
+
dependencies:
|
1173
|
+
"@babel/helper-hoist-variables" "^7.16.7"
|
1174
|
+
"@babel/helper-module-transforms" "^7.18.0"
|
1175
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1176
|
+
"@babel/helper-validator-identifier" "^7.16.7"
|
1177
|
+
babel-plugin-dynamic-import-node "^2.3.3"
|
1178
|
+
|
843
1179
|
"@babel/plugin-transform-modules-umd@^7.16.7":
|
844
1180
|
version "7.16.7"
|
845
1181
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz#23dad479fa585283dbd22215bff12719171e7618"
|
@@ -848,6 +1184,14 @@
|
|
848
1184
|
"@babel/helper-module-transforms" "^7.16.7"
|
849
1185
|
"@babel/helper-plugin-utils" "^7.16.7"
|
850
1186
|
|
1187
|
+
"@babel/plugin-transform-modules-umd@^7.18.0":
|
1188
|
+
version "7.18.0"
|
1189
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.0.tgz#56aac64a2c2a1922341129a4597d1fd5c3ff020f"
|
1190
|
+
integrity sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==
|
1191
|
+
dependencies:
|
1192
|
+
"@babel/helper-module-transforms" "^7.18.0"
|
1193
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1194
|
+
|
851
1195
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
|
852
1196
|
version "7.16.8"
|
853
1197
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
|
@@ -855,6 +1199,14 @@
|
|
855
1199
|
dependencies:
|
856
1200
|
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
|
857
1201
|
|
1202
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.17.12":
|
1203
|
+
version "7.17.12"
|
1204
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.12.tgz#9c4a5a5966e0434d515f2675c227fd8cc8606931"
|
1205
|
+
integrity sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==
|
1206
|
+
dependencies:
|
1207
|
+
"@babel/helper-create-regexp-features-plugin" "^7.17.12"
|
1208
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1209
|
+
|
858
1210
|
"@babel/plugin-transform-new-target@^7.16.7":
|
859
1211
|
version "7.16.7"
|
860
1212
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz#9967d89a5c243818e0800fdad89db22c5f514244"
|
@@ -862,6 +1214,13 @@
|
|
862
1214
|
dependencies:
|
863
1215
|
"@babel/helper-plugin-utils" "^7.16.7"
|
864
1216
|
|
1217
|
+
"@babel/plugin-transform-new-target@^7.17.12":
|
1218
|
+
version "7.17.12"
|
1219
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.17.12.tgz#10842cd605a620944e81ea6060e9e65c265742e3"
|
1220
|
+
integrity sha512-CaOtzk2fDYisbjAD4Sd1MTKGVIpRtx9bWLyj24Y/k6p4s4gQ3CqDGJauFJxt8M/LEx003d0i3klVqnN73qvK3w==
|
1221
|
+
dependencies:
|
1222
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1223
|
+
|
865
1224
|
"@babel/plugin-transform-object-super@^7.16.7":
|
866
1225
|
version "7.16.7"
|
867
1226
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94"
|
@@ -877,6 +1236,13 @@
|
|
877
1236
|
dependencies:
|
878
1237
|
"@babel/helper-plugin-utils" "^7.16.7"
|
879
1238
|
|
1239
|
+
"@babel/plugin-transform-parameters@^7.17.12":
|
1240
|
+
version "7.17.12"
|
1241
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.17.12.tgz#eb467cd9586ff5ff115a9880d6fdbd4a846b7766"
|
1242
|
+
integrity sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==
|
1243
|
+
dependencies:
|
1244
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1245
|
+
|
880
1246
|
"@babel/plugin-transform-property-literals@^7.16.7":
|
881
1247
|
version "7.16.7"
|
882
1248
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55"
|
@@ -931,6 +1297,14 @@
|
|
931
1297
|
dependencies:
|
932
1298
|
regenerator-transform "^0.14.2"
|
933
1299
|
|
1300
|
+
"@babel/plugin-transform-regenerator@^7.18.0":
|
1301
|
+
version "7.18.0"
|
1302
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.0.tgz#44274d655eb3f1af3f3a574ba819d3f48caf99d5"
|
1303
|
+
integrity sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==
|
1304
|
+
dependencies:
|
1305
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1306
|
+
regenerator-transform "^0.15.0"
|
1307
|
+
|
934
1308
|
"@babel/plugin-transform-reserved-words@^7.16.7":
|
935
1309
|
version "7.16.7"
|
936
1310
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586"
|
@@ -938,13 +1312,20 @@
|
|
938
1312
|
dependencies:
|
939
1313
|
"@babel/helper-plugin-utils" "^7.16.7"
|
940
1314
|
|
941
|
-
"@babel/plugin-transform-
|
942
|
-
version "7.17.
|
943
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
944
|
-
integrity sha512-
|
1315
|
+
"@babel/plugin-transform-reserved-words@^7.17.12":
|
1316
|
+
version "7.17.12"
|
1317
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.17.12.tgz#7dbd349f3cdffba751e817cf40ca1386732f652f"
|
1318
|
+
integrity sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==
|
1319
|
+
dependencies:
|
1320
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1321
|
+
|
1322
|
+
"@babel/plugin-transform-runtime@^7.17.10":
|
1323
|
+
version "7.18.0"
|
1324
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.0.tgz#894cdab4b353dcb7639f03fb74c59db1d344f71c"
|
1325
|
+
integrity sha512-7kM/jJ3DD/y1hDPn0jov12DoUIFsxLiItprhNydUSibxaywaxNqKwq+ODk72J9ePn4LWobIc5ik6TAJhVl8IkQ==
|
945
1326
|
dependencies:
|
946
1327
|
"@babel/helper-module-imports" "^7.16.7"
|
947
|
-
"@babel/helper-plugin-utils" "^7.
|
1328
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
948
1329
|
babel-plugin-polyfill-corejs2 "^0.3.0"
|
949
1330
|
babel-plugin-polyfill-corejs3 "^0.5.0"
|
950
1331
|
babel-plugin-polyfill-regenerator "^0.3.0"
|
@@ -965,6 +1346,14 @@
|
|
965
1346
|
"@babel/helper-plugin-utils" "^7.16.7"
|
966
1347
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
967
1348
|
|
1349
|
+
"@babel/plugin-transform-spread@^7.17.12":
|
1350
|
+
version "7.17.12"
|
1351
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.17.12.tgz#c112cad3064299f03ea32afed1d659223935d1f5"
|
1352
|
+
integrity sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==
|
1353
|
+
dependencies:
|
1354
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1355
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
1356
|
+
|
968
1357
|
"@babel/plugin-transform-sticky-regex@^7.16.7":
|
969
1358
|
version "7.16.7"
|
970
1359
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660"
|
@@ -979,6 +1368,13 @@
|
|
979
1368
|
dependencies:
|
980
1369
|
"@babel/helper-plugin-utils" "^7.16.7"
|
981
1370
|
|
1371
|
+
"@babel/plugin-transform-template-literals@^7.17.12":
|
1372
|
+
version "7.17.12"
|
1373
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e"
|
1374
|
+
integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==
|
1375
|
+
dependencies:
|
1376
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1377
|
+
|
982
1378
|
"@babel/plugin-transform-typeof-symbol@^7.16.7":
|
983
1379
|
version "7.16.7"
|
984
1380
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz#9cdbe622582c21368bd482b660ba87d5545d4f7e"
|
@@ -986,6 +1382,13 @@
|
|
986
1382
|
dependencies:
|
987
1383
|
"@babel/helper-plugin-utils" "^7.16.7"
|
988
1384
|
|
1385
|
+
"@babel/plugin-transform-typeof-symbol@^7.17.12":
|
1386
|
+
version "7.17.12"
|
1387
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.17.12.tgz#0f12f57ac35e98b35b4ed34829948d42bd0e6889"
|
1388
|
+
integrity sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==
|
1389
|
+
dependencies:
|
1390
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1391
|
+
|
989
1392
|
"@babel/plugin-transform-typescript@^7.16.7":
|
990
1393
|
version "7.16.8"
|
991
1394
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0"
|
@@ -1010,7 +1413,7 @@
|
|
1010
1413
|
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
|
1011
1414
|
"@babel/helper-plugin-utils" "^7.16.7"
|
1012
1415
|
|
1013
|
-
"@babel/preset-env@^7.15.6"
|
1416
|
+
"@babel/preset-env@^7.15.6":
|
1014
1417
|
version "7.16.11"
|
1015
1418
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
|
1016
1419
|
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
|
@@ -1090,6 +1493,87 @@
|
|
1090
1493
|
core-js-compat "^3.20.2"
|
1091
1494
|
semver "^6.3.0"
|
1092
1495
|
|
1496
|
+
"@babel/preset-env@^7.17.10":
|
1497
|
+
version "7.18.0"
|
1498
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d"
|
1499
|
+
integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==
|
1500
|
+
dependencies:
|
1501
|
+
"@babel/compat-data" "^7.17.10"
|
1502
|
+
"@babel/helper-compilation-targets" "^7.17.10"
|
1503
|
+
"@babel/helper-plugin-utils" "^7.17.12"
|
1504
|
+
"@babel/helper-validator-option" "^7.16.7"
|
1505
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12"
|
1506
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.17.12"
|
1507
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.17.12"
|
1508
|
+
"@babel/plugin-proposal-class-properties" "^7.17.12"
|
1509
|
+
"@babel/plugin-proposal-class-static-block" "^7.18.0"
|
1510
|
+
"@babel/plugin-proposal-dynamic-import" "^7.16.7"
|
1511
|
+
"@babel/plugin-proposal-export-namespace-from" "^7.17.12"
|
1512
|
+
"@babel/plugin-proposal-json-strings" "^7.17.12"
|
1513
|
+
"@babel/plugin-proposal-logical-assignment-operators" "^7.17.12"
|
1514
|
+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.17.12"
|
1515
|
+
"@babel/plugin-proposal-numeric-separator" "^7.16.7"
|
1516
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.18.0"
|
1517
|
+
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
|
1518
|
+
"@babel/plugin-proposal-optional-chaining" "^7.17.12"
|
1519
|
+
"@babel/plugin-proposal-private-methods" "^7.17.12"
|
1520
|
+
"@babel/plugin-proposal-private-property-in-object" "^7.17.12"
|
1521
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.17.12"
|
1522
|
+
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
1523
|
+
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
1524
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
1525
|
+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
1526
|
+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
1527
|
+
"@babel/plugin-syntax-import-assertions" "^7.17.12"
|
1528
|
+
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
1529
|
+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
1530
|
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
1531
|
+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
1532
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
1533
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
1534
|
+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
1535
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
1536
|
+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1537
|
+
"@babel/plugin-transform-arrow-functions" "^7.17.12"
|
1538
|
+
"@babel/plugin-transform-async-to-generator" "^7.17.12"
|
1539
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.16.7"
|
1540
|
+
"@babel/plugin-transform-block-scoping" "^7.17.12"
|
1541
|
+
"@babel/plugin-transform-classes" "^7.17.12"
|
1542
|
+
"@babel/plugin-transform-computed-properties" "^7.17.12"
|
1543
|
+
"@babel/plugin-transform-destructuring" "^7.18.0"
|
1544
|
+
"@babel/plugin-transform-dotall-regex" "^7.16.7"
|
1545
|
+
"@babel/plugin-transform-duplicate-keys" "^7.17.12"
|
1546
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.16.7"
|
1547
|
+
"@babel/plugin-transform-for-of" "^7.17.12"
|
1548
|
+
"@babel/plugin-transform-function-name" "^7.16.7"
|
1549
|
+
"@babel/plugin-transform-literals" "^7.17.12"
|
1550
|
+
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
|
1551
|
+
"@babel/plugin-transform-modules-amd" "^7.18.0"
|
1552
|
+
"@babel/plugin-transform-modules-commonjs" "^7.18.0"
|
1553
|
+
"@babel/plugin-transform-modules-systemjs" "^7.18.0"
|
1554
|
+
"@babel/plugin-transform-modules-umd" "^7.18.0"
|
1555
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12"
|
1556
|
+
"@babel/plugin-transform-new-target" "^7.17.12"
|
1557
|
+
"@babel/plugin-transform-object-super" "^7.16.7"
|
1558
|
+
"@babel/plugin-transform-parameters" "^7.17.12"
|
1559
|
+
"@babel/plugin-transform-property-literals" "^7.16.7"
|
1560
|
+
"@babel/plugin-transform-regenerator" "^7.18.0"
|
1561
|
+
"@babel/plugin-transform-reserved-words" "^7.17.12"
|
1562
|
+
"@babel/plugin-transform-shorthand-properties" "^7.16.7"
|
1563
|
+
"@babel/plugin-transform-spread" "^7.17.12"
|
1564
|
+
"@babel/plugin-transform-sticky-regex" "^7.16.7"
|
1565
|
+
"@babel/plugin-transform-template-literals" "^7.17.12"
|
1566
|
+
"@babel/plugin-transform-typeof-symbol" "^7.17.12"
|
1567
|
+
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
|
1568
|
+
"@babel/plugin-transform-unicode-regex" "^7.16.7"
|
1569
|
+
"@babel/preset-modules" "^0.1.5"
|
1570
|
+
"@babel/types" "^7.18.0"
|
1571
|
+
babel-plugin-polyfill-corejs2 "^0.3.0"
|
1572
|
+
babel-plugin-polyfill-corejs3 "^0.5.0"
|
1573
|
+
babel-plugin-polyfill-regenerator "^0.3.0"
|
1574
|
+
core-js-compat "^3.22.1"
|
1575
|
+
semver "^6.3.0"
|
1576
|
+
|
1093
1577
|
"@babel/preset-modules@^0.1.5":
|
1094
1578
|
version "0.1.5"
|
1095
1579
|
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
|
@@ -1122,21 +1606,28 @@
|
|
1122
1606
|
"@babel/helper-validator-option" "^7.16.7"
|
1123
1607
|
"@babel/plugin-transform-typescript" "^7.16.7"
|
1124
1608
|
|
1125
|
-
"@babel/runtime-corejs3@^7.17.
|
1126
|
-
version "7.
|
1127
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.
|
1128
|
-
integrity sha512-
|
1609
|
+
"@babel/runtime-corejs3@^7.17.9":
|
1610
|
+
version "7.18.0"
|
1611
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.0.tgz#eed03023c5226b1e2b2ba32b8b6af5cb0518a6c7"
|
1612
|
+
integrity sha512-G5FaGZOWORq9zthDjIrjib5XlcddeqLbIiDO3YQsut6j7aGf76xn0umUC/pA6+nApk3hQJF4JzLzg5PCl6ewJg==
|
1129
1613
|
dependencies:
|
1130
1614
|
core-js-pure "^3.20.2"
|
1131
1615
|
regenerator-runtime "^0.13.4"
|
1132
1616
|
|
1133
|
-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.
|
1617
|
+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4":
|
1134
1618
|
version "7.17.8"
|
1135
1619
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2"
|
1136
1620
|
integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==
|
1137
1621
|
dependencies:
|
1138
1622
|
regenerator-runtime "^0.13.4"
|
1139
1623
|
|
1624
|
+
"@babel/runtime@^7.17.9":
|
1625
|
+
version "7.18.0"
|
1626
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.0.tgz#6d77142a19cb6088f0af662af1ada37a604d34ae"
|
1627
|
+
integrity sha512-YMQvx/6nKEaucl0MY56mwIG483xk8SDNdlUwb2Ts6FUpr7fm85DxEmsY18LXBNhcTz6tO6JwZV8w1W06v8UKeg==
|
1628
|
+
dependencies:
|
1629
|
+
regenerator-runtime "^0.13.4"
|
1630
|
+
|
1140
1631
|
"@babel/template@^7.12.7", "@babel/template@^7.16.7":
|
1141
1632
|
version "7.16.7"
|
1142
1633
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
|
@@ -1162,6 +1653,22 @@
|
|
1162
1653
|
debug "^4.1.0"
|
1163
1654
|
globals "^11.1.0"
|
1164
1655
|
|
1656
|
+
"@babel/traverse@^7.17.10", "@babel/traverse@^7.18.0":
|
1657
|
+
version "7.18.0"
|
1658
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba"
|
1659
|
+
integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==
|
1660
|
+
dependencies:
|
1661
|
+
"@babel/code-frame" "^7.16.7"
|
1662
|
+
"@babel/generator" "^7.18.0"
|
1663
|
+
"@babel/helper-environment-visitor" "^7.16.7"
|
1664
|
+
"@babel/helper-function-name" "^7.17.9"
|
1665
|
+
"@babel/helper-hoist-variables" "^7.16.7"
|
1666
|
+
"@babel/helper-split-export-declaration" "^7.16.7"
|
1667
|
+
"@babel/parser" "^7.18.0"
|
1668
|
+
"@babel/types" "^7.18.0"
|
1669
|
+
debug "^4.1.0"
|
1670
|
+
globals "^11.1.0"
|
1671
|
+
|
1165
1672
|
"@babel/types@^7.12.7", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4":
|
1166
1673
|
version "7.17.0"
|
1167
1674
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
|
@@ -1170,6 +1677,19 @@
|
|
1170
1677
|
"@babel/helper-validator-identifier" "^7.16.7"
|
1171
1678
|
to-fast-properties "^2.0.0"
|
1172
1679
|
|
1680
|
+
"@babel/types@^7.18.0":
|
1681
|
+
version "7.18.0"
|
1682
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553"
|
1683
|
+
integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==
|
1684
|
+
dependencies:
|
1685
|
+
"@babel/helper-validator-identifier" "^7.16.7"
|
1686
|
+
to-fast-properties "^2.0.0"
|
1687
|
+
|
1688
|
+
"@colors/colors@1.5.0":
|
1689
|
+
version "1.5.0"
|
1690
|
+
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
1691
|
+
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
|
1692
|
+
|
1173
1693
|
"@docsearch/css@3.0.0":
|
1174
1694
|
version "3.0.0"
|
1175
1695
|
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0.tgz#fe57b474802ffd706d3246eab25d52fac8aa3698"
|
@@ -1185,64 +1705,62 @@
|
|
1185
1705
|
"@docsearch/css" "3.0.0"
|
1186
1706
|
algoliasearch "^4.0.0"
|
1187
1707
|
|
1188
|
-
"@docusaurus/core@2.0.0-beta.
|
1189
|
-
version "2.0.0-beta.
|
1190
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.0.0-beta.
|
1191
|
-
integrity sha512-
|
1708
|
+
"@docusaurus/core@2.0.0-beta.20", "@docusaurus/core@^2.0.0-beta.20":
|
1709
|
+
version "2.0.0-beta.20"
|
1710
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.0.0-beta.20.tgz#cf4aeeccecacb547a6fb42340c83bed0cccb57c0"
|
1711
|
+
integrity sha512-a3UgZ4lIcIOoZd4j9INqVkWSXEDxR7EicJXt8eq2whg4N5hKGqLHoDSnWfrVSPQn4NoG5T7jhPypphSoysImfQ==
|
1192
1712
|
dependencies:
|
1193
|
-
"@babel/core" "^7.17.
|
1194
|
-
"@babel/generator" "^7.17.
|
1713
|
+
"@babel/core" "^7.17.10"
|
1714
|
+
"@babel/generator" "^7.17.10"
|
1195
1715
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
1196
|
-
"@babel/plugin-transform-runtime" "^7.17.
|
1197
|
-
"@babel/preset-env" "^7.
|
1716
|
+
"@babel/plugin-transform-runtime" "^7.17.10"
|
1717
|
+
"@babel/preset-env" "^7.17.10"
|
1198
1718
|
"@babel/preset-react" "^7.16.7"
|
1199
1719
|
"@babel/preset-typescript" "^7.16.7"
|
1200
|
-
"@babel/runtime" "^7.17.
|
1201
|
-
"@babel/runtime-corejs3" "^7.17.
|
1202
|
-
"@babel/traverse" "^7.17.
|
1203
|
-
"@docusaurus/cssnano-preset" "2.0.0-beta.
|
1204
|
-
"@docusaurus/logger" "2.0.0-beta.
|
1205
|
-
"@docusaurus/mdx-loader" "2.0.0-beta.
|
1720
|
+
"@babel/runtime" "^7.17.9"
|
1721
|
+
"@babel/runtime-corejs3" "^7.17.9"
|
1722
|
+
"@babel/traverse" "^7.17.10"
|
1723
|
+
"@docusaurus/cssnano-preset" "2.0.0-beta.20"
|
1724
|
+
"@docusaurus/logger" "2.0.0-beta.20"
|
1725
|
+
"@docusaurus/mdx-loader" "2.0.0-beta.20"
|
1206
1726
|
"@docusaurus/react-loadable" "5.5.2"
|
1207
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1208
|
-
"@docusaurus/utils-common" "2.0.0-beta.
|
1209
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
1727
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1728
|
+
"@docusaurus/utils-common" "2.0.0-beta.20"
|
1729
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1210
1730
|
"@slorber/static-site-generator-webpack-plugin" "^4.0.4"
|
1211
1731
|
"@svgr/webpack" "^6.2.1"
|
1212
|
-
autoprefixer "^10.4.
|
1213
|
-
babel-loader "^8.2.
|
1732
|
+
autoprefixer "^10.4.5"
|
1733
|
+
babel-loader "^8.2.5"
|
1214
1734
|
babel-plugin-dynamic-import-node "2.3.0"
|
1215
1735
|
boxen "^6.2.1"
|
1216
1736
|
chokidar "^3.5.3"
|
1217
|
-
clean-css "^5.
|
1218
|
-
cli-table3 "^0.6.
|
1737
|
+
clean-css "^5.3.0"
|
1738
|
+
cli-table3 "^0.6.2"
|
1219
1739
|
combine-promises "^1.1.0"
|
1220
1740
|
commander "^5.1.0"
|
1221
1741
|
copy-webpack-plugin "^10.2.4"
|
1222
|
-
core-js "^3.
|
1742
|
+
core-js "^3.22.3"
|
1223
1743
|
css-loader "^6.7.1"
|
1224
1744
|
css-minimizer-webpack-plugin "^3.4.1"
|
1225
|
-
cssnano "^5.1.
|
1745
|
+
cssnano "^5.1.7"
|
1226
1746
|
del "^6.0.0"
|
1227
1747
|
detect-port "^1.3.0"
|
1228
1748
|
escape-html "^1.0.3"
|
1229
1749
|
eta "^1.12.3"
|
1230
1750
|
file-loader "^6.2.0"
|
1231
|
-
fs-extra "^10.0
|
1751
|
+
fs-extra "^10.1.0"
|
1232
1752
|
html-minifier-terser "^6.1.0"
|
1233
|
-
html-tags "^3.
|
1753
|
+
html-tags "^3.2.0"
|
1234
1754
|
html-webpack-plugin "^5.5.0"
|
1235
1755
|
import-fresh "^3.3.0"
|
1236
|
-
is-root "^2.1.0"
|
1237
1756
|
leven "^3.1.0"
|
1238
1757
|
lodash "^4.17.21"
|
1239
1758
|
mini-css-extract-plugin "^2.6.0"
|
1240
|
-
|
1241
|
-
postcss "^8.4.12"
|
1759
|
+
postcss "^8.4.13"
|
1242
1760
|
postcss-loader "^6.2.1"
|
1243
1761
|
prompts "^2.4.2"
|
1244
|
-
react-dev-utils "^12.0.
|
1245
|
-
react-helmet-async "^1.
|
1762
|
+
react-dev-utils "^12.0.1"
|
1763
|
+
react-helmet-async "^1.3.0"
|
1246
1764
|
react-loadable "npm:@docusaurus/react-loadable@5.5.2"
|
1247
1765
|
react-loadable-ssr-addon-v5-slorber "^1.0.1"
|
1248
1766
|
react-router "^5.2.0"
|
@@ -1250,183 +1768,184 @@
|
|
1250
1768
|
react-router-dom "^5.2.0"
|
1251
1769
|
remark-admonitions "^1.2.1"
|
1252
1770
|
rtl-detect "^1.0.4"
|
1253
|
-
semver "^7.3.
|
1771
|
+
semver "^7.3.7"
|
1254
1772
|
serve-handler "^6.1.3"
|
1255
1773
|
shelljs "^0.8.5"
|
1256
1774
|
terser-webpack-plugin "^5.3.1"
|
1257
|
-
tslib "^2.
|
1775
|
+
tslib "^2.4.0"
|
1258
1776
|
update-notifier "^5.1.0"
|
1259
1777
|
url-loader "^4.1.1"
|
1260
1778
|
wait-on "^6.0.1"
|
1261
|
-
webpack "^5.
|
1779
|
+
webpack "^5.72.0"
|
1262
1780
|
webpack-bundle-analyzer "^4.5.0"
|
1263
|
-
webpack-dev-server "^4.
|
1781
|
+
webpack-dev-server "^4.8.1"
|
1264
1782
|
webpack-merge "^5.8.0"
|
1265
1783
|
webpackbar "^5.0.2"
|
1266
1784
|
|
1267
|
-
"@docusaurus/cssnano-preset@2.0.0-beta.
|
1268
|
-
version "2.0.0-beta.
|
1269
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.0.0-beta.
|
1270
|
-
integrity sha512-
|
1785
|
+
"@docusaurus/cssnano-preset@2.0.0-beta.20":
|
1786
|
+
version "2.0.0-beta.20"
|
1787
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.0.0-beta.20.tgz#c47722e347fd044f2372e924199eabf61733232f"
|
1788
|
+
integrity sha512-7pfrYuahHl3YYS+gYhbb1YHsq5s5+hk+1KIU7QqNNn4YjrIqAHlOznCQ9XfQfspe9boZmaNFGMZQ1tawNOVLqQ==
|
1271
1789
|
dependencies:
|
1272
|
-
cssnano-preset-advanced "^5.3.
|
1273
|
-
postcss "^8.4.
|
1790
|
+
cssnano-preset-advanced "^5.3.3"
|
1791
|
+
postcss "^8.4.13"
|
1274
1792
|
postcss-sort-media-queries "^4.2.1"
|
1275
1793
|
|
1276
|
-
"@docusaurus/logger@2.0.0-beta.
|
1277
|
-
version "2.0.0-beta.
|
1278
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.0.0-beta.
|
1279
|
-
integrity sha512-
|
1794
|
+
"@docusaurus/logger@2.0.0-beta.20":
|
1795
|
+
version "2.0.0-beta.20"
|
1796
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.0.0-beta.20.tgz#bb49e8516e48082ab96bca11569a18541476d5a6"
|
1797
|
+
integrity sha512-7Rt7c8m3ZM81o5jsm6ENgdbjq/hUICv8Om2i7grynI4GT2aQyFoHcusaNbRji4FZt0DaKT2CQxiAWP8BbD4xzQ==
|
1280
1798
|
dependencies:
|
1281
1799
|
chalk "^4.1.2"
|
1282
|
-
tslib "^2.
|
1800
|
+
tslib "^2.4.0"
|
1283
1801
|
|
1284
|
-
"@docusaurus/mdx-loader@2.0.0-beta.
|
1285
|
-
version "2.0.0-beta.
|
1286
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.0.0-beta.
|
1287
|
-
integrity sha512-
|
1802
|
+
"@docusaurus/mdx-loader@2.0.0-beta.20":
|
1803
|
+
version "2.0.0-beta.20"
|
1804
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.0.0-beta.20.tgz#7016e8ce7e4a11c9ea458e2236d3c93af71f393f"
|
1805
|
+
integrity sha512-BBuf77sji3JxbCEW7Qsv3CXlgpm+iSLTQn6JUK7x8vJ1JYZ3KJbNgpo9TmxIIltpcvNQ/QOy6dvqrpSStaWmKQ==
|
1288
1806
|
dependencies:
|
1289
|
-
"@babel/parser" "^7.17.
|
1290
|
-
"@babel/traverse" "^7.17.
|
1291
|
-
"@docusaurus/logger" "2.0.0-beta.
|
1292
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1807
|
+
"@babel/parser" "^7.17.10"
|
1808
|
+
"@babel/traverse" "^7.17.10"
|
1809
|
+
"@docusaurus/logger" "2.0.0-beta.20"
|
1810
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1293
1811
|
"@mdx-js/mdx" "^1.6.22"
|
1294
1812
|
escape-html "^1.0.3"
|
1295
1813
|
file-loader "^6.2.0"
|
1296
|
-
fs-extra "^10.0
|
1814
|
+
fs-extra "^10.1.0"
|
1297
1815
|
image-size "^1.0.1"
|
1298
1816
|
mdast-util-to-string "^2.0.0"
|
1299
|
-
remark-emoji "^2.
|
1817
|
+
remark-emoji "^2.2.0"
|
1300
1818
|
stringify-object "^3.3.0"
|
1301
|
-
tslib "^2.
|
1302
|
-
unist-util-visit "^2.0.
|
1819
|
+
tslib "^2.4.0"
|
1820
|
+
unist-util-visit "^2.0.3"
|
1303
1821
|
url-loader "^4.1.1"
|
1304
|
-
webpack "^5.
|
1822
|
+
webpack "^5.72.0"
|
1305
1823
|
|
1306
|
-
"@docusaurus/module-type-aliases@2.0.0-beta.
|
1307
|
-
version "2.0.0-beta.
|
1308
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.0.0-beta.
|
1309
|
-
integrity sha512-
|
1824
|
+
"@docusaurus/module-type-aliases@2.0.0-beta.20":
|
1825
|
+
version "2.0.0-beta.20"
|
1826
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.0.0-beta.20.tgz#669605a64b04226c391e0284c44743e137eb2595"
|
1827
|
+
integrity sha512-lUIXLwQEOyYwcb3iCNibPUL6O9ijvYF5xQwehGeVraTEBts/Ch8ZwELFk+XbaGHKh52PiVxuWL2CP4Gdjy5QKw==
|
1310
1828
|
dependencies:
|
1311
|
-
"@docusaurus/types" "2.0.0-beta.
|
1829
|
+
"@docusaurus/types" "2.0.0-beta.20"
|
1312
1830
|
"@types/react" "*"
|
1313
1831
|
"@types/react-router-config" "*"
|
1314
1832
|
"@types/react-router-dom" "*"
|
1315
1833
|
react-helmet-async "*"
|
1316
1834
|
|
1317
|
-
"@docusaurus/plugin-content-blog@2.0.0-beta.
|
1318
|
-
version "2.0.0-beta.
|
1319
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.0.0-beta.
|
1320
|
-
integrity sha512-
|
1321
|
-
dependencies:
|
1322
|
-
"@docusaurus/core" "2.0.0-beta.
|
1323
|
-
"@docusaurus/logger" "2.0.0-beta.
|
1324
|
-
"@docusaurus/mdx-loader" "2.0.0-beta.
|
1325
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1326
|
-
"@docusaurus/utils-common" "2.0.0-beta.
|
1327
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
1835
|
+
"@docusaurus/plugin-content-blog@2.0.0-beta.20":
|
1836
|
+
version "2.0.0-beta.20"
|
1837
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.0.0-beta.20.tgz#7c0d413ac8df9a422a0b3ddd90b77ec491bbda15"
|
1838
|
+
integrity sha512-6aby36Gmny5h2oo/eEZ2iwVsIlBWbRnNNeqT0BYnJO5aj53iCU/ctFPpJVYcw0l2l8+8ITS70FyePIWEsaZ0jA==
|
1839
|
+
dependencies:
|
1840
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1841
|
+
"@docusaurus/logger" "2.0.0-beta.20"
|
1842
|
+
"@docusaurus/mdx-loader" "2.0.0-beta.20"
|
1843
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1844
|
+
"@docusaurus/utils-common" "2.0.0-beta.20"
|
1845
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1328
1846
|
cheerio "^1.0.0-rc.10"
|
1329
1847
|
feed "^4.2.2"
|
1330
|
-
fs-extra "^10.0
|
1848
|
+
fs-extra "^10.1.0"
|
1331
1849
|
lodash "^4.17.21"
|
1332
1850
|
reading-time "^1.5.0"
|
1333
1851
|
remark-admonitions "^1.2.1"
|
1334
|
-
tslib "^2.
|
1852
|
+
tslib "^2.4.0"
|
1853
|
+
unist-util-visit "^2.0.3"
|
1335
1854
|
utility-types "^3.10.0"
|
1336
|
-
webpack "^5.
|
1337
|
-
|
1338
|
-
"@docusaurus/plugin-content-docs@2.0.0-beta.
|
1339
|
-
version "2.0.0-beta.
|
1340
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.0.0-beta.
|
1341
|
-
integrity sha512-
|
1342
|
-
dependencies:
|
1343
|
-
"@docusaurus/core" "2.0.0-beta.
|
1344
|
-
"@docusaurus/logger" "2.0.0-beta.
|
1345
|
-
"@docusaurus/mdx-loader" "2.0.0-beta.
|
1346
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1347
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
1855
|
+
webpack "^5.72.0"
|
1856
|
+
|
1857
|
+
"@docusaurus/plugin-content-docs@2.0.0-beta.20":
|
1858
|
+
version "2.0.0-beta.20"
|
1859
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.0.0-beta.20.tgz#2a53b9fc355f45bf7c6917f19be7bfa0698b8b9e"
|
1860
|
+
integrity sha512-XOgwUqXtr/DStpB3azdN6wgkKtQkOXOx1XetORzhHnjihrSMn6daxg+spmcJh1ki/mpT3n7yBbKJxVNo+VB38Q==
|
1861
|
+
dependencies:
|
1862
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1863
|
+
"@docusaurus/logger" "2.0.0-beta.20"
|
1864
|
+
"@docusaurus/mdx-loader" "2.0.0-beta.20"
|
1865
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1866
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1348
1867
|
combine-promises "^1.1.0"
|
1349
|
-
fs-extra "^10.0
|
1868
|
+
fs-extra "^10.1.0"
|
1350
1869
|
import-fresh "^3.3.0"
|
1351
1870
|
js-yaml "^4.1.0"
|
1352
1871
|
lodash "^4.17.21"
|
1353
1872
|
remark-admonitions "^1.2.1"
|
1354
|
-
tslib "^2.
|
1873
|
+
tslib "^2.4.0"
|
1355
1874
|
utility-types "^3.10.0"
|
1356
|
-
webpack "^5.
|
1357
|
-
|
1358
|
-
"@docusaurus/plugin-content-pages@2.0.0-beta.
|
1359
|
-
version "2.0.0-beta.
|
1360
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.0.0-beta.
|
1361
|
-
integrity sha512-
|
1362
|
-
dependencies:
|
1363
|
-
"@docusaurus/core" "2.0.0-beta.
|
1364
|
-
"@docusaurus/mdx-loader" "2.0.0-beta.
|
1365
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1366
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
1367
|
-
fs-extra "^10.0
|
1875
|
+
webpack "^5.72.0"
|
1876
|
+
|
1877
|
+
"@docusaurus/plugin-content-pages@2.0.0-beta.20":
|
1878
|
+
version "2.0.0-beta.20"
|
1879
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.0.0-beta.20.tgz#6a76c7fa049983d2d94d8c4d738802acf01611fe"
|
1880
|
+
integrity sha512-ubY6DG4F0skFKjfNGCbfO34Qf+MZy6C05OtpIYsoA2YU8ADx0nRH7qPgdEkwR3ma860DbY612rleRT13ogSlhg==
|
1881
|
+
dependencies:
|
1882
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1883
|
+
"@docusaurus/mdx-loader" "2.0.0-beta.20"
|
1884
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1885
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1886
|
+
fs-extra "^10.1.0"
|
1368
1887
|
remark-admonitions "^1.2.1"
|
1369
|
-
tslib "^2.
|
1370
|
-
webpack "^5.
|
1888
|
+
tslib "^2.4.0"
|
1889
|
+
webpack "^5.72.0"
|
1371
1890
|
|
1372
|
-
"@docusaurus/plugin-debug@2.0.0-beta.
|
1373
|
-
version "2.0.0-beta.
|
1374
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-2.0.0-beta.
|
1375
|
-
integrity sha512-
|
1891
|
+
"@docusaurus/plugin-debug@2.0.0-beta.20":
|
1892
|
+
version "2.0.0-beta.20"
|
1893
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-2.0.0-beta.20.tgz#7c026e81c45fd4f00801a785c928b9e8727a99de"
|
1894
|
+
integrity sha512-acGZmpncPA1XDczpV1ji1ajBCRBY/H2lXN8alSjOB1vh0c/2Qz+KKD05p17lsUbhIyvsnZBa/BaOwtek91Lu7Q==
|
1376
1895
|
dependencies:
|
1377
|
-
"@docusaurus/core" "2.0.0-beta.
|
1378
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1379
|
-
fs-extra "^10.0
|
1896
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1897
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1898
|
+
fs-extra "^10.1.0"
|
1380
1899
|
react-json-view "^1.21.3"
|
1381
|
-
tslib "^2.
|
1382
|
-
|
1383
|
-
"@docusaurus/plugin-google-analytics@2.0.0-beta.
|
1384
|
-
version "2.0.0-beta.
|
1385
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.0.0-beta.
|
1386
|
-
integrity sha512-
|
1387
|
-
dependencies:
|
1388
|
-
"@docusaurus/core" "2.0.0-beta.
|
1389
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
1390
|
-
tslib "^2.
|
1391
|
-
|
1392
|
-
"@docusaurus/plugin-google-gtag@2.0.0-beta.
|
1393
|
-
version "2.0.0-beta.
|
1394
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.0.0-beta.
|
1395
|
-
integrity sha512-
|
1396
|
-
dependencies:
|
1397
|
-
"@docusaurus/core" "2.0.0-beta.
|
1398
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
1399
|
-
tslib "^2.
|
1400
|
-
|
1401
|
-
"@docusaurus/plugin-sitemap@2.0.0-beta.
|
1402
|
-
version "2.0.0-beta.
|
1403
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.0.0-beta.
|
1404
|
-
integrity sha512-
|
1405
|
-
dependencies:
|
1406
|
-
"@docusaurus/core" "2.0.0-beta.
|
1407
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1408
|
-
"@docusaurus/utils-common" "2.0.0-beta.
|
1409
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
1410
|
-
fs-extra "^10.0
|
1900
|
+
tslib "^2.4.0"
|
1901
|
+
|
1902
|
+
"@docusaurus/plugin-google-analytics@2.0.0-beta.20":
|
1903
|
+
version "2.0.0-beta.20"
|
1904
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.0.0-beta.20.tgz#c1bdbc1239f987f9716fa30c2fd86962c190a765"
|
1905
|
+
integrity sha512-4C5nY25j0R1lntFmpSEalhL7jYA7tWvk0VZObiIxGilLagT/f9gWPQtIjNBe4yzdQvkhiaXpa8xcMcJUAKRJyw==
|
1906
|
+
dependencies:
|
1907
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1908
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1909
|
+
tslib "^2.4.0"
|
1910
|
+
|
1911
|
+
"@docusaurus/plugin-google-gtag@2.0.0-beta.20":
|
1912
|
+
version "2.0.0-beta.20"
|
1913
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.0.0-beta.20.tgz#7284bcfad9cb4e5d63605e95f6da73ca8ac8f053"
|
1914
|
+
integrity sha512-EMZdiMTNg4NwE60xwjbetcqMDqAOazMTwQAQ4OuNAclv7oh8+VPCvqRF8s8AxCoI2Uqc7vh8yzNUuM307Ne9JA==
|
1915
|
+
dependencies:
|
1916
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1917
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1918
|
+
tslib "^2.4.0"
|
1919
|
+
|
1920
|
+
"@docusaurus/plugin-sitemap@2.0.0-beta.20":
|
1921
|
+
version "2.0.0-beta.20"
|
1922
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.0.0-beta.20.tgz#08eada1260cafb273abea33c9c890ab667c7cbd3"
|
1923
|
+
integrity sha512-Rf5a2vOBWjbe7PJJEBDeLZzDA7lsDi+16bqzKN8OKSXlcZLhxjmIpL5NrjANNbpGpL5vbl9z+iqvjbQmZ3QSmA==
|
1924
|
+
dependencies:
|
1925
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1926
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1927
|
+
"@docusaurus/utils-common" "2.0.0-beta.20"
|
1928
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1929
|
+
fs-extra "^10.1.0"
|
1411
1930
|
sitemap "^7.1.1"
|
1412
|
-
tslib "^2.
|
1413
|
-
|
1414
|
-
"@docusaurus/preset-classic
|
1415
|
-
version "2.0.0-beta.
|
1416
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-2.0.0-beta.
|
1417
|
-
integrity sha512-
|
1418
|
-
dependencies:
|
1419
|
-
"@docusaurus/core" "2.0.0-beta.
|
1420
|
-
"@docusaurus/plugin-content-blog" "2.0.0-beta.
|
1421
|
-
"@docusaurus/plugin-content-docs" "2.0.0-beta.
|
1422
|
-
"@docusaurus/plugin-content-pages" "2.0.0-beta.
|
1423
|
-
"@docusaurus/plugin-debug" "2.0.0-beta.
|
1424
|
-
"@docusaurus/plugin-google-analytics" "2.0.0-beta.
|
1425
|
-
"@docusaurus/plugin-google-gtag" "2.0.0-beta.
|
1426
|
-
"@docusaurus/plugin-sitemap" "2.0.0-beta.
|
1427
|
-
"@docusaurus/theme-classic" "2.0.0-beta.
|
1428
|
-
"@docusaurus/theme-common" "2.0.0-beta.
|
1429
|
-
"@docusaurus/theme-search-algolia" "2.0.0-beta.
|
1931
|
+
tslib "^2.4.0"
|
1932
|
+
|
1933
|
+
"@docusaurus/preset-classic@^2.0.0-beta.20":
|
1934
|
+
version "2.0.0-beta.20"
|
1935
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-2.0.0-beta.20.tgz#19566be713ce0297834cd999392ea3605bc6f574"
|
1936
|
+
integrity sha512-artUDjiYFIlGd2fxk0iqqcJ5xSCrgormOAoind1c0pn8TRXY1WSCQWYI6p4X24jjhSCzLv0s6Z9PMDyxZdivhg==
|
1937
|
+
dependencies:
|
1938
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1939
|
+
"@docusaurus/plugin-content-blog" "2.0.0-beta.20"
|
1940
|
+
"@docusaurus/plugin-content-docs" "2.0.0-beta.20"
|
1941
|
+
"@docusaurus/plugin-content-pages" "2.0.0-beta.20"
|
1942
|
+
"@docusaurus/plugin-debug" "2.0.0-beta.20"
|
1943
|
+
"@docusaurus/plugin-google-analytics" "2.0.0-beta.20"
|
1944
|
+
"@docusaurus/plugin-google-gtag" "2.0.0-beta.20"
|
1945
|
+
"@docusaurus/plugin-sitemap" "2.0.0-beta.20"
|
1946
|
+
"@docusaurus/theme-classic" "2.0.0-beta.20"
|
1947
|
+
"@docusaurus/theme-common" "2.0.0-beta.20"
|
1948
|
+
"@docusaurus/theme-search-algolia" "2.0.0-beta.20"
|
1430
1949
|
|
1431
1950
|
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
|
1432
1951
|
version "5.5.2"
|
@@ -1436,114 +1955,117 @@
|
|
1436
1955
|
"@types/react" "*"
|
1437
1956
|
prop-types "^15.6.2"
|
1438
1957
|
|
1439
|
-
"@docusaurus/theme-classic@2.0.0-beta.
|
1440
|
-
version "2.0.0-beta.
|
1441
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-2.0.0-beta.
|
1442
|
-
integrity sha512-
|
1443
|
-
dependencies:
|
1444
|
-
"@docusaurus/core" "2.0.0-beta.
|
1445
|
-
"@docusaurus/plugin-content-blog" "2.0.0-beta.
|
1446
|
-
"@docusaurus/plugin-content-docs" "2.0.0-beta.
|
1447
|
-
"@docusaurus/plugin-content-pages" "2.0.0-beta.
|
1448
|
-
"@docusaurus/theme-common" "2.0.0-beta.
|
1449
|
-
"@docusaurus/theme-translations" "2.0.0-beta.
|
1450
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1451
|
-
"@docusaurus/utils-common" "2.0.0-beta.
|
1452
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
1958
|
+
"@docusaurus/theme-classic@2.0.0-beta.20":
|
1959
|
+
version "2.0.0-beta.20"
|
1960
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-2.0.0-beta.20.tgz#c4c7712c2b35c5654433228729f92ec73e6c598e"
|
1961
|
+
integrity sha512-rs4U68x8Xk6rPsZC/7eaPxCKqzXX1S45FICKmq/IZuaDaQyQIijCvv2ssxYnUyVZUNayZfJK7ZtNu+A0kzYgSQ==
|
1962
|
+
dependencies:
|
1963
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
1964
|
+
"@docusaurus/plugin-content-blog" "2.0.0-beta.20"
|
1965
|
+
"@docusaurus/plugin-content-docs" "2.0.0-beta.20"
|
1966
|
+
"@docusaurus/plugin-content-pages" "2.0.0-beta.20"
|
1967
|
+
"@docusaurus/theme-common" "2.0.0-beta.20"
|
1968
|
+
"@docusaurus/theme-translations" "2.0.0-beta.20"
|
1969
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1970
|
+
"@docusaurus/utils-common" "2.0.0-beta.20"
|
1971
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1453
1972
|
"@mdx-js/react" "^1.6.22"
|
1454
1973
|
clsx "^1.1.1"
|
1455
1974
|
copy-text-to-clipboard "^3.0.1"
|
1456
|
-
infima "0.2.0-alpha.
|
1975
|
+
infima "0.2.0-alpha.39"
|
1457
1976
|
lodash "^4.17.21"
|
1458
|
-
|
1977
|
+
nprogress "^0.2.0"
|
1978
|
+
postcss "^8.4.13"
|
1459
1979
|
prism-react-renderer "^1.3.1"
|
1460
|
-
prismjs "^1.
|
1980
|
+
prismjs "^1.28.0"
|
1461
1981
|
react-router-dom "^5.2.0"
|
1462
1982
|
rtlcss "^3.5.0"
|
1463
1983
|
|
1464
|
-
"@docusaurus/theme-common@2.0.0-beta.
|
1465
|
-
version "2.0.0-beta.
|
1466
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-2.0.0-beta.
|
1467
|
-
integrity sha512-
|
1984
|
+
"@docusaurus/theme-common@2.0.0-beta.20", "@docusaurus/theme-common@^2.0.0-beta.20":
|
1985
|
+
version "2.0.0-beta.20"
|
1986
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-2.0.0-beta.20.tgz#4ec7d77ecd2ade9dad33b8689e3cd51b07e594b0"
|
1987
|
+
integrity sha512-lmdGB3/GQM5z0GH0iHGRXUco4Wfqc6sR5eRKuW4j0sx3+UFVvtbVTTIGt0Cie4Dh6omnFxjPbNDlPDgWr/agVQ==
|
1468
1988
|
dependencies:
|
1469
|
-
"@docusaurus/module-type-aliases" "2.0.0-beta.
|
1470
|
-
"@docusaurus/plugin-content-blog" "2.0.0-beta.
|
1471
|
-
"@docusaurus/plugin-content-docs" "2.0.0-beta.
|
1472
|
-
"@docusaurus/plugin-content-pages" "2.0.0-beta.
|
1989
|
+
"@docusaurus/module-type-aliases" "2.0.0-beta.20"
|
1990
|
+
"@docusaurus/plugin-content-blog" "2.0.0-beta.20"
|
1991
|
+
"@docusaurus/plugin-content-docs" "2.0.0-beta.20"
|
1992
|
+
"@docusaurus/plugin-content-pages" "2.0.0-beta.20"
|
1473
1993
|
clsx "^1.1.1"
|
1474
1994
|
parse-numeric-range "^1.3.0"
|
1475
1995
|
prism-react-renderer "^1.3.1"
|
1476
|
-
tslib "^2.
|
1996
|
+
tslib "^2.4.0"
|
1477
1997
|
utility-types "^3.10.0"
|
1478
1998
|
|
1479
|
-
"@docusaurus/theme-search-algolia@2.0.0-beta.
|
1480
|
-
version "2.0.0-beta.
|
1481
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-beta.
|
1482
|
-
integrity sha512-
|
1999
|
+
"@docusaurus/theme-search-algolia@2.0.0-beta.20":
|
2000
|
+
version "2.0.0-beta.20"
|
2001
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-beta.20.tgz#14f2ea376a87d7cfa4840d8c917d1ec62d3a07f7"
|
2002
|
+
integrity sha512-9XAyiXXHgyhDmKXg9RUtnC4WBkYAZUqKT9Ntuk0OaOb4mBwiYUGL74tyP0LLL6T+oa9uEdXiUMlIL1onU8xhvA==
|
1483
2003
|
dependencies:
|
1484
2004
|
"@docsearch/react" "^3.0.0"
|
1485
|
-
"@docusaurus/core" "2.0.0-beta.
|
1486
|
-
"@docusaurus/logger" "2.0.0-beta.
|
1487
|
-
"@docusaurus/plugin-content-docs" "2.0.0-beta.
|
1488
|
-
"@docusaurus/theme-common" "2.0.0-beta.
|
1489
|
-
"@docusaurus/theme-translations" "2.0.0-beta.
|
1490
|
-
"@docusaurus/utils" "2.0.0-beta.
|
1491
|
-
"@docusaurus/utils-validation" "2.0.0-beta.
|
2005
|
+
"@docusaurus/core" "2.0.0-beta.20"
|
2006
|
+
"@docusaurus/logger" "2.0.0-beta.20"
|
2007
|
+
"@docusaurus/plugin-content-docs" "2.0.0-beta.20"
|
2008
|
+
"@docusaurus/theme-common" "2.0.0-beta.20"
|
2009
|
+
"@docusaurus/theme-translations" "2.0.0-beta.20"
|
2010
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
2011
|
+
"@docusaurus/utils-validation" "2.0.0-beta.20"
|
1492
2012
|
algoliasearch "^4.13.0"
|
1493
|
-
algoliasearch-helper "^3.
|
2013
|
+
algoliasearch-helper "^3.8.2"
|
1494
2014
|
clsx "^1.1.1"
|
1495
2015
|
eta "^1.12.3"
|
1496
|
-
fs-extra "^10.0
|
2016
|
+
fs-extra "^10.1.0"
|
1497
2017
|
lodash "^4.17.21"
|
1498
|
-
tslib "^2.
|
2018
|
+
tslib "^2.4.0"
|
1499
2019
|
utility-types "^3.10.0"
|
1500
2020
|
|
1501
|
-
"@docusaurus/theme-translations@2.0.0-beta.
|
1502
|
-
version "2.0.0-beta.
|
1503
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-2.0.0-beta.
|
1504
|
-
integrity sha512-
|
2021
|
+
"@docusaurus/theme-translations@2.0.0-beta.20", "@docusaurus/theme-translations@^2.0.0-beta.20":
|
2022
|
+
version "2.0.0-beta.20"
|
2023
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-2.0.0-beta.20.tgz#dcc7efb43ff110c19736764c287f6c5128a5dbba"
|
2024
|
+
integrity sha512-O7J/4dHcg7Yr+r3ylgtqmtMEz6d5ScpUxBg8nsNTWOCRoGEXNZVmXSd5l6v72KCyxPZpllPrgjmqkL+I19qWiw==
|
1505
2025
|
dependencies:
|
1506
|
-
fs-extra "^10.0
|
1507
|
-
tslib "^2.
|
2026
|
+
fs-extra "^10.1.0"
|
2027
|
+
tslib "^2.4.0"
|
1508
2028
|
|
1509
|
-
"@docusaurus/types@2.0.0-beta.
|
1510
|
-
version "2.0.0-beta.
|
1511
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.0.0-beta.
|
1512
|
-
integrity sha512-
|
2029
|
+
"@docusaurus/types@2.0.0-beta.20":
|
2030
|
+
version "2.0.0-beta.20"
|
2031
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.0.0-beta.20.tgz#069d40cc225141d5c9a85605a1c61a460814bf5d"
|
2032
|
+
integrity sha512-d4ZIpcrzGsUUcZJL3iz8/iSaewobPPiYfn2Lmmv7GTT5ZPtPkOAtR5mE6+LAf/KpjjgqrC7mpwDKADnOL/ic4Q==
|
1513
2033
|
dependencies:
|
1514
2034
|
commander "^5.1.0"
|
2035
|
+
history "^4.9.0"
|
1515
2036
|
joi "^17.6.0"
|
2037
|
+
react-helmet-async "^1.3.0"
|
1516
2038
|
utility-types "^3.10.0"
|
1517
|
-
webpack "^5.
|
2039
|
+
webpack "^5.72.0"
|
1518
2040
|
webpack-merge "^5.8.0"
|
1519
2041
|
|
1520
|
-
"@docusaurus/utils-common@2.0.0-beta.
|
1521
|
-
version "2.0.0-beta.
|
1522
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-2.0.0-beta.
|
1523
|
-
integrity sha512-
|
2042
|
+
"@docusaurus/utils-common@2.0.0-beta.20", "@docusaurus/utils-common@^2.0.0-beta.20":
|
2043
|
+
version "2.0.0-beta.20"
|
2044
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-2.0.0-beta.20.tgz#adb914c331d711a3c0ef2ba3f64139acdf4cd781"
|
2045
|
+
integrity sha512-HabHh23vOQn6ygs0PjuCSF/oZaNsYTFsxB2R6EwHNyw01nWgBC3QAcGVmyIWQhlb9p8V3byKgbzVS68hZX5t9A==
|
1524
2046
|
dependencies:
|
1525
|
-
tslib "^2.
|
2047
|
+
tslib "^2.4.0"
|
1526
2048
|
|
1527
|
-
"@docusaurus/utils-validation@2.0.0-beta.
|
1528
|
-
version "2.0.0-beta.
|
1529
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.0.0-beta.
|
1530
|
-
integrity sha512-
|
2049
|
+
"@docusaurus/utils-validation@2.0.0-beta.20", "@docusaurus/utils-validation@^2.0.0-beta.20":
|
2050
|
+
version "2.0.0-beta.20"
|
2051
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.0.0-beta.20.tgz#ebf475a4388066bd450877fe920f405c53ff5ad2"
|
2052
|
+
integrity sha512-7MxMoaF4VNAt5vUwvITa6nbkw1tb4WE6hp1VlfIoLCY4D7Wk5cMf1ZFhppCP1UzmPwvFb9zw8fPuvDfB3Tb5nQ==
|
1531
2053
|
dependencies:
|
1532
|
-
"@docusaurus/logger" "2.0.0-beta.
|
1533
|
-
"@docusaurus/utils" "2.0.0-beta.
|
2054
|
+
"@docusaurus/logger" "2.0.0-beta.20"
|
2055
|
+
"@docusaurus/utils" "2.0.0-beta.20"
|
1534
2056
|
joi "^17.6.0"
|
1535
2057
|
js-yaml "^4.1.0"
|
1536
|
-
tslib "^2.
|
2058
|
+
tslib "^2.4.0"
|
1537
2059
|
|
1538
|
-
"@docusaurus/utils@2.0.0-beta.
|
1539
|
-
version "2.0.0-beta.
|
1540
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.0.0-beta.
|
1541
|
-
integrity sha512-
|
2060
|
+
"@docusaurus/utils@2.0.0-beta.20", "@docusaurus/utils@^2.0.0-beta.20":
|
2061
|
+
version "2.0.0-beta.20"
|
2062
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.0.0-beta.20.tgz#d5a9816a328b2ca5e4e1a3fbf267e3674abacd48"
|
2063
|
+
integrity sha512-eUQquakhrbnvhsmx8jRPLgoyjyzMuOhmQC99m7rotar7XOzROpgEpm7+xVaquG5Ha47WkybE3djHJhKNih7GZQ==
|
1542
2064
|
dependencies:
|
1543
|
-
"@docusaurus/logger" "2.0.0-beta.
|
2065
|
+
"@docusaurus/logger" "2.0.0-beta.20"
|
1544
2066
|
"@svgr/webpack" "^6.2.1"
|
1545
2067
|
file-loader "^6.2.0"
|
1546
|
-
fs-extra "^10.0
|
2068
|
+
fs-extra "^10.1.0"
|
1547
2069
|
github-slugger "^1.4.0"
|
1548
2070
|
globby "^11.1.0"
|
1549
2071
|
gray-matter "^4.0.3"
|
@@ -1552,9 +2074,39 @@
|
|
1552
2074
|
micromatch "^4.0.5"
|
1553
2075
|
resolve-pathname "^3.0.0"
|
1554
2076
|
shelljs "^0.8.5"
|
1555
|
-
tslib "^2.
|
2077
|
+
tslib "^2.4.0"
|
1556
2078
|
url-loader "^4.1.1"
|
1557
|
-
webpack "^5.
|
2079
|
+
webpack "^5.72.0"
|
2080
|
+
|
2081
|
+
"@easyops-cn/autocomplete.js@^0.38.1":
|
2082
|
+
version "0.38.1"
|
2083
|
+
resolved "https://registry.yarnpkg.com/@easyops-cn/autocomplete.js/-/autocomplete.js-0.38.1.tgz#46dff5795a9a032fa9b9250fdf63ca6c61c07629"
|
2084
|
+
integrity sha512-drg76jS6syilOUmVNkyo1c7ZEBPcPuK+aJA7AksM5ZIIbV57DMHCywiCr+uHyv8BE5jUTU98j/H7gVrkHrWW3Q==
|
2085
|
+
dependencies:
|
2086
|
+
cssesc "^3.0.0"
|
2087
|
+
immediate "^3.2.3"
|
2088
|
+
|
2089
|
+
"@easyops-cn/docusaurus-search-local@^0.25.0":
|
2090
|
+
version "0.25.0"
|
2091
|
+
resolved "https://registry.yarnpkg.com/@easyops-cn/docusaurus-search-local/-/docusaurus-search-local-0.25.0.tgz#2e3241e1173888dc0876b0fc0ec70770476216d4"
|
2092
|
+
integrity sha512-UO63j2HJeHyPViZKFFhRjbIFUFfW16jiBOjUl7kbOswMDj0nLIcoKfgzcKZ+/KhUDNmwnUruSf/lW+eX31mLtg==
|
2093
|
+
dependencies:
|
2094
|
+
"@docusaurus/theme-common" "^2.0.0-beta.20"
|
2095
|
+
"@docusaurus/theme-translations" "^2.0.0-beta.20"
|
2096
|
+
"@docusaurus/utils" "^2.0.0-beta.20"
|
2097
|
+
"@docusaurus/utils-common" "^2.0.0-beta.20"
|
2098
|
+
"@docusaurus/utils-validation" "^2.0.0-beta.20"
|
2099
|
+
"@easyops-cn/autocomplete.js" "^0.38.1"
|
2100
|
+
"@node-rs/jieba" "^1.6.0"
|
2101
|
+
cheerio "^1.0.0-rc.3"
|
2102
|
+
clsx "^1.1.1"
|
2103
|
+
debug "^4.2.0"
|
2104
|
+
fs-extra "^10.0.0"
|
2105
|
+
klaw-sync "^6.0.0"
|
2106
|
+
lunr "^2.3.9"
|
2107
|
+
lunr-languages "^1.4.0"
|
2108
|
+
mark.js "^8.11.1"
|
2109
|
+
tslib "^2.4.0"
|
1558
2110
|
|
1559
2111
|
"@hapi/hoek@^9.0.0":
|
1560
2112
|
version "9.2.1"
|
@@ -1568,11 +2120,25 @@
|
|
1568
2120
|
dependencies:
|
1569
2121
|
"@hapi/hoek" "^9.0.0"
|
1570
2122
|
|
2123
|
+
"@jridgewell/gen-mapping@^0.3.0":
|
2124
|
+
version "0.3.1"
|
2125
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
|
2126
|
+
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
|
2127
|
+
dependencies:
|
2128
|
+
"@jridgewell/set-array" "^1.0.0"
|
2129
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
2130
|
+
"@jridgewell/trace-mapping" "^0.3.9"
|
2131
|
+
|
1571
2132
|
"@jridgewell/resolve-uri@^3.0.3":
|
1572
2133
|
version "3.0.5"
|
1573
2134
|
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
|
1574
2135
|
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
|
1575
2136
|
|
2137
|
+
"@jridgewell/set-array@^1.0.0":
|
2138
|
+
version "1.1.1"
|
2139
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
|
2140
|
+
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
|
2141
|
+
|
1576
2142
|
"@jridgewell/sourcemap-codec@^1.4.10":
|
1577
2143
|
version "1.4.11"
|
1578
2144
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
|
@@ -1586,6 +2152,19 @@
|
|
1586
2152
|
"@jridgewell/resolve-uri" "^3.0.3"
|
1587
2153
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
1588
2154
|
|
2155
|
+
"@jridgewell/trace-mapping@^0.3.9":
|
2156
|
+
version "0.3.13"
|
2157
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
|
2158
|
+
integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==
|
2159
|
+
dependencies:
|
2160
|
+
"@jridgewell/resolve-uri" "^3.0.3"
|
2161
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
2162
|
+
|
2163
|
+
"@leichtgewicht/ip-codec@^2.0.1":
|
2164
|
+
version "2.0.4"
|
2165
|
+
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
|
2166
|
+
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
|
2167
|
+
|
1589
2168
|
"@mdx-js/mdx@^1.6.22":
|
1590
2169
|
version "1.6.22"
|
1591
2170
|
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba"
|
@@ -1621,6 +2200,90 @@
|
|
1621
2200
|
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
|
1622
2201
|
integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==
|
1623
2202
|
|
2203
|
+
"@node-rs/jieba-android-arm-eabi@1.6.1":
|
2204
|
+
version "1.6.1"
|
2205
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-android-arm-eabi/-/jieba-android-arm-eabi-1.6.1.tgz#196f1052a564d2608e46c87114aa78232453b798"
|
2206
|
+
integrity sha512-R1YQfsPr7sK3Tq1sM0//6lNAGJK9RnMT0ShITT+7EJYr5OufUBb38lf/mRhrLxR0NF1pycEsMjdCAwrWrHd8rA==
|
2207
|
+
|
2208
|
+
"@node-rs/jieba-android-arm64@1.6.1":
|
2209
|
+
version "1.6.1"
|
2210
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-android-arm64/-/jieba-android-arm64-1.6.1.tgz#cb4db38d9fcb877ac06659281a2dc5f50fe7be52"
|
2211
|
+
integrity sha512-hBRbj2uLmRFYDw2lWppTAPoyjeXkBKUT84h4fHUQj7CMU94Gc1IWkE4ocCqhvUhbaUXlCpocS9mB0/fc2641bw==
|
2212
|
+
|
2213
|
+
"@node-rs/jieba-darwin-arm64@1.6.1":
|
2214
|
+
version "1.6.1"
|
2215
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-darwin-arm64/-/jieba-darwin-arm64-1.6.1.tgz#83ad4bddd9368556ccd46555a508abbf9007fa4b"
|
2216
|
+
integrity sha512-GeoDe7XVTF6z8JUtD98QvwudsMaHV5EBXs5uO43SobeIkShH3Nujq5gLMD5kWoJXTxDrTgJe4wT42EwUaBEH2Q==
|
2217
|
+
|
2218
|
+
"@node-rs/jieba-darwin-x64@1.6.1":
|
2219
|
+
version "1.6.1"
|
2220
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-darwin-x64/-/jieba-darwin-x64-1.6.1.tgz#ddd964b7874c208b964897898c5826ef195efcad"
|
2221
|
+
integrity sha512-ENHYIS8b8JdMaUXEm0f8Y3+sHXu2UdukG1D/XGUNx+q5cn07HbwIg6L0tlGhE8dw4AhqoWHsExVaZ241Igh4iA==
|
2222
|
+
|
2223
|
+
"@node-rs/jieba-freebsd-x64@1.6.1":
|
2224
|
+
version "1.6.1"
|
2225
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-freebsd-x64/-/jieba-freebsd-x64-1.6.1.tgz#8e8be576d471c0837dcf4a6130ab055cca588e80"
|
2226
|
+
integrity sha512-chwB/9edtxqS8Jm3j4RMaJjH9AlXmijUgKv02oMw36e77HKpko+tENUN25Vrn/9GKsKGqIPeXpmCjeXCN1HVQA==
|
2227
|
+
|
2228
|
+
"@node-rs/jieba-linux-arm-gnueabihf@1.6.1":
|
2229
|
+
version "1.6.1"
|
2230
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-linux-arm-gnueabihf/-/jieba-linux-arm-gnueabihf-1.6.1.tgz#be1c7205f0ecf03f8f9065ad60b58bb4f7615d71"
|
2231
|
+
integrity sha512-tsb5fMGj4p8bHGfkf7bJ+HE2jxaixLTp3YnGg5D+kp8+HQRq8cp3ScG5cn8cq0phnJS/zfAp8rVfWInDagzKKQ==
|
2232
|
+
|
2233
|
+
"@node-rs/jieba-linux-arm64-gnu@1.6.1":
|
2234
|
+
version "1.6.1"
|
2235
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-linux-arm64-gnu/-/jieba-linux-arm64-gnu-1.6.1.tgz#43608a4506f6b47bec3349312a18c1a51b6f3822"
|
2236
|
+
integrity sha512-bSInORkJFfeZNR+i4rFoSZGbwkQtQlnZ0XfT/noTK9JUBDYErqQZPFjoaYAU45NWTk7p6Zkg30SuV1NTdWLaPw==
|
2237
|
+
|
2238
|
+
"@node-rs/jieba-linux-arm64-musl@1.6.1":
|
2239
|
+
version "1.6.1"
|
2240
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-linux-arm64-musl/-/jieba-linux-arm64-musl-1.6.1.tgz#aef63ab32d3caa4ab7cc0f717dd7a6e774083b9b"
|
2241
|
+
integrity sha512-qphL6xM7owfU8Hsh7GX73SDr/iApbnc+35mSLxbibAfCQnY89+WcBeWUUOSGM/Ov3VFaq4pyVlDFj0YjR01W2w==
|
2242
|
+
|
2243
|
+
"@node-rs/jieba-linux-x64-gnu@1.6.1":
|
2244
|
+
version "1.6.1"
|
2245
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-linux-x64-gnu/-/jieba-linux-x64-gnu-1.6.1.tgz#8e09bb2c57fc546acc9cf8e1c879dcdf01e79717"
|
2246
|
+
integrity sha512-f6hhlrbi2wel0xZG7m3Wvksimt9MSu1f3aYO2Kwavf4qjMRZqJzLz9HlCJAal6AXB9Qgg+685P+gftsWve47qw==
|
2247
|
+
|
2248
|
+
"@node-rs/jieba-linux-x64-musl@1.6.1":
|
2249
|
+
version "1.6.1"
|
2250
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-linux-x64-musl/-/jieba-linux-x64-musl-1.6.1.tgz#f698db4b49cfd367b5c3f6b4352d5092ab3620e2"
|
2251
|
+
integrity sha512-cTVcdR6zWqpnmdEUyWEII9zfE5lTeWN53TbiOPx8TCA+291/31Vqd7GA8YEPndUO8qgCx5uShSDFStBAEIhYNQ==
|
2252
|
+
|
2253
|
+
"@node-rs/jieba-win32-arm64-msvc@1.6.1":
|
2254
|
+
version "1.6.1"
|
2255
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-win32-arm64-msvc/-/jieba-win32-arm64-msvc-1.6.1.tgz#43a20ca596eac90659a64721f0ad2130b2be199e"
|
2256
|
+
integrity sha512-YuOTrjHazDraXcGXRHgPQ53nyJuH8QtTCngYKjAzxsdt8uN+txb1AY69OLMLBBZqLTOwY9dgcW70vGiLQMCTeg==
|
2257
|
+
|
2258
|
+
"@node-rs/jieba-win32-ia32-msvc@1.6.1":
|
2259
|
+
version "1.6.1"
|
2260
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-win32-ia32-msvc/-/jieba-win32-ia32-msvc-1.6.1.tgz#eec9062cdc5dd951f7177576993bbc32fa405416"
|
2261
|
+
integrity sha512-4+E843ImGpVlZ+LlT9E/13NHmmUg3UHQx419D6fFMorJUUQuK4cZJfE1z4tCgcrbV8S5Wew5LIFywlJeJLu0LQ==
|
2262
|
+
|
2263
|
+
"@node-rs/jieba-win32-x64-msvc@1.6.1":
|
2264
|
+
version "1.6.1"
|
2265
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba-win32-x64-msvc/-/jieba-win32-x64-msvc-1.6.1.tgz#3df4853afc175e4dd43794b08a71e8d25d00e807"
|
2266
|
+
integrity sha512-veXNwm2VlseOzl7vaC7A/nZ4okp5/6edN7/Atj6mXnUbze/m/my5Rv5zUcW3U1D9VElnQ3srCHCa5vXljJuk6g==
|
2267
|
+
|
2268
|
+
"@node-rs/jieba@^1.6.0":
|
2269
|
+
version "1.6.1"
|
2270
|
+
resolved "https://registry.yarnpkg.com/@node-rs/jieba/-/jieba-1.6.1.tgz#221aa586aa671cb029687256a4c86c86bfecbef9"
|
2271
|
+
integrity sha512-pISKu8NIYKRvZp7mhYZYA8VCjJMqTsCe+mQcFFnAi3GNJsijGjef2peMFeDcvP72X8MsnNeYeg3rHkAybtefyQ==
|
2272
|
+
optionalDependencies:
|
2273
|
+
"@node-rs/jieba-android-arm-eabi" "1.6.1"
|
2274
|
+
"@node-rs/jieba-android-arm64" "1.6.1"
|
2275
|
+
"@node-rs/jieba-darwin-arm64" "1.6.1"
|
2276
|
+
"@node-rs/jieba-darwin-x64" "1.6.1"
|
2277
|
+
"@node-rs/jieba-freebsd-x64" "1.6.1"
|
2278
|
+
"@node-rs/jieba-linux-arm-gnueabihf" "1.6.1"
|
2279
|
+
"@node-rs/jieba-linux-arm64-gnu" "1.6.1"
|
2280
|
+
"@node-rs/jieba-linux-arm64-musl" "1.6.1"
|
2281
|
+
"@node-rs/jieba-linux-x64-gnu" "1.6.1"
|
2282
|
+
"@node-rs/jieba-linux-x64-musl" "1.6.1"
|
2283
|
+
"@node-rs/jieba-win32-arm64-msvc" "1.6.1"
|
2284
|
+
"@node-rs/jieba-win32-ia32-msvc" "1.6.1"
|
2285
|
+
"@node-rs/jieba-win32-x64-msvc" "1.6.1"
|
2286
|
+
|
1624
2287
|
"@nodelib/fs.scandir@2.1.5":
|
1625
2288
|
version "2.1.5"
|
1626
2289
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
@@ -2015,7 +2678,7 @@
|
|
2015
2678
|
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
|
2016
2679
|
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
|
2017
2680
|
|
2018
|
-
"@types/ws@^8.
|
2681
|
+
"@types/ws@^8.5.1":
|
2019
2682
|
version "8.5.3"
|
2020
2683
|
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d"
|
2021
2684
|
integrity sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==
|
@@ -2228,10 +2891,10 @@ ajv@^8.0.0, ajv@^8.8.0:
|
|
2228
2891
|
require-from-string "^2.0.2"
|
2229
2892
|
uri-js "^4.2.2"
|
2230
2893
|
|
2231
|
-
algoliasearch-helper@^3.
|
2232
|
-
version "3.
|
2233
|
-
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.
|
2234
|
-
integrity sha512-
|
2894
|
+
algoliasearch-helper@^3.8.2:
|
2895
|
+
version "3.8.2"
|
2896
|
+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.8.2.tgz#35726dc6d211f49dbab0bf6d37b4658165539523"
|
2897
|
+
integrity sha512-AXxiF0zT9oYwl8ZBgU/eRXvfYhz7cBA5YrLPlw9inZHdaYF0QEya/f1Zp1mPYMXc1v6VkHwBq4pk6/vayBLICg==
|
2235
2898
|
dependencies:
|
2236
2899
|
"@algolia/events" "^4.0.1"
|
2237
2900
|
|
@@ -2326,7 +2989,7 @@ array-flatten@1.1.1:
|
|
2326
2989
|
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
2327
2990
|
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
|
2328
2991
|
|
2329
|
-
array-flatten@^2.1.
|
2992
|
+
array-flatten@^2.1.2:
|
2330
2993
|
version "2.1.2"
|
2331
2994
|
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
|
2332
2995
|
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
|
@@ -2346,19 +3009,12 @@ asap@~2.0.3:
|
|
2346
3009
|
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
|
2347
3010
|
integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
|
2348
3011
|
|
2349
|
-
async@^2.6.2:
|
2350
|
-
version "2.6.3"
|
2351
|
-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
|
2352
|
-
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
|
2353
|
-
dependencies:
|
2354
|
-
lodash "^4.17.14"
|
2355
|
-
|
2356
3012
|
at-least-node@^1.0.0:
|
2357
3013
|
version "1.0.0"
|
2358
3014
|
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
|
2359
3015
|
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
2360
3016
|
|
2361
|
-
autoprefixer@^10.3.7
|
3017
|
+
autoprefixer@^10.3.7:
|
2362
3018
|
version "10.4.4"
|
2363
3019
|
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.4.tgz#3e85a245b32da876a893d3ac2ea19f01e7ea5a1e"
|
2364
3020
|
integrity sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==
|
@@ -2370,6 +3026,18 @@ autoprefixer@^10.3.7, autoprefixer@^10.4.4:
|
|
2370
3026
|
picocolors "^1.0.0"
|
2371
3027
|
postcss-value-parser "^4.2.0"
|
2372
3028
|
|
3029
|
+
autoprefixer@^10.4.5:
|
3030
|
+
version "10.4.7"
|
3031
|
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.7.tgz#1db8d195f41a52ca5069b7593be167618edbbedf"
|
3032
|
+
integrity sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==
|
3033
|
+
dependencies:
|
3034
|
+
browserslist "^4.20.3"
|
3035
|
+
caniuse-lite "^1.0.30001335"
|
3036
|
+
fraction.js "^4.2.0"
|
3037
|
+
normalize-range "^0.1.2"
|
3038
|
+
picocolors "^1.0.0"
|
3039
|
+
postcss-value-parser "^4.2.0"
|
3040
|
+
|
2373
3041
|
axios@^0.25.0:
|
2374
3042
|
version "0.25.0"
|
2375
3043
|
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
|
@@ -2377,10 +3045,10 @@ axios@^0.25.0:
|
|
2377
3045
|
dependencies:
|
2378
3046
|
follow-redirects "^1.14.7"
|
2379
3047
|
|
2380
|
-
babel-loader@^8.2.
|
2381
|
-
version "8.2.
|
2382
|
-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.
|
2383
|
-
integrity sha512-
|
3048
|
+
babel-loader@^8.2.5:
|
3049
|
+
version "8.2.5"
|
3050
|
+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
|
3051
|
+
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
|
2384
3052
|
dependencies:
|
2385
3053
|
find-cache-dir "^3.3.1"
|
2386
3054
|
loader-utils "^2.0.0"
|
@@ -2475,33 +3143,33 @@ bluebird@^3.7.1:
|
|
2475
3143
|
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
|
2476
3144
|
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
|
2477
3145
|
|
2478
|
-
body-parser@1.
|
2479
|
-
version "1.
|
2480
|
-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.
|
2481
|
-
integrity sha512-
|
3146
|
+
body-parser@1.20.0:
|
3147
|
+
version "1.20.0"
|
3148
|
+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.0.tgz#3de69bd89011c11573d7bfee6a64f11b6bd27cc5"
|
3149
|
+
integrity sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==
|
2482
3150
|
dependencies:
|
2483
3151
|
bytes "3.1.2"
|
2484
3152
|
content-type "~1.0.4"
|
2485
3153
|
debug "2.6.9"
|
2486
|
-
depd "
|
2487
|
-
|
3154
|
+
depd "2.0.0"
|
3155
|
+
destroy "1.2.0"
|
3156
|
+
http-errors "2.0.0"
|
2488
3157
|
iconv-lite "0.4.24"
|
2489
|
-
on-finished "
|
2490
|
-
qs "6.
|
2491
|
-
raw-body "2.
|
3158
|
+
on-finished "2.4.1"
|
3159
|
+
qs "6.10.3"
|
3160
|
+
raw-body "2.5.1"
|
2492
3161
|
type-is "~1.6.18"
|
3162
|
+
unpipe "1.0.0"
|
2493
3163
|
|
2494
|
-
bonjour@^
|
2495
|
-
version "
|
2496
|
-
resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-
|
2497
|
-
integrity
|
3164
|
+
bonjour-service@^1.0.11:
|
3165
|
+
version "1.0.12"
|
3166
|
+
resolved "https://registry.yarnpkg.com/bonjour-service/-/bonjour-service-1.0.12.tgz#28fbd4683f5f2e36feedb833e24ba661cac960c3"
|
3167
|
+
integrity sha512-pMmguXYCu63Ug37DluMKEHdxc+aaIf/ay4YbF8Gxtba+9d3u+rmEWy61VK3Z3hp8Rskok3BunHYnG0dUHAsblw==
|
2498
3168
|
dependencies:
|
2499
|
-
array-flatten "^2.1.
|
2500
|
-
deep-equal "^1.0.1"
|
3169
|
+
array-flatten "^2.1.2"
|
2501
3170
|
dns-equal "^1.0.0"
|
2502
|
-
|
2503
|
-
multicast-dns "^
|
2504
|
-
multicast-dns-service-types "^1.1.0"
|
3171
|
+
fast-deep-equal "^3.1.3"
|
3172
|
+
multicast-dns "^7.2.4"
|
2505
3173
|
|
2506
3174
|
boolbase@^1.0.0, boolbase@~1.0.0:
|
2507
3175
|
version "1.0.0"
|
@@ -2562,16 +3230,22 @@ browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4
|
|
2562
3230
|
node-releases "^2.0.2"
|
2563
3231
|
picocolors "^1.0.0"
|
2564
3232
|
|
3233
|
+
browserslist@^4.20.3:
|
3234
|
+
version "4.20.3"
|
3235
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
|
3236
|
+
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
|
3237
|
+
dependencies:
|
3238
|
+
caniuse-lite "^1.0.30001332"
|
3239
|
+
electron-to-chromium "^1.4.118"
|
3240
|
+
escalade "^3.1.1"
|
3241
|
+
node-releases "^2.0.3"
|
3242
|
+
picocolors "^1.0.0"
|
3243
|
+
|
2565
3244
|
buffer-from@^1.0.0:
|
2566
3245
|
version "1.1.2"
|
2567
3246
|
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
2568
3247
|
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
2569
3248
|
|
2570
|
-
buffer-indexof@^1.0.0:
|
2571
|
-
version "1.1.1"
|
2572
|
-
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
|
2573
|
-
integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==
|
2574
|
-
|
2575
3249
|
bytes@3.0.0:
|
2576
3250
|
version "3.0.0"
|
2577
3251
|
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
|
@@ -2595,7 +3269,7 @@ cacheable-request@^6.0.0:
|
|
2595
3269
|
normalize-url "^4.1.0"
|
2596
3270
|
responselike "^1.0.2"
|
2597
3271
|
|
2598
|
-
call-bind@^1.0.0
|
3272
|
+
call-bind@^1.0.0:
|
2599
3273
|
version "1.0.2"
|
2600
3274
|
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
|
2601
3275
|
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
|
@@ -2641,6 +3315,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001317:
|
|
2641
3315
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz#8397391bec389b8ccce328636499b7284ee13285"
|
2642
3316
|
integrity sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==
|
2643
3317
|
|
3318
|
+
caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335:
|
3319
|
+
version "1.0.30001342"
|
3320
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001342.tgz#87152b1e3b950d1fbf0093e23f00b6c8e8f1da96"
|
3321
|
+
integrity sha512-bn6sOCu7L7jcbBbyNhLg0qzXdJ/PMbybZTH/BA6Roet9wxYRm6Tr9D0s0uhLkOZ6MSG+QU6txUgdpr3MXIVqjA==
|
3322
|
+
|
2644
3323
|
ccount@^1.0.0, ccount@^1.0.3:
|
2645
3324
|
version "1.1.0"
|
2646
3325
|
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
|
@@ -2711,7 +3390,7 @@ cheerio@^0.22.0:
|
|
2711
3390
|
lodash.reject "^4.4.0"
|
2712
3391
|
lodash.some "^4.4.0"
|
2713
3392
|
|
2714
|
-
cheerio@^1.0.0-rc.10:
|
3393
|
+
cheerio@^1.0.0-rc.10, cheerio@^1.0.0-rc.3:
|
2715
3394
|
version "1.0.0-rc.10"
|
2716
3395
|
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
|
2717
3396
|
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==
|
@@ -2749,13 +3428,20 @@ ci-info@^2.0.0:
|
|
2749
3428
|
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
|
2750
3429
|
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
|
2751
3430
|
|
2752
|
-
clean-css@^5.2.2
|
3431
|
+
clean-css@^5.2.2:
|
2753
3432
|
version "5.2.4"
|
2754
3433
|
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4"
|
2755
3434
|
integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==
|
2756
3435
|
dependencies:
|
2757
3436
|
source-map "~0.6.0"
|
2758
3437
|
|
3438
|
+
clean-css@^5.3.0:
|
3439
|
+
version "5.3.0"
|
3440
|
+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.0.tgz#ad3d8238d5f3549e83d5f87205189494bc7cbb59"
|
3441
|
+
integrity sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==
|
3442
|
+
dependencies:
|
3443
|
+
source-map "~0.6.0"
|
3444
|
+
|
2759
3445
|
clean-stack@^2.0.0:
|
2760
3446
|
version "2.2.0"
|
2761
3447
|
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
|
@@ -2771,14 +3457,14 @@ cli-boxes@^3.0.0:
|
|
2771
3457
|
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-3.0.0.tgz#71a10c716feeba005e4504f36329ef0b17cf3145"
|
2772
3458
|
integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
|
2773
3459
|
|
2774
|
-
cli-table3@^0.6.
|
2775
|
-
version "0.6.
|
2776
|
-
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.
|
2777
|
-
integrity sha512-
|
3460
|
+
cli-table3@^0.6.2:
|
3461
|
+
version "0.6.2"
|
3462
|
+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.2.tgz#aaf5df9d8b5bf12634dc8b3040806a0c07120d2a"
|
3463
|
+
integrity sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==
|
2778
3464
|
dependencies:
|
2779
3465
|
string-width "^4.2.0"
|
2780
3466
|
optionalDependencies:
|
2781
|
-
colors "1.
|
3467
|
+
"@colors/colors" "1.5.0"
|
2782
3468
|
|
2783
3469
|
clone-deep@^4.0.1:
|
2784
3470
|
version "4.0.1"
|
@@ -2840,11 +3526,6 @@ colorette@^2.0.10:
|
|
2840
3526
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
|
2841
3527
|
integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
|
2842
3528
|
|
2843
|
-
colors@1.4.0:
|
2844
|
-
version "1.4.0"
|
2845
|
-
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
|
2846
|
-
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
|
2847
|
-
|
2848
3529
|
combine-promises@^1.1.0:
|
2849
3530
|
version "1.1.0"
|
2850
3531
|
resolved "https://registry.yarnpkg.com/combine-promises/-/combine-promises-1.1.0.tgz#72db90743c0ca7aab7d0d8d2052fd7b0f674de71"
|
@@ -2956,10 +3637,10 @@ cookie-signature@1.0.6:
|
|
2956
3637
|
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
2957
3638
|
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
|
2958
3639
|
|
2959
|
-
cookie@0.
|
2960
|
-
version "0.
|
2961
|
-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.
|
2962
|
-
integrity sha512-
|
3640
|
+
cookie@0.5.0:
|
3641
|
+
version "0.5.0"
|
3642
|
+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
|
3643
|
+
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
|
2963
3644
|
|
2964
3645
|
copy-text-to-clipboard@^3.0.1:
|
2965
3646
|
version "3.0.1"
|
@@ -2986,15 +3667,23 @@ core-js-compat@^3.20.2, core-js-compat@^3.21.0:
|
|
2986
3667
|
browserslist "^4.19.1"
|
2987
3668
|
semver "7.0.0"
|
2988
3669
|
|
3670
|
+
core-js-compat@^3.22.1:
|
3671
|
+
version "3.22.5"
|
3672
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.5.tgz#7fffa1d20cb18405bd22756ca1353c6f1a0e8614"
|
3673
|
+
integrity sha512-rEF75n3QtInrYICvJjrAgV03HwKiYvtKHdPtaba1KucG+cNZ4NJnH9isqt979e67KZlhpbCOTwnsvnIr+CVeOg==
|
3674
|
+
dependencies:
|
3675
|
+
browserslist "^4.20.3"
|
3676
|
+
semver "7.0.0"
|
3677
|
+
|
2989
3678
|
core-js-pure@^3.20.2:
|
2990
3679
|
version "3.21.1"
|
2991
3680
|
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.21.1.tgz#8c4d1e78839f5f46208de7230cebfb72bc3bdb51"
|
2992
3681
|
integrity sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ==
|
2993
3682
|
|
2994
|
-
core-js@^3.
|
2995
|
-
version "3.
|
2996
|
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.
|
2997
|
-
integrity sha512-
|
3683
|
+
core-js@^3.22.3:
|
3684
|
+
version "3.22.5"
|
3685
|
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.5.tgz#a5f5a58e663d5c0ebb4e680cd7be37536fb2a9cf"
|
3686
|
+
integrity sha512-VP/xYuvJ0MJWRAobcmQ8F2H6Bsn+s7zqAAjFaHGBMc5AQm7zaelhD1LGduFn2EehEcQcU+br6t+fwbpQ5d1ZWA==
|
2998
3687
|
|
2999
3688
|
core-util-is@~1.0.0:
|
3000
3689
|
version "1.0.3"
|
@@ -3044,7 +3733,7 @@ crypto-random-string@^2.0.0:
|
|
3044
3733
|
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
|
3045
3734
|
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
|
3046
3735
|
|
3047
|
-
css-declaration-sorter@^6.0.3:
|
3736
|
+
css-declaration-sorter@^6.0.3, css-declaration-sorter@^6.2.2:
|
3048
3737
|
version "6.2.2"
|
3049
3738
|
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.2.2.tgz#bfd2f6f50002d6a3ae779a87d3a0c5d5b10e0f02"
|
3050
3739
|
integrity sha512-Ufadglr88ZLsrvS11gjeu/40Lw74D9Am/Jpr3LlYm5Q4ZP5KdlUhG+6u2EjyXeZcxmZ2h1ebCKngDjolpeLHpg==
|
@@ -3119,13 +3808,13 @@ cssesc@^3.0.0:
|
|
3119
3808
|
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
3120
3809
|
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
3121
3810
|
|
3122
|
-
cssnano-preset-advanced@^5.3.
|
3123
|
-
version "5.3.
|
3124
|
-
resolved "https://registry.yarnpkg.com/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.
|
3125
|
-
integrity sha512-
|
3811
|
+
cssnano-preset-advanced@^5.3.3:
|
3812
|
+
version "5.3.5"
|
3813
|
+
resolved "https://registry.yarnpkg.com/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.5.tgz#b01dda0f76ff762b58bccd17c59701176b9be131"
|
3814
|
+
integrity sha512-KgrfLQaTBB4bov/Xsi0+y5iGM5gg5QChP1PTMJ9t7U6p9geKHYcPS9AC6gmfwurm0GKxhTRafDx55E8FKHX8eg==
|
3126
3815
|
dependencies:
|
3127
3816
|
autoprefixer "^10.3.7"
|
3128
|
-
cssnano-preset-default "^5.2.
|
3817
|
+
cssnano-preset-default "^5.2.9"
|
3129
3818
|
postcss-discard-unused "^5.1.0"
|
3130
3819
|
postcss-merge-idents "^5.1.1"
|
3131
3820
|
postcss-reduce-idents "^5.2.0"
|
@@ -3166,12 +3855,47 @@ cssnano-preset-default@^5.2.5:
|
|
3166
3855
|
postcss-svgo "^5.1.0"
|
3167
3856
|
postcss-unique-selectors "^5.1.1"
|
3168
3857
|
|
3858
|
+
cssnano-preset-default@^5.2.9:
|
3859
|
+
version "5.2.9"
|
3860
|
+
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.9.tgz#63f6aa9a9f0b21d9a526371dd308253b656a9784"
|
3861
|
+
integrity sha512-/4qcQcAfFEg+gnXE5NxKmYJ9JcT+8S5SDuJCLYMDN8sM/ymZ+lgLXq5+ohx/7V2brUCkgW2OaoCzOdAN0zvhGw==
|
3862
|
+
dependencies:
|
3863
|
+
css-declaration-sorter "^6.2.2"
|
3864
|
+
cssnano-utils "^3.1.0"
|
3865
|
+
postcss-calc "^8.2.3"
|
3866
|
+
postcss-colormin "^5.3.0"
|
3867
|
+
postcss-convert-values "^5.1.1"
|
3868
|
+
postcss-discard-comments "^5.1.1"
|
3869
|
+
postcss-discard-duplicates "^5.1.0"
|
3870
|
+
postcss-discard-empty "^5.1.1"
|
3871
|
+
postcss-discard-overridden "^5.1.0"
|
3872
|
+
postcss-merge-longhand "^5.1.5"
|
3873
|
+
postcss-merge-rules "^5.1.1"
|
3874
|
+
postcss-minify-font-values "^5.1.0"
|
3875
|
+
postcss-minify-gradients "^5.1.1"
|
3876
|
+
postcss-minify-params "^5.1.3"
|
3877
|
+
postcss-minify-selectors "^5.2.0"
|
3878
|
+
postcss-normalize-charset "^5.1.0"
|
3879
|
+
postcss-normalize-display-values "^5.1.0"
|
3880
|
+
postcss-normalize-positions "^5.1.0"
|
3881
|
+
postcss-normalize-repeat-style "^5.1.0"
|
3882
|
+
postcss-normalize-string "^5.1.0"
|
3883
|
+
postcss-normalize-timing-functions "^5.1.0"
|
3884
|
+
postcss-normalize-unicode "^5.1.0"
|
3885
|
+
postcss-normalize-url "^5.1.0"
|
3886
|
+
postcss-normalize-whitespace "^5.1.1"
|
3887
|
+
postcss-ordered-values "^5.1.1"
|
3888
|
+
postcss-reduce-initial "^5.1.0"
|
3889
|
+
postcss-reduce-transforms "^5.1.0"
|
3890
|
+
postcss-svgo "^5.1.0"
|
3891
|
+
postcss-unique-selectors "^5.1.1"
|
3892
|
+
|
3169
3893
|
cssnano-utils@^3.1.0:
|
3170
3894
|
version "3.1.0"
|
3171
3895
|
resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861"
|
3172
3896
|
integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==
|
3173
3897
|
|
3174
|
-
cssnano@^5.0.6
|
3898
|
+
cssnano@^5.0.6:
|
3175
3899
|
version "5.1.5"
|
3176
3900
|
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.5.tgz#5f3f519538c7f1c182c527096892243db3e17397"
|
3177
3901
|
integrity sha512-VZO1e+bRRVixMeia1zKagrv0lLN1B/r/u12STGNNUFxnp97LIFgZHQa0JxqlwEkvzUyA9Oz/WnCTAFkdEbONmg==
|
@@ -3180,6 +3904,15 @@ cssnano@^5.0.6, cssnano@^5.1.5:
|
|
3180
3904
|
lilconfig "^2.0.3"
|
3181
3905
|
yaml "^1.10.2"
|
3182
3906
|
|
3907
|
+
cssnano@^5.1.7:
|
3908
|
+
version "5.1.9"
|
3909
|
+
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.9.tgz#e6cb286c4907cbd55678eb315837a21008be21be"
|
3910
|
+
integrity sha512-hctQHIIeDrfMjq0bQhoVmRVaSeNNOGxkvkKVOcKpJzLr09wlRrZWH4GaYudp0aszpW8wJeaO5/yBmID9n7DNCg==
|
3911
|
+
dependencies:
|
3912
|
+
cssnano-preset-default "^5.2.9"
|
3913
|
+
lilconfig "^2.0.3"
|
3914
|
+
yaml "^1.10.2"
|
3915
|
+
|
3183
3916
|
csso@^4.2.0:
|
3184
3917
|
version "4.2.0"
|
3185
3918
|
resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529"
|
@@ -3199,14 +3932,7 @@ debug@2.6.9, debug@^2.6.0:
|
|
3199
3932
|
dependencies:
|
3200
3933
|
ms "2.0.0"
|
3201
3934
|
|
3202
|
-
debug@^
|
3203
|
-
version "3.2.7"
|
3204
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
|
3205
|
-
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
|
3206
|
-
dependencies:
|
3207
|
-
ms "^2.1.1"
|
3208
|
-
|
3209
|
-
debug@^4.1.0, debug@^4.1.1:
|
3935
|
+
debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
|
3210
3936
|
version "4.3.4"
|
3211
3937
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
3212
3938
|
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
@@ -3220,18 +3946,6 @@ decompress-response@^3.3.0:
|
|
3220
3946
|
dependencies:
|
3221
3947
|
mimic-response "^1.0.0"
|
3222
3948
|
|
3223
|
-
deep-equal@^1.0.1:
|
3224
|
-
version "1.1.1"
|
3225
|
-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
|
3226
|
-
integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
|
3227
|
-
dependencies:
|
3228
|
-
is-arguments "^1.0.4"
|
3229
|
-
is-date-object "^1.0.1"
|
3230
|
-
is-regex "^1.0.4"
|
3231
|
-
object-is "^1.0.1"
|
3232
|
-
object-keys "^1.1.1"
|
3233
|
-
regexp.prototype.flags "^1.2.0"
|
3234
|
-
|
3235
3949
|
deep-extend@^0.6.0:
|
3236
3950
|
version "0.6.0"
|
3237
3951
|
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
@@ -3280,15 +3994,20 @@ del@^6.0.0:
|
|
3280
3994
|
rimraf "^3.0.2"
|
3281
3995
|
slash "^3.0.0"
|
3282
3996
|
|
3997
|
+
depd@2.0.0:
|
3998
|
+
version "2.0.0"
|
3999
|
+
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
|
4000
|
+
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
|
4001
|
+
|
3283
4002
|
depd@~1.1.2:
|
3284
4003
|
version "1.1.2"
|
3285
4004
|
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
3286
4005
|
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
|
3287
4006
|
|
3288
|
-
destroy
|
3289
|
-
version "1.0
|
3290
|
-
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.
|
3291
|
-
integrity
|
4007
|
+
destroy@1.2.0:
|
4008
|
+
version "1.2.0"
|
4009
|
+
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
|
4010
|
+
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
|
3292
4011
|
|
3293
4012
|
detab@2.0.4:
|
3294
4013
|
version "2.0.4"
|
@@ -3330,20 +4049,12 @@ dns-equal@^1.0.0:
|
|
3330
4049
|
resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
|
3331
4050
|
integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
|
3332
4051
|
|
3333
|
-
dns-packet@^
|
3334
|
-
version "
|
3335
|
-
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-
|
3336
|
-
integrity sha512-
|
3337
|
-
dependencies:
|
3338
|
-
ip "^1.1.0"
|
3339
|
-
safe-buffer "^5.0.1"
|
3340
|
-
|
3341
|
-
dns-txt@^2.0.2:
|
3342
|
-
version "2.0.2"
|
3343
|
-
resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6"
|
3344
|
-
integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=
|
4052
|
+
dns-packet@^5.2.2:
|
4053
|
+
version "5.3.1"
|
4054
|
+
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.3.1.tgz#eb94413789daec0f0ebe2fcc230bdc9d7c91b43d"
|
4055
|
+
integrity sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw==
|
3345
4056
|
dependencies:
|
3346
|
-
|
4057
|
+
"@leichtgewicht/ip-codec" "^2.0.1"
|
3347
4058
|
|
3348
4059
|
dom-converter@^0.2.0:
|
3349
4060
|
version "0.2.0"
|
@@ -3461,6 +4172,11 @@ ee-first@1.1.1:
|
|
3461
4172
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
3462
4173
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
3463
4174
|
|
4175
|
+
electron-to-chromium@^1.4.118:
|
4176
|
+
version "1.4.137"
|
4177
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.137.tgz#186180a45617283f1c012284458510cd99d6787f"
|
4178
|
+
integrity sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA==
|
4179
|
+
|
3464
4180
|
electron-to-chromium@^1.4.84:
|
3465
4181
|
version "1.4.96"
|
3466
4182
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.96.tgz#a97438a01d5db1460343fea4a344960b09330990"
|
@@ -3498,10 +4214,10 @@ end-of-stream@^1.1.0:
|
|
3498
4214
|
dependencies:
|
3499
4215
|
once "^1.4.0"
|
3500
4216
|
|
3501
|
-
enhanced-resolve@^5.9.
|
3502
|
-
version "5.9.
|
3503
|
-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.
|
3504
|
-
integrity sha512-
|
4217
|
+
enhanced-resolve@^5.9.3:
|
4218
|
+
version "5.9.3"
|
4219
|
+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz#44a342c012cbc473254af5cc6ae20ebd0aae5d88"
|
4220
|
+
integrity sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==
|
3505
4221
|
dependencies:
|
3506
4222
|
graceful-fs "^4.2.4"
|
3507
4223
|
tapable "^2.2.0"
|
@@ -3636,38 +4352,39 @@ execa@^5.0.0:
|
|
3636
4352
|
signal-exit "^3.0.3"
|
3637
4353
|
strip-final-newline "^2.0.0"
|
3638
4354
|
|
3639
|
-
express@^4.17.
|
3640
|
-
version "4.
|
3641
|
-
resolved "https://registry.yarnpkg.com/express/-/express-4.
|
3642
|
-
integrity sha512-
|
4355
|
+
express@^4.17.3:
|
4356
|
+
version "4.18.1"
|
4357
|
+
resolved "https://registry.yarnpkg.com/express/-/express-4.18.1.tgz#7797de8b9c72c857b9cd0e14a5eea80666267caf"
|
4358
|
+
integrity sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==
|
3643
4359
|
dependencies:
|
3644
4360
|
accepts "~1.3.8"
|
3645
4361
|
array-flatten "1.1.1"
|
3646
|
-
body-parser "1.
|
4362
|
+
body-parser "1.20.0"
|
3647
4363
|
content-disposition "0.5.4"
|
3648
4364
|
content-type "~1.0.4"
|
3649
|
-
cookie "0.
|
4365
|
+
cookie "0.5.0"
|
3650
4366
|
cookie-signature "1.0.6"
|
3651
4367
|
debug "2.6.9"
|
3652
|
-
depd "
|
4368
|
+
depd "2.0.0"
|
3653
4369
|
encodeurl "~1.0.2"
|
3654
4370
|
escape-html "~1.0.3"
|
3655
4371
|
etag "~1.8.1"
|
3656
|
-
finalhandler "
|
4372
|
+
finalhandler "1.2.0"
|
3657
4373
|
fresh "0.5.2"
|
4374
|
+
http-errors "2.0.0"
|
3658
4375
|
merge-descriptors "1.0.1"
|
3659
4376
|
methods "~1.1.2"
|
3660
|
-
on-finished "
|
4377
|
+
on-finished "2.4.1"
|
3661
4378
|
parseurl "~1.3.3"
|
3662
4379
|
path-to-regexp "0.1.7"
|
3663
4380
|
proxy-addr "~2.0.7"
|
3664
|
-
qs "6.
|
4381
|
+
qs "6.10.3"
|
3665
4382
|
range-parser "~1.2.1"
|
3666
4383
|
safe-buffer "5.2.1"
|
3667
|
-
send "0.
|
3668
|
-
serve-static "1.
|
4384
|
+
send "0.18.0"
|
4385
|
+
serve-static "1.15.0"
|
3669
4386
|
setprototypeof "1.2.0"
|
3670
|
-
statuses "
|
4387
|
+
statuses "2.0.1"
|
3671
4388
|
type-is "~1.6.18"
|
3672
4389
|
utils-merge "1.0.1"
|
3673
4390
|
vary "~1.1.2"
|
@@ -3778,17 +4495,17 @@ fill-range@^7.0.1:
|
|
3778
4495
|
dependencies:
|
3779
4496
|
to-regex-range "^5.0.1"
|
3780
4497
|
|
3781
|
-
finalhandler
|
3782
|
-
version "1.
|
3783
|
-
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.
|
3784
|
-
integrity sha512-
|
4498
|
+
finalhandler@1.2.0:
|
4499
|
+
version "1.2.0"
|
4500
|
+
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
|
4501
|
+
integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
|
3785
4502
|
dependencies:
|
3786
4503
|
debug "2.6.9"
|
3787
4504
|
encodeurl "~1.0.2"
|
3788
4505
|
escape-html "~1.0.3"
|
3789
|
-
on-finished "
|
4506
|
+
on-finished "2.4.1"
|
3790
4507
|
parseurl "~1.3.3"
|
3791
|
-
statuses "
|
4508
|
+
statuses "2.0.1"
|
3792
4509
|
unpipe "~1.0.0"
|
3793
4510
|
|
3794
4511
|
find-cache-dir@^3.3.1:
|
@@ -3870,10 +4587,10 @@ fresh@0.5.2:
|
|
3870
4587
|
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
|
3871
4588
|
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
|
3872
4589
|
|
3873
|
-
fs-extra@^10.0.1:
|
3874
|
-
version "10.0
|
3875
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.
|
3876
|
-
integrity sha512-
|
4590
|
+
fs-extra@^10.0.0, fs-extra@^10.1.0:
|
4591
|
+
version "10.1.0"
|
4592
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
|
4593
|
+
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
|
3877
4594
|
dependencies:
|
3878
4595
|
graceful-fs "^4.2.0"
|
3879
4596
|
jsonfile "^6.0.1"
|
@@ -4052,6 +4769,11 @@ got@^9.6.0:
|
|
4052
4769
|
to-readable-stream "^1.0.0"
|
4053
4770
|
url-parse-lax "^3.0.0"
|
4054
4771
|
|
4772
|
+
graceful-fs@^4.1.11:
|
4773
|
+
version "4.2.10"
|
4774
|
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
|
4775
|
+
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
|
4776
|
+
|
4055
4777
|
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
|
4056
4778
|
version "4.2.9"
|
4057
4779
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
|
@@ -4089,18 +4811,11 @@ has-flag@^4.0.0:
|
|
4089
4811
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
|
4090
4812
|
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
4091
4813
|
|
4092
|
-
has-symbols@^1.0.1
|
4814
|
+
has-symbols@^1.0.1:
|
4093
4815
|
version "1.0.3"
|
4094
4816
|
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
|
4095
4817
|
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
|
4096
4818
|
|
4097
|
-
has-tostringtag@^1.0.0:
|
4098
|
-
version "1.0.0"
|
4099
|
-
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
|
4100
|
-
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
|
4101
|
-
dependencies:
|
4102
|
-
has-symbols "^1.0.2"
|
4103
|
-
|
4104
4819
|
has-yarn@^2.1.0:
|
4105
4820
|
version "2.1.0"
|
4106
4821
|
resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77"
|
@@ -4254,10 +4969,10 @@ html-minifier-terser@^6.0.2, html-minifier-terser@^6.1.0:
|
|
4254
4969
|
relateurl "^0.2.7"
|
4255
4970
|
terser "^5.10.0"
|
4256
4971
|
|
4257
|
-
html-tags@^3.
|
4258
|
-
version "3.
|
4259
|
-
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.
|
4260
|
-
integrity sha512-
|
4972
|
+
html-tags@^3.2.0:
|
4973
|
+
version "3.2.0"
|
4974
|
+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961"
|
4975
|
+
integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==
|
4261
4976
|
|
4262
4977
|
html-void-elements@^1.0.0:
|
4263
4978
|
version "1.0.5"
|
@@ -4307,15 +5022,15 @@ http-deceiver@^1.2.7:
|
|
4307
5022
|
resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87"
|
4308
5023
|
integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=
|
4309
5024
|
|
4310
|
-
http-errors@
|
4311
|
-
version "
|
4312
|
-
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-
|
4313
|
-
integrity sha512-
|
5025
|
+
http-errors@2.0.0:
|
5026
|
+
version "2.0.0"
|
5027
|
+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
|
5028
|
+
integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
|
4314
5029
|
dependencies:
|
4315
|
-
depd "
|
5030
|
+
depd "2.0.0"
|
4316
5031
|
inherits "2.0.4"
|
4317
5032
|
setprototypeof "1.2.0"
|
4318
|
-
statuses "
|
5033
|
+
statuses "2.0.1"
|
4319
5034
|
toidentifier "1.0.1"
|
4320
5035
|
|
4321
5036
|
http-errors@~1.6.2:
|
@@ -4333,10 +5048,10 @@ http-parser-js@>=0.5.1:
|
|
4333
5048
|
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.6.tgz#2e02406ab2df8af8a7abfba62e0da01c62b95afd"
|
4334
5049
|
integrity sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==
|
4335
5050
|
|
4336
|
-
http-proxy-middleware@^2.0.
|
4337
|
-
version "2.0.
|
4338
|
-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.
|
4339
|
-
integrity sha512-
|
5051
|
+
http-proxy-middleware@^2.0.3:
|
5052
|
+
version "2.0.6"
|
5053
|
+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
|
5054
|
+
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
|
4340
5055
|
dependencies:
|
4341
5056
|
"@types/http-proxy" "^1.17.8"
|
4342
5057
|
http-proxy "^1.18.1"
|
@@ -4382,6 +5097,11 @@ image-size@^1.0.1:
|
|
4382
5097
|
dependencies:
|
4383
5098
|
queue "6.0.2"
|
4384
5099
|
|
5100
|
+
immediate@^3.2.3:
|
5101
|
+
version "3.3.0"
|
5102
|
+
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
|
5103
|
+
integrity sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==
|
5104
|
+
|
4385
5105
|
immer@^9.0.7:
|
4386
5106
|
version "9.0.12"
|
4387
5107
|
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.12.tgz#2d33ddf3ee1d247deab9d707ca472c8c942a0f20"
|
@@ -4410,10 +5130,10 @@ indent-string@^4.0.0:
|
|
4410
5130
|
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
|
4411
5131
|
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
|
4412
5132
|
|
4413
|
-
infima@0.2.0-alpha.
|
4414
|
-
version "0.2.0-alpha.
|
4415
|
-
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.
|
4416
|
-
integrity sha512-
|
5133
|
+
infima@0.2.0-alpha.39:
|
5134
|
+
version "0.2.0-alpha.39"
|
5135
|
+
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.39.tgz#054b13ac44f3e9a42bc083988f1a1586add2f59c"
|
5136
|
+
integrity sha512-UyYiwD3nwHakGhuOUfpe3baJ8gkiPpRVx4a4sE/Ag+932+Y6swtLsdPoRR8ezhwqGnduzxmFkjumV9roz6QoLw==
|
4417
5137
|
|
4418
5138
|
inflight@^1.0.4:
|
4419
5139
|
version "1.0.6"
|
@@ -4460,11 +5180,6 @@ invariant@^2.2.4:
|
|
4460
5180
|
dependencies:
|
4461
5181
|
loose-envify "^1.0.0"
|
4462
5182
|
|
4463
|
-
ip@^1.1.0:
|
4464
|
-
version "1.1.5"
|
4465
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
|
4466
|
-
integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
|
4467
|
-
|
4468
5183
|
ipaddr.js@1.9.1:
|
4469
5184
|
version "1.9.1"
|
4470
5185
|
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
|
@@ -4488,14 +5203,6 @@ is-alphanumerical@^1.0.0:
|
|
4488
5203
|
is-alphabetical "^1.0.0"
|
4489
5204
|
is-decimal "^1.0.0"
|
4490
5205
|
|
4491
|
-
is-arguments@^1.0.4:
|
4492
|
-
version "1.1.1"
|
4493
|
-
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
|
4494
|
-
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
|
4495
|
-
dependencies:
|
4496
|
-
call-bind "^1.0.2"
|
4497
|
-
has-tostringtag "^1.0.0"
|
4498
|
-
|
4499
5206
|
is-arrayish@^0.2.1:
|
4500
5207
|
version "0.2.1"
|
4501
5208
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
@@ -4527,13 +5234,6 @@ is-core-module@^2.8.1:
|
|
4527
5234
|
dependencies:
|
4528
5235
|
has "^1.0.3"
|
4529
5236
|
|
4530
|
-
is-date-object@^1.0.1:
|
4531
|
-
version "1.0.5"
|
4532
|
-
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
|
4533
|
-
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
|
4534
|
-
dependencies:
|
4535
|
-
has-tostringtag "^1.0.0"
|
4536
|
-
|
4537
5237
|
is-decimal@^1.0.0:
|
4538
5238
|
version "1.0.4"
|
4539
5239
|
resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
|
@@ -4626,14 +5326,6 @@ is-plain-object@^2.0.4:
|
|
4626
5326
|
dependencies:
|
4627
5327
|
isobject "^3.0.1"
|
4628
5328
|
|
4629
|
-
is-regex@^1.0.4:
|
4630
|
-
version "1.1.4"
|
4631
|
-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
|
4632
|
-
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
|
4633
|
-
dependencies:
|
4634
|
-
call-bind "^1.0.2"
|
4635
|
-
has-tostringtag "^1.0.0"
|
4636
|
-
|
4637
5329
|
is-regexp@^1.0.0:
|
4638
5330
|
version "1.0.0"
|
4639
5331
|
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
|
@@ -4751,12 +5443,7 @@ json-buffer@3.0.0:
|
|
4751
5443
|
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
|
4752
5444
|
integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
|
4753
5445
|
|
4754
|
-
json-parse-better-errors@^
|
4755
|
-
version "1.0.2"
|
4756
|
-
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
|
4757
|
-
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
|
4758
|
-
|
4759
|
-
json-parse-even-better-errors@^2.3.0:
|
5446
|
+
json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
|
4760
5447
|
version "2.3.1"
|
4761
5448
|
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
|
4762
5449
|
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
|
@@ -4771,7 +5458,7 @@ json-schema-traverse@^1.0.0:
|
|
4771
5458
|
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
|
4772
5459
|
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
|
4773
5460
|
|
4774
|
-
json5@^2.1.2:
|
5461
|
+
json5@^2.1.2, json5@^2.2.1:
|
4775
5462
|
version "2.2.1"
|
4776
5463
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
4777
5464
|
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
@@ -4797,6 +5484,13 @@ kind-of@^6.0.0, kind-of@^6.0.2:
|
|
4797
5484
|
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
4798
5485
|
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
|
4799
5486
|
|
5487
|
+
klaw-sync@^6.0.0:
|
5488
|
+
version "6.0.0"
|
5489
|
+
resolved "https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-6.0.0.tgz#1fd2cfd56ebb6250181114f0a581167099c2b28c"
|
5490
|
+
integrity sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==
|
5491
|
+
dependencies:
|
5492
|
+
graceful-fs "^4.1.11"
|
5493
|
+
|
4800
5494
|
kleur@^3.0.3:
|
4801
5495
|
version "3.0.3"
|
4802
5496
|
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
|
@@ -4955,7 +5649,7 @@ lodash.uniq@4.5.0, lodash.uniq@^4.5.0:
|
|
4955
5649
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
4956
5650
|
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
4957
5651
|
|
4958
|
-
lodash@^4.17.
|
5652
|
+
lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
|
4959
5653
|
version "4.17.21"
|
4960
5654
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
4961
5655
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
@@ -4991,6 +5685,16 @@ lru-cache@^6.0.0:
|
|
4991
5685
|
dependencies:
|
4992
5686
|
yallist "^4.0.0"
|
4993
5687
|
|
5688
|
+
lunr-languages@^1.4.0:
|
5689
|
+
version "1.9.0"
|
5690
|
+
resolved "https://registry.yarnpkg.com/lunr-languages/-/lunr-languages-1.9.0.tgz#7105230807788a112a69910561b7bbd055a0e588"
|
5691
|
+
integrity sha512-Be5vFuc8NAheOIjviCRms3ZqFFBlzns3u9DXpPSZvALetgnydAN0poV71pVLFn0keYy/s4VblMMkqewTLe+KPg==
|
5692
|
+
|
5693
|
+
lunr@^2.3.9:
|
5694
|
+
version "2.3.9"
|
5695
|
+
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
|
5696
|
+
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
|
5697
|
+
|
4994
5698
|
make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
|
4995
5699
|
version "3.1.0"
|
4996
5700
|
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
|
@@ -4998,6 +5702,11 @@ make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
|
|
4998
5702
|
dependencies:
|
4999
5703
|
semver "^6.0.0"
|
5000
5704
|
|
5705
|
+
mark.js@^8.11.1:
|
5706
|
+
version "8.11.1"
|
5707
|
+
resolved "https://registry.yarnpkg.com/mark.js/-/mark.js-8.11.1.tgz#180f1f9ebef8b0e638e4166ad52db879beb2ffc5"
|
5708
|
+
integrity sha1-GA8fnr74sOY45BZq1S24eb6y/8U=
|
5709
|
+
|
5001
5710
|
markdown-escapes@^1.0.0:
|
5002
5711
|
version "1.0.4"
|
5003
5712
|
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
|
@@ -5159,18 +5868,11 @@ minimatch@^3.0.4:
|
|
5159
5868
|
dependencies:
|
5160
5869
|
brace-expansion "^1.1.7"
|
5161
5870
|
|
5162
|
-
minimist@^1.2.0, minimist@^1.2.5
|
5871
|
+
minimist@^1.2.0, minimist@^1.2.5:
|
5163
5872
|
version "1.2.6"
|
5164
5873
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
|
5165
5874
|
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
|
5166
5875
|
|
5167
|
-
mkdirp@^0.5.5:
|
5168
|
-
version "0.5.6"
|
5169
|
-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
|
5170
|
-
integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
|
5171
|
-
dependencies:
|
5172
|
-
minimist "^1.2.6"
|
5173
|
-
|
5174
5876
|
mrmime@^1.0.0:
|
5175
5877
|
version "1.0.0"
|
5176
5878
|
resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-1.0.0.tgz#14d387f0585a5233d291baba339b063752a2398b"
|
@@ -5186,22 +5888,17 @@ ms@2.1.2:
|
|
5186
5888
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
5187
5889
|
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
5188
5890
|
|
5189
|
-
ms@2.1.3
|
5891
|
+
ms@2.1.3:
|
5190
5892
|
version "2.1.3"
|
5191
5893
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
5192
5894
|
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
5193
5895
|
|
5194
|
-
multicast-dns
|
5195
|
-
version "
|
5196
|
-
resolved "https://registry.yarnpkg.com/multicast-dns
|
5197
|
-
integrity
|
5198
|
-
|
5199
|
-
multicast-dns@^6.0.1:
|
5200
|
-
version "6.2.3"
|
5201
|
-
resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229"
|
5202
|
-
integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==
|
5896
|
+
multicast-dns@^7.2.4:
|
5897
|
+
version "7.2.5"
|
5898
|
+
resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-7.2.5.tgz#77eb46057f4d7adbd16d9290fa7299f6fa64cced"
|
5899
|
+
integrity sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==
|
5203
5900
|
dependencies:
|
5204
|
-
dns-packet "^
|
5901
|
+
dns-packet "^5.2.2"
|
5205
5902
|
thunky "^1.0.2"
|
5206
5903
|
|
5207
5904
|
nanoid@^3.3.1:
|
@@ -5209,6 +5906,11 @@ nanoid@^3.3.1:
|
|
5209
5906
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
|
5210
5907
|
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
|
5211
5908
|
|
5909
|
+
nanoid@^3.3.4:
|
5910
|
+
version "3.3.4"
|
5911
|
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
|
5912
|
+
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
|
5913
|
+
|
5212
5914
|
negotiator@0.6.3:
|
5213
5915
|
version "0.6.3"
|
5214
5916
|
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
|
@@ -5251,6 +5953,11 @@ node-releases@^2.0.2:
|
|
5251
5953
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01"
|
5252
5954
|
integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==
|
5253
5955
|
|
5956
|
+
node-releases@^2.0.3:
|
5957
|
+
version "2.0.4"
|
5958
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
|
5959
|
+
integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
|
5960
|
+
|
5254
5961
|
normalize-path@^3.0.0, normalize-path@~3.0.0:
|
5255
5962
|
version "3.0.0"
|
5256
5963
|
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
@@ -5302,13 +6009,10 @@ object-assign@^4.1.0, object-assign@^4.1.1:
|
|
5302
6009
|
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
5303
6010
|
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
5304
6011
|
|
5305
|
-
object-
|
5306
|
-
version "1.1
|
5307
|
-
resolved "https://registry.yarnpkg.com/object-
|
5308
|
-
integrity sha512-
|
5309
|
-
dependencies:
|
5310
|
-
call-bind "^1.0.2"
|
5311
|
-
define-properties "^1.1.3"
|
6012
|
+
object-inspect@^1.9.0:
|
6013
|
+
version "1.12.1"
|
6014
|
+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.1.tgz#28a661153bad7e470e4b01479ef1cb91ce511191"
|
6015
|
+
integrity sha512-Y/jF6vnvEtOPGiKD1+q+X0CiUYRQtEHp89MLLUJ7TUivtH8Ugn2+3A7Rynqk7BRsAoqeOQWnFnjpDrKSxDgIGA==
|
5312
6016
|
|
5313
6017
|
object-keys@^1.0.12, object-keys@^1.1.1:
|
5314
6018
|
version "1.1.1"
|
@@ -5330,10 +6034,10 @@ obuf@^1.0.0, obuf@^1.1.2:
|
|
5330
6034
|
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
|
5331
6035
|
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
|
5332
6036
|
|
5333
|
-
on-finished
|
5334
|
-
version "2.
|
5335
|
-
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.
|
5336
|
-
integrity
|
6037
|
+
on-finished@2.4.1:
|
6038
|
+
version "2.4.1"
|
6039
|
+
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
|
6040
|
+
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
|
5337
6041
|
dependencies:
|
5338
6042
|
ee-first "1.1.1"
|
5339
6043
|
|
@@ -5588,15 +6292,6 @@ pkg-up@^3.1.0:
|
|
5588
6292
|
dependencies:
|
5589
6293
|
find-up "^3.0.0"
|
5590
6294
|
|
5591
|
-
portfinder@^1.0.28:
|
5592
|
-
version "1.0.28"
|
5593
|
-
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778"
|
5594
|
-
integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==
|
5595
|
-
dependencies:
|
5596
|
-
async "^2.6.2"
|
5597
|
-
debug "^3.1.1"
|
5598
|
-
mkdirp "^0.5.5"
|
5599
|
-
|
5600
6295
|
postcss-calc@^8.2.3:
|
5601
6296
|
version "8.2.4"
|
5602
6297
|
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5"
|
@@ -5622,6 +6317,14 @@ postcss-convert-values@^5.1.0:
|
|
5622
6317
|
dependencies:
|
5623
6318
|
postcss-value-parser "^4.2.0"
|
5624
6319
|
|
6320
|
+
postcss-convert-values@^5.1.1:
|
6321
|
+
version "5.1.1"
|
6322
|
+
resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.1.tgz#31c8ffba650e86dc750631cafcf1db022c5bb6f1"
|
6323
|
+
integrity sha512-UjcYfl3wJJdcabGKk8lgetPvhi1Et7VDc3sYr9EyhNBeB00YD4vHgPBp+oMVoG/dDWCc6ASbmzPNV6jADTwh8Q==
|
6324
|
+
dependencies:
|
6325
|
+
browserslist "^4.20.3"
|
6326
|
+
postcss-value-parser "^4.2.0"
|
6327
|
+
|
5625
6328
|
postcss-discard-comments@^5.1.1:
|
5626
6329
|
version "5.1.1"
|
5627
6330
|
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz#e90019e1a0e5b99de05f63516ce640bd0df3d369"
|
@@ -5674,6 +6377,14 @@ postcss-merge-longhand@^5.1.3:
|
|
5674
6377
|
postcss-value-parser "^4.2.0"
|
5675
6378
|
stylehacks "^5.1.0"
|
5676
6379
|
|
6380
|
+
postcss-merge-longhand@^5.1.5:
|
6381
|
+
version "5.1.5"
|
6382
|
+
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.5.tgz#b0e03bee3b964336f5f33c4fc8eacae608e91c05"
|
6383
|
+
integrity sha512-NOG1grw9wIO+60arKa2YYsrbgvP6tp+jqc7+ZD5/MalIw234ooH2C6KlR6FEn4yle7GqZoBxSK1mLBE9KPur6w==
|
6384
|
+
dependencies:
|
6385
|
+
postcss-value-parser "^4.2.0"
|
6386
|
+
stylehacks "^5.1.0"
|
6387
|
+
|
5677
6388
|
postcss-merge-rules@^5.1.1:
|
5678
6389
|
version "5.1.1"
|
5679
6390
|
resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.1.tgz#d327b221cd07540bcc8d9ff84446d8b404d00162"
|
@@ -5709,6 +6420,15 @@ postcss-minify-params@^5.1.2:
|
|
5709
6420
|
cssnano-utils "^3.1.0"
|
5710
6421
|
postcss-value-parser "^4.2.0"
|
5711
6422
|
|
6423
|
+
postcss-minify-params@^5.1.3:
|
6424
|
+
version "5.1.3"
|
6425
|
+
resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.3.tgz#ac41a6465be2db735099bbd1798d85079a6dc1f9"
|
6426
|
+
integrity sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==
|
6427
|
+
dependencies:
|
6428
|
+
browserslist "^4.16.6"
|
6429
|
+
cssnano-utils "^3.1.0"
|
6430
|
+
postcss-value-parser "^4.2.0"
|
6431
|
+
|
5712
6432
|
postcss-minify-selectors@^5.2.0:
|
5713
6433
|
version "5.2.0"
|
5714
6434
|
resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz#17c2be233e12b28ffa8a421a02fc8b839825536c"
|
@@ -5877,7 +6597,7 @@ postcss-zindex@^5.1.0:
|
|
5877
6597
|
resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-5.1.0.tgz#4a5c7e5ff1050bd4c01d95b1847dfdcc58a496ff"
|
5878
6598
|
integrity sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==
|
5879
6599
|
|
5880
|
-
postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.
|
6600
|
+
postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.7:
|
5881
6601
|
version "8.4.12"
|
5882
6602
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
|
5883
6603
|
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
|
@@ -5886,6 +6606,15 @@ postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.7:
|
|
5886
6606
|
picocolors "^1.0.0"
|
5887
6607
|
source-map-js "^1.0.2"
|
5888
6608
|
|
6609
|
+
postcss@^8.4.13:
|
6610
|
+
version "8.4.14"
|
6611
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
|
6612
|
+
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
|
6613
|
+
dependencies:
|
6614
|
+
nanoid "^3.3.4"
|
6615
|
+
picocolors "^1.0.0"
|
6616
|
+
source-map-js "^1.0.2"
|
6617
|
+
|
5889
6618
|
prepend-http@^2.0.0:
|
5890
6619
|
version "2.0.0"
|
5891
6620
|
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
@@ -5909,10 +6638,10 @@ prism-react-renderer@^1.3.1:
|
|
5909
6638
|
resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.1.tgz#88fc9d0df6bed06ca2b9097421349f8c2f24e30d"
|
5910
6639
|
integrity sha512-xUeDMEz074d0zc5y6rxiMp/dlC7C+5IDDlaEUlcBOFE2wddz7hz5PNupb087mPwTt7T9BrFmewObfCBuf/LKwQ==
|
5911
6640
|
|
5912
|
-
prismjs@^1.
|
5913
|
-
version "1.
|
5914
|
-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.
|
5915
|
-
integrity sha512-
|
6641
|
+
prismjs@^1.28.0:
|
6642
|
+
version "1.28.0"
|
6643
|
+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6"
|
6644
|
+
integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==
|
5916
6645
|
|
5917
6646
|
process-nextick-args@~2.0.0:
|
5918
6647
|
version "2.0.1"
|
@@ -5988,10 +6717,12 @@ pure-color@^1.2.0:
|
|
5988
6717
|
resolved "https://registry.yarnpkg.com/pure-color/-/pure-color-1.3.0.tgz#1fe064fb0ac851f0de61320a8bf796836422f33e"
|
5989
6718
|
integrity sha1-H+Bk+wrIUfDeYTIKi/eWg2Qi8z4=
|
5990
6719
|
|
5991
|
-
qs@6.
|
5992
|
-
version "6.
|
5993
|
-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.
|
5994
|
-
integrity sha512-
|
6720
|
+
qs@6.10.3:
|
6721
|
+
version "6.10.3"
|
6722
|
+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
|
6723
|
+
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
|
6724
|
+
dependencies:
|
6725
|
+
side-channel "^1.0.4"
|
5995
6726
|
|
5996
6727
|
queue-microtask@^1.2.2:
|
5997
6728
|
version "1.2.3"
|
@@ -6022,13 +6753,13 @@ range-parser@^1.2.1, range-parser@~1.2.1:
|
|
6022
6753
|
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
|
6023
6754
|
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
|
6024
6755
|
|
6025
|
-
raw-body@2.
|
6026
|
-
version "2.
|
6027
|
-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.
|
6028
|
-
integrity sha512-
|
6756
|
+
raw-body@2.5.1:
|
6757
|
+
version "2.5.1"
|
6758
|
+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
|
6759
|
+
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
|
6029
6760
|
dependencies:
|
6030
6761
|
bytes "3.1.2"
|
6031
|
-
http-errors "
|
6762
|
+
http-errors "2.0.0"
|
6032
6763
|
iconv-lite "0.4.24"
|
6033
6764
|
unpipe "1.0.0"
|
6034
6765
|
|
@@ -6052,10 +6783,10 @@ react-base16-styling@^0.6.0:
|
|
6052
6783
|
lodash.flow "^3.3.0"
|
6053
6784
|
pure-color "^1.2.0"
|
6054
6785
|
|
6055
|
-
react-dev-utils@^12.0.
|
6056
|
-
version "12.0.
|
6057
|
-
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.
|
6058
|
-
integrity sha512-
|
6786
|
+
react-dev-utils@^12.0.1:
|
6787
|
+
version "12.0.1"
|
6788
|
+
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.1.tgz#ba92edb4a1f379bd46ccd6bcd4e7bc398df33e73"
|
6789
|
+
integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==
|
6059
6790
|
dependencies:
|
6060
6791
|
"@babel/code-frame" "^7.16.0"
|
6061
6792
|
address "^1.1.2"
|
@@ -6076,7 +6807,7 @@ react-dev-utils@^12.0.0:
|
|
6076
6807
|
open "^8.4.0"
|
6077
6808
|
pkg-up "^3.1.0"
|
6078
6809
|
prompts "^2.4.2"
|
6079
|
-
react-error-overlay "^6.0.
|
6810
|
+
react-error-overlay "^6.0.11"
|
6080
6811
|
recursive-readdir "^2.2.2"
|
6081
6812
|
shell-quote "^1.7.3"
|
6082
6813
|
strip-ansi "^6.0.1"
|
@@ -6091,17 +6822,17 @@ react-dom@^17.0.2:
|
|
6091
6822
|
object-assign "^4.1.1"
|
6092
6823
|
scheduler "^0.20.2"
|
6093
6824
|
|
6094
|
-
react-error-overlay@^6.0.
|
6095
|
-
version "6.0.
|
6096
|
-
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.
|
6097
|
-
integrity sha512
|
6825
|
+
react-error-overlay@^6.0.11:
|
6826
|
+
version "6.0.11"
|
6827
|
+
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
|
6828
|
+
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
|
6098
6829
|
|
6099
6830
|
react-fast-compare@^3.2.0:
|
6100
6831
|
version "3.2.0"
|
6101
6832
|
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
|
6102
6833
|
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
|
6103
6834
|
|
6104
|
-
react-helmet-async
|
6835
|
+
react-helmet-async@*:
|
6105
6836
|
version "1.2.3"
|
6106
6837
|
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.2.3.tgz#57326a69304ea3293036eafb49475e9ba454cb37"
|
6107
6838
|
integrity sha512-mCk2silF53Tq/YaYdkl2sB+/tDoPnaxN7dFS/6ZLJb/rhUY2EWGI5Xj2b4jHppScMqY45MbgPSwTxDchKpZ5Kw==
|
@@ -6112,6 +6843,17 @@ react-helmet-async@*, react-helmet-async@^1.2.3:
|
|
6112
6843
|
react-fast-compare "^3.2.0"
|
6113
6844
|
shallowequal "^1.1.0"
|
6114
6845
|
|
6846
|
+
react-helmet-async@^1.3.0:
|
6847
|
+
version "1.3.0"
|
6848
|
+
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.3.0.tgz#7bd5bf8c5c69ea9f02f6083f14ce33ef545c222e"
|
6849
|
+
integrity sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==
|
6850
|
+
dependencies:
|
6851
|
+
"@babel/runtime" "^7.12.5"
|
6852
|
+
invariant "^2.2.4"
|
6853
|
+
prop-types "^15.7.2"
|
6854
|
+
react-fast-compare "^3.2.0"
|
6855
|
+
shallowequal "^1.1.0"
|
6856
|
+
|
6115
6857
|
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
|
6116
6858
|
version "16.13.1"
|
6117
6859
|
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
@@ -6264,13 +7006,12 @@ regenerator-transform@^0.14.2:
|
|
6264
7006
|
dependencies:
|
6265
7007
|
"@babel/runtime" "^7.8.4"
|
6266
7008
|
|
6267
|
-
|
6268
|
-
version "
|
6269
|
-
resolved "https://registry.yarnpkg.com/
|
6270
|
-
integrity sha512-
|
7009
|
+
regenerator-transform@^0.15.0:
|
7010
|
+
version "0.15.0"
|
7011
|
+
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz#cbd9ead5d77fae1a48d957cf889ad0586adb6537"
|
7012
|
+
integrity sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==
|
6271
7013
|
dependencies:
|
6272
|
-
|
6273
|
-
define-properties "^1.1.3"
|
7014
|
+
"@babel/runtime" "^7.8.4"
|
6274
7015
|
|
6275
7016
|
regexpu-core@^5.0.1:
|
6276
7017
|
version "5.0.1"
|
@@ -6333,7 +7074,7 @@ remark-admonitions@^1.2.1:
|
|
6333
7074
|
unified "^8.4.2"
|
6334
7075
|
unist-util-visit "^2.0.1"
|
6335
7076
|
|
6336
|
-
remark-emoji@^2.
|
7077
|
+
remark-emoji@^2.2.0:
|
6337
7078
|
version "2.2.0"
|
6338
7079
|
resolved "https://registry.yarnpkg.com/remark-emoji/-/remark-emoji-2.2.0.tgz#1c702090a1525da5b80e15a8f963ef2c8236cac7"
|
6339
7080
|
integrity sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==
|
@@ -6498,7 +7239,7 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
|
6498
7239
|
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
6499
7240
|
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
6500
7241
|
|
6501
|
-
safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.
|
7242
|
+
safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@~5.2.0:
|
6502
7243
|
version "5.2.1"
|
6503
7244
|
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
|
6504
7245
|
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
@@ -6571,7 +7312,7 @@ select-hose@^2.0.0:
|
|
6571
7312
|
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
|
6572
7313
|
integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=
|
6573
7314
|
|
6574
|
-
selfsigned@^2.0.
|
7315
|
+
selfsigned@^2.0.1:
|
6575
7316
|
version "2.0.1"
|
6576
7317
|
resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.0.1.tgz#8b2df7fa56bf014d19b6007655fff209c0ef0a56"
|
6577
7318
|
integrity sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==
|
@@ -6607,24 +7348,31 @@ semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
|
|
6607
7348
|
dependencies:
|
6608
7349
|
lru-cache "^6.0.0"
|
6609
7350
|
|
6610
|
-
|
6611
|
-
version "
|
6612
|
-
resolved "https://registry.yarnpkg.com/
|
6613
|
-
integrity sha512-
|
7351
|
+
semver@^7.3.7:
|
7352
|
+
version "7.3.7"
|
7353
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
|
7354
|
+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
|
7355
|
+
dependencies:
|
7356
|
+
lru-cache "^6.0.0"
|
7357
|
+
|
7358
|
+
send@0.18.0:
|
7359
|
+
version "0.18.0"
|
7360
|
+
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
|
7361
|
+
integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
|
6614
7362
|
dependencies:
|
6615
7363
|
debug "2.6.9"
|
6616
|
-
depd "
|
6617
|
-
destroy "
|
7364
|
+
depd "2.0.0"
|
7365
|
+
destroy "1.2.0"
|
6618
7366
|
encodeurl "~1.0.2"
|
6619
7367
|
escape-html "~1.0.3"
|
6620
7368
|
etag "~1.8.1"
|
6621
7369
|
fresh "0.5.2"
|
6622
|
-
http-errors "
|
7370
|
+
http-errors "2.0.0"
|
6623
7371
|
mime "1.6.0"
|
6624
7372
|
ms "2.1.3"
|
6625
|
-
on-finished "
|
7373
|
+
on-finished "2.4.1"
|
6626
7374
|
range-parser "~1.2.1"
|
6627
|
-
statuses "
|
7375
|
+
statuses "2.0.1"
|
6628
7376
|
|
6629
7377
|
serialize-javascript@^6.0.0:
|
6630
7378
|
version "6.0.0"
|
@@ -6660,15 +7408,15 @@ serve-index@^1.9.1:
|
|
6660
7408
|
mime-types "~2.1.17"
|
6661
7409
|
parseurl "~1.3.2"
|
6662
7410
|
|
6663
|
-
serve-static@1.
|
6664
|
-
version "1.
|
6665
|
-
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.
|
6666
|
-
integrity sha512
|
7411
|
+
serve-static@1.15.0:
|
7412
|
+
version "1.15.0"
|
7413
|
+
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540"
|
7414
|
+
integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
|
6667
7415
|
dependencies:
|
6668
7416
|
encodeurl "~1.0.2"
|
6669
7417
|
escape-html "~1.0.3"
|
6670
7418
|
parseurl "~1.3.3"
|
6671
|
-
send "0.
|
7419
|
+
send "0.18.0"
|
6672
7420
|
|
6673
7421
|
setimmediate@^1.0.5:
|
6674
7422
|
version "1.0.5"
|
@@ -6723,6 +7471,15 @@ shelljs@^0.8.5:
|
|
6723
7471
|
interpret "^1.0.0"
|
6724
7472
|
rechoir "^0.6.2"
|
6725
7473
|
|
7474
|
+
side-channel@^1.0.4:
|
7475
|
+
version "1.0.4"
|
7476
|
+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
|
7477
|
+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
|
7478
|
+
dependencies:
|
7479
|
+
call-bind "^1.0.0"
|
7480
|
+
get-intrinsic "^1.0.2"
|
7481
|
+
object-inspect "^1.9.0"
|
7482
|
+
|
6726
7483
|
signal-exit@^3.0.2, signal-exit@^3.0.3:
|
6727
7484
|
version "3.0.7"
|
6728
7485
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
@@ -6852,7 +7609,12 @@ state-toggle@^1.0.0:
|
|
6852
7609
|
resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe"
|
6853
7610
|
integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==
|
6854
7611
|
|
6855
|
-
|
7612
|
+
statuses@2.0.1:
|
7613
|
+
version "2.0.1"
|
7614
|
+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
|
7615
|
+
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
|
7616
|
+
|
7617
|
+
"statuses@>= 1.4.0 < 2":
|
6856
7618
|
version "1.5.0"
|
6857
7619
|
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
|
6858
7620
|
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
|
@@ -6910,7 +7672,7 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6910
7672
|
dependencies:
|
6911
7673
|
ansi-regex "^5.0.1"
|
6912
7674
|
|
6913
|
-
strip-ansi@^7.0.
|
7675
|
+
strip-ansi@^7.0.1:
|
6914
7676
|
version "7.0.1"
|
6915
7677
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
|
6916
7678
|
integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==
|
@@ -7094,11 +7856,16 @@ trough@^1.0.0:
|
|
7094
7856
|
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
|
7095
7857
|
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
|
7096
7858
|
|
7097
|
-
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0
|
7859
|
+
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0:
|
7098
7860
|
version "2.3.1"
|
7099
7861
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
|
7100
7862
|
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
|
7101
7863
|
|
7864
|
+
tslib@^2.4.0:
|
7865
|
+
version "2.4.0"
|
7866
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
|
7867
|
+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
|
7868
|
+
|
7102
7869
|
type-fest@^0.20.2:
|
7103
7870
|
version "0.20.2"
|
7104
7871
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
@@ -7239,7 +8006,7 @@ unist-util-visit-parents@^3.0.0:
|
|
7239
8006
|
"@types/unist" "^2.0.0"
|
7240
8007
|
unist-util-is "^4.0.0"
|
7241
8008
|
|
7242
|
-
unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.1, unist-util-visit@^2.0.
|
8009
|
+
unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.1, unist-util-visit@^2.0.3:
|
7243
8010
|
version "2.0.3"
|
7244
8011
|
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
|
7245
8012
|
integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
|
@@ -7438,39 +8205,37 @@ webpack-dev-middleware@^5.3.1:
|
|
7438
8205
|
range-parser "^1.2.1"
|
7439
8206
|
schema-utils "^4.0.0"
|
7440
8207
|
|
7441
|
-
webpack-dev-server@^4.
|
7442
|
-
version "4.
|
7443
|
-
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.
|
7444
|
-
integrity sha512
|
8208
|
+
webpack-dev-server@^4.8.1:
|
8209
|
+
version "4.9.0"
|
8210
|
+
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.0.tgz#737dbf44335bb8bde68f8f39127fc401c97a1557"
|
8211
|
+
integrity sha512-+Nlb39iQSOSsFv0lWUuUTim3jDQO8nhK3E68f//J2r5rIcp4lULHXz2oZ0UVdEeWXEh5lSzYUlzarZhDAeAVQw==
|
7445
8212
|
dependencies:
|
7446
8213
|
"@types/bonjour" "^3.5.9"
|
7447
8214
|
"@types/connect-history-api-fallback" "^1.3.5"
|
7448
8215
|
"@types/express" "^4.17.13"
|
7449
8216
|
"@types/serve-index" "^1.9.1"
|
7450
8217
|
"@types/sockjs" "^0.3.33"
|
7451
|
-
"@types/ws" "^8.
|
8218
|
+
"@types/ws" "^8.5.1"
|
7452
8219
|
ansi-html-community "^0.0.8"
|
7453
|
-
bonjour "^
|
8220
|
+
bonjour-service "^1.0.11"
|
7454
8221
|
chokidar "^3.5.3"
|
7455
8222
|
colorette "^2.0.10"
|
7456
8223
|
compression "^1.7.4"
|
7457
8224
|
connect-history-api-fallback "^1.6.0"
|
7458
8225
|
default-gateway "^6.0.3"
|
7459
|
-
|
7460
|
-
express "^4.17.1"
|
8226
|
+
express "^4.17.3"
|
7461
8227
|
graceful-fs "^4.2.6"
|
7462
8228
|
html-entities "^2.3.2"
|
7463
|
-
http-proxy-middleware "^2.0.
|
8229
|
+
http-proxy-middleware "^2.0.3"
|
7464
8230
|
ipaddr.js "^2.0.1"
|
7465
8231
|
open "^8.0.9"
|
7466
8232
|
p-retry "^4.5.0"
|
7467
|
-
|
8233
|
+
rimraf "^3.0.2"
|
7468
8234
|
schema-utils "^4.0.0"
|
7469
|
-
selfsigned "^2.0.
|
8235
|
+
selfsigned "^2.0.1"
|
7470
8236
|
serve-index "^1.9.1"
|
7471
8237
|
sockjs "^0.3.21"
|
7472
8238
|
spdy "^4.0.2"
|
7473
|
-
strip-ansi "^7.0.0"
|
7474
8239
|
webpack-dev-middleware "^5.3.1"
|
7475
8240
|
ws "^8.4.2"
|
7476
8241
|
|
@@ -7495,10 +8260,10 @@ webpack-sources@^3.2.3:
|
|
7495
8260
|
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
|
7496
8261
|
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
7497
8262
|
|
7498
|
-
webpack@^5.
|
7499
|
-
version "5.
|
7500
|
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.
|
7501
|
-
integrity sha512-
|
8263
|
+
webpack@^5.72.0:
|
8264
|
+
version "5.72.1"
|
8265
|
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.72.1.tgz#3500fc834b4e9ba573b9f430b2c0a61e1bb57d13"
|
8266
|
+
integrity sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==
|
7502
8267
|
dependencies:
|
7503
8268
|
"@types/eslint-scope" "^3.7.3"
|
7504
8269
|
"@types/estree" "^0.0.51"
|
@@ -7509,13 +8274,13 @@ webpack@^5.70.0:
|
|
7509
8274
|
acorn-import-assertions "^1.7.6"
|
7510
8275
|
browserslist "^4.14.5"
|
7511
8276
|
chrome-trace-event "^1.0.2"
|
7512
|
-
enhanced-resolve "^5.9.
|
8277
|
+
enhanced-resolve "^5.9.3"
|
7513
8278
|
es-module-lexer "^0.9.0"
|
7514
8279
|
eslint-scope "5.1.1"
|
7515
8280
|
events "^3.2.0"
|
7516
8281
|
glob-to-regexp "^0.4.1"
|
7517
8282
|
graceful-fs "^4.2.9"
|
7518
|
-
json-parse-better-errors "^
|
8283
|
+
json-parse-even-better-errors "^2.3.1"
|
7519
8284
|
loader-runner "^4.2.0"
|
7520
8285
|
mime-types "^2.1.27"
|
7521
8286
|
neo-async "^2.6.2"
|