@smartive/graphql-magic 16.2.1 → 16.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,8 +8,8 @@
8
8
  "name": "docs",
9
9
  "version": "0.0.0",
10
10
  "dependencies": {
11
- "@docusaurus/core": "3.5.2",
12
- "@docusaurus/preset-classic": "3.5.2",
11
+ "@docusaurus/core": "3.6.0",
12
+ "@docusaurus/preset-classic": "3.6.0",
13
13
  "@mdx-js/react": "^3.0.0",
14
14
  "clsx": "^2.0.0",
15
15
  "prism-react-renderer": "^2.3.0",
@@ -17,9 +17,9 @@
17
17
  "react-dom": "^18.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@docusaurus/module-type-aliases": "3.5.2",
21
- "@docusaurus/tsconfig": "3.5.2",
22
- "@docusaurus/types": "3.5.2",
20
+ "@docusaurus/module-type-aliases": "3.6.0",
21
+ "@docusaurus/tsconfig": "3.6.0",
22
+ "@docusaurus/types": "3.6.0",
23
23
  "typescript": "5.5.4"
24
24
  },
25
25
  "engines": {
@@ -200,104 +200,44 @@
200
200
  }
201
201
  },
202
202
  "node_modules/@babel/code-frame": {
203
- "version": "7.23.5",
204
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
205
- "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
203
+ "version": "7.26.2",
204
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
205
+ "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
206
+ "license": "MIT",
206
207
  "dependencies": {
207
- "@babel/highlight": "^7.23.4",
208
- "chalk": "^2.4.2"
208
+ "@babel/helper-validator-identifier": "^7.25.9",
209
+ "js-tokens": "^4.0.0",
210
+ "picocolors": "^1.0.0"
209
211
  },
210
212
  "engines": {
211
213
  "node": ">=6.9.0"
212
214
  }
213
215
  },
214
- "node_modules/@babel/code-frame/node_modules/ansi-styles": {
215
- "version": "3.2.1",
216
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
217
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
218
- "dependencies": {
219
- "color-convert": "^1.9.0"
220
- },
221
- "engines": {
222
- "node": ">=4"
223
- }
224
- },
225
- "node_modules/@babel/code-frame/node_modules/chalk": {
226
- "version": "2.4.2",
227
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
228
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
229
- "dependencies": {
230
- "ansi-styles": "^3.2.1",
231
- "escape-string-regexp": "^1.0.5",
232
- "supports-color": "^5.3.0"
233
- },
234
- "engines": {
235
- "node": ">=4"
236
- }
237
- },
238
- "node_modules/@babel/code-frame/node_modules/color-convert": {
239
- "version": "1.9.3",
240
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
241
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
242
- "dependencies": {
243
- "color-name": "1.1.3"
244
- }
245
- },
246
- "node_modules/@babel/code-frame/node_modules/color-name": {
247
- "version": "1.1.3",
248
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
249
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
250
- },
251
- "node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
252
- "version": "1.0.5",
253
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
254
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
255
- "engines": {
256
- "node": ">=0.8.0"
257
- }
258
- },
259
- "node_modules/@babel/code-frame/node_modules/has-flag": {
260
- "version": "3.0.0",
261
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
262
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
263
- "engines": {
264
- "node": ">=4"
265
- }
266
- },
267
- "node_modules/@babel/code-frame/node_modules/supports-color": {
268
- "version": "5.5.0",
269
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
270
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
271
- "dependencies": {
272
- "has-flag": "^3.0.0"
273
- },
274
- "engines": {
275
- "node": ">=4"
276
- }
277
- },
278
216
  "node_modules/@babel/compat-data": {
279
- "version": "7.23.5",
280
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz",
281
- "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==",
217
+ "version": "7.26.2",
218
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz",
219
+ "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==",
220
+ "license": "MIT",
282
221
  "engines": {
283
222
  "node": ">=6.9.0"
284
223
  }
285
224
  },
286
225
  "node_modules/@babel/core": {
287
- "version": "7.24.0",
288
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz",
289
- "integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==",
226
+ "version": "7.26.0",
227
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
228
+ "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
229
+ "license": "MIT",
290
230
  "dependencies": {
291
231
  "@ampproject/remapping": "^2.2.0",
292
- "@babel/code-frame": "^7.23.5",
293
- "@babel/generator": "^7.23.6",
294
- "@babel/helper-compilation-targets": "^7.23.6",
295
- "@babel/helper-module-transforms": "^7.23.3",
296
- "@babel/helpers": "^7.24.0",
297
- "@babel/parser": "^7.24.0",
298
- "@babel/template": "^7.24.0",
299
- "@babel/traverse": "^7.24.0",
300
- "@babel/types": "^7.24.0",
232
+ "@babel/code-frame": "^7.26.0",
233
+ "@babel/generator": "^7.26.0",
234
+ "@babel/helper-compilation-targets": "^7.25.9",
235
+ "@babel/helper-module-transforms": "^7.26.0",
236
+ "@babel/helpers": "^7.26.0",
237
+ "@babel/parser": "^7.26.0",
238
+ "@babel/template": "^7.25.9",
239
+ "@babel/traverse": "^7.25.9",
240
+ "@babel/types": "^7.26.0",
301
241
  "convert-source-map": "^2.0.0",
302
242
  "debug": "^4.1.0",
303
243
  "gensync": "^1.0.0-beta.2",
@@ -321,49 +261,55 @@
321
261
  }
322
262
  },
323
263
  "node_modules/@babel/generator": {
324
- "version": "7.23.6",
325
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz",
326
- "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==",
264
+ "version": "7.26.2",
265
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz",
266
+ "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==",
267
+ "license": "MIT",
327
268
  "dependencies": {
328
- "@babel/types": "^7.23.6",
329
- "@jridgewell/gen-mapping": "^0.3.2",
330
- "@jridgewell/trace-mapping": "^0.3.17",
331
- "jsesc": "^2.5.1"
269
+ "@babel/parser": "^7.26.2",
270
+ "@babel/types": "^7.26.0",
271
+ "@jridgewell/gen-mapping": "^0.3.5",
272
+ "@jridgewell/trace-mapping": "^0.3.25",
273
+ "jsesc": "^3.0.2"
332
274
  },
333
275
  "engines": {
334
276
  "node": ">=6.9.0"
335
277
  }
336
278
  },
337
279
  "node_modules/@babel/helper-annotate-as-pure": {
338
- "version": "7.22.5",
339
- "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
340
- "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
280
+ "version": "7.25.9",
281
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
282
+ "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
283
+ "license": "MIT",
341
284
  "dependencies": {
342
- "@babel/types": "^7.22.5"
285
+ "@babel/types": "^7.25.9"
343
286
  },
344
287
  "engines": {
345
288
  "node": ">=6.9.0"
346
289
  }
347
290
  },
348
291
  "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
349
- "version": "7.22.15",
350
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
351
- "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
292
+ "version": "7.25.9",
293
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz",
294
+ "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==",
295
+ "license": "MIT",
352
296
  "dependencies": {
353
- "@babel/types": "^7.22.15"
297
+ "@babel/traverse": "^7.25.9",
298
+ "@babel/types": "^7.25.9"
354
299
  },
355
300
  "engines": {
356
301
  "node": ">=6.9.0"
357
302
  }
358
303
  },
359
304
  "node_modules/@babel/helper-compilation-targets": {
360
- "version": "7.23.6",
361
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
362
- "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
305
+ "version": "7.25.9",
306
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz",
307
+ "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==",
308
+ "license": "MIT",
363
309
  "dependencies": {
364
- "@babel/compat-data": "^7.23.5",
365
- "@babel/helper-validator-option": "^7.23.5",
366
- "browserslist": "^4.22.2",
310
+ "@babel/compat-data": "^7.25.9",
311
+ "@babel/helper-validator-option": "^7.25.9",
312
+ "browserslist": "^4.24.0",
367
313
  "lru-cache": "^5.1.1",
368
314
  "semver": "^6.3.1"
369
315
  },
@@ -375,23 +321,23 @@
375
321
  "version": "6.3.1",
376
322
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
377
323
  "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
324
+ "license": "ISC",
378
325
  "bin": {
379
326
  "semver": "bin/semver.js"
380
327
  }
381
328
  },
382
329
  "node_modules/@babel/helper-create-class-features-plugin": {
383
- "version": "7.24.0",
384
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz",
385
- "integrity": "sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==",
386
- "dependencies": {
387
- "@babel/helper-annotate-as-pure": "^7.22.5",
388
- "@babel/helper-environment-visitor": "^7.22.20",
389
- "@babel/helper-function-name": "^7.23.0",
390
- "@babel/helper-member-expression-to-functions": "^7.23.0",
391
- "@babel/helper-optimise-call-expression": "^7.22.5",
392
- "@babel/helper-replace-supers": "^7.22.20",
393
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
394
- "@babel/helper-split-export-declaration": "^7.22.6",
330
+ "version": "7.25.9",
331
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
332
+ "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
333
+ "license": "MIT",
334
+ "dependencies": {
335
+ "@babel/helper-annotate-as-pure": "^7.25.9",
336
+ "@babel/helper-member-expression-to-functions": "^7.25.9",
337
+ "@babel/helper-optimise-call-expression": "^7.25.9",
338
+ "@babel/helper-replace-supers": "^7.25.9",
339
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
340
+ "@babel/traverse": "^7.25.9",
395
341
  "semver": "^6.3.1"
396
342
  },
397
343
  "engines": {
@@ -405,17 +351,19 @@
405
351
  "version": "6.3.1",
406
352
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
407
353
  "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
354
+ "license": "ISC",
408
355
  "bin": {
409
356
  "semver": "bin/semver.js"
410
357
  }
411
358
  },
412
359
  "node_modules/@babel/helper-create-regexp-features-plugin": {
413
- "version": "7.22.15",
414
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
415
- "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
360
+ "version": "7.25.9",
361
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz",
362
+ "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==",
363
+ "license": "MIT",
416
364
  "dependencies": {
417
- "@babel/helper-annotate-as-pure": "^7.22.5",
418
- "regexpu-core": "^5.3.1",
365
+ "@babel/helper-annotate-as-pure": "^7.25.9",
366
+ "regexpu-core": "^6.1.1",
419
367
  "semver": "^6.3.1"
420
368
  },
421
369
  "engines": {
@@ -434,9 +382,10 @@
434
382
  }
435
383
  },
436
384
  "node_modules/@babel/helper-define-polyfill-provider": {
437
- "version": "0.5.0",
438
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz",
439
- "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==",
385
+ "version": "0.6.2",
386
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
387
+ "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
388
+ "license": "MIT",
440
389
  "dependencies": {
441
390
  "@babel/helper-compilation-targets": "^7.22.6",
442
391
  "@babel/helper-plugin-utils": "^7.22.5",
@@ -448,69 +397,41 @@
448
397
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
449
398
  }
450
399
  },
451
- "node_modules/@babel/helper-environment-visitor": {
452
- "version": "7.22.20",
453
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
454
- "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
455
- "engines": {
456
- "node": ">=6.9.0"
457
- }
458
- },
459
- "node_modules/@babel/helper-function-name": {
460
- "version": "7.23.0",
461
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
462
- "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
463
- "dependencies": {
464
- "@babel/template": "^7.22.15",
465
- "@babel/types": "^7.23.0"
466
- },
467
- "engines": {
468
- "node": ">=6.9.0"
469
- }
470
- },
471
- "node_modules/@babel/helper-hoist-variables": {
472
- "version": "7.22.5",
473
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
474
- "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
475
- "dependencies": {
476
- "@babel/types": "^7.22.5"
477
- },
478
- "engines": {
479
- "node": ">=6.9.0"
480
- }
481
- },
482
400
  "node_modules/@babel/helper-member-expression-to-functions": {
483
- "version": "7.23.0",
484
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
485
- "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
401
+ "version": "7.25.9",
402
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
403
+ "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
404
+ "license": "MIT",
486
405
  "dependencies": {
487
- "@babel/types": "^7.23.0"
406
+ "@babel/traverse": "^7.25.9",
407
+ "@babel/types": "^7.25.9"
488
408
  },
489
409
  "engines": {
490
410
  "node": ">=6.9.0"
491
411
  }
492
412
  },
493
413
  "node_modules/@babel/helper-module-imports": {
494
- "version": "7.22.15",
495
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
496
- "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
414
+ "version": "7.25.9",
415
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
416
+ "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
417
+ "license": "MIT",
497
418
  "dependencies": {
498
- "@babel/types": "^7.22.15"
419
+ "@babel/traverse": "^7.25.9",
420
+ "@babel/types": "^7.25.9"
499
421
  },
500
422
  "engines": {
501
423
  "node": ">=6.9.0"
502
424
  }
503
425
  },
504
426
  "node_modules/@babel/helper-module-transforms": {
505
- "version": "7.23.3",
506
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
507
- "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
427
+ "version": "7.26.0",
428
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
429
+ "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
430
+ "license": "MIT",
508
431
  "dependencies": {
509
- "@babel/helper-environment-visitor": "^7.22.20",
510
- "@babel/helper-module-imports": "^7.22.15",
511
- "@babel/helper-simple-access": "^7.22.5",
512
- "@babel/helper-split-export-declaration": "^7.22.6",
513
- "@babel/helper-validator-identifier": "^7.22.20"
432
+ "@babel/helper-module-imports": "^7.25.9",
433
+ "@babel/helper-validator-identifier": "^7.25.9",
434
+ "@babel/traverse": "^7.25.9"
514
435
  },
515
436
  "engines": {
516
437
  "node": ">=6.9.0"
@@ -520,32 +441,35 @@
520
441
  }
521
442
  },
522
443
  "node_modules/@babel/helper-optimise-call-expression": {
523
- "version": "7.22.5",
524
- "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
525
- "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
444
+ "version": "7.25.9",
445
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
446
+ "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
447
+ "license": "MIT",
526
448
  "dependencies": {
527
- "@babel/types": "^7.22.5"
449
+ "@babel/types": "^7.25.9"
528
450
  },
529
451
  "engines": {
530
452
  "node": ">=6.9.0"
531
453
  }
532
454
  },
533
455
  "node_modules/@babel/helper-plugin-utils": {
534
- "version": "7.24.0",
535
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz",
536
- "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==",
456
+ "version": "7.25.9",
457
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz",
458
+ "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==",
459
+ "license": "MIT",
537
460
  "engines": {
538
461
  "node": ">=6.9.0"
539
462
  }
540
463
  },
541
464
  "node_modules/@babel/helper-remap-async-to-generator": {
542
- "version": "7.22.20",
543
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
544
- "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
465
+ "version": "7.25.9",
466
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
467
+ "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
468
+ "license": "MIT",
545
469
  "dependencies": {
546
- "@babel/helper-annotate-as-pure": "^7.22.5",
547
- "@babel/helper-environment-visitor": "^7.22.20",
548
- "@babel/helper-wrap-function": "^7.22.20"
470
+ "@babel/helper-annotate-as-pure": "^7.25.9",
471
+ "@babel/helper-wrap-function": "^7.25.9",
472
+ "@babel/traverse": "^7.25.9"
549
473
  },
550
474
  "engines": {
551
475
  "node": ">=6.9.0"
@@ -555,13 +479,14 @@
555
479
  }
556
480
  },
557
481
  "node_modules/@babel/helper-replace-supers": {
558
- "version": "7.22.20",
559
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
560
- "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
482
+ "version": "7.25.9",
483
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
484
+ "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
485
+ "license": "MIT",
561
486
  "dependencies": {
562
- "@babel/helper-environment-visitor": "^7.22.20",
563
- "@babel/helper-member-expression-to-functions": "^7.22.15",
564
- "@babel/helper-optimise-call-expression": "^7.22.5"
487
+ "@babel/helper-member-expression-to-functions": "^7.25.9",
488
+ "@babel/helper-optimise-call-expression": "^7.25.9",
489
+ "@babel/traverse": "^7.25.9"
565
490
  },
566
491
  "engines": {
567
492
  "node": ">=6.9.0"
@@ -571,182 +496,138 @@
571
496
  }
572
497
  },
573
498
  "node_modules/@babel/helper-simple-access": {
574
- "version": "7.22.5",
575
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
576
- "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
499
+ "version": "7.25.9",
500
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz",
501
+ "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==",
502
+ "license": "MIT",
577
503
  "dependencies": {
578
- "@babel/types": "^7.22.5"
504
+ "@babel/traverse": "^7.25.9",
505
+ "@babel/types": "^7.25.9"
579
506
  },
580
507
  "engines": {
581
508
  "node": ">=6.9.0"
582
509
  }
583
510
  },
584
511
  "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
585
- "version": "7.22.5",
586
- "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
587
- "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
588
- "dependencies": {
589
- "@babel/types": "^7.22.5"
590
- },
591
- "engines": {
592
- "node": ">=6.9.0"
593
- }
594
- },
595
- "node_modules/@babel/helper-split-export-declaration": {
596
- "version": "7.22.6",
597
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
598
- "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
512
+ "version": "7.25.9",
513
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
514
+ "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
515
+ "license": "MIT",
599
516
  "dependencies": {
600
- "@babel/types": "^7.22.5"
517
+ "@babel/traverse": "^7.25.9",
518
+ "@babel/types": "^7.25.9"
601
519
  },
602
520
  "engines": {
603
521
  "node": ">=6.9.0"
604
522
  }
605
523
  },
606
524
  "node_modules/@babel/helper-string-parser": {
607
- "version": "7.23.4",
608
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
609
- "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
525
+ "version": "7.25.9",
526
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
527
+ "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
528
+ "license": "MIT",
610
529
  "engines": {
611
530
  "node": ">=6.9.0"
612
531
  }
613
532
  },
614
533
  "node_modules/@babel/helper-validator-identifier": {
615
- "version": "7.22.20",
616
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
617
- "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
534
+ "version": "7.25.9",
535
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
536
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
537
+ "license": "MIT",
618
538
  "engines": {
619
539
  "node": ">=6.9.0"
620
540
  }
621
541
  },
622
542
  "node_modules/@babel/helper-validator-option": {
623
- "version": "7.23.5",
624
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
625
- "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
543
+ "version": "7.25.9",
544
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
545
+ "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
546
+ "license": "MIT",
626
547
  "engines": {
627
548
  "node": ">=6.9.0"
628
549
  }
629
550
  },
630
551
  "node_modules/@babel/helper-wrap-function": {
631
- "version": "7.22.20",
632
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
633
- "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
552
+ "version": "7.25.9",
553
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
554
+ "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
555
+ "license": "MIT",
634
556
  "dependencies": {
635
- "@babel/helper-function-name": "^7.22.5",
636
- "@babel/template": "^7.22.15",
637
- "@babel/types": "^7.22.19"
557
+ "@babel/template": "^7.25.9",
558
+ "@babel/traverse": "^7.25.9",
559
+ "@babel/types": "^7.25.9"
638
560
  },
639
561
  "engines": {
640
562
  "node": ">=6.9.0"
641
563
  }
642
564
  },
643
565
  "node_modules/@babel/helpers": {
644
- "version": "7.24.0",
645
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz",
646
- "integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==",
566
+ "version": "7.26.0",
567
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
568
+ "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
569
+ "license": "MIT",
647
570
  "dependencies": {
648
- "@babel/template": "^7.24.0",
649
- "@babel/traverse": "^7.24.0",
650
- "@babel/types": "^7.24.0"
571
+ "@babel/template": "^7.25.9",
572
+ "@babel/types": "^7.26.0"
651
573
  },
652
574
  "engines": {
653
575
  "node": ">=6.9.0"
654
576
  }
655
577
  },
656
- "node_modules/@babel/highlight": {
657
- "version": "7.23.4",
658
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
659
- "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
578
+ "node_modules/@babel/parser": {
579
+ "version": "7.26.2",
580
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
581
+ "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
582
+ "license": "MIT",
660
583
  "dependencies": {
661
- "@babel/helper-validator-identifier": "^7.22.20",
662
- "chalk": "^2.4.2",
663
- "js-tokens": "^4.0.0"
584
+ "@babel/types": "^7.26.0"
664
585
  },
665
- "engines": {
666
- "node": ">=6.9.0"
667
- }
668
- },
669
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
670
- "version": "3.2.1",
671
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
672
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
673
- "dependencies": {
674
- "color-convert": "^1.9.0"
586
+ "bin": {
587
+ "parser": "bin/babel-parser.js"
675
588
  },
676
589
  "engines": {
677
- "node": ">=4"
590
+ "node": ">=6.0.0"
678
591
  }
679
592
  },
680
- "node_modules/@babel/highlight/node_modules/chalk": {
681
- "version": "2.4.2",
682
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
683
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
593
+ "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
594
+ "version": "7.25.9",
595
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
596
+ "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
597
+ "license": "MIT",
684
598
  "dependencies": {
685
- "ansi-styles": "^3.2.1",
686
- "escape-string-regexp": "^1.0.5",
687
- "supports-color": "^5.3.0"
599
+ "@babel/helper-plugin-utils": "^7.25.9",
600
+ "@babel/traverse": "^7.25.9"
688
601
  },
689
602
  "engines": {
690
- "node": ">=4"
691
- }
692
- },
693
- "node_modules/@babel/highlight/node_modules/color-convert": {
694
- "version": "1.9.3",
695
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
696
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
697
- "dependencies": {
698
- "color-name": "1.1.3"
699
- }
700
- },
701
- "node_modules/@babel/highlight/node_modules/color-name": {
702
- "version": "1.1.3",
703
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
704
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
705
- },
706
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
707
- "version": "1.0.5",
708
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
709
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
710
- "engines": {
711
- "node": ">=0.8.0"
712
- }
713
- },
714
- "node_modules/@babel/highlight/node_modules/has-flag": {
715
- "version": "3.0.0",
716
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
717
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
718
- "engines": {
719
- "node": ">=4"
603
+ "node": ">=6.9.0"
604
+ },
605
+ "peerDependencies": {
606
+ "@babel/core": "^7.0.0"
720
607
  }
721
608
  },
722
- "node_modules/@babel/highlight/node_modules/supports-color": {
723
- "version": "5.5.0",
724
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
725
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
609
+ "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
610
+ "version": "7.25.9",
611
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
612
+ "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
613
+ "license": "MIT",
726
614
  "dependencies": {
727
- "has-flag": "^3.0.0"
615
+ "@babel/helper-plugin-utils": "^7.25.9"
728
616
  },
729
617
  "engines": {
730
- "node": ">=4"
731
- }
732
- },
733
- "node_modules/@babel/parser": {
734
- "version": "7.24.0",
735
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz",
736
- "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==",
737
- "bin": {
738
- "parser": "bin/babel-parser.js"
618
+ "node": ">=6.9.0"
739
619
  },
740
- "engines": {
741
- "node": ">=6.0.0"
620
+ "peerDependencies": {
621
+ "@babel/core": "^7.0.0"
742
622
  }
743
623
  },
744
624
  "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
745
- "version": "7.23.3",
746
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",
747
- "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
625
+ "version": "7.25.9",
626
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz",
627
+ "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
628
+ "license": "MIT",
748
629
  "dependencies": {
749
- "@babel/helper-plugin-utils": "^7.22.5"
630
+ "@babel/helper-plugin-utils": "^7.25.9"
750
631
  },
751
632
  "engines": {
752
633
  "node": ">=6.9.0"
@@ -756,13 +637,14 @@
756
637
  }
757
638
  },
758
639
  "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
759
- "version": "7.23.3",
760
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
761
- "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
640
+ "version": "7.25.9",
641
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
642
+ "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
643
+ "license": "MIT",
762
644
  "dependencies": {
763
- "@babel/helper-plugin-utils": "^7.22.5",
764
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
765
- "@babel/plugin-transform-optional-chaining": "^7.23.3"
645
+ "@babel/helper-plugin-utils": "^7.25.9",
646
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
647
+ "@babel/plugin-transform-optional-chaining": "^7.25.9"
766
648
  },
767
649
  "engines": {
768
650
  "node": ">=6.9.0"
@@ -772,12 +654,13 @@
772
654
  }
773
655
  },
774
656
  "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
775
- "version": "7.23.7",
776
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz",
777
- "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==",
657
+ "version": "7.25.9",
658
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",
659
+ "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
660
+ "license": "MIT",
778
661
  "dependencies": {
779
- "@babel/helper-environment-visitor": "^7.22.20",
780
- "@babel/helper-plugin-utils": "^7.22.5"
662
+ "@babel/helper-plugin-utils": "^7.25.9",
663
+ "@babel/traverse": "^7.25.9"
781
664
  },
782
665
  "engines": {
783
666
  "node": ">=6.9.0"
@@ -797,42 +680,6 @@
797
680
  "@babel/core": "^7.0.0-0"
798
681
  }
799
682
  },
800
- "node_modules/@babel/plugin-syntax-async-generators": {
801
- "version": "7.8.4",
802
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
803
- "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
804
- "dependencies": {
805
- "@babel/helper-plugin-utils": "^7.8.0"
806
- },
807
- "peerDependencies": {
808
- "@babel/core": "^7.0.0-0"
809
- }
810
- },
811
- "node_modules/@babel/plugin-syntax-class-properties": {
812
- "version": "7.12.13",
813
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
814
- "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
815
- "dependencies": {
816
- "@babel/helper-plugin-utils": "^7.12.13"
817
- },
818
- "peerDependencies": {
819
- "@babel/core": "^7.0.0-0"
820
- }
821
- },
822
- "node_modules/@babel/plugin-syntax-class-static-block": {
823
- "version": "7.14.5",
824
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
825
- "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
826
- "dependencies": {
827
- "@babel/helper-plugin-utils": "^7.14.5"
828
- },
829
- "engines": {
830
- "node": ">=6.9.0"
831
- },
832
- "peerDependencies": {
833
- "@babel/core": "^7.0.0-0"
834
- }
835
- },
836
683
  "node_modules/@babel/plugin-syntax-dynamic-import": {
837
684
  "version": "7.8.3",
838
685
  "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
@@ -844,23 +691,13 @@
844
691
  "@babel/core": "^7.0.0-0"
845
692
  }
846
693
  },
847
- "node_modules/@babel/plugin-syntax-export-namespace-from": {
848
- "version": "7.8.3",
849
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
850
- "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
851
- "dependencies": {
852
- "@babel/helper-plugin-utils": "^7.8.3"
853
- },
854
- "peerDependencies": {
855
- "@babel/core": "^7.0.0-0"
856
- }
857
- },
858
694
  "node_modules/@babel/plugin-syntax-import-assertions": {
859
- "version": "7.23.3",
860
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
861
- "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
695
+ "version": "7.26.0",
696
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
697
+ "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
698
+ "license": "MIT",
862
699
  "dependencies": {
863
- "@babel/helper-plugin-utils": "^7.22.5"
700
+ "@babel/helper-plugin-utils": "^7.25.9"
864
701
  },
865
702
  "engines": {
866
703
  "node": ">=6.9.0"
@@ -870,11 +707,12 @@
870
707
  }
871
708
  },
872
709
  "node_modules/@babel/plugin-syntax-import-attributes": {
873
- "version": "7.23.3",
874
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
875
- "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
710
+ "version": "7.26.0",
711
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
712
+ "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
713
+ "license": "MIT",
876
714
  "dependencies": {
877
- "@babel/helper-plugin-utils": "^7.22.5"
715
+ "@babel/helper-plugin-utils": "^7.25.9"
878
716
  },
879
717
  "engines": {
880
718
  "node": ">=6.9.0"
@@ -883,128 +721,13 @@
883
721
  "@babel/core": "^7.0.0-0"
884
722
  }
885
723
  },
886
- "node_modules/@babel/plugin-syntax-import-meta": {
887
- "version": "7.10.4",
888
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
889
- "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
890
- "dependencies": {
891
- "@babel/helper-plugin-utils": "^7.10.4"
892
- },
893
- "peerDependencies": {
894
- "@babel/core": "^7.0.0-0"
895
- }
896
- },
897
- "node_modules/@babel/plugin-syntax-json-strings": {
898
- "version": "7.8.3",
899
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
900
- "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
901
- "dependencies": {
902
- "@babel/helper-plugin-utils": "^7.8.0"
903
- },
904
- "peerDependencies": {
905
- "@babel/core": "^7.0.0-0"
906
- }
907
- },
908
724
  "node_modules/@babel/plugin-syntax-jsx": {
909
- "version": "7.23.3",
910
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
911
- "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
912
- "dependencies": {
913
- "@babel/helper-plugin-utils": "^7.22.5"
914
- },
915
- "engines": {
916
- "node": ">=6.9.0"
917
- },
918
- "peerDependencies": {
919
- "@babel/core": "^7.0.0-0"
920
- }
921
- },
922
- "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
923
- "version": "7.10.4",
924
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
925
- "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
926
- "dependencies": {
927
- "@babel/helper-plugin-utils": "^7.10.4"
928
- },
929
- "peerDependencies": {
930
- "@babel/core": "^7.0.0-0"
931
- }
932
- },
933
- "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
934
- "version": "7.8.3",
935
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
936
- "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
937
- "dependencies": {
938
- "@babel/helper-plugin-utils": "^7.8.0"
939
- },
940
- "peerDependencies": {
941
- "@babel/core": "^7.0.0-0"
942
- }
943
- },
944
- "node_modules/@babel/plugin-syntax-numeric-separator": {
945
- "version": "7.10.4",
946
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
947
- "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
948
- "dependencies": {
949
- "@babel/helper-plugin-utils": "^7.10.4"
950
- },
951
- "peerDependencies": {
952
- "@babel/core": "^7.0.0-0"
953
- }
954
- },
955
- "node_modules/@babel/plugin-syntax-object-rest-spread": {
956
- "version": "7.8.3",
957
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
958
- "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
959
- "dependencies": {
960
- "@babel/helper-plugin-utils": "^7.8.0"
961
- },
962
- "peerDependencies": {
963
- "@babel/core": "^7.0.0-0"
964
- }
965
- },
966
- "node_modules/@babel/plugin-syntax-optional-catch-binding": {
967
- "version": "7.8.3",
968
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
969
- "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
970
- "dependencies": {
971
- "@babel/helper-plugin-utils": "^7.8.0"
972
- },
973
- "peerDependencies": {
974
- "@babel/core": "^7.0.0-0"
975
- }
976
- },
977
- "node_modules/@babel/plugin-syntax-optional-chaining": {
978
- "version": "7.8.3",
979
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
980
- "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
981
- "dependencies": {
982
- "@babel/helper-plugin-utils": "^7.8.0"
983
- },
984
- "peerDependencies": {
985
- "@babel/core": "^7.0.0-0"
986
- }
987
- },
988
- "node_modules/@babel/plugin-syntax-private-property-in-object": {
989
- "version": "7.14.5",
990
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
991
- "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
992
- "dependencies": {
993
- "@babel/helper-plugin-utils": "^7.14.5"
994
- },
995
- "engines": {
996
- "node": ">=6.9.0"
997
- },
998
- "peerDependencies": {
999
- "@babel/core": "^7.0.0-0"
1000
- }
1001
- },
1002
- "node_modules/@babel/plugin-syntax-top-level-await": {
1003
- "version": "7.14.5",
1004
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
1005
- "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
725
+ "version": "7.25.9",
726
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
727
+ "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
728
+ "license": "MIT",
1006
729
  "dependencies": {
1007
- "@babel/helper-plugin-utils": "^7.14.5"
730
+ "@babel/helper-plugin-utils": "^7.25.9"
1008
731
  },
1009
732
  "engines": {
1010
733
  "node": ">=6.9.0"
@@ -1014,11 +737,12 @@
1014
737
  }
1015
738
  },
1016
739
  "node_modules/@babel/plugin-syntax-typescript": {
1017
- "version": "7.23.3",
1018
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz",
1019
- "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==",
740
+ "version": "7.25.9",
741
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
742
+ "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
743
+ "license": "MIT",
1020
744
  "dependencies": {
1021
- "@babel/helper-plugin-utils": "^7.22.5"
745
+ "@babel/helper-plugin-utils": "^7.25.9"
1022
746
  },
1023
747
  "engines": {
1024
748
  "node": ">=6.9.0"
@@ -1043,11 +767,12 @@
1043
767
  }
1044
768
  },
1045
769
  "node_modules/@babel/plugin-transform-arrow-functions": {
1046
- "version": "7.23.3",
1047
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
1048
- "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
770
+ "version": "7.25.9",
771
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
772
+ "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
773
+ "license": "MIT",
1049
774
  "dependencies": {
1050
- "@babel/helper-plugin-utils": "^7.22.5"
775
+ "@babel/helper-plugin-utils": "^7.25.9"
1051
776
  },
1052
777
  "engines": {
1053
778
  "node": ">=6.9.0"
@@ -1057,14 +782,14 @@
1057
782
  }
1058
783
  },
1059
784
  "node_modules/@babel/plugin-transform-async-generator-functions": {
1060
- "version": "7.23.9",
1061
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz",
1062
- "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==",
785
+ "version": "7.25.9",
786
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
787
+ "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
788
+ "license": "MIT",
1063
789
  "dependencies": {
1064
- "@babel/helper-environment-visitor": "^7.22.20",
1065
- "@babel/helper-plugin-utils": "^7.22.5",
1066
- "@babel/helper-remap-async-to-generator": "^7.22.20",
1067
- "@babel/plugin-syntax-async-generators": "^7.8.4"
790
+ "@babel/helper-plugin-utils": "^7.25.9",
791
+ "@babel/helper-remap-async-to-generator": "^7.25.9",
792
+ "@babel/traverse": "^7.25.9"
1068
793
  },
1069
794
  "engines": {
1070
795
  "node": ">=6.9.0"
@@ -1074,13 +799,14 @@
1074
799
  }
1075
800
  },
1076
801
  "node_modules/@babel/plugin-transform-async-to-generator": {
1077
- "version": "7.23.3",
1078
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
1079
- "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
802
+ "version": "7.25.9",
803
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
804
+ "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
805
+ "license": "MIT",
1080
806
  "dependencies": {
1081
- "@babel/helper-module-imports": "^7.22.15",
1082
- "@babel/helper-plugin-utils": "^7.22.5",
1083
- "@babel/helper-remap-async-to-generator": "^7.22.20"
807
+ "@babel/helper-module-imports": "^7.25.9",
808
+ "@babel/helper-plugin-utils": "^7.25.9",
809
+ "@babel/helper-remap-async-to-generator": "^7.25.9"
1084
810
  },
1085
811
  "engines": {
1086
812
  "node": ">=6.9.0"
@@ -1090,11 +816,12 @@
1090
816
  }
1091
817
  },
1092
818
  "node_modules/@babel/plugin-transform-block-scoped-functions": {
1093
- "version": "7.23.3",
1094
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
1095
- "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
819
+ "version": "7.25.9",
820
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz",
821
+ "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==",
822
+ "license": "MIT",
1096
823
  "dependencies": {
1097
- "@babel/helper-plugin-utils": "^7.22.5"
824
+ "@babel/helper-plugin-utils": "^7.25.9"
1098
825
  },
1099
826
  "engines": {
1100
827
  "node": ">=6.9.0"
@@ -1104,11 +831,12 @@
1104
831
  }
1105
832
  },
1106
833
  "node_modules/@babel/plugin-transform-block-scoping": {
1107
- "version": "7.23.4",
1108
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",
1109
- "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",
834
+ "version": "7.25.9",
835
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
836
+ "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
837
+ "license": "MIT",
1110
838
  "dependencies": {
1111
- "@babel/helper-plugin-utils": "^7.22.5"
839
+ "@babel/helper-plugin-utils": "^7.25.9"
1112
840
  },
1113
841
  "engines": {
1114
842
  "node": ">=6.9.0"
@@ -1118,12 +846,13 @@
1118
846
  }
1119
847
  },
1120
848
  "node_modules/@babel/plugin-transform-class-properties": {
1121
- "version": "7.23.3",
1122
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
1123
- "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
849
+ "version": "7.25.9",
850
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
851
+ "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
852
+ "license": "MIT",
1124
853
  "dependencies": {
1125
- "@babel/helper-create-class-features-plugin": "^7.22.15",
1126
- "@babel/helper-plugin-utils": "^7.22.5"
854
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
855
+ "@babel/helper-plugin-utils": "^7.25.9"
1127
856
  },
1128
857
  "engines": {
1129
858
  "node": ">=6.9.0"
@@ -1133,13 +862,13 @@
1133
862
  }
1134
863
  },
1135
864
  "node_modules/@babel/plugin-transform-class-static-block": {
1136
- "version": "7.23.4",
1137
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz",
1138
- "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==",
865
+ "version": "7.26.0",
866
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
867
+ "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
868
+ "license": "MIT",
1139
869
  "dependencies": {
1140
- "@babel/helper-create-class-features-plugin": "^7.22.15",
1141
- "@babel/helper-plugin-utils": "^7.22.5",
1142
- "@babel/plugin-syntax-class-static-block": "^7.14.5"
870
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
871
+ "@babel/helper-plugin-utils": "^7.25.9"
1143
872
  },
1144
873
  "engines": {
1145
874
  "node": ">=6.9.0"
@@ -1149,17 +878,16 @@
1149
878
  }
1150
879
  },
1151
880
  "node_modules/@babel/plugin-transform-classes": {
1152
- "version": "7.23.8",
1153
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz",
1154
- "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==",
1155
- "dependencies": {
1156
- "@babel/helper-annotate-as-pure": "^7.22.5",
1157
- "@babel/helper-compilation-targets": "^7.23.6",
1158
- "@babel/helper-environment-visitor": "^7.22.20",
1159
- "@babel/helper-function-name": "^7.23.0",
1160
- "@babel/helper-plugin-utils": "^7.22.5",
1161
- "@babel/helper-replace-supers": "^7.22.20",
1162
- "@babel/helper-split-export-declaration": "^7.22.6",
881
+ "version": "7.25.9",
882
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
883
+ "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
884
+ "license": "MIT",
885
+ "dependencies": {
886
+ "@babel/helper-annotate-as-pure": "^7.25.9",
887
+ "@babel/helper-compilation-targets": "^7.25.9",
888
+ "@babel/helper-plugin-utils": "^7.25.9",
889
+ "@babel/helper-replace-supers": "^7.25.9",
890
+ "@babel/traverse": "^7.25.9",
1163
891
  "globals": "^11.1.0"
1164
892
  },
1165
893
  "engines": {
@@ -1170,12 +898,13 @@
1170
898
  }
1171
899
  },
1172
900
  "node_modules/@babel/plugin-transform-computed-properties": {
1173
- "version": "7.23.3",
1174
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
1175
- "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
901
+ "version": "7.25.9",
902
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
903
+ "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
904
+ "license": "MIT",
1176
905
  "dependencies": {
1177
- "@babel/helper-plugin-utils": "^7.22.5",
1178
- "@babel/template": "^7.22.15"
906
+ "@babel/helper-plugin-utils": "^7.25.9",
907
+ "@babel/template": "^7.25.9"
1179
908
  },
1180
909
  "engines": {
1181
910
  "node": ">=6.9.0"
@@ -1185,11 +914,12 @@
1185
914
  }
1186
915
  },
1187
916
  "node_modules/@babel/plugin-transform-destructuring": {
1188
- "version": "7.23.3",
1189
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
1190
- "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
917
+ "version": "7.25.9",
918
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
919
+ "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
920
+ "license": "MIT",
1191
921
  "dependencies": {
1192
- "@babel/helper-plugin-utils": "^7.22.5"
922
+ "@babel/helper-plugin-utils": "^7.25.9"
1193
923
  },
1194
924
  "engines": {
1195
925
  "node": ">=6.9.0"
@@ -1199,12 +929,13 @@
1199
929
  }
1200
930
  },
1201
931
  "node_modules/@babel/plugin-transform-dotall-regex": {
1202
- "version": "7.23.3",
1203
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
1204
- "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
932
+ "version": "7.25.9",
933
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
934
+ "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
935
+ "license": "MIT",
1205
936
  "dependencies": {
1206
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
1207
- "@babel/helper-plugin-utils": "^7.22.5"
937
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
938
+ "@babel/helper-plugin-utils": "^7.25.9"
1208
939
  },
1209
940
  "engines": {
1210
941
  "node": ">=6.9.0"
@@ -1214,11 +945,12 @@
1214
945
  }
1215
946
  },
1216
947
  "node_modules/@babel/plugin-transform-duplicate-keys": {
1217
- "version": "7.23.3",
1218
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
1219
- "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
948
+ "version": "7.25.9",
949
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
950
+ "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
951
+ "license": "MIT",
1220
952
  "dependencies": {
1221
- "@babel/helper-plugin-utils": "^7.22.5"
953
+ "@babel/helper-plugin-utils": "^7.25.9"
1222
954
  },
1223
955
  "engines": {
1224
956
  "node": ">=6.9.0"
@@ -1227,13 +959,29 @@
1227
959
  "@babel/core": "^7.0.0-0"
1228
960
  }
1229
961
  },
962
+ "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
963
+ "version": "7.25.9",
964
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
965
+ "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
966
+ "license": "MIT",
967
+ "dependencies": {
968
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
969
+ "@babel/helper-plugin-utils": "^7.25.9"
970
+ },
971
+ "engines": {
972
+ "node": ">=6.9.0"
973
+ },
974
+ "peerDependencies": {
975
+ "@babel/core": "^7.0.0"
976
+ }
977
+ },
1230
978
  "node_modules/@babel/plugin-transform-dynamic-import": {
1231
- "version": "7.23.4",
1232
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz",
1233
- "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==",
979
+ "version": "7.25.9",
980
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
981
+ "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
982
+ "license": "MIT",
1234
983
  "dependencies": {
1235
- "@babel/helper-plugin-utils": "^7.22.5",
1236
- "@babel/plugin-syntax-dynamic-import": "^7.8.3"
984
+ "@babel/helper-plugin-utils": "^7.25.9"
1237
985
  },
1238
986
  "engines": {
1239
987
  "node": ">=6.9.0"
@@ -1243,12 +991,13 @@
1243
991
  }
1244
992
  },
1245
993
  "node_modules/@babel/plugin-transform-exponentiation-operator": {
1246
- "version": "7.23.3",
1247
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
1248
- "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
994
+ "version": "7.25.9",
995
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz",
996
+ "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==",
997
+ "license": "MIT",
1249
998
  "dependencies": {
1250
- "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
1251
- "@babel/helper-plugin-utils": "^7.22.5"
999
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9",
1000
+ "@babel/helper-plugin-utils": "^7.25.9"
1252
1001
  },
1253
1002
  "engines": {
1254
1003
  "node": ">=6.9.0"
@@ -1258,12 +1007,12 @@
1258
1007
  }
1259
1008
  },
1260
1009
  "node_modules/@babel/plugin-transform-export-namespace-from": {
1261
- "version": "7.23.4",
1262
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",
1263
- "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",
1010
+ "version": "7.25.9",
1011
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
1012
+ "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
1013
+ "license": "MIT",
1264
1014
  "dependencies": {
1265
- "@babel/helper-plugin-utils": "^7.22.5",
1266
- "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
1015
+ "@babel/helper-plugin-utils": "^7.25.9"
1267
1016
  },
1268
1017
  "engines": {
1269
1018
  "node": ">=6.9.0"
@@ -1273,12 +1022,13 @@
1273
1022
  }
1274
1023
  },
1275
1024
  "node_modules/@babel/plugin-transform-for-of": {
1276
- "version": "7.23.6",
1277
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz",
1278
- "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==",
1025
+ "version": "7.25.9",
1026
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz",
1027
+ "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==",
1028
+ "license": "MIT",
1279
1029
  "dependencies": {
1280
- "@babel/helper-plugin-utils": "^7.22.5",
1281
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
1030
+ "@babel/helper-plugin-utils": "^7.25.9",
1031
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1282
1032
  },
1283
1033
  "engines": {
1284
1034
  "node": ">=6.9.0"
@@ -1288,13 +1038,14 @@
1288
1038
  }
1289
1039
  },
1290
1040
  "node_modules/@babel/plugin-transform-function-name": {
1291
- "version": "7.23.3",
1292
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
1293
- "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
1041
+ "version": "7.25.9",
1042
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
1043
+ "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
1044
+ "license": "MIT",
1294
1045
  "dependencies": {
1295
- "@babel/helper-compilation-targets": "^7.22.15",
1296
- "@babel/helper-function-name": "^7.23.0",
1297
- "@babel/helper-plugin-utils": "^7.22.5"
1046
+ "@babel/helper-compilation-targets": "^7.25.9",
1047
+ "@babel/helper-plugin-utils": "^7.25.9",
1048
+ "@babel/traverse": "^7.25.9"
1298
1049
  },
1299
1050
  "engines": {
1300
1051
  "node": ">=6.9.0"
@@ -1304,12 +1055,12 @@
1304
1055
  }
1305
1056
  },
1306
1057
  "node_modules/@babel/plugin-transform-json-strings": {
1307
- "version": "7.23.4",
1308
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz",
1309
- "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==",
1058
+ "version": "7.25.9",
1059
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
1060
+ "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
1061
+ "license": "MIT",
1310
1062
  "dependencies": {
1311
- "@babel/helper-plugin-utils": "^7.22.5",
1312
- "@babel/plugin-syntax-json-strings": "^7.8.3"
1063
+ "@babel/helper-plugin-utils": "^7.25.9"
1313
1064
  },
1314
1065
  "engines": {
1315
1066
  "node": ">=6.9.0"
@@ -1319,11 +1070,12 @@
1319
1070
  }
1320
1071
  },
1321
1072
  "node_modules/@babel/plugin-transform-literals": {
1322
- "version": "7.23.3",
1323
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz",
1324
- "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==",
1073
+ "version": "7.25.9",
1074
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
1075
+ "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
1076
+ "license": "MIT",
1325
1077
  "dependencies": {
1326
- "@babel/helper-plugin-utils": "^7.22.5"
1078
+ "@babel/helper-plugin-utils": "^7.25.9"
1327
1079
  },
1328
1080
  "engines": {
1329
1081
  "node": ">=6.9.0"
@@ -1333,12 +1085,12 @@
1333
1085
  }
1334
1086
  },
1335
1087
  "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1336
- "version": "7.23.4",
1337
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz",
1338
- "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==",
1088
+ "version": "7.25.9",
1089
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
1090
+ "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
1091
+ "license": "MIT",
1339
1092
  "dependencies": {
1340
- "@babel/helper-plugin-utils": "^7.22.5",
1341
- "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
1093
+ "@babel/helper-plugin-utils": "^7.25.9"
1342
1094
  },
1343
1095
  "engines": {
1344
1096
  "node": ">=6.9.0"
@@ -1348,11 +1100,12 @@
1348
1100
  }
1349
1101
  },
1350
1102
  "node_modules/@babel/plugin-transform-member-expression-literals": {
1351
- "version": "7.23.3",
1352
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz",
1353
- "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==",
1103
+ "version": "7.25.9",
1104
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
1105
+ "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
1106
+ "license": "MIT",
1354
1107
  "dependencies": {
1355
- "@babel/helper-plugin-utils": "^7.22.5"
1108
+ "@babel/helper-plugin-utils": "^7.25.9"
1356
1109
  },
1357
1110
  "engines": {
1358
1111
  "node": ">=6.9.0"
@@ -1362,12 +1115,13 @@
1362
1115
  }
1363
1116
  },
1364
1117
  "node_modules/@babel/plugin-transform-modules-amd": {
1365
- "version": "7.23.3",
1366
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz",
1367
- "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==",
1118
+ "version": "7.25.9",
1119
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
1120
+ "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
1121
+ "license": "MIT",
1368
1122
  "dependencies": {
1369
- "@babel/helper-module-transforms": "^7.23.3",
1370
- "@babel/helper-plugin-utils": "^7.22.5"
1123
+ "@babel/helper-module-transforms": "^7.25.9",
1124
+ "@babel/helper-plugin-utils": "^7.25.9"
1371
1125
  },
1372
1126
  "engines": {
1373
1127
  "node": ">=6.9.0"
@@ -1377,13 +1131,14 @@
1377
1131
  }
1378
1132
  },
1379
1133
  "node_modules/@babel/plugin-transform-modules-commonjs": {
1380
- "version": "7.23.3",
1381
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
1382
- "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
1134
+ "version": "7.25.9",
1135
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz",
1136
+ "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==",
1137
+ "license": "MIT",
1383
1138
  "dependencies": {
1384
- "@babel/helper-module-transforms": "^7.23.3",
1385
- "@babel/helper-plugin-utils": "^7.22.5",
1386
- "@babel/helper-simple-access": "^7.22.5"
1139
+ "@babel/helper-module-transforms": "^7.25.9",
1140
+ "@babel/helper-plugin-utils": "^7.25.9",
1141
+ "@babel/helper-simple-access": "^7.25.9"
1387
1142
  },
1388
1143
  "engines": {
1389
1144
  "node": ">=6.9.0"
@@ -1393,14 +1148,15 @@
1393
1148
  }
1394
1149
  },
1395
1150
  "node_modules/@babel/plugin-transform-modules-systemjs": {
1396
- "version": "7.23.9",
1397
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz",
1398
- "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==",
1151
+ "version": "7.25.9",
1152
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
1153
+ "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
1154
+ "license": "MIT",
1399
1155
  "dependencies": {
1400
- "@babel/helper-hoist-variables": "^7.22.5",
1401
- "@babel/helper-module-transforms": "^7.23.3",
1402
- "@babel/helper-plugin-utils": "^7.22.5",
1403
- "@babel/helper-validator-identifier": "^7.22.20"
1156
+ "@babel/helper-module-transforms": "^7.25.9",
1157
+ "@babel/helper-plugin-utils": "^7.25.9",
1158
+ "@babel/helper-validator-identifier": "^7.25.9",
1159
+ "@babel/traverse": "^7.25.9"
1404
1160
  },
1405
1161
  "engines": {
1406
1162
  "node": ">=6.9.0"
@@ -1410,12 +1166,13 @@
1410
1166
  }
1411
1167
  },
1412
1168
  "node_modules/@babel/plugin-transform-modules-umd": {
1413
- "version": "7.23.3",
1414
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz",
1415
- "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==",
1169
+ "version": "7.25.9",
1170
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
1171
+ "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
1172
+ "license": "MIT",
1416
1173
  "dependencies": {
1417
- "@babel/helper-module-transforms": "^7.23.3",
1418
- "@babel/helper-plugin-utils": "^7.22.5"
1174
+ "@babel/helper-module-transforms": "^7.25.9",
1175
+ "@babel/helper-plugin-utils": "^7.25.9"
1419
1176
  },
1420
1177
  "engines": {
1421
1178
  "node": ">=6.9.0"
@@ -1425,12 +1182,13 @@
1425
1182
  }
1426
1183
  },
1427
1184
  "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1428
- "version": "7.22.5",
1429
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
1430
- "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
1185
+ "version": "7.25.9",
1186
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
1187
+ "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
1188
+ "license": "MIT",
1431
1189
  "dependencies": {
1432
- "@babel/helper-create-regexp-features-plugin": "^7.22.5",
1433
- "@babel/helper-plugin-utils": "^7.22.5"
1190
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1191
+ "@babel/helper-plugin-utils": "^7.25.9"
1434
1192
  },
1435
1193
  "engines": {
1436
1194
  "node": ">=6.9.0"
@@ -1440,11 +1198,12 @@
1440
1198
  }
1441
1199
  },
1442
1200
  "node_modules/@babel/plugin-transform-new-target": {
1443
- "version": "7.23.3",
1444
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz",
1445
- "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==",
1201
+ "version": "7.25.9",
1202
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
1203
+ "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
1204
+ "license": "MIT",
1446
1205
  "dependencies": {
1447
- "@babel/helper-plugin-utils": "^7.22.5"
1206
+ "@babel/helper-plugin-utils": "^7.25.9"
1448
1207
  },
1449
1208
  "engines": {
1450
1209
  "node": ">=6.9.0"
@@ -1454,12 +1213,12 @@
1454
1213
  }
1455
1214
  },
1456
1215
  "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1457
- "version": "7.23.4",
1458
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz",
1459
- "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==",
1216
+ "version": "7.25.9",
1217
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz",
1218
+ "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==",
1219
+ "license": "MIT",
1460
1220
  "dependencies": {
1461
- "@babel/helper-plugin-utils": "^7.22.5",
1462
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1221
+ "@babel/helper-plugin-utils": "^7.25.9"
1463
1222
  },
1464
1223
  "engines": {
1465
1224
  "node": ">=6.9.0"
@@ -1469,12 +1228,12 @@
1469
1228
  }
1470
1229
  },
1471
1230
  "node_modules/@babel/plugin-transform-numeric-separator": {
1472
- "version": "7.23.4",
1473
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz",
1474
- "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==",
1231
+ "version": "7.25.9",
1232
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
1233
+ "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
1234
+ "license": "MIT",
1475
1235
  "dependencies": {
1476
- "@babel/helper-plugin-utils": "^7.22.5",
1477
- "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1236
+ "@babel/helper-plugin-utils": "^7.25.9"
1478
1237
  },
1479
1238
  "engines": {
1480
1239
  "node": ">=6.9.0"
@@ -1484,15 +1243,14 @@
1484
1243
  }
1485
1244
  },
1486
1245
  "node_modules/@babel/plugin-transform-object-rest-spread": {
1487
- "version": "7.24.0",
1488
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz",
1489
- "integrity": "sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==",
1246
+ "version": "7.25.9",
1247
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
1248
+ "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
1249
+ "license": "MIT",
1490
1250
  "dependencies": {
1491
- "@babel/compat-data": "^7.23.5",
1492
- "@babel/helper-compilation-targets": "^7.23.6",
1493
- "@babel/helper-plugin-utils": "^7.24.0",
1494
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1495
- "@babel/plugin-transform-parameters": "^7.23.3"
1251
+ "@babel/helper-compilation-targets": "^7.25.9",
1252
+ "@babel/helper-plugin-utils": "^7.25.9",
1253
+ "@babel/plugin-transform-parameters": "^7.25.9"
1496
1254
  },
1497
1255
  "engines": {
1498
1256
  "node": ">=6.9.0"
@@ -1502,12 +1260,13 @@
1502
1260
  }
1503
1261
  },
1504
1262
  "node_modules/@babel/plugin-transform-object-super": {
1505
- "version": "7.23.3",
1506
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz",
1507
- "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==",
1263
+ "version": "7.25.9",
1264
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
1265
+ "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
1266
+ "license": "MIT",
1508
1267
  "dependencies": {
1509
- "@babel/helper-plugin-utils": "^7.22.5",
1510
- "@babel/helper-replace-supers": "^7.22.20"
1268
+ "@babel/helper-plugin-utils": "^7.25.9",
1269
+ "@babel/helper-replace-supers": "^7.25.9"
1511
1270
  },
1512
1271
  "engines": {
1513
1272
  "node": ">=6.9.0"
@@ -1517,12 +1276,12 @@
1517
1276
  }
1518
1277
  },
1519
1278
  "node_modules/@babel/plugin-transform-optional-catch-binding": {
1520
- "version": "7.23.4",
1521
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz",
1522
- "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==",
1279
+ "version": "7.25.9",
1280
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
1281
+ "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
1282
+ "license": "MIT",
1523
1283
  "dependencies": {
1524
- "@babel/helper-plugin-utils": "^7.22.5",
1525
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
1284
+ "@babel/helper-plugin-utils": "^7.25.9"
1526
1285
  },
1527
1286
  "engines": {
1528
1287
  "node": ">=6.9.0"
@@ -1532,13 +1291,13 @@
1532
1291
  }
1533
1292
  },
1534
1293
  "node_modules/@babel/plugin-transform-optional-chaining": {
1535
- "version": "7.23.4",
1536
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz",
1537
- "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==",
1294
+ "version": "7.25.9",
1295
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
1296
+ "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
1297
+ "license": "MIT",
1538
1298
  "dependencies": {
1539
- "@babel/helper-plugin-utils": "^7.22.5",
1540
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
1541
- "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1299
+ "@babel/helper-plugin-utils": "^7.25.9",
1300
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1542
1301
  },
1543
1302
  "engines": {
1544
1303
  "node": ">=6.9.0"
@@ -1548,11 +1307,12 @@
1548
1307
  }
1549
1308
  },
1550
1309
  "node_modules/@babel/plugin-transform-parameters": {
1551
- "version": "7.23.3",
1552
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz",
1553
- "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==",
1310
+ "version": "7.25.9",
1311
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
1312
+ "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
1313
+ "license": "MIT",
1554
1314
  "dependencies": {
1555
- "@babel/helper-plugin-utils": "^7.22.5"
1315
+ "@babel/helper-plugin-utils": "^7.25.9"
1556
1316
  },
1557
1317
  "engines": {
1558
1318
  "node": ">=6.9.0"
@@ -1562,12 +1322,13 @@
1562
1322
  }
1563
1323
  },
1564
1324
  "node_modules/@babel/plugin-transform-private-methods": {
1565
- "version": "7.23.3",
1566
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz",
1567
- "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==",
1325
+ "version": "7.25.9",
1326
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
1327
+ "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
1328
+ "license": "MIT",
1568
1329
  "dependencies": {
1569
- "@babel/helper-create-class-features-plugin": "^7.22.15",
1570
- "@babel/helper-plugin-utils": "^7.22.5"
1330
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
1331
+ "@babel/helper-plugin-utils": "^7.25.9"
1571
1332
  },
1572
1333
  "engines": {
1573
1334
  "node": ">=6.9.0"
@@ -1577,14 +1338,14 @@
1577
1338
  }
1578
1339
  },
1579
1340
  "node_modules/@babel/plugin-transform-private-property-in-object": {
1580
- "version": "7.23.4",
1581
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz",
1582
- "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==",
1341
+ "version": "7.25.9",
1342
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
1343
+ "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
1344
+ "license": "MIT",
1583
1345
  "dependencies": {
1584
- "@babel/helper-annotate-as-pure": "^7.22.5",
1585
- "@babel/helper-create-class-features-plugin": "^7.22.15",
1586
- "@babel/helper-plugin-utils": "^7.22.5",
1587
- "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1346
+ "@babel/helper-annotate-as-pure": "^7.25.9",
1347
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
1348
+ "@babel/helper-plugin-utils": "^7.25.9"
1588
1349
  },
1589
1350
  "engines": {
1590
1351
  "node": ">=6.9.0"
@@ -1594,11 +1355,12 @@
1594
1355
  }
1595
1356
  },
1596
1357
  "node_modules/@babel/plugin-transform-property-literals": {
1597
- "version": "7.23.3",
1598
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz",
1599
- "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==",
1358
+ "version": "7.25.9",
1359
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
1360
+ "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
1361
+ "license": "MIT",
1600
1362
  "dependencies": {
1601
- "@babel/helper-plugin-utils": "^7.22.5"
1363
+ "@babel/helper-plugin-utils": "^7.25.9"
1602
1364
  },
1603
1365
  "engines": {
1604
1366
  "node": ">=6.9.0"
@@ -1622,11 +1384,12 @@
1622
1384
  }
1623
1385
  },
1624
1386
  "node_modules/@babel/plugin-transform-react-display-name": {
1625
- "version": "7.23.3",
1626
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz",
1627
- "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==",
1387
+ "version": "7.25.9",
1388
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz",
1389
+ "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==",
1390
+ "license": "MIT",
1628
1391
  "dependencies": {
1629
- "@babel/helper-plugin-utils": "^7.22.5"
1392
+ "@babel/helper-plugin-utils": "^7.25.9"
1630
1393
  },
1631
1394
  "engines": {
1632
1395
  "node": ">=6.9.0"
@@ -1636,15 +1399,16 @@
1636
1399
  }
1637
1400
  },
1638
1401
  "node_modules/@babel/plugin-transform-react-jsx": {
1639
- "version": "7.23.4",
1640
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz",
1641
- "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==",
1402
+ "version": "7.25.9",
1403
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz",
1404
+ "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==",
1405
+ "license": "MIT",
1642
1406
  "dependencies": {
1643
- "@babel/helper-annotate-as-pure": "^7.22.5",
1644
- "@babel/helper-module-imports": "^7.22.15",
1645
- "@babel/helper-plugin-utils": "^7.22.5",
1646
- "@babel/plugin-syntax-jsx": "^7.23.3",
1647
- "@babel/types": "^7.23.4"
1407
+ "@babel/helper-annotate-as-pure": "^7.25.9",
1408
+ "@babel/helper-module-imports": "^7.25.9",
1409
+ "@babel/helper-plugin-utils": "^7.25.9",
1410
+ "@babel/plugin-syntax-jsx": "^7.25.9",
1411
+ "@babel/types": "^7.25.9"
1648
1412
  },
1649
1413
  "engines": {
1650
1414
  "node": ">=6.9.0"
@@ -1654,11 +1418,12 @@
1654
1418
  }
1655
1419
  },
1656
1420
  "node_modules/@babel/plugin-transform-react-jsx-development": {
1657
- "version": "7.22.5",
1658
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz",
1659
- "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==",
1421
+ "version": "7.25.9",
1422
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz",
1423
+ "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==",
1424
+ "license": "MIT",
1660
1425
  "dependencies": {
1661
- "@babel/plugin-transform-react-jsx": "^7.22.5"
1426
+ "@babel/plugin-transform-react-jsx": "^7.25.9"
1662
1427
  },
1663
1428
  "engines": {
1664
1429
  "node": ">=6.9.0"
@@ -1668,12 +1433,13 @@
1668
1433
  }
1669
1434
  },
1670
1435
  "node_modules/@babel/plugin-transform-react-pure-annotations": {
1671
- "version": "7.23.3",
1672
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz",
1673
- "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==",
1436
+ "version": "7.25.9",
1437
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz",
1438
+ "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==",
1439
+ "license": "MIT",
1674
1440
  "dependencies": {
1675
- "@babel/helper-annotate-as-pure": "^7.22.5",
1676
- "@babel/helper-plugin-utils": "^7.22.5"
1441
+ "@babel/helper-annotate-as-pure": "^7.25.9",
1442
+ "@babel/helper-plugin-utils": "^7.25.9"
1677
1443
  },
1678
1444
  "engines": {
1679
1445
  "node": ">=6.9.0"
@@ -1683,11 +1449,12 @@
1683
1449
  }
1684
1450
  },
1685
1451
  "node_modules/@babel/plugin-transform-regenerator": {
1686
- "version": "7.23.3",
1687
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz",
1688
- "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==",
1452
+ "version": "7.25.9",
1453
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
1454
+ "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
1455
+ "license": "MIT",
1689
1456
  "dependencies": {
1690
- "@babel/helper-plugin-utils": "^7.22.5",
1457
+ "@babel/helper-plugin-utils": "^7.25.9",
1691
1458
  "regenerator-transform": "^0.15.2"
1692
1459
  },
1693
1460
  "engines": {
@@ -1697,12 +1464,29 @@
1697
1464
  "@babel/core": "^7.0.0-0"
1698
1465
  }
1699
1466
  },
1467
+ "node_modules/@babel/plugin-transform-regexp-modifiers": {
1468
+ "version": "7.26.0",
1469
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
1470
+ "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
1471
+ "license": "MIT",
1472
+ "dependencies": {
1473
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1474
+ "@babel/helper-plugin-utils": "^7.25.9"
1475
+ },
1476
+ "engines": {
1477
+ "node": ">=6.9.0"
1478
+ },
1479
+ "peerDependencies": {
1480
+ "@babel/core": "^7.0.0"
1481
+ }
1482
+ },
1700
1483
  "node_modules/@babel/plugin-transform-reserved-words": {
1701
- "version": "7.23.3",
1702
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz",
1703
- "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==",
1484
+ "version": "7.25.9",
1485
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
1486
+ "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
1487
+ "license": "MIT",
1704
1488
  "dependencies": {
1705
- "@babel/helper-plugin-utils": "^7.22.5"
1489
+ "@babel/helper-plugin-utils": "^7.25.9"
1706
1490
  },
1707
1491
  "engines": {
1708
1492
  "node": ">=6.9.0"
@@ -1712,15 +1496,16 @@
1712
1496
  }
1713
1497
  },
1714
1498
  "node_modules/@babel/plugin-transform-runtime": {
1715
- "version": "7.24.0",
1716
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.0.tgz",
1717
- "integrity": "sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA==",
1718
- "dependencies": {
1719
- "@babel/helper-module-imports": "^7.22.15",
1720
- "@babel/helper-plugin-utils": "^7.24.0",
1721
- "babel-plugin-polyfill-corejs2": "^0.4.8",
1722
- "babel-plugin-polyfill-corejs3": "^0.9.0",
1723
- "babel-plugin-polyfill-regenerator": "^0.5.5",
1499
+ "version": "7.25.9",
1500
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz",
1501
+ "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==",
1502
+ "license": "MIT",
1503
+ "dependencies": {
1504
+ "@babel/helper-module-imports": "^7.25.9",
1505
+ "@babel/helper-plugin-utils": "^7.25.9",
1506
+ "babel-plugin-polyfill-corejs2": "^0.4.10",
1507
+ "babel-plugin-polyfill-corejs3": "^0.10.6",
1508
+ "babel-plugin-polyfill-regenerator": "^0.6.1",
1724
1509
  "semver": "^6.3.1"
1725
1510
  },
1726
1511
  "engines": {
@@ -1739,11 +1524,12 @@
1739
1524
  }
1740
1525
  },
1741
1526
  "node_modules/@babel/plugin-transform-shorthand-properties": {
1742
- "version": "7.23.3",
1743
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz",
1744
- "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==",
1527
+ "version": "7.25.9",
1528
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
1529
+ "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
1530
+ "license": "MIT",
1745
1531
  "dependencies": {
1746
- "@babel/helper-plugin-utils": "^7.22.5"
1532
+ "@babel/helper-plugin-utils": "^7.25.9"
1747
1533
  },
1748
1534
  "engines": {
1749
1535
  "node": ">=6.9.0"
@@ -1753,12 +1539,13 @@
1753
1539
  }
1754
1540
  },
1755
1541
  "node_modules/@babel/plugin-transform-spread": {
1756
- "version": "7.23.3",
1757
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz",
1758
- "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==",
1542
+ "version": "7.25.9",
1543
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
1544
+ "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
1545
+ "license": "MIT",
1759
1546
  "dependencies": {
1760
- "@babel/helper-plugin-utils": "^7.22.5",
1761
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
1547
+ "@babel/helper-plugin-utils": "^7.25.9",
1548
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1762
1549
  },
1763
1550
  "engines": {
1764
1551
  "node": ">=6.9.0"
@@ -1768,11 +1555,12 @@
1768
1555
  }
1769
1556
  },
1770
1557
  "node_modules/@babel/plugin-transform-sticky-regex": {
1771
- "version": "7.23.3",
1772
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz",
1773
- "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==",
1558
+ "version": "7.25.9",
1559
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
1560
+ "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
1561
+ "license": "MIT",
1774
1562
  "dependencies": {
1775
- "@babel/helper-plugin-utils": "^7.22.5"
1563
+ "@babel/helper-plugin-utils": "^7.25.9"
1776
1564
  },
1777
1565
  "engines": {
1778
1566
  "node": ">=6.9.0"
@@ -1782,11 +1570,12 @@
1782
1570
  }
1783
1571
  },
1784
1572
  "node_modules/@babel/plugin-transform-template-literals": {
1785
- "version": "7.23.3",
1786
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz",
1787
- "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==",
1573
+ "version": "7.25.9",
1574
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz",
1575
+ "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==",
1576
+ "license": "MIT",
1788
1577
  "dependencies": {
1789
- "@babel/helper-plugin-utils": "^7.22.5"
1578
+ "@babel/helper-plugin-utils": "^7.25.9"
1790
1579
  },
1791
1580
  "engines": {
1792
1581
  "node": ">=6.9.0"
@@ -1796,11 +1585,12 @@
1796
1585
  }
1797
1586
  },
1798
1587
  "node_modules/@babel/plugin-transform-typeof-symbol": {
1799
- "version": "7.23.3",
1800
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz",
1801
- "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==",
1588
+ "version": "7.25.9",
1589
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz",
1590
+ "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==",
1591
+ "license": "MIT",
1802
1592
  "dependencies": {
1803
- "@babel/helper-plugin-utils": "^7.22.5"
1593
+ "@babel/helper-plugin-utils": "^7.25.9"
1804
1594
  },
1805
1595
  "engines": {
1806
1596
  "node": ">=6.9.0"
@@ -1810,14 +1600,16 @@
1810
1600
  }
1811
1601
  },
1812
1602
  "node_modules/@babel/plugin-transform-typescript": {
1813
- "version": "7.23.6",
1814
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz",
1815
- "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==",
1603
+ "version": "7.25.9",
1604
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz",
1605
+ "integrity": "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==",
1606
+ "license": "MIT",
1816
1607
  "dependencies": {
1817
- "@babel/helper-annotate-as-pure": "^7.22.5",
1818
- "@babel/helper-create-class-features-plugin": "^7.23.6",
1819
- "@babel/helper-plugin-utils": "^7.22.5",
1820
- "@babel/plugin-syntax-typescript": "^7.23.3"
1608
+ "@babel/helper-annotate-as-pure": "^7.25.9",
1609
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
1610
+ "@babel/helper-plugin-utils": "^7.25.9",
1611
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
1612
+ "@babel/plugin-syntax-typescript": "^7.25.9"
1821
1613
  },
1822
1614
  "engines": {
1823
1615
  "node": ">=6.9.0"
@@ -1827,11 +1619,12 @@
1827
1619
  }
1828
1620
  },
1829
1621
  "node_modules/@babel/plugin-transform-unicode-escapes": {
1830
- "version": "7.23.3",
1831
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz",
1832
- "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==",
1622
+ "version": "7.25.9",
1623
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
1624
+ "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
1625
+ "license": "MIT",
1833
1626
  "dependencies": {
1834
- "@babel/helper-plugin-utils": "^7.22.5"
1627
+ "@babel/helper-plugin-utils": "^7.25.9"
1835
1628
  },
1836
1629
  "engines": {
1837
1630
  "node": ">=6.9.0"
@@ -1841,12 +1634,13 @@
1841
1634
  }
1842
1635
  },
1843
1636
  "node_modules/@babel/plugin-transform-unicode-property-regex": {
1844
- "version": "7.23.3",
1845
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz",
1846
- "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==",
1637
+ "version": "7.25.9",
1638
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
1639
+ "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
1640
+ "license": "MIT",
1847
1641
  "dependencies": {
1848
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
1849
- "@babel/helper-plugin-utils": "^7.22.5"
1642
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1643
+ "@babel/helper-plugin-utils": "^7.25.9"
1850
1644
  },
1851
1645
  "engines": {
1852
1646
  "node": ">=6.9.0"
@@ -1856,12 +1650,13 @@
1856
1650
  }
1857
1651
  },
1858
1652
  "node_modules/@babel/plugin-transform-unicode-regex": {
1859
- "version": "7.23.3",
1860
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz",
1861
- "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==",
1653
+ "version": "7.25.9",
1654
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
1655
+ "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
1656
+ "license": "MIT",
1862
1657
  "dependencies": {
1863
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
1864
- "@babel/helper-plugin-utils": "^7.22.5"
1658
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1659
+ "@babel/helper-plugin-utils": "^7.25.9"
1865
1660
  },
1866
1661
  "engines": {
1867
1662
  "node": ">=6.9.0"
@@ -1871,12 +1666,13 @@
1871
1666
  }
1872
1667
  },
1873
1668
  "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1874
- "version": "7.23.3",
1875
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz",
1876
- "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==",
1669
+ "version": "7.25.9",
1670
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
1671
+ "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
1672
+ "license": "MIT",
1877
1673
  "dependencies": {
1878
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
1879
- "@babel/helper-plugin-utils": "^7.22.5"
1674
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1675
+ "@babel/helper-plugin-utils": "^7.25.9"
1880
1676
  },
1881
1677
  "engines": {
1882
1678
  "node": ">=6.9.0"
@@ -1886,89 +1682,79 @@
1886
1682
  }
1887
1683
  },
1888
1684
  "node_modules/@babel/preset-env": {
1889
- "version": "7.24.0",
1890
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz",
1891
- "integrity": "sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==",
1892
- "dependencies": {
1893
- "@babel/compat-data": "^7.23.5",
1894
- "@babel/helper-compilation-targets": "^7.23.6",
1895
- "@babel/helper-plugin-utils": "^7.24.0",
1896
- "@babel/helper-validator-option": "^7.23.5",
1897
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
1898
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
1899
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7",
1685
+ "version": "7.26.0",
1686
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz",
1687
+ "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==",
1688
+ "license": "MIT",
1689
+ "dependencies": {
1690
+ "@babel/compat-data": "^7.26.0",
1691
+ "@babel/helper-compilation-targets": "^7.25.9",
1692
+ "@babel/helper-plugin-utils": "^7.25.9",
1693
+ "@babel/helper-validator-option": "^7.25.9",
1694
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
1695
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
1696
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
1697
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
1698
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
1900
1699
  "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1901
- "@babel/plugin-syntax-async-generators": "^7.8.4",
1902
- "@babel/plugin-syntax-class-properties": "^7.12.13",
1903
- "@babel/plugin-syntax-class-static-block": "^7.14.5",
1904
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
1905
- "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
1906
- "@babel/plugin-syntax-import-assertions": "^7.23.3",
1907
- "@babel/plugin-syntax-import-attributes": "^7.23.3",
1908
- "@babel/plugin-syntax-import-meta": "^7.10.4",
1909
- "@babel/plugin-syntax-json-strings": "^7.8.3",
1910
- "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
1911
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
1912
- "@babel/plugin-syntax-numeric-separator": "^7.10.4",
1913
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1914
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
1915
- "@babel/plugin-syntax-optional-chaining": "^7.8.3",
1916
- "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
1917
- "@babel/plugin-syntax-top-level-await": "^7.14.5",
1700
+ "@babel/plugin-syntax-import-assertions": "^7.26.0",
1701
+ "@babel/plugin-syntax-import-attributes": "^7.26.0",
1918
1702
  "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1919
- "@babel/plugin-transform-arrow-functions": "^7.23.3",
1920
- "@babel/plugin-transform-async-generator-functions": "^7.23.9",
1921
- "@babel/plugin-transform-async-to-generator": "^7.23.3",
1922
- "@babel/plugin-transform-block-scoped-functions": "^7.23.3",
1923
- "@babel/plugin-transform-block-scoping": "^7.23.4",
1924
- "@babel/plugin-transform-class-properties": "^7.23.3",
1925
- "@babel/plugin-transform-class-static-block": "^7.23.4",
1926
- "@babel/plugin-transform-classes": "^7.23.8",
1927
- "@babel/plugin-transform-computed-properties": "^7.23.3",
1928
- "@babel/plugin-transform-destructuring": "^7.23.3",
1929
- "@babel/plugin-transform-dotall-regex": "^7.23.3",
1930
- "@babel/plugin-transform-duplicate-keys": "^7.23.3",
1931
- "@babel/plugin-transform-dynamic-import": "^7.23.4",
1932
- "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
1933
- "@babel/plugin-transform-export-namespace-from": "^7.23.4",
1934
- "@babel/plugin-transform-for-of": "^7.23.6",
1935
- "@babel/plugin-transform-function-name": "^7.23.3",
1936
- "@babel/plugin-transform-json-strings": "^7.23.4",
1937
- "@babel/plugin-transform-literals": "^7.23.3",
1938
- "@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
1939
- "@babel/plugin-transform-member-expression-literals": "^7.23.3",
1940
- "@babel/plugin-transform-modules-amd": "^7.23.3",
1941
- "@babel/plugin-transform-modules-commonjs": "^7.23.3",
1942
- "@babel/plugin-transform-modules-systemjs": "^7.23.9",
1943
- "@babel/plugin-transform-modules-umd": "^7.23.3",
1944
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
1945
- "@babel/plugin-transform-new-target": "^7.23.3",
1946
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
1947
- "@babel/plugin-transform-numeric-separator": "^7.23.4",
1948
- "@babel/plugin-transform-object-rest-spread": "^7.24.0",
1949
- "@babel/plugin-transform-object-super": "^7.23.3",
1950
- "@babel/plugin-transform-optional-catch-binding": "^7.23.4",
1951
- "@babel/plugin-transform-optional-chaining": "^7.23.4",
1952
- "@babel/plugin-transform-parameters": "^7.23.3",
1953
- "@babel/plugin-transform-private-methods": "^7.23.3",
1954
- "@babel/plugin-transform-private-property-in-object": "^7.23.4",
1955
- "@babel/plugin-transform-property-literals": "^7.23.3",
1956
- "@babel/plugin-transform-regenerator": "^7.23.3",
1957
- "@babel/plugin-transform-reserved-words": "^7.23.3",
1958
- "@babel/plugin-transform-shorthand-properties": "^7.23.3",
1959
- "@babel/plugin-transform-spread": "^7.23.3",
1960
- "@babel/plugin-transform-sticky-regex": "^7.23.3",
1961
- "@babel/plugin-transform-template-literals": "^7.23.3",
1962
- "@babel/plugin-transform-typeof-symbol": "^7.23.3",
1963
- "@babel/plugin-transform-unicode-escapes": "^7.23.3",
1964
- "@babel/plugin-transform-unicode-property-regex": "^7.23.3",
1965
- "@babel/plugin-transform-unicode-regex": "^7.23.3",
1966
- "@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
1703
+ "@babel/plugin-transform-arrow-functions": "^7.25.9",
1704
+ "@babel/plugin-transform-async-generator-functions": "^7.25.9",
1705
+ "@babel/plugin-transform-async-to-generator": "^7.25.9",
1706
+ "@babel/plugin-transform-block-scoped-functions": "^7.25.9",
1707
+ "@babel/plugin-transform-block-scoping": "^7.25.9",
1708
+ "@babel/plugin-transform-class-properties": "^7.25.9",
1709
+ "@babel/plugin-transform-class-static-block": "^7.26.0",
1710
+ "@babel/plugin-transform-classes": "^7.25.9",
1711
+ "@babel/plugin-transform-computed-properties": "^7.25.9",
1712
+ "@babel/plugin-transform-destructuring": "^7.25.9",
1713
+ "@babel/plugin-transform-dotall-regex": "^7.25.9",
1714
+ "@babel/plugin-transform-duplicate-keys": "^7.25.9",
1715
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
1716
+ "@babel/plugin-transform-dynamic-import": "^7.25.9",
1717
+ "@babel/plugin-transform-exponentiation-operator": "^7.25.9",
1718
+ "@babel/plugin-transform-export-namespace-from": "^7.25.9",
1719
+ "@babel/plugin-transform-for-of": "^7.25.9",
1720
+ "@babel/plugin-transform-function-name": "^7.25.9",
1721
+ "@babel/plugin-transform-json-strings": "^7.25.9",
1722
+ "@babel/plugin-transform-literals": "^7.25.9",
1723
+ "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
1724
+ "@babel/plugin-transform-member-expression-literals": "^7.25.9",
1725
+ "@babel/plugin-transform-modules-amd": "^7.25.9",
1726
+ "@babel/plugin-transform-modules-commonjs": "^7.25.9",
1727
+ "@babel/plugin-transform-modules-systemjs": "^7.25.9",
1728
+ "@babel/plugin-transform-modules-umd": "^7.25.9",
1729
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
1730
+ "@babel/plugin-transform-new-target": "^7.25.9",
1731
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
1732
+ "@babel/plugin-transform-numeric-separator": "^7.25.9",
1733
+ "@babel/plugin-transform-object-rest-spread": "^7.25.9",
1734
+ "@babel/plugin-transform-object-super": "^7.25.9",
1735
+ "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
1736
+ "@babel/plugin-transform-optional-chaining": "^7.25.9",
1737
+ "@babel/plugin-transform-parameters": "^7.25.9",
1738
+ "@babel/plugin-transform-private-methods": "^7.25.9",
1739
+ "@babel/plugin-transform-private-property-in-object": "^7.25.9",
1740
+ "@babel/plugin-transform-property-literals": "^7.25.9",
1741
+ "@babel/plugin-transform-regenerator": "^7.25.9",
1742
+ "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
1743
+ "@babel/plugin-transform-reserved-words": "^7.25.9",
1744
+ "@babel/plugin-transform-shorthand-properties": "^7.25.9",
1745
+ "@babel/plugin-transform-spread": "^7.25.9",
1746
+ "@babel/plugin-transform-sticky-regex": "^7.25.9",
1747
+ "@babel/plugin-transform-template-literals": "^7.25.9",
1748
+ "@babel/plugin-transform-typeof-symbol": "^7.25.9",
1749
+ "@babel/plugin-transform-unicode-escapes": "^7.25.9",
1750
+ "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
1751
+ "@babel/plugin-transform-unicode-regex": "^7.25.9",
1752
+ "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
1967
1753
  "@babel/preset-modules": "0.1.6-no-external-plugins",
1968
- "babel-plugin-polyfill-corejs2": "^0.4.8",
1969
- "babel-plugin-polyfill-corejs3": "^0.9.0",
1970
- "babel-plugin-polyfill-regenerator": "^0.5.5",
1971
- "core-js-compat": "^3.31.0",
1754
+ "babel-plugin-polyfill-corejs2": "^0.4.10",
1755
+ "babel-plugin-polyfill-corejs3": "^0.10.6",
1756
+ "babel-plugin-polyfill-regenerator": "^0.6.1",
1757
+ "core-js-compat": "^3.38.1",
1972
1758
  "semver": "^6.3.1"
1973
1759
  },
1974
1760
  "engines": {
@@ -2000,16 +1786,17 @@
2000
1786
  }
2001
1787
  },
2002
1788
  "node_modules/@babel/preset-react": {
2003
- "version": "7.23.3",
2004
- "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz",
2005
- "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==",
1789
+ "version": "7.25.9",
1790
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz",
1791
+ "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==",
1792
+ "license": "MIT",
2006
1793
  "dependencies": {
2007
- "@babel/helper-plugin-utils": "^7.22.5",
2008
- "@babel/helper-validator-option": "^7.22.15",
2009
- "@babel/plugin-transform-react-display-name": "^7.23.3",
2010
- "@babel/plugin-transform-react-jsx": "^7.22.15",
2011
- "@babel/plugin-transform-react-jsx-development": "^7.22.5",
2012
- "@babel/plugin-transform-react-pure-annotations": "^7.23.3"
1794
+ "@babel/helper-plugin-utils": "^7.25.9",
1795
+ "@babel/helper-validator-option": "^7.25.9",
1796
+ "@babel/plugin-transform-react-display-name": "^7.25.9",
1797
+ "@babel/plugin-transform-react-jsx": "^7.25.9",
1798
+ "@babel/plugin-transform-react-jsx-development": "^7.25.9",
1799
+ "@babel/plugin-transform-react-pure-annotations": "^7.25.9"
2013
1800
  },
2014
1801
  "engines": {
2015
1802
  "node": ">=6.9.0"
@@ -2019,15 +1806,16 @@
2019
1806
  }
2020
1807
  },
2021
1808
  "node_modules/@babel/preset-typescript": {
2022
- "version": "7.23.3",
2023
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz",
2024
- "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==",
1809
+ "version": "7.26.0",
1810
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz",
1811
+ "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==",
1812
+ "license": "MIT",
2025
1813
  "dependencies": {
2026
- "@babel/helper-plugin-utils": "^7.22.5",
2027
- "@babel/helper-validator-option": "^7.22.15",
2028
- "@babel/plugin-syntax-jsx": "^7.23.3",
2029
- "@babel/plugin-transform-modules-commonjs": "^7.23.3",
2030
- "@babel/plugin-transform-typescript": "^7.23.3"
1814
+ "@babel/helper-plugin-utils": "^7.25.9",
1815
+ "@babel/helper-validator-option": "^7.25.9",
1816
+ "@babel/plugin-syntax-jsx": "^7.25.9",
1817
+ "@babel/plugin-transform-modules-commonjs": "^7.25.9",
1818
+ "@babel/plugin-transform-typescript": "^7.25.9"
2031
1819
  },
2032
1820
  "engines": {
2033
1821
  "node": ">=6.9.0"
@@ -2036,15 +1824,11 @@
2036
1824
  "@babel/core": "^7.0.0-0"
2037
1825
  }
2038
1826
  },
2039
- "node_modules/@babel/regjsgen": {
2040
- "version": "0.8.0",
2041
- "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
2042
- "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
2043
- },
2044
1827
  "node_modules/@babel/runtime": {
2045
- "version": "7.24.0",
2046
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
2047
- "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
1828
+ "version": "7.26.0",
1829
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz",
1830
+ "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
1831
+ "license": "MIT",
2048
1832
  "dependencies": {
2049
1833
  "regenerator-runtime": "^0.14.0"
2050
1834
  },
@@ -2053,9 +1837,10 @@
2053
1837
  }
2054
1838
  },
2055
1839
  "node_modules/@babel/runtime-corejs3": {
2056
- "version": "7.24.0",
2057
- "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.0.tgz",
2058
- "integrity": "sha512-HxiRMOncx3ly6f3fcZ1GVKf+/EROcI9qwPgmij8Czqy6Okm/0T37T4y2ZIlLUuEUFjtM7NRsfdCO8Y3tAiJZew==",
1840
+ "version": "7.26.0",
1841
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz",
1842
+ "integrity": "sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==",
1843
+ "license": "MIT",
2059
1844
  "dependencies": {
2060
1845
  "core-js-pure": "^3.30.2",
2061
1846
  "regenerator-runtime": "^0.14.0"
@@ -2065,31 +1850,30 @@
2065
1850
  }
2066
1851
  },
2067
1852
  "node_modules/@babel/template": {
2068
- "version": "7.24.0",
2069
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
2070
- "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
1853
+ "version": "7.25.9",
1854
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz",
1855
+ "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
1856
+ "license": "MIT",
2071
1857
  "dependencies": {
2072
- "@babel/code-frame": "^7.23.5",
2073
- "@babel/parser": "^7.24.0",
2074
- "@babel/types": "^7.24.0"
1858
+ "@babel/code-frame": "^7.25.9",
1859
+ "@babel/parser": "^7.25.9",
1860
+ "@babel/types": "^7.25.9"
2075
1861
  },
2076
1862
  "engines": {
2077
1863
  "node": ">=6.9.0"
2078
1864
  }
2079
1865
  },
2080
1866
  "node_modules/@babel/traverse": {
2081
- "version": "7.24.0",
2082
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz",
2083
- "integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==",
2084
- "dependencies": {
2085
- "@babel/code-frame": "^7.23.5",
2086
- "@babel/generator": "^7.23.6",
2087
- "@babel/helper-environment-visitor": "^7.22.20",
2088
- "@babel/helper-function-name": "^7.23.0",
2089
- "@babel/helper-hoist-variables": "^7.22.5",
2090
- "@babel/helper-split-export-declaration": "^7.22.6",
2091
- "@babel/parser": "^7.24.0",
2092
- "@babel/types": "^7.24.0",
1867
+ "version": "7.25.9",
1868
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz",
1869
+ "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
1870
+ "license": "MIT",
1871
+ "dependencies": {
1872
+ "@babel/code-frame": "^7.25.9",
1873
+ "@babel/generator": "^7.25.9",
1874
+ "@babel/parser": "^7.25.9",
1875
+ "@babel/template": "^7.25.9",
1876
+ "@babel/types": "^7.25.9",
2093
1877
  "debug": "^4.3.1",
2094
1878
  "globals": "^11.1.0"
2095
1879
  },
@@ -2098,13 +1882,13 @@
2098
1882
  }
2099
1883
  },
2100
1884
  "node_modules/@babel/types": {
2101
- "version": "7.24.0",
2102
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
2103
- "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
1885
+ "version": "7.26.0",
1886
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
1887
+ "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
1888
+ "license": "MIT",
2104
1889
  "dependencies": {
2105
- "@babel/helper-string-parser": "^7.23.4",
2106
- "@babel/helper-validator-identifier": "^7.22.20",
2107
- "to-fast-properties": "^2.0.0"
1890
+ "@babel/helper-string-parser": "^7.25.9",
1891
+ "@babel/helper-validator-identifier": "^7.25.9"
2108
1892
  },
2109
1893
  "engines": {
2110
1894
  "node": ">=6.9.0"
@@ -2163,59 +1947,107 @@
2163
1947
  }
2164
1948
  }
2165
1949
  },
2166
- "node_modules/@docusaurus/core": {
2167
- "version": "3.5.2",
2168
- "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.5.2.tgz",
2169
- "integrity": "sha512-4Z1WkhCSkX4KO0Fw5m/Vuc7Q3NxBG53NE5u59Rs96fWkMPZVSrzEPP16/Nk6cWb/shK7xXPndTmalJtw7twL/w==",
1950
+ "node_modules/@docusaurus/babel": {
1951
+ "version": "3.6.0",
1952
+ "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.6.0.tgz",
1953
+ "integrity": "sha512-7CsoQFiadoq7AHSUIQNkI/lGfg9AQ2ZBzsf9BqfZGXkHwWDy6twuohEaG0PgQv1npSRSAB2dioVxhRSErnqKNA==",
2170
1954
  "license": "MIT",
2171
1955
  "dependencies": {
2172
- "@babel/core": "^7.23.3",
2173
- "@babel/generator": "^7.23.3",
1956
+ "@babel/core": "^7.25.9",
1957
+ "@babel/generator": "^7.25.9",
2174
1958
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
2175
- "@babel/plugin-transform-runtime": "^7.22.9",
2176
- "@babel/preset-env": "^7.22.9",
2177
- "@babel/preset-react": "^7.22.5",
2178
- "@babel/preset-typescript": "^7.22.5",
2179
- "@babel/runtime": "^7.22.6",
2180
- "@babel/runtime-corejs3": "^7.22.6",
2181
- "@babel/traverse": "^7.22.8",
2182
- "@docusaurus/cssnano-preset": "3.5.2",
2183
- "@docusaurus/logger": "3.5.2",
2184
- "@docusaurus/mdx-loader": "3.5.2",
2185
- "@docusaurus/utils": "3.5.2",
2186
- "@docusaurus/utils-common": "3.5.2",
2187
- "@docusaurus/utils-validation": "3.5.2",
2188
- "autoprefixer": "^10.4.14",
2189
- "babel-loader": "^9.1.3",
1959
+ "@babel/plugin-transform-runtime": "^7.25.9",
1960
+ "@babel/preset-env": "^7.25.9",
1961
+ "@babel/preset-react": "^7.25.9",
1962
+ "@babel/preset-typescript": "^7.25.9",
1963
+ "@babel/runtime": "^7.25.9",
1964
+ "@babel/runtime-corejs3": "^7.25.9",
1965
+ "@babel/traverse": "^7.25.9",
1966
+ "@docusaurus/logger": "3.6.0",
1967
+ "@docusaurus/utils": "3.6.0",
2190
1968
  "babel-plugin-dynamic-import-node": "^2.3.3",
1969
+ "fs-extra": "^11.1.1",
1970
+ "tslib": "^2.6.0"
1971
+ },
1972
+ "engines": {
1973
+ "node": ">=18.0"
1974
+ }
1975
+ },
1976
+ "node_modules/@docusaurus/bundler": {
1977
+ "version": "3.6.0",
1978
+ "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.6.0.tgz",
1979
+ "integrity": "sha512-o5T9HXkPKH0OQAifTxEXaebcO8kaz3tU1+wlIShZ2DKJHlsyWX3N4rToWBHroWnV/ZCT2XN3kLRzXASqrnb9Tw==",
1980
+ "license": "MIT",
1981
+ "dependencies": {
1982
+ "@babel/core": "^7.25.9",
1983
+ "@docusaurus/babel": "3.6.0",
1984
+ "@docusaurus/cssnano-preset": "3.6.0",
1985
+ "@docusaurus/logger": "3.6.0",
1986
+ "@docusaurus/types": "3.6.0",
1987
+ "@docusaurus/utils": "3.6.0",
1988
+ "autoprefixer": "^10.4.14",
1989
+ "babel-loader": "^9.2.1",
1990
+ "clean-css": "^5.3.2",
1991
+ "copy-webpack-plugin": "^11.0.0",
1992
+ "css-loader": "^6.8.1",
1993
+ "css-minimizer-webpack-plugin": "^5.0.1",
1994
+ "cssnano": "^6.1.2",
1995
+ "file-loader": "^6.2.0",
1996
+ "html-minifier-terser": "^7.2.0",
1997
+ "mini-css-extract-plugin": "^2.9.1",
1998
+ "null-loader": "^4.0.1",
1999
+ "postcss": "^8.4.26",
2000
+ "postcss-loader": "^7.3.3",
2001
+ "react-dev-utils": "^12.0.1",
2002
+ "terser-webpack-plugin": "^5.3.9",
2003
+ "tslib": "^2.6.0",
2004
+ "url-loader": "^4.1.1",
2005
+ "webpack": "^5.95.0",
2006
+ "webpackbar": "^6.0.1"
2007
+ },
2008
+ "engines": {
2009
+ "node": ">=18.0"
2010
+ },
2011
+ "peerDependencies": {
2012
+ "@docusaurus/faster": "3.5.2"
2013
+ },
2014
+ "peerDependenciesMeta": {
2015
+ "@docusaurus/faster": {
2016
+ "optional": true
2017
+ }
2018
+ }
2019
+ },
2020
+ "node_modules/@docusaurus/core": {
2021
+ "version": "3.6.0",
2022
+ "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.6.0.tgz",
2023
+ "integrity": "sha512-lvRgMoKJJSRDt9+HhAqFcICV4kp/mw1cJJrLxIw4Q2XZnFGM1XUuwcbuaqWmGog+NcOLZaPCcCtZbn60EMCtjQ==",
2024
+ "license": "MIT",
2025
+ "dependencies": {
2026
+ "@docusaurus/babel": "3.6.0",
2027
+ "@docusaurus/bundler": "3.6.0",
2028
+ "@docusaurus/logger": "3.6.0",
2029
+ "@docusaurus/mdx-loader": "3.6.0",
2030
+ "@docusaurus/utils": "3.6.0",
2031
+ "@docusaurus/utils-common": "3.6.0",
2032
+ "@docusaurus/utils-validation": "3.6.0",
2191
2033
  "boxen": "^6.2.1",
2192
2034
  "chalk": "^4.1.2",
2193
2035
  "chokidar": "^3.5.3",
2194
- "clean-css": "^5.3.2",
2195
2036
  "cli-table3": "^0.6.3",
2196
2037
  "combine-promises": "^1.1.0",
2197
2038
  "commander": "^5.1.0",
2198
- "copy-webpack-plugin": "^11.0.0",
2199
2039
  "core-js": "^3.31.1",
2200
- "css-loader": "^6.8.1",
2201
- "css-minimizer-webpack-plugin": "^5.0.1",
2202
- "cssnano": "^6.1.2",
2203
2040
  "del": "^6.1.1",
2204
2041
  "detect-port": "^1.5.1",
2205
2042
  "escape-html": "^1.0.3",
2206
2043
  "eta": "^2.2.0",
2207
2044
  "eval": "^0.1.8",
2208
- "file-loader": "^6.2.0",
2209
2045
  "fs-extra": "^11.1.1",
2210
- "html-minifier-terser": "^7.2.0",
2211
2046
  "html-tags": "^3.3.1",
2212
- "html-webpack-plugin": "^5.5.3",
2047
+ "html-webpack-plugin": "^5.6.0",
2213
2048
  "leven": "^3.1.0",
2214
2049
  "lodash": "^4.17.21",
2215
- "mini-css-extract-plugin": "^2.7.6",
2216
2050
  "p-map": "^4.0.0",
2217
- "postcss": "^8.4.26",
2218
- "postcss-loader": "^7.3.3",
2219
2051
  "prompts": "^2.4.2",
2220
2052
  "react-dev-utils": "^12.0.1",
2221
2053
  "react-helmet-async": "^1.3.0",
@@ -2226,17 +2058,14 @@
2226
2058
  "react-router-dom": "^5.3.4",
2227
2059
  "rtl-detect": "^1.0.4",
2228
2060
  "semver": "^7.5.4",
2229
- "serve-handler": "^6.1.5",
2061
+ "serve-handler": "^6.1.6",
2230
2062
  "shelljs": "^0.8.5",
2231
- "terser-webpack-plugin": "^5.3.9",
2232
2063
  "tslib": "^2.6.0",
2233
2064
  "update-notifier": "^6.0.2",
2234
- "url-loader": "^4.1.1",
2235
- "webpack": "^5.88.1",
2236
- "webpack-bundle-analyzer": "^4.9.0",
2237
- "webpack-dev-server": "^4.15.1",
2238
- "webpack-merge": "^5.9.0",
2239
- "webpackbar": "^5.0.2"
2065
+ "webpack": "^5.95.0",
2066
+ "webpack-bundle-analyzer": "^4.10.2",
2067
+ "webpack-dev-server": "^4.15.2",
2068
+ "webpack-merge": "^6.0.1"
2240
2069
  },
2241
2070
  "bin": {
2242
2071
  "docusaurus": "bin/docusaurus.mjs"
@@ -2250,10 +2079,24 @@
2250
2079
  "react-dom": "^18.0.0"
2251
2080
  }
2252
2081
  },
2082
+ "node_modules/@docusaurus/core/node_modules/webpack-merge": {
2083
+ "version": "6.0.1",
2084
+ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz",
2085
+ "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==",
2086
+ "license": "MIT",
2087
+ "dependencies": {
2088
+ "clone-deep": "^4.0.1",
2089
+ "flat": "^5.0.2",
2090
+ "wildcard": "^2.0.1"
2091
+ },
2092
+ "engines": {
2093
+ "node": ">=18.0.0"
2094
+ }
2095
+ },
2253
2096
  "node_modules/@docusaurus/cssnano-preset": {
2254
- "version": "3.5.2",
2255
- "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.5.2.tgz",
2256
- "integrity": "sha512-D3KiQXOMA8+O0tqORBrTOEQyQxNIfPm9jEaJoALjjSjc2M/ZAWcUfPQEnwr2JB2TadHw2gqWgpZckQmrVWkytA==",
2097
+ "version": "3.6.0",
2098
+ "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.6.0.tgz",
2099
+ "integrity": "sha512-h3jlOXqqzNSoU+C4CZLNpFtD+v2xr1UBf4idZpwMgqid9r6lb5GS7tWKnQnauio6OipacbHbDXEX3JyT1PlDkg==",
2257
2100
  "license": "MIT",
2258
2101
  "dependencies": {
2259
2102
  "cssnano-preset-advanced": "^6.1.2",
@@ -2266,9 +2109,9 @@
2266
2109
  }
2267
2110
  },
2268
2111
  "node_modules/@docusaurus/logger": {
2269
- "version": "3.5.2",
2270
- "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.5.2.tgz",
2271
- "integrity": "sha512-LHC540SGkeLfyT3RHK3gAMK6aS5TRqOD4R72BEU/DE2M/TY8WwEUAMY576UUc/oNJXv8pGhBmQB6N9p3pt8LQw==",
2112
+ "version": "3.6.0",
2113
+ "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.6.0.tgz",
2114
+ "integrity": "sha512-BcQhoXilXW0607cH/kO6P5Gt5KxCGfoJ+QDKNf3yO2S09/RsITlW+0QljXPbI3DklTrHrhRDmgGk1yX4nUhWTA==",
2272
2115
  "license": "MIT",
2273
2116
  "dependencies": {
2274
2117
  "chalk": "^4.1.2",
@@ -2279,14 +2122,14 @@
2279
2122
  }
2280
2123
  },
2281
2124
  "node_modules/@docusaurus/mdx-loader": {
2282
- "version": "3.5.2",
2283
- "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.5.2.tgz",
2284
- "integrity": "sha512-ku3xO9vZdwpiMIVd8BzWV0DCqGEbCP5zs1iHfKX50vw6jX8vQo0ylYo1YJMZyz6e+JFJ17HYHT5FzVidz2IflA==",
2125
+ "version": "3.6.0",
2126
+ "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.6.0.tgz",
2127
+ "integrity": "sha512-GhRzL1Af/AdSSrGesSPOU/iP/aXadTGmVKuysCxZDrQR2RtBtubQZ9aw+KvdFVV7R4K/CsbgD6J5oqrXlEPk3Q==",
2285
2128
  "license": "MIT",
2286
2129
  "dependencies": {
2287
- "@docusaurus/logger": "3.5.2",
2288
- "@docusaurus/utils": "3.5.2",
2289
- "@docusaurus/utils-validation": "3.5.2",
2130
+ "@docusaurus/logger": "3.6.0",
2131
+ "@docusaurus/utils": "3.6.0",
2132
+ "@docusaurus/utils-validation": "3.6.0",
2290
2133
  "@mdx-js/mdx": "^3.0.0",
2291
2134
  "@slorber/remark-comment": "^1.0.0",
2292
2135
  "escape-html": "^1.0.3",
@@ -2318,12 +2161,12 @@
2318
2161
  }
2319
2162
  },
2320
2163
  "node_modules/@docusaurus/module-type-aliases": {
2321
- "version": "3.5.2",
2322
- "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.5.2.tgz",
2323
- "integrity": "sha512-Z+Xu3+2rvKef/YKTMxZHsEXp1y92ac0ngjDiExRdqGTmEKtCUpkbNYH8v5eXo5Ls+dnW88n6WTa+Q54kLOkwPg==",
2164
+ "version": "3.6.0",
2165
+ "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.6.0.tgz",
2166
+ "integrity": "sha512-szTrIN/6/fuk0xkf3XbRfdTFJzRQ8d1s3sQj5++58wltrT7v3yn1149oc9ryYjMpRcbsarGloQwMu7ofPe4XPg==",
2324
2167
  "license": "MIT",
2325
2168
  "dependencies": {
2326
- "@docusaurus/types": "3.5.2",
2169
+ "@docusaurus/types": "3.6.0",
2327
2170
  "@types/history": "^4.7.11",
2328
2171
  "@types/react": "*",
2329
2172
  "@types/react-router-config": "*",
@@ -2337,19 +2180,19 @@
2337
2180
  }
2338
2181
  },
2339
2182
  "node_modules/@docusaurus/plugin-content-blog": {
2340
- "version": "3.5.2",
2341
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.5.2.tgz",
2342
- "integrity": "sha512-R7ghWnMvjSf+aeNDH0K4fjyQnt5L0KzUEnUhmf1e3jZrv3wogeytZNN6n7X8yHcMsuZHPOrctQhXWnmxu+IRRg==",
2343
- "license": "MIT",
2344
- "dependencies": {
2345
- "@docusaurus/core": "3.5.2",
2346
- "@docusaurus/logger": "3.5.2",
2347
- "@docusaurus/mdx-loader": "3.5.2",
2348
- "@docusaurus/theme-common": "3.5.2",
2349
- "@docusaurus/types": "3.5.2",
2350
- "@docusaurus/utils": "3.5.2",
2351
- "@docusaurus/utils-common": "3.5.2",
2352
- "@docusaurus/utils-validation": "3.5.2",
2183
+ "version": "3.6.0",
2184
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.6.0.tgz",
2185
+ "integrity": "sha512-o4aT1/E0Ldpzs/hQff5uyoSriAhS/yqBhqSn+fvSw465AaqRsva6O7CZSYleuBq6x2bewyE3QJq2PcTiHhAd8g==",
2186
+ "license": "MIT",
2187
+ "dependencies": {
2188
+ "@docusaurus/core": "3.6.0",
2189
+ "@docusaurus/logger": "3.6.0",
2190
+ "@docusaurus/mdx-loader": "3.6.0",
2191
+ "@docusaurus/theme-common": "3.6.0",
2192
+ "@docusaurus/types": "3.6.0",
2193
+ "@docusaurus/utils": "3.6.0",
2194
+ "@docusaurus/utils-common": "3.6.0",
2195
+ "@docusaurus/utils-validation": "3.6.0",
2353
2196
  "cheerio": "1.0.0-rc.12",
2354
2197
  "feed": "^4.2.2",
2355
2198
  "fs-extra": "^11.1.1",
@@ -2371,20 +2214,20 @@
2371
2214
  }
2372
2215
  },
2373
2216
  "node_modules/@docusaurus/plugin-content-docs": {
2374
- "version": "3.5.2",
2375
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.5.2.tgz",
2376
- "integrity": "sha512-Bt+OXn/CPtVqM3Di44vHjE7rPCEsRCB/DMo2qoOuozB9f7+lsdrHvD0QCHdBs0uhz6deYJDppAr2VgqybKPlVQ==",
2377
- "license": "MIT",
2378
- "dependencies": {
2379
- "@docusaurus/core": "3.5.2",
2380
- "@docusaurus/logger": "3.5.2",
2381
- "@docusaurus/mdx-loader": "3.5.2",
2382
- "@docusaurus/module-type-aliases": "3.5.2",
2383
- "@docusaurus/theme-common": "3.5.2",
2384
- "@docusaurus/types": "3.5.2",
2385
- "@docusaurus/utils": "3.5.2",
2386
- "@docusaurus/utils-common": "3.5.2",
2387
- "@docusaurus/utils-validation": "3.5.2",
2217
+ "version": "3.6.0",
2218
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.6.0.tgz",
2219
+ "integrity": "sha512-c5gZOxocJKO/Zev2MEZInli+b+VNswDGuKHE6QtFgidhAJonwjh2kwj967RvWFaMMk62HlLJLZ+IGK2XsVy4Aw==",
2220
+ "license": "MIT",
2221
+ "dependencies": {
2222
+ "@docusaurus/core": "3.6.0",
2223
+ "@docusaurus/logger": "3.6.0",
2224
+ "@docusaurus/mdx-loader": "3.6.0",
2225
+ "@docusaurus/module-type-aliases": "3.6.0",
2226
+ "@docusaurus/theme-common": "3.6.0",
2227
+ "@docusaurus/types": "3.6.0",
2228
+ "@docusaurus/utils": "3.6.0",
2229
+ "@docusaurus/utils-common": "3.6.0",
2230
+ "@docusaurus/utils-validation": "3.6.0",
2388
2231
  "@types/react-router-config": "^5.0.7",
2389
2232
  "combine-promises": "^1.1.0",
2390
2233
  "fs-extra": "^11.1.1",
@@ -2403,16 +2246,16 @@
2403
2246
  }
2404
2247
  },
2405
2248
  "node_modules/@docusaurus/plugin-content-pages": {
2406
- "version": "3.5.2",
2407
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.5.2.tgz",
2408
- "integrity": "sha512-WzhHjNpoQAUz/ueO10cnundRz+VUtkjFhhaQ9jApyv1a46FPURO4cef89pyNIOMny1fjDz/NUN2z6Yi+5WUrCw==",
2249
+ "version": "3.6.0",
2250
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.6.0.tgz",
2251
+ "integrity": "sha512-RKHhJrfkadHc7+tt1cP48NWifOrhkSRMPdXNYytzhoQrXlP6Ph+3tfQ4/n+nT0S3Y9+wwRxYqRqA380ZLt+QtQ==",
2409
2252
  "license": "MIT",
2410
2253
  "dependencies": {
2411
- "@docusaurus/core": "3.5.2",
2412
- "@docusaurus/mdx-loader": "3.5.2",
2413
- "@docusaurus/types": "3.5.2",
2414
- "@docusaurus/utils": "3.5.2",
2415
- "@docusaurus/utils-validation": "3.5.2",
2254
+ "@docusaurus/core": "3.6.0",
2255
+ "@docusaurus/mdx-loader": "3.6.0",
2256
+ "@docusaurus/types": "3.6.0",
2257
+ "@docusaurus/utils": "3.6.0",
2258
+ "@docusaurus/utils-validation": "3.6.0",
2416
2259
  "fs-extra": "^11.1.1",
2417
2260
  "tslib": "^2.6.0",
2418
2261
  "webpack": "^5.88.1"
@@ -2426,14 +2269,14 @@
2426
2269
  }
2427
2270
  },
2428
2271
  "node_modules/@docusaurus/plugin-debug": {
2429
- "version": "3.5.2",
2430
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.5.2.tgz",
2431
- "integrity": "sha512-kBK6GlN0itCkrmHuCS6aX1wmoWc5wpd5KJlqQ1FyrF0cLDnvsYSnh7+ftdwzt7G6lGBho8lrVwkkL9/iQvaSOA==",
2272
+ "version": "3.6.0",
2273
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.6.0.tgz",
2274
+ "integrity": "sha512-o8T1Rl94COLdSlKvjYLQpRJQRU8WWZ8EX1B0yV0dQLNN8reyH7MQW+6z1ig4sQFfH3pnjPWVGHfuEjcib5m7Eg==",
2432
2275
  "license": "MIT",
2433
2276
  "dependencies": {
2434
- "@docusaurus/core": "3.5.2",
2435
- "@docusaurus/types": "3.5.2",
2436
- "@docusaurus/utils": "3.5.2",
2277
+ "@docusaurus/core": "3.6.0",
2278
+ "@docusaurus/types": "3.6.0",
2279
+ "@docusaurus/utils": "3.6.0",
2437
2280
  "fs-extra": "^11.1.1",
2438
2281
  "react-json-view-lite": "^1.2.0",
2439
2282
  "tslib": "^2.6.0"
@@ -2447,14 +2290,14 @@
2447
2290
  }
2448
2291
  },
2449
2292
  "node_modules/@docusaurus/plugin-google-analytics": {
2450
- "version": "3.5.2",
2451
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.5.2.tgz",
2452
- "integrity": "sha512-rjEkJH/tJ8OXRE9bwhV2mb/WP93V441rD6XnM6MIluu7rk8qg38iSxS43ga2V2Q/2ib53PcqbDEJDG/yWQRJhQ==",
2293
+ "version": "3.6.0",
2294
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.6.0.tgz",
2295
+ "integrity": "sha512-kgRFbfpi6Hshj75YUztKyEMtI/kw0trPRwoTN4g+W1NK99R/vh8phTvhBTIMnDbetU79795LkwfG0rZ/ce6zWQ==",
2453
2296
  "license": "MIT",
2454
2297
  "dependencies": {
2455
- "@docusaurus/core": "3.5.2",
2456
- "@docusaurus/types": "3.5.2",
2457
- "@docusaurus/utils-validation": "3.5.2",
2298
+ "@docusaurus/core": "3.6.0",
2299
+ "@docusaurus/types": "3.6.0",
2300
+ "@docusaurus/utils-validation": "3.6.0",
2458
2301
  "tslib": "^2.6.0"
2459
2302
  },
2460
2303
  "engines": {
@@ -2466,14 +2309,14 @@
2466
2309
  }
2467
2310
  },
2468
2311
  "node_modules/@docusaurus/plugin-google-gtag": {
2469
- "version": "3.5.2",
2470
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.5.2.tgz",
2471
- "integrity": "sha512-lm8XL3xLkTPHFKKjLjEEAHUrW0SZBSHBE1I+i/tmYMBsjCcUB5UJ52geS5PSiOCFVR74tbPGcPHEV/gaaxFeSA==",
2312
+ "version": "3.6.0",
2313
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.6.0.tgz",
2314
+ "integrity": "sha512-nqu4IfjaO4UX+dojHL2BxHRS+sKj31CIMWYo49huQ3wTET0Oc3u/WGTaKd3ShTPDhkgiRhTOSTPUwJWrU55nHg==",
2472
2315
  "license": "MIT",
2473
2316
  "dependencies": {
2474
- "@docusaurus/core": "3.5.2",
2475
- "@docusaurus/types": "3.5.2",
2476
- "@docusaurus/utils-validation": "3.5.2",
2317
+ "@docusaurus/core": "3.6.0",
2318
+ "@docusaurus/types": "3.6.0",
2319
+ "@docusaurus/utils-validation": "3.6.0",
2477
2320
  "@types/gtag.js": "^0.0.12",
2478
2321
  "tslib": "^2.6.0"
2479
2322
  },
@@ -2486,14 +2329,14 @@
2486
2329
  }
2487
2330
  },
2488
2331
  "node_modules/@docusaurus/plugin-google-tag-manager": {
2489
- "version": "3.5.2",
2490
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.5.2.tgz",
2491
- "integrity": "sha512-QkpX68PMOMu10Mvgvr5CfZAzZQFx8WLlOiUQ/Qmmcl6mjGK6H21WLT5x7xDmcpCoKA/3CegsqIqBR+nA137lQg==",
2332
+ "version": "3.6.0",
2333
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.6.0.tgz",
2334
+ "integrity": "sha512-OU6c5xI0nOVbEc9eImGvvsgNWe4vGm97t/W3aLHjWsHyNk3uwFNBQMHRvBUwAi9k/K3kyC5E7DWnc67REhdLOw==",
2492
2335
  "license": "MIT",
2493
2336
  "dependencies": {
2494
- "@docusaurus/core": "3.5.2",
2495
- "@docusaurus/types": "3.5.2",
2496
- "@docusaurus/utils-validation": "3.5.2",
2337
+ "@docusaurus/core": "3.6.0",
2338
+ "@docusaurus/types": "3.6.0",
2339
+ "@docusaurus/utils-validation": "3.6.0",
2497
2340
  "tslib": "^2.6.0"
2498
2341
  },
2499
2342
  "engines": {
@@ -2505,17 +2348,17 @@
2505
2348
  }
2506
2349
  },
2507
2350
  "node_modules/@docusaurus/plugin-sitemap": {
2508
- "version": "3.5.2",
2509
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.5.2.tgz",
2510
- "integrity": "sha512-DnlqYyRAdQ4NHY28TfHuVk414ft2uruP4QWCH//jzpHjqvKyXjj2fmDtI8RPUBh9K8iZKFMHRnLtzJKySPWvFA==",
2351
+ "version": "3.6.0",
2352
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.6.0.tgz",
2353
+ "integrity": "sha512-YB5XMdf9FjLhgbHY/cDbYhVxsgcpPIjxY9769HUgFOB7GVzItTLOR71W035R1BiR2CA5QAn3XOSg36WLRxlhQQ==",
2511
2354
  "license": "MIT",
2512
2355
  "dependencies": {
2513
- "@docusaurus/core": "3.5.2",
2514
- "@docusaurus/logger": "3.5.2",
2515
- "@docusaurus/types": "3.5.2",
2516
- "@docusaurus/utils": "3.5.2",
2517
- "@docusaurus/utils-common": "3.5.2",
2518
- "@docusaurus/utils-validation": "3.5.2",
2356
+ "@docusaurus/core": "3.6.0",
2357
+ "@docusaurus/logger": "3.6.0",
2358
+ "@docusaurus/types": "3.6.0",
2359
+ "@docusaurus/utils": "3.6.0",
2360
+ "@docusaurus/utils-common": "3.6.0",
2361
+ "@docusaurus/utils-validation": "3.6.0",
2519
2362
  "fs-extra": "^11.1.1",
2520
2363
  "sitemap": "^7.1.1",
2521
2364
  "tslib": "^2.6.0"
@@ -2529,24 +2372,24 @@
2529
2372
  }
2530
2373
  },
2531
2374
  "node_modules/@docusaurus/preset-classic": {
2532
- "version": "3.5.2",
2533
- "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.5.2.tgz",
2534
- "integrity": "sha512-3ihfXQ95aOHiLB5uCu+9PRy2gZCeSZoDcqpnDvf3B+sTrMvMTr8qRUzBvWkoIqc82yG5prCboRjk1SVILKx6sg==",
2375
+ "version": "3.6.0",
2376
+ "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.6.0.tgz",
2377
+ "integrity": "sha512-kpGNdQzr/Dpm7o3b1iaQrz4DMDx3WIeBbl4V4P4maa2zAQkTdlaP4CMgA5oKrRrpqPLnQFsUM/b+qf2glhl2Tw==",
2535
2378
  "license": "MIT",
2536
2379
  "dependencies": {
2537
- "@docusaurus/core": "3.5.2",
2538
- "@docusaurus/plugin-content-blog": "3.5.2",
2539
- "@docusaurus/plugin-content-docs": "3.5.2",
2540
- "@docusaurus/plugin-content-pages": "3.5.2",
2541
- "@docusaurus/plugin-debug": "3.5.2",
2542
- "@docusaurus/plugin-google-analytics": "3.5.2",
2543
- "@docusaurus/plugin-google-gtag": "3.5.2",
2544
- "@docusaurus/plugin-google-tag-manager": "3.5.2",
2545
- "@docusaurus/plugin-sitemap": "3.5.2",
2546
- "@docusaurus/theme-classic": "3.5.2",
2547
- "@docusaurus/theme-common": "3.5.2",
2548
- "@docusaurus/theme-search-algolia": "3.5.2",
2549
- "@docusaurus/types": "3.5.2"
2380
+ "@docusaurus/core": "3.6.0",
2381
+ "@docusaurus/plugin-content-blog": "3.6.0",
2382
+ "@docusaurus/plugin-content-docs": "3.6.0",
2383
+ "@docusaurus/plugin-content-pages": "3.6.0",
2384
+ "@docusaurus/plugin-debug": "3.6.0",
2385
+ "@docusaurus/plugin-google-analytics": "3.6.0",
2386
+ "@docusaurus/plugin-google-gtag": "3.6.0",
2387
+ "@docusaurus/plugin-google-tag-manager": "3.6.0",
2388
+ "@docusaurus/plugin-sitemap": "3.6.0",
2389
+ "@docusaurus/theme-classic": "3.6.0",
2390
+ "@docusaurus/theme-common": "3.6.0",
2391
+ "@docusaurus/theme-search-algolia": "3.6.0",
2392
+ "@docusaurus/types": "3.6.0"
2550
2393
  },
2551
2394
  "engines": {
2552
2395
  "node": ">=18.0"
@@ -2557,27 +2400,28 @@
2557
2400
  }
2558
2401
  },
2559
2402
  "node_modules/@docusaurus/theme-classic": {
2560
- "version": "3.5.2",
2561
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.5.2.tgz",
2562
- "integrity": "sha512-XRpinSix3NBv95Rk7xeMF9k4safMkwnpSgThn0UNQNumKvmcIYjfkwfh2BhwYh/BxMXQHJ/PdmNh22TQFpIaYg==",
2563
- "license": "MIT",
2564
- "dependencies": {
2565
- "@docusaurus/core": "3.5.2",
2566
- "@docusaurus/mdx-loader": "3.5.2",
2567
- "@docusaurus/module-type-aliases": "3.5.2",
2568
- "@docusaurus/plugin-content-blog": "3.5.2",
2569
- "@docusaurus/plugin-content-docs": "3.5.2",
2570
- "@docusaurus/plugin-content-pages": "3.5.2",
2571
- "@docusaurus/theme-common": "3.5.2",
2572
- "@docusaurus/theme-translations": "3.5.2",
2573
- "@docusaurus/types": "3.5.2",
2574
- "@docusaurus/utils": "3.5.2",
2575
- "@docusaurus/utils-common": "3.5.2",
2576
- "@docusaurus/utils-validation": "3.5.2",
2403
+ "version": "3.6.0",
2404
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.6.0.tgz",
2405
+ "integrity": "sha512-sAXNfwPL6uRD+BuHuKXZfAXud7SS7IK/JdrPuzyQxdO1gJKzI5GFfe1ED1QoJDNWJWJ01JHE5rSnwYLEADc2rQ==",
2406
+ "license": "MIT",
2407
+ "dependencies": {
2408
+ "@docusaurus/core": "3.6.0",
2409
+ "@docusaurus/logger": "3.6.0",
2410
+ "@docusaurus/mdx-loader": "3.6.0",
2411
+ "@docusaurus/module-type-aliases": "3.6.0",
2412
+ "@docusaurus/plugin-content-blog": "3.6.0",
2413
+ "@docusaurus/plugin-content-docs": "3.6.0",
2414
+ "@docusaurus/plugin-content-pages": "3.6.0",
2415
+ "@docusaurus/theme-common": "3.6.0",
2416
+ "@docusaurus/theme-translations": "3.6.0",
2417
+ "@docusaurus/types": "3.6.0",
2418
+ "@docusaurus/utils": "3.6.0",
2419
+ "@docusaurus/utils-common": "3.6.0",
2420
+ "@docusaurus/utils-validation": "3.6.0",
2577
2421
  "@mdx-js/react": "^3.0.0",
2578
2422
  "clsx": "^2.0.0",
2579
2423
  "copy-text-to-clipboard": "^3.2.0",
2580
- "infima": "0.2.0-alpha.44",
2424
+ "infima": "0.2.0-alpha.45",
2581
2425
  "lodash": "^4.17.21",
2582
2426
  "nprogress": "^0.2.0",
2583
2427
  "postcss": "^8.4.26",
@@ -2597,15 +2441,15 @@
2597
2441
  }
2598
2442
  },
2599
2443
  "node_modules/@docusaurus/theme-common": {
2600
- "version": "3.5.2",
2601
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.5.2.tgz",
2602
- "integrity": "sha512-QXqlm9S6x9Ibwjs7I2yEDgsCocp708DrCrgHgKwg2n2AY0YQ6IjU0gAK35lHRLOvAoJUfCKpQAwUykB0R7+Eew==",
2444
+ "version": "3.6.0",
2445
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.6.0.tgz",
2446
+ "integrity": "sha512-frjlYE5sRs+GuPs4XXlp9aMLI2O4H5FPpznDAXBrCm+8EpWRiIb443ePMxM3IyMCQ5bwFlki0PI9C+r4apstnw==",
2603
2447
  "license": "MIT",
2604
2448
  "dependencies": {
2605
- "@docusaurus/mdx-loader": "3.5.2",
2606
- "@docusaurus/module-type-aliases": "3.5.2",
2607
- "@docusaurus/utils": "3.5.2",
2608
- "@docusaurus/utils-common": "3.5.2",
2449
+ "@docusaurus/mdx-loader": "3.6.0",
2450
+ "@docusaurus/module-type-aliases": "3.6.0",
2451
+ "@docusaurus/utils": "3.6.0",
2452
+ "@docusaurus/utils-common": "3.6.0",
2609
2453
  "@types/history": "^4.7.11",
2610
2454
  "@types/react": "*",
2611
2455
  "@types/react-router-config": "*",
@@ -2625,19 +2469,19 @@
2625
2469
  }
2626
2470
  },
2627
2471
  "node_modules/@docusaurus/theme-search-algolia": {
2628
- "version": "3.5.2",
2629
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.5.2.tgz",
2630
- "integrity": "sha512-qW53kp3VzMnEqZGjakaV90sst3iN1o32PH+nawv1uepROO8aEGxptcq2R5rsv7aBShSRbZwIobdvSYKsZ5pqvA==",
2472
+ "version": "3.6.0",
2473
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.6.0.tgz",
2474
+ "integrity": "sha512-4IwRUkxjrisR8LXBHeE4d2btraWdMficbgiVL3UHvJURmyvgzMBZQP8KrK8rjdXeu8SuRxSmeV6NSVomRvdbEg==",
2631
2475
  "license": "MIT",
2632
2476
  "dependencies": {
2633
2477
  "@docsearch/react": "^3.5.2",
2634
- "@docusaurus/core": "3.5.2",
2635
- "@docusaurus/logger": "3.5.2",
2636
- "@docusaurus/plugin-content-docs": "3.5.2",
2637
- "@docusaurus/theme-common": "3.5.2",
2638
- "@docusaurus/theme-translations": "3.5.2",
2639
- "@docusaurus/utils": "3.5.2",
2640
- "@docusaurus/utils-validation": "3.5.2",
2478
+ "@docusaurus/core": "3.6.0",
2479
+ "@docusaurus/logger": "3.6.0",
2480
+ "@docusaurus/plugin-content-docs": "3.6.0",
2481
+ "@docusaurus/theme-common": "3.6.0",
2482
+ "@docusaurus/theme-translations": "3.6.0",
2483
+ "@docusaurus/utils": "3.6.0",
2484
+ "@docusaurus/utils-validation": "3.6.0",
2641
2485
  "algoliasearch": "^4.18.0",
2642
2486
  "algoliasearch-helper": "^3.13.3",
2643
2487
  "clsx": "^2.0.0",
@@ -2656,9 +2500,9 @@
2656
2500
  }
2657
2501
  },
2658
2502
  "node_modules/@docusaurus/theme-translations": {
2659
- "version": "3.5.2",
2660
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.5.2.tgz",
2661
- "integrity": "sha512-GPZLcu4aT1EmqSTmbdpVrDENGR2yObFEX8ssEFYTCiAIVc0EihNSdOIBTazUvgNqwvnoU1A8vIs1xyzc3LITTw==",
2503
+ "version": "3.6.0",
2504
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.6.0.tgz",
2505
+ "integrity": "sha512-L555X8lWE3fv8VaF0Bc1VnAgi10UvRKFcvADHiYR7Gj37ItaWP5i7xLHsSw7fi/SHTXe5wfIeCFNqUYHyCOHAQ==",
2662
2506
  "license": "MIT",
2663
2507
  "dependencies": {
2664
2508
  "fs-extra": "^11.1.1",
@@ -2669,16 +2513,16 @@
2669
2513
  }
2670
2514
  },
2671
2515
  "node_modules/@docusaurus/tsconfig": {
2672
- "version": "3.5.2",
2673
- "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.5.2.tgz",
2674
- "integrity": "sha512-rQ7toURCFnWAIn8ubcquDs0ewhPwviMzxh6WpRjBW7sJVCXb6yzwUaY3HMNa0VXCFw+qkIbFywrMTf+Pb4uHWQ==",
2516
+ "version": "3.6.0",
2517
+ "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.6.0.tgz",
2518
+ "integrity": "sha512-1nHsSMlNgEifnvsL4ql9wx7I1xXhrrNZl65IKD11pdo/749oI9fMcvm47dDwgS57x1WEteIAxJjzidffa5J9TQ==",
2675
2519
  "dev": true,
2676
2520
  "license": "MIT"
2677
2521
  },
2678
2522
  "node_modules/@docusaurus/types": {
2679
- "version": "3.5.2",
2680
- "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.5.2.tgz",
2681
- "integrity": "sha512-N6GntLXoLVUwkZw7zCxwy9QiuEXIcTVzA9AkmNw16oc0AP3SXLrMmDMMBIfgqwuKWa6Ox6epHol9kMtJqekACw==",
2523
+ "version": "3.6.0",
2524
+ "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.6.0.tgz",
2525
+ "integrity": "sha512-jADLgoZGWhAzThr+mRiyuFD4OUzt6jHnb7NRArRKorgxckqUBaPyFOau9hhbcSTHtU6ceyeWjN7FDt7uG2Hplw==",
2682
2526
  "license": "MIT",
2683
2527
  "dependencies": {
2684
2528
  "@mdx-js/mdx": "^3.0.0",
@@ -2688,7 +2532,7 @@
2688
2532
  "joi": "^17.9.2",
2689
2533
  "react-helmet-async": "^1.3.0",
2690
2534
  "utility-types": "^3.10.0",
2691
- "webpack": "^5.88.1",
2535
+ "webpack": "^5.95.0",
2692
2536
  "webpack-merge": "^5.9.0"
2693
2537
  },
2694
2538
  "peerDependencies": {
@@ -2697,13 +2541,13 @@
2697
2541
  }
2698
2542
  },
2699
2543
  "node_modules/@docusaurus/utils": {
2700
- "version": "3.5.2",
2701
- "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.5.2.tgz",
2702
- "integrity": "sha512-33QvcNFh+Gv+C2dP9Y9xWEzMgf3JzrpL2nW9PopidiohS1nDcyknKRx2DWaFvyVTTYIkkABVSr073VTj/NITNA==",
2544
+ "version": "3.6.0",
2545
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.6.0.tgz",
2546
+ "integrity": "sha512-VKczAutI4mptiAw/WcYEu5WeVhQ6Q1zdIUl64SGw9K++9lziH+Kt10Ee8l2dMpRkiUk6zzK20kMNlX2WCUwXYQ==",
2703
2547
  "license": "MIT",
2704
2548
  "dependencies": {
2705
- "@docusaurus/logger": "3.5.2",
2706
- "@docusaurus/utils-common": "3.5.2",
2549
+ "@docusaurus/logger": "3.6.0",
2550
+ "@docusaurus/utils-common": "3.6.0",
2707
2551
  "@svgr/webpack": "^8.1.0",
2708
2552
  "escape-string-regexp": "^4.0.0",
2709
2553
  "file-loader": "^6.2.0",
@@ -2736,9 +2580,9 @@
2736
2580
  }
2737
2581
  },
2738
2582
  "node_modules/@docusaurus/utils-common": {
2739
- "version": "3.5.2",
2740
- "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.5.2.tgz",
2741
- "integrity": "sha512-i0AZjHiRgJU6d7faQngIhuHKNrszpL/SHQPgF1zH4H+Ij6E9NBYGy6pkcGWToIv7IVPbs+pQLh1P3whn0gWXVg==",
2583
+ "version": "3.6.0",
2584
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.6.0.tgz",
2585
+ "integrity": "sha512-diUDNfbw33GaZMmKwdTckT2IBfVouXLXRD+zphH9ywswuaEIKqixvuf5g41H7MBBrlMsxhna3uTMoB4B/OPDcA==",
2742
2586
  "license": "MIT",
2743
2587
  "dependencies": {
2744
2588
  "tslib": "^2.6.0"
@@ -2756,14 +2600,14 @@
2756
2600
  }
2757
2601
  },
2758
2602
  "node_modules/@docusaurus/utils-validation": {
2759
- "version": "3.5.2",
2760
- "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.5.2.tgz",
2761
- "integrity": "sha512-m+Foq7augzXqB6HufdS139PFxDC5d5q2QKZy8q0qYYvGdI6nnlNsGH4cIGsgBnV7smz+mopl3g4asbSDvMV0jA==",
2603
+ "version": "3.6.0",
2604
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.6.0.tgz",
2605
+ "integrity": "sha512-CRHiKKJEKA0GFlfOf71JWHl7PtwOyX0+Zg9ep9NFEZv6Lcx3RJ9nhl7p8HRjPL6deyYceavM//BsfW4pCI4BtA==",
2762
2606
  "license": "MIT",
2763
2607
  "dependencies": {
2764
- "@docusaurus/logger": "3.5.2",
2765
- "@docusaurus/utils": "3.5.2",
2766
- "@docusaurus/utils-common": "3.5.2",
2608
+ "@docusaurus/logger": "3.6.0",
2609
+ "@docusaurus/utils": "3.6.0",
2610
+ "@docusaurus/utils-common": "3.6.0",
2767
2611
  "fs-extra": "^11.2.0",
2768
2612
  "joi": "^17.9.2",
2769
2613
  "js-yaml": "^4.1.0",
@@ -3370,9 +3214,10 @@
3370
3214
  }
3371
3215
  },
3372
3216
  "node_modules/@types/estree": {
3373
- "version": "1.0.5",
3374
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
3375
- "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
3217
+ "version": "1.0.6",
3218
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
3219
+ "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
3220
+ "license": "MIT"
3376
3221
  },
3377
3222
  "node_modules/@types/estree-jsx": {
3378
3223
  "version": "1.0.5",
@@ -3659,9 +3504,10 @@
3659
3504
  "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ=="
3660
3505
  },
3661
3506
  "node_modules/@webassemblyjs/ast": {
3662
- "version": "1.11.6",
3663
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz",
3664
- "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==",
3507
+ "version": "1.12.1",
3508
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz",
3509
+ "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==",
3510
+ "license": "MIT",
3665
3511
  "dependencies": {
3666
3512
  "@webassemblyjs/helper-numbers": "1.11.6",
3667
3513
  "@webassemblyjs/helper-wasm-bytecode": "1.11.6"
@@ -3670,22 +3516,26 @@
3670
3516
  "node_modules/@webassemblyjs/floating-point-hex-parser": {
3671
3517
  "version": "1.11.6",
3672
3518
  "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
3673
- "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw=="
3519
+ "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
3520
+ "license": "MIT"
3674
3521
  },
3675
3522
  "node_modules/@webassemblyjs/helper-api-error": {
3676
3523
  "version": "1.11.6",
3677
3524
  "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz",
3678
- "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q=="
3525
+ "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==",
3526
+ "license": "MIT"
3679
3527
  },
3680
3528
  "node_modules/@webassemblyjs/helper-buffer": {
3681
- "version": "1.11.6",
3682
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz",
3683
- "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA=="
3529
+ "version": "1.12.1",
3530
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz",
3531
+ "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==",
3532
+ "license": "MIT"
3684
3533
  },
3685
3534
  "node_modules/@webassemblyjs/helper-numbers": {
3686
3535
  "version": "1.11.6",
3687
3536
  "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz",
3688
3537
  "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==",
3538
+ "license": "MIT",
3689
3539
  "dependencies": {
3690
3540
  "@webassemblyjs/floating-point-hex-parser": "1.11.6",
3691
3541
  "@webassemblyjs/helper-api-error": "1.11.6",
@@ -3695,23 +3545,26 @@
3695
3545
  "node_modules/@webassemblyjs/helper-wasm-bytecode": {
3696
3546
  "version": "1.11.6",
3697
3547
  "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz",
3698
- "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA=="
3548
+ "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==",
3549
+ "license": "MIT"
3699
3550
  },
3700
3551
  "node_modules/@webassemblyjs/helper-wasm-section": {
3701
- "version": "1.11.6",
3702
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz",
3703
- "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==",
3552
+ "version": "1.12.1",
3553
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz",
3554
+ "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==",
3555
+ "license": "MIT",
3704
3556
  "dependencies": {
3705
- "@webassemblyjs/ast": "1.11.6",
3706
- "@webassemblyjs/helper-buffer": "1.11.6",
3557
+ "@webassemblyjs/ast": "1.12.1",
3558
+ "@webassemblyjs/helper-buffer": "1.12.1",
3707
3559
  "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
3708
- "@webassemblyjs/wasm-gen": "1.11.6"
3560
+ "@webassemblyjs/wasm-gen": "1.12.1"
3709
3561
  }
3710
3562
  },
3711
3563
  "node_modules/@webassemblyjs/ieee754": {
3712
3564
  "version": "1.11.6",
3713
3565
  "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz",
3714
3566
  "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==",
3567
+ "license": "MIT",
3715
3568
  "dependencies": {
3716
3569
  "@xtuc/ieee754": "^1.2.0"
3717
3570
  }
@@ -3720,6 +3573,7 @@
3720
3573
  "version": "1.11.6",
3721
3574
  "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz",
3722
3575
  "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==",
3576
+ "license": "Apache-2.0",
3723
3577
  "dependencies": {
3724
3578
  "@xtuc/long": "4.2.2"
3725
3579
  }
@@ -3727,29 +3581,32 @@
3727
3581
  "node_modules/@webassemblyjs/utf8": {
3728
3582
  "version": "1.11.6",
3729
3583
  "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz",
3730
- "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA=="
3584
+ "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==",
3585
+ "license": "MIT"
3731
3586
  },
3732
3587
  "node_modules/@webassemblyjs/wasm-edit": {
3733
- "version": "1.11.6",
3734
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz",
3735
- "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==",
3588
+ "version": "1.12.1",
3589
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz",
3590
+ "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==",
3591
+ "license": "MIT",
3736
3592
  "dependencies": {
3737
- "@webassemblyjs/ast": "1.11.6",
3738
- "@webassemblyjs/helper-buffer": "1.11.6",
3593
+ "@webassemblyjs/ast": "1.12.1",
3594
+ "@webassemblyjs/helper-buffer": "1.12.1",
3739
3595
  "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
3740
- "@webassemblyjs/helper-wasm-section": "1.11.6",
3741
- "@webassemblyjs/wasm-gen": "1.11.6",
3742
- "@webassemblyjs/wasm-opt": "1.11.6",
3743
- "@webassemblyjs/wasm-parser": "1.11.6",
3744
- "@webassemblyjs/wast-printer": "1.11.6"
3596
+ "@webassemblyjs/helper-wasm-section": "1.12.1",
3597
+ "@webassemblyjs/wasm-gen": "1.12.1",
3598
+ "@webassemblyjs/wasm-opt": "1.12.1",
3599
+ "@webassemblyjs/wasm-parser": "1.12.1",
3600
+ "@webassemblyjs/wast-printer": "1.12.1"
3745
3601
  }
3746
3602
  },
3747
3603
  "node_modules/@webassemblyjs/wasm-gen": {
3748
- "version": "1.11.6",
3749
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz",
3750
- "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==",
3604
+ "version": "1.12.1",
3605
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz",
3606
+ "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==",
3607
+ "license": "MIT",
3751
3608
  "dependencies": {
3752
- "@webassemblyjs/ast": "1.11.6",
3609
+ "@webassemblyjs/ast": "1.12.1",
3753
3610
  "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
3754
3611
  "@webassemblyjs/ieee754": "1.11.6",
3755
3612
  "@webassemblyjs/leb128": "1.11.6",
@@ -3757,22 +3614,24 @@
3757
3614
  }
3758
3615
  },
3759
3616
  "node_modules/@webassemblyjs/wasm-opt": {
3760
- "version": "1.11.6",
3761
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz",
3762
- "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==",
3617
+ "version": "1.12.1",
3618
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz",
3619
+ "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==",
3620
+ "license": "MIT",
3763
3621
  "dependencies": {
3764
- "@webassemblyjs/ast": "1.11.6",
3765
- "@webassemblyjs/helper-buffer": "1.11.6",
3766
- "@webassemblyjs/wasm-gen": "1.11.6",
3767
- "@webassemblyjs/wasm-parser": "1.11.6"
3622
+ "@webassemblyjs/ast": "1.12.1",
3623
+ "@webassemblyjs/helper-buffer": "1.12.1",
3624
+ "@webassemblyjs/wasm-gen": "1.12.1",
3625
+ "@webassemblyjs/wasm-parser": "1.12.1"
3768
3626
  }
3769
3627
  },
3770
3628
  "node_modules/@webassemblyjs/wasm-parser": {
3771
- "version": "1.11.6",
3772
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz",
3773
- "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==",
3629
+ "version": "1.12.1",
3630
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz",
3631
+ "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==",
3632
+ "license": "MIT",
3774
3633
  "dependencies": {
3775
- "@webassemblyjs/ast": "1.11.6",
3634
+ "@webassemblyjs/ast": "1.12.1",
3776
3635
  "@webassemblyjs/helper-api-error": "1.11.6",
3777
3636
  "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
3778
3637
  "@webassemblyjs/ieee754": "1.11.6",
@@ -3781,23 +3640,26 @@
3781
3640
  }
3782
3641
  },
3783
3642
  "node_modules/@webassemblyjs/wast-printer": {
3784
- "version": "1.11.6",
3785
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz",
3786
- "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==",
3643
+ "version": "1.12.1",
3644
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz",
3645
+ "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==",
3646
+ "license": "MIT",
3787
3647
  "dependencies": {
3788
- "@webassemblyjs/ast": "1.11.6",
3648
+ "@webassemblyjs/ast": "1.12.1",
3789
3649
  "@xtuc/long": "4.2.2"
3790
3650
  }
3791
3651
  },
3792
3652
  "node_modules/@xtuc/ieee754": {
3793
3653
  "version": "1.2.0",
3794
3654
  "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
3795
- "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
3655
+ "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
3656
+ "license": "BSD-3-Clause"
3796
3657
  },
3797
3658
  "node_modules/@xtuc/long": {
3798
3659
  "version": "4.2.2",
3799
3660
  "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
3800
- "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
3661
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
3662
+ "license": "Apache-2.0"
3801
3663
  },
3802
3664
  "node_modules/accepts": {
3803
3665
  "version": "1.3.8",
@@ -3831,9 +3693,10 @@
3831
3693
  }
3832
3694
  },
3833
3695
  "node_modules/acorn": {
3834
- "version": "8.11.3",
3835
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
3836
- "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
3696
+ "version": "8.14.0",
3697
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
3698
+ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
3699
+ "license": "MIT",
3837
3700
  "bin": {
3838
3701
  "acorn": "bin/acorn"
3839
3702
  },
@@ -3841,14 +3704,6 @@
3841
3704
  "node": ">=0.4.0"
3842
3705
  }
3843
3706
  },
3844
- "node_modules/acorn-import-assertions": {
3845
- "version": "1.9.0",
3846
- "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz",
3847
- "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==",
3848
- "peerDependencies": {
3849
- "acorn": "^8"
3850
- }
3851
- },
3852
3707
  "node_modules/acorn-jsx": {
3853
3708
  "version": "5.3.2",
3854
3709
  "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
@@ -3985,6 +3840,33 @@
3985
3840
  "node": ">=8"
3986
3841
  }
3987
3842
  },
3843
+ "node_modules/ansi-escapes": {
3844
+ "version": "4.3.2",
3845
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
3846
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
3847
+ "license": "MIT",
3848
+ "dependencies": {
3849
+ "type-fest": "^0.21.3"
3850
+ },
3851
+ "engines": {
3852
+ "node": ">=8"
3853
+ },
3854
+ "funding": {
3855
+ "url": "https://github.com/sponsors/sindresorhus"
3856
+ }
3857
+ },
3858
+ "node_modules/ansi-escapes/node_modules/type-fest": {
3859
+ "version": "0.21.3",
3860
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
3861
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
3862
+ "license": "(MIT OR CC0-1.0)",
3863
+ "engines": {
3864
+ "node": ">=10"
3865
+ },
3866
+ "funding": {
3867
+ "url": "https://github.com/sponsors/sindresorhus"
3868
+ }
3869
+ },
3988
3870
  "node_modules/ansi-html-community": {
3989
3871
  "version": "0.0.8",
3990
3872
  "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
@@ -4106,9 +3988,10 @@
4106
3988
  }
4107
3989
  },
4108
3990
  "node_modules/babel-loader": {
4109
- "version": "9.1.3",
4110
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz",
4111
- "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==",
3991
+ "version": "9.2.1",
3992
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.2.1.tgz",
3993
+ "integrity": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==",
3994
+ "license": "MIT",
4112
3995
  "dependencies": {
4113
3996
  "find-cache-dir": "^4.0.0",
4114
3997
  "schema-utils": "^4.0.0"
@@ -4130,12 +4013,13 @@
4130
4013
  }
4131
4014
  },
4132
4015
  "node_modules/babel-plugin-polyfill-corejs2": {
4133
- "version": "0.4.8",
4134
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz",
4135
- "integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==",
4016
+ "version": "0.4.11",
4017
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
4018
+ "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
4019
+ "license": "MIT",
4136
4020
  "dependencies": {
4137
4021
  "@babel/compat-data": "^7.22.6",
4138
- "@babel/helper-define-polyfill-provider": "^0.5.0",
4022
+ "@babel/helper-define-polyfill-provider": "^0.6.2",
4139
4023
  "semver": "^6.3.1"
4140
4024
  },
4141
4025
  "peerDependencies": {
@@ -4146,28 +4030,31 @@
4146
4030
  "version": "6.3.1",
4147
4031
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
4148
4032
  "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
4033
+ "license": "ISC",
4149
4034
  "bin": {
4150
4035
  "semver": "bin/semver.js"
4151
4036
  }
4152
4037
  },
4153
4038
  "node_modules/babel-plugin-polyfill-corejs3": {
4154
- "version": "0.9.0",
4155
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz",
4156
- "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==",
4039
+ "version": "0.10.6",
4040
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
4041
+ "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
4042
+ "license": "MIT",
4157
4043
  "dependencies": {
4158
- "@babel/helper-define-polyfill-provider": "^0.5.0",
4159
- "core-js-compat": "^3.34.0"
4044
+ "@babel/helper-define-polyfill-provider": "^0.6.2",
4045
+ "core-js-compat": "^3.38.0"
4160
4046
  },
4161
4047
  "peerDependencies": {
4162
4048
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
4163
4049
  }
4164
4050
  },
4165
4051
  "node_modules/babel-plugin-polyfill-regenerator": {
4166
- "version": "0.5.5",
4167
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz",
4168
- "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==",
4052
+ "version": "0.6.2",
4053
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
4054
+ "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
4055
+ "license": "MIT",
4169
4056
  "dependencies": {
4170
- "@babel/helper-define-polyfill-provider": "^0.5.0"
4057
+ "@babel/helper-define-polyfill-provider": "^0.6.2"
4171
4058
  },
4172
4059
  "peerDependencies": {
4173
4060
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -4308,9 +4195,9 @@
4308
4195
  }
4309
4196
  },
4310
4197
  "node_modules/browserslist": {
4311
- "version": "4.23.0",
4312
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
4313
- "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
4198
+ "version": "4.24.2",
4199
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz",
4200
+ "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==",
4314
4201
  "funding": [
4315
4202
  {
4316
4203
  "type": "opencollective",
@@ -4325,11 +4212,12 @@
4325
4212
  "url": "https://github.com/sponsors/ai"
4326
4213
  }
4327
4214
  ],
4215
+ "license": "MIT",
4328
4216
  "dependencies": {
4329
- "caniuse-lite": "^1.0.30001587",
4330
- "electron-to-chromium": "^1.4.668",
4331
- "node-releases": "^2.0.14",
4332
- "update-browserslist-db": "^1.0.13"
4217
+ "caniuse-lite": "^1.0.30001669",
4218
+ "electron-to-chromium": "^1.5.41",
4219
+ "node-releases": "^2.0.18",
4220
+ "update-browserslist-db": "^1.1.1"
4333
4221
  },
4334
4222
  "bin": {
4335
4223
  "browserslist": "cli.js"
@@ -4445,9 +4333,9 @@
4445
4333
  }
4446
4334
  },
4447
4335
  "node_modules/caniuse-lite": {
4448
- "version": "1.0.30001615",
4449
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001615.tgz",
4450
- "integrity": "sha512-1IpazM5G3r38meiae0bHRnPhz+CBQ3ZLqbQMtrg+AsTPKAXgW38JNsXkyZ+v8waCsDmPq87lmfun5Q2AGysNEQ==",
4336
+ "version": "1.0.30001677",
4337
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001677.tgz",
4338
+ "integrity": "sha512-fmfjsOlJUpMWu+mAAtZZZHz7UEwsUxIIvu1TJfO1HqFQvB/B+ii0xr9B5HpbZY/mC4XZ8SvjHJqtAY6pDPQEog==",
4451
4339
  "funding": [
4452
4340
  {
4453
4341
  "type": "opencollective",
@@ -4461,7 +4349,8 @@
4461
4349
  "type": "github",
4462
4350
  "url": "https://github.com/sponsors/ai"
4463
4351
  }
4464
- ]
4352
+ ],
4353
+ "license": "CC-BY-4.0"
4465
4354
  },
4466
4355
  "node_modules/ccount": {
4467
4356
  "version": "2.0.1",
@@ -4747,7 +4636,8 @@
4747
4636
  "node_modules/colorette": {
4748
4637
  "version": "2.0.20",
4749
4638
  "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
4750
- "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w=="
4639
+ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
4640
+ "license": "MIT"
4751
4641
  },
4752
4642
  "node_modules/combine-promises": {
4753
4643
  "version": "1.2.0",
@@ -4874,9 +4764,13 @@
4874
4764
  }
4875
4765
  },
4876
4766
  "node_modules/consola": {
4877
- "version": "2.15.3",
4878
- "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz",
4879
- "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw=="
4767
+ "version": "3.2.3",
4768
+ "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
4769
+ "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
4770
+ "license": "MIT",
4771
+ "engines": {
4772
+ "node": "^14.18.0 || >=16.10.0"
4773
+ }
4880
4774
  },
4881
4775
  "node_modules/content-disposition": {
4882
4776
  "version": "0.5.2",
@@ -4997,11 +4891,12 @@
4997
4891
  }
4998
4892
  },
4999
4893
  "node_modules/core-js-compat": {
5000
- "version": "3.36.0",
5001
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz",
5002
- "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==",
4894
+ "version": "3.39.0",
4895
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz",
4896
+ "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==",
4897
+ "license": "MIT",
5003
4898
  "dependencies": {
5004
- "browserslist": "^4.22.3"
4899
+ "browserslist": "^4.24.2"
5005
4900
  },
5006
4901
  "funding": {
5007
4902
  "type": "opencollective",
@@ -5717,9 +5612,10 @@
5717
5612
  "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
5718
5613
  },
5719
5614
  "node_modules/electron-to-chromium": {
5720
- "version": "1.4.695",
5721
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.695.tgz",
5722
- "integrity": "sha512-eMijZmeqPtm774pCZIOrfUHMs/7ls++W1sLhxwqgu8KQ8E2WmMtzwyqOMt0XXUJ3HTIPfuwlfwF+I5cwnfItBA=="
5615
+ "version": "1.5.51",
5616
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.51.tgz",
5617
+ "integrity": "sha512-kKeWV57KSS8jH4alKt/jKnvHPmJgBxXzGUSbMd4eQF+iOsVPl7bz2KUmu6eo80eMP8wVioTfTyTzdMgM15WXNg==",
5618
+ "license": "ISC"
5723
5619
  },
5724
5620
  "node_modules/emoji-regex": {
5725
5621
  "version": "9.2.2",
@@ -5757,9 +5653,10 @@
5757
5653
  }
5758
5654
  },
5759
5655
  "node_modules/enhanced-resolve": {
5760
- "version": "5.15.1",
5761
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.1.tgz",
5762
- "integrity": "sha512-3d3JRbwsCLJsYgvb6NuWEG44jjPSOMuS73L/6+7BZuoKm3W+qXnSoIYVHi8dG7Qcg4inAY4jbzkZ7MnskePeDg==",
5656
+ "version": "5.17.1",
5657
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
5658
+ "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
5659
+ "license": "MIT",
5763
5660
  "dependencies": {
5764
5661
  "graceful-fs": "^4.2.4",
5765
5662
  "tapable": "^2.2.0"
@@ -5812,9 +5709,10 @@
5812
5709
  "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w=="
5813
5710
  },
5814
5711
  "node_modules/escalade": {
5815
- "version": "3.1.2",
5816
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
5817
- "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
5712
+ "version": "3.2.0",
5713
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
5714
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
5715
+ "license": "MIT",
5818
5716
  "engines": {
5819
5717
  "node": ">=6"
5820
5718
  }
@@ -6176,14 +6074,6 @@
6176
6074
  "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
6177
6075
  "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
6178
6076
  },
6179
- "node_modules/fast-url-parser": {
6180
- "version": "1.1.3",
6181
- "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz",
6182
- "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==",
6183
- "dependencies": {
6184
- "punycode": "^1.3.2"
6185
- }
6186
- },
6187
6077
  "node_modules/fastq": {
6188
6078
  "version": "1.17.1",
6189
6079
  "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
@@ -6226,6 +6116,30 @@
6226
6116
  "node": ">=0.4.0"
6227
6117
  }
6228
6118
  },
6119
+ "node_modules/figures": {
6120
+ "version": "3.2.0",
6121
+ "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
6122
+ "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
6123
+ "license": "MIT",
6124
+ "dependencies": {
6125
+ "escape-string-regexp": "^1.0.5"
6126
+ },
6127
+ "engines": {
6128
+ "node": ">=8"
6129
+ },
6130
+ "funding": {
6131
+ "url": "https://github.com/sponsors/sindresorhus"
6132
+ }
6133
+ },
6134
+ "node_modules/figures/node_modules/escape-string-regexp": {
6135
+ "version": "1.0.5",
6136
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
6137
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
6138
+ "license": "MIT",
6139
+ "engines": {
6140
+ "node": ">=0.8.0"
6141
+ }
6142
+ },
6229
6143
  "node_modules/file-loader": {
6230
6144
  "version": "6.2.0",
6231
6145
  "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
@@ -6684,7 +6598,8 @@
6684
6598
  "node_modules/glob-to-regexp": {
6685
6599
  "version": "0.4.1",
6686
6600
  "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
6687
- "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
6601
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
6602
+ "license": "BSD-2-Clause"
6688
6603
  },
6689
6604
  "node_modules/global-dirs": {
6690
6605
  "version": "3.0.1",
@@ -6747,6 +6662,7 @@
6747
6662
  "version": "11.12.0",
6748
6663
  "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
6749
6664
  "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
6665
+ "license": "MIT",
6750
6666
  "engines": {
6751
6667
  "node": ">=4"
6752
6668
  }
@@ -7511,9 +7427,9 @@
7511
7427
  }
7512
7428
  },
7513
7429
  "node_modules/infima": {
7514
- "version": "0.2.0-alpha.44",
7515
- "resolved": "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.44.tgz",
7516
- "integrity": "sha512-tuRkUSO/lB3rEhLJk25atwAjgLuzq070+pOW8XcvpHky/YbENnRRdPd85IBkyeTgttmOy5ah+yHYsK1HhUd4lQ==",
7430
+ "version": "0.2.0-alpha.45",
7431
+ "resolved": "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.45.tgz",
7432
+ "integrity": "sha512-uyH0zfr1erU1OohLk0fT4Rrb94AOhguWNOcD9uGrSpRvNB+6gZXUoJX5J0NtvzBO10YZ9PgvA4NFgt+fYg8ojw==",
7517
7433
  "license": "MIT",
7518
7434
  "engines": {
7519
7435
  "node": ">=12"
@@ -7763,14 +7679,6 @@
7763
7679
  "url": "https://github.com/sponsors/sindresorhus"
7764
7680
  }
7765
7681
  },
7766
- "node_modules/is-plain-object": {
7767
- "version": "5.0.0",
7768
- "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
7769
- "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
7770
- "engines": {
7771
- "node": ">=0.10.0"
7772
- }
7773
- },
7774
7682
  "node_modules/is-reference": {
7775
7683
  "version": "3.0.2",
7776
7684
  "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz",
@@ -7929,14 +7837,15 @@
7929
7837
  }
7930
7838
  },
7931
7839
  "node_modules/jsesc": {
7932
- "version": "2.5.2",
7933
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
7934
- "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
7840
+ "version": "3.0.2",
7841
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
7842
+ "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
7843
+ "license": "MIT",
7935
7844
  "bin": {
7936
7845
  "jsesc": "bin/jsesc"
7937
7846
  },
7938
7847
  "engines": {
7939
- "node": ">=4"
7848
+ "node": ">=6"
7940
7849
  }
7941
7850
  },
7942
7851
  "node_modules/json-buffer": {
@@ -8090,7 +7999,8 @@
8090
7999
  "node_modules/lodash.debounce": {
8091
8000
  "version": "4.0.8",
8092
8001
  "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
8093
- "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
8002
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
8003
+ "license": "MIT"
8094
8004
  },
8095
8005
  "node_modules/lodash.memoize": {
8096
8006
  "version": "4.1.2",
@@ -8145,6 +8055,7 @@
8145
8055
  "version": "5.1.1",
8146
8056
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
8147
8057
  "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
8058
+ "license": "ISC",
8148
8059
  "dependencies": {
8149
8060
  "yallist": "^3.0.2"
8150
8061
  }
@@ -10330,9 +10241,10 @@
10330
10241
  }
10331
10242
  },
10332
10243
  "node_modules/mini-css-extract-plugin": {
10333
- "version": "2.8.1",
10334
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz",
10335
- "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==",
10244
+ "version": "2.9.2",
10245
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
10246
+ "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
10247
+ "license": "MIT",
10336
10248
  "dependencies": {
10337
10249
  "schema-utils": "^4.0.0",
10338
10250
  "tapable": "^2.2.1"
@@ -10459,9 +10371,10 @@
10459
10371
  }
10460
10372
  },
10461
10373
  "node_modules/node-releases": {
10462
- "version": "2.0.14",
10463
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
10464
- "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
10374
+ "version": "2.0.18",
10375
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
10376
+ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
10377
+ "license": "MIT"
10465
10378
  },
10466
10379
  "node_modules/normalize-path": {
10467
10380
  "version": "3.0.0",
@@ -10506,6 +10419,75 @@
10506
10419
  "url": "https://github.com/fb55/nth-check?sponsor=1"
10507
10420
  }
10508
10421
  },
10422
+ "node_modules/null-loader": {
10423
+ "version": "4.0.1",
10424
+ "resolved": "https://registry.npmjs.org/null-loader/-/null-loader-4.0.1.tgz",
10425
+ "integrity": "sha512-pxqVbi4U6N26lq+LmgIbB5XATP0VdZKOG25DhHi8btMmJJefGArFyDg1yc4U3hWCJbMqSrw0qyrz1UQX+qYXqg==",
10426
+ "license": "MIT",
10427
+ "dependencies": {
10428
+ "loader-utils": "^2.0.0",
10429
+ "schema-utils": "^3.0.0"
10430
+ },
10431
+ "engines": {
10432
+ "node": ">= 10.13.0"
10433
+ },
10434
+ "funding": {
10435
+ "type": "opencollective",
10436
+ "url": "https://opencollective.com/webpack"
10437
+ },
10438
+ "peerDependencies": {
10439
+ "webpack": "^4.0.0 || ^5.0.0"
10440
+ }
10441
+ },
10442
+ "node_modules/null-loader/node_modules/ajv": {
10443
+ "version": "6.12.6",
10444
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
10445
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
10446
+ "license": "MIT",
10447
+ "dependencies": {
10448
+ "fast-deep-equal": "^3.1.1",
10449
+ "fast-json-stable-stringify": "^2.0.0",
10450
+ "json-schema-traverse": "^0.4.1",
10451
+ "uri-js": "^4.2.2"
10452
+ },
10453
+ "funding": {
10454
+ "type": "github",
10455
+ "url": "https://github.com/sponsors/epoberezkin"
10456
+ }
10457
+ },
10458
+ "node_modules/null-loader/node_modules/ajv-keywords": {
10459
+ "version": "3.5.2",
10460
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
10461
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
10462
+ "license": "MIT",
10463
+ "peerDependencies": {
10464
+ "ajv": "^6.9.1"
10465
+ }
10466
+ },
10467
+ "node_modules/null-loader/node_modules/json-schema-traverse": {
10468
+ "version": "0.4.1",
10469
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
10470
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
10471
+ "license": "MIT"
10472
+ },
10473
+ "node_modules/null-loader/node_modules/schema-utils": {
10474
+ "version": "3.3.0",
10475
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
10476
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
10477
+ "license": "MIT",
10478
+ "dependencies": {
10479
+ "@types/json-schema": "^7.0.8",
10480
+ "ajv": "^6.12.5",
10481
+ "ajv-keywords": "^3.5.2"
10482
+ },
10483
+ "engines": {
10484
+ "node": ">= 10.13.0"
10485
+ },
10486
+ "funding": {
10487
+ "type": "opencollective",
10488
+ "url": "https://opencollective.com/webpack"
10489
+ }
10490
+ },
10509
10491
  "node_modules/object-assign": {
10510
10492
  "version": "4.1.1",
10511
10493
  "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
@@ -10871,9 +10853,10 @@
10871
10853
  }
10872
10854
  },
10873
10855
  "node_modules/picocolors": {
10874
- "version": "1.0.0",
10875
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
10876
- "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
10856
+ "version": "1.1.1",
10857
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
10858
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
10859
+ "license": "ISC"
10877
10860
  },
10878
10861
  "node_modules/picomatch": {
10879
10862
  "version": "2.3.1",
@@ -11633,11 +11616,6 @@
11633
11616
  "node": ">= 0.10"
11634
11617
  }
11635
11618
  },
11636
- "node_modules/punycode": {
11637
- "version": "1.4.1",
11638
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
11639
- "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ=="
11640
- },
11641
11619
  "node_modules/pupa": {
11642
11620
  "version": "3.1.0",
11643
11621
  "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz",
@@ -12076,12 +12054,14 @@
12076
12054
  "node_modules/regenerate": {
12077
12055
  "version": "1.4.2",
12078
12056
  "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
12079
- "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
12057
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
12058
+ "license": "MIT"
12080
12059
  },
12081
12060
  "node_modules/regenerate-unicode-properties": {
12082
- "version": "10.1.1",
12083
- "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
12084
- "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
12061
+ "version": "10.2.0",
12062
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
12063
+ "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
12064
+ "license": "MIT",
12085
12065
  "dependencies": {
12086
12066
  "regenerate": "^1.4.2"
12087
12067
  },
@@ -12098,19 +12078,21 @@
12098
12078
  "version": "0.15.2",
12099
12079
  "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
12100
12080
  "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
12081
+ "license": "MIT",
12101
12082
  "dependencies": {
12102
12083
  "@babel/runtime": "^7.8.4"
12103
12084
  }
12104
12085
  },
12105
12086
  "node_modules/regexpu-core": {
12106
- "version": "5.3.2",
12107
- "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
12108
- "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
12087
+ "version": "6.1.1",
12088
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz",
12089
+ "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==",
12090
+ "license": "MIT",
12109
12091
  "dependencies": {
12110
- "@babel/regjsgen": "^0.8.0",
12111
12092
  "regenerate": "^1.4.2",
12112
- "regenerate-unicode-properties": "^10.1.0",
12113
- "regjsparser": "^0.9.1",
12093
+ "regenerate-unicode-properties": "^10.2.0",
12094
+ "regjsgen": "^0.8.0",
12095
+ "regjsparser": "^0.11.0",
12114
12096
  "unicode-match-property-ecmascript": "^2.0.0",
12115
12097
  "unicode-match-property-value-ecmascript": "^2.1.0"
12116
12098
  },
@@ -12143,25 +12125,24 @@
12143
12125
  "url": "https://github.com/sponsors/sindresorhus"
12144
12126
  }
12145
12127
  },
12128
+ "node_modules/regjsgen": {
12129
+ "version": "0.8.0",
12130
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
12131
+ "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
12132
+ "license": "MIT"
12133
+ },
12146
12134
  "node_modules/regjsparser": {
12147
- "version": "0.9.1",
12148
- "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
12149
- "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
12135
+ "version": "0.11.2",
12136
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz",
12137
+ "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==",
12138
+ "license": "BSD-2-Clause",
12150
12139
  "dependencies": {
12151
- "jsesc": "~0.5.0"
12140
+ "jsesc": "~3.0.2"
12152
12141
  },
12153
12142
  "bin": {
12154
12143
  "regjsparser": "bin/parser"
12155
12144
  }
12156
12145
  },
12157
- "node_modules/regjsparser/node_modules/jsesc": {
12158
- "version": "0.5.0",
12159
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
12160
- "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
12161
- "bin": {
12162
- "jsesc": "bin/jsesc"
12163
- }
12164
- },
12165
12146
  "node_modules/rehype-raw": {
12166
12147
  "version": "7.0.0",
12167
12148
  "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
@@ -12397,6 +12378,15 @@
12397
12378
  "entities": "^2.0.0"
12398
12379
  }
12399
12380
  },
12381
+ "node_modules/repeat-string": {
12382
+ "version": "1.6.1",
12383
+ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
12384
+ "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
12385
+ "license": "MIT",
12386
+ "engines": {
12387
+ "node": ">=0.10"
12388
+ }
12389
+ },
12400
12390
  "node_modules/require-from-string": {
12401
12391
  "version": "2.0.2",
12402
12392
  "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
@@ -12733,24 +12723,25 @@
12733
12723
  }
12734
12724
  },
12735
12725
  "node_modules/serve-handler": {
12736
- "version": "6.1.5",
12737
- "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.5.tgz",
12738
- "integrity": "sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==",
12726
+ "version": "6.1.6",
12727
+ "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.6.tgz",
12728
+ "integrity": "sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==",
12729
+ "license": "MIT",
12739
12730
  "dependencies": {
12740
12731
  "bytes": "3.0.0",
12741
12732
  "content-disposition": "0.5.2",
12742
- "fast-url-parser": "1.1.3",
12743
12733
  "mime-types": "2.1.18",
12744
12734
  "minimatch": "3.1.2",
12745
12735
  "path-is-inside": "1.0.2",
12746
- "path-to-regexp": "2.2.1",
12736
+ "path-to-regexp": "3.3.0",
12747
12737
  "range-parser": "1.2.0"
12748
12738
  }
12749
12739
  },
12750
12740
  "node_modules/serve-handler/node_modules/path-to-regexp": {
12751
- "version": "2.2.1",
12752
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz",
12753
- "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ=="
12741
+ "version": "3.3.0",
12742
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz",
12743
+ "integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==",
12744
+ "license": "MIT"
12754
12745
  },
12755
12746
  "node_modules/serve-index": {
12756
12747
  "version": "1.9.1",
@@ -13474,14 +13465,6 @@
13474
13465
  "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
13475
13466
  "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
13476
13467
  },
13477
- "node_modules/to-fast-properties": {
13478
- "version": "2.0.0",
13479
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
13480
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
13481
- "engines": {
13482
- "node": ">=4"
13483
- }
13484
- },
13485
13468
  "node_modules/to-regex-range": {
13486
13469
  "version": "5.0.1",
13487
13470
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -13601,9 +13584,10 @@
13601
13584
  "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
13602
13585
  },
13603
13586
  "node_modules/unicode-canonical-property-names-ecmascript": {
13604
- "version": "2.0.0",
13605
- "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
13606
- "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
13587
+ "version": "2.0.1",
13588
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
13589
+ "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
13590
+ "license": "MIT",
13607
13591
  "engines": {
13608
13592
  "node": ">=4"
13609
13593
  }
@@ -13620,6 +13604,7 @@
13620
13604
  "version": "2.0.0",
13621
13605
  "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
13622
13606
  "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
13607
+ "license": "MIT",
13623
13608
  "dependencies": {
13624
13609
  "unicode-canonical-property-names-ecmascript": "^2.0.0",
13625
13610
  "unicode-property-aliases-ecmascript": "^2.0.0"
@@ -13629,9 +13614,10 @@
13629
13614
  }
13630
13615
  },
13631
13616
  "node_modules/unicode-match-property-value-ecmascript": {
13632
- "version": "2.1.0",
13633
- "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
13634
- "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
13617
+ "version": "2.2.0",
13618
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
13619
+ "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
13620
+ "license": "MIT",
13635
13621
  "engines": {
13636
13622
  "node": ">=4"
13637
13623
  }
@@ -13640,6 +13626,7 @@
13640
13626
  "version": "2.1.0",
13641
13627
  "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
13642
13628
  "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
13629
+ "license": "MIT",
13643
13630
  "engines": {
13644
13631
  "node": ">=4"
13645
13632
  }
@@ -13781,9 +13768,9 @@
13781
13768
  }
13782
13769
  },
13783
13770
  "node_modules/update-browserslist-db": {
13784
- "version": "1.0.13",
13785
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
13786
- "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
13771
+ "version": "1.1.1",
13772
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
13773
+ "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
13787
13774
  "funding": [
13788
13775
  {
13789
13776
  "type": "opencollective",
@@ -13798,9 +13785,10 @@
13798
13785
  "url": "https://github.com/sponsors/ai"
13799
13786
  }
13800
13787
  ],
13788
+ "license": "MIT",
13801
13789
  "dependencies": {
13802
- "escalade": "^3.1.1",
13803
- "picocolors": "^1.0.0"
13790
+ "escalade": "^3.2.0",
13791
+ "picocolors": "^1.1.0"
13804
13792
  },
13805
13793
  "bin": {
13806
13794
  "update-browserslist-db": "cli.js"
@@ -14073,9 +14061,10 @@
14073
14061
  }
14074
14062
  },
14075
14063
  "node_modules/watchpack": {
14076
- "version": "2.4.0",
14077
- "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
14078
- "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
14064
+ "version": "2.4.2",
14065
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz",
14066
+ "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==",
14067
+ "license": "MIT",
14079
14068
  "dependencies": {
14080
14069
  "glob-to-regexp": "^0.4.1",
14081
14070
  "graceful-fs": "^4.1.2"
@@ -14102,25 +14091,25 @@
14102
14091
  }
14103
14092
  },
14104
14093
  "node_modules/webpack": {
14105
- "version": "5.90.3",
14106
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz",
14107
- "integrity": "sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==",
14108
- "dependencies": {
14109
- "@types/eslint-scope": "^3.7.3",
14110
- "@types/estree": "^1.0.5",
14111
- "@webassemblyjs/ast": "^1.11.5",
14112
- "@webassemblyjs/wasm-edit": "^1.11.5",
14113
- "@webassemblyjs/wasm-parser": "^1.11.5",
14114
- "acorn": "^8.7.1",
14115
- "acorn-import-assertions": "^1.9.0",
14116
- "browserslist": "^4.21.10",
14094
+ "version": "5.96.1",
14095
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz",
14096
+ "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==",
14097
+ "license": "MIT",
14098
+ "dependencies": {
14099
+ "@types/eslint-scope": "^3.7.7",
14100
+ "@types/estree": "^1.0.6",
14101
+ "@webassemblyjs/ast": "^1.12.1",
14102
+ "@webassemblyjs/wasm-edit": "^1.12.1",
14103
+ "@webassemblyjs/wasm-parser": "^1.12.1",
14104
+ "acorn": "^8.14.0",
14105
+ "browserslist": "^4.24.0",
14117
14106
  "chrome-trace-event": "^1.0.2",
14118
- "enhanced-resolve": "^5.15.0",
14107
+ "enhanced-resolve": "^5.17.1",
14119
14108
  "es-module-lexer": "^1.2.1",
14120
14109
  "eslint-scope": "5.1.1",
14121
14110
  "events": "^3.2.0",
14122
14111
  "glob-to-regexp": "^0.4.1",
14123
- "graceful-fs": "^4.2.9",
14112
+ "graceful-fs": "^4.2.11",
14124
14113
  "json-parse-even-better-errors": "^2.3.1",
14125
14114
  "loader-runner": "^4.2.0",
14126
14115
  "mime-types": "^2.1.27",
@@ -14128,7 +14117,7 @@
14128
14117
  "schema-utils": "^3.2.0",
14129
14118
  "tapable": "^2.1.1",
14130
14119
  "terser-webpack-plugin": "^5.3.10",
14131
- "watchpack": "^2.4.0",
14120
+ "watchpack": "^2.4.1",
14132
14121
  "webpack-sources": "^3.2.3"
14133
14122
  },
14134
14123
  "bin": {
@@ -14148,9 +14137,10 @@
14148
14137
  }
14149
14138
  },
14150
14139
  "node_modules/webpack-bundle-analyzer": {
14151
- "version": "4.10.1",
14152
- "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.1.tgz",
14153
- "integrity": "sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==",
14140
+ "version": "4.10.2",
14141
+ "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz",
14142
+ "integrity": "sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==",
14143
+ "license": "MIT",
14154
14144
  "dependencies": {
14155
14145
  "@discoveryjs/json-ext": "0.5.7",
14156
14146
  "acorn": "^8.0.4",
@@ -14160,7 +14150,6 @@
14160
14150
  "escape-string-regexp": "^4.0.0",
14161
14151
  "gzip-size": "^6.0.0",
14162
14152
  "html-escaper": "^2.0.2",
14163
- "is-plain-object": "^5.0.0",
14164
14153
  "opener": "^1.5.2",
14165
14154
  "picocolors": "^1.0.0",
14166
14155
  "sirv": "^2.0.3",
@@ -14182,9 +14171,10 @@
14182
14171
  }
14183
14172
  },
14184
14173
  "node_modules/webpack-dev-middleware": {
14185
- "version": "5.3.3",
14186
- "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
14187
- "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
14174
+ "version": "5.3.4",
14175
+ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz",
14176
+ "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==",
14177
+ "license": "MIT",
14188
14178
  "dependencies": {
14189
14179
  "colorette": "^2.0.10",
14190
14180
  "memfs": "^3.4.3",
@@ -14207,6 +14197,7 @@
14207
14197
  "version": "1.52.0",
14208
14198
  "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
14209
14199
  "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
14200
+ "license": "MIT",
14210
14201
  "engines": {
14211
14202
  "node": ">= 0.6"
14212
14203
  }
@@ -14215,6 +14206,7 @@
14215
14206
  "version": "2.1.35",
14216
14207
  "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
14217
14208
  "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
14209
+ "license": "MIT",
14218
14210
  "dependencies": {
14219
14211
  "mime-db": "1.52.0"
14220
14212
  },
@@ -14226,14 +14218,16 @@
14226
14218
  "version": "1.2.1",
14227
14219
  "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
14228
14220
  "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
14221
+ "license": "MIT",
14229
14222
  "engines": {
14230
14223
  "node": ">= 0.6"
14231
14224
  }
14232
14225
  },
14233
14226
  "node_modules/webpack-dev-server": {
14234
- "version": "4.15.1",
14235
- "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz",
14236
- "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==",
14227
+ "version": "4.15.2",
14228
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz",
14229
+ "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==",
14230
+ "license": "MIT",
14237
14231
  "dependencies": {
14238
14232
  "@types/bonjour": "^3.5.9",
14239
14233
  "@types/connect-history-api-fallback": "^1.3.5",
@@ -14263,7 +14257,7 @@
14263
14257
  "serve-index": "^1.9.1",
14264
14258
  "sockjs": "^0.3.24",
14265
14259
  "spdy": "^4.0.2",
14266
- "webpack-dev-middleware": "^5.3.1",
14260
+ "webpack-dev-middleware": "^5.3.4",
14267
14261
  "ws": "^8.13.0"
14268
14262
  },
14269
14263
  "bin": {
@@ -14394,22 +14388,77 @@
14394
14388
  }
14395
14389
  },
14396
14390
  "node_modules/webpackbar": {
14397
- "version": "5.0.2",
14398
- "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz",
14399
- "integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==",
14391
+ "version": "6.0.1",
14392
+ "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-6.0.1.tgz",
14393
+ "integrity": "sha512-TnErZpmuKdwWBdMoexjio3KKX6ZtoKHRVvLIU0A47R0VVBDtx3ZyOJDktgYixhoJokZTYTt1Z37OkO9pnGJa9Q==",
14394
+ "license": "MIT",
14400
14395
  "dependencies": {
14401
- "chalk": "^4.1.0",
14402
- "consola": "^2.15.3",
14396
+ "ansi-escapes": "^4.3.2",
14397
+ "chalk": "^4.1.2",
14398
+ "consola": "^3.2.3",
14399
+ "figures": "^3.2.0",
14400
+ "markdown-table": "^2.0.0",
14403
14401
  "pretty-time": "^1.1.0",
14404
- "std-env": "^3.0.1"
14402
+ "std-env": "^3.7.0",
14403
+ "wrap-ansi": "^7.0.0"
14405
14404
  },
14406
14405
  "engines": {
14407
- "node": ">=12"
14406
+ "node": ">=14.21.3"
14408
14407
  },
14409
14408
  "peerDependencies": {
14410
14409
  "webpack": "3 || 4 || 5"
14411
14410
  }
14412
14411
  },
14412
+ "node_modules/webpackbar/node_modules/emoji-regex": {
14413
+ "version": "8.0.0",
14414
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
14415
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
14416
+ "license": "MIT"
14417
+ },
14418
+ "node_modules/webpackbar/node_modules/markdown-table": {
14419
+ "version": "2.0.0",
14420
+ "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz",
14421
+ "integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==",
14422
+ "license": "MIT",
14423
+ "dependencies": {
14424
+ "repeat-string": "^1.0.0"
14425
+ },
14426
+ "funding": {
14427
+ "type": "github",
14428
+ "url": "https://github.com/sponsors/wooorm"
14429
+ }
14430
+ },
14431
+ "node_modules/webpackbar/node_modules/string-width": {
14432
+ "version": "4.2.3",
14433
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
14434
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
14435
+ "license": "MIT",
14436
+ "dependencies": {
14437
+ "emoji-regex": "^8.0.0",
14438
+ "is-fullwidth-code-point": "^3.0.0",
14439
+ "strip-ansi": "^6.0.1"
14440
+ },
14441
+ "engines": {
14442
+ "node": ">=8"
14443
+ }
14444
+ },
14445
+ "node_modules/webpackbar/node_modules/wrap-ansi": {
14446
+ "version": "7.0.0",
14447
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
14448
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
14449
+ "license": "MIT",
14450
+ "dependencies": {
14451
+ "ansi-styles": "^4.0.0",
14452
+ "string-width": "^4.1.0",
14453
+ "strip-ansi": "^6.0.0"
14454
+ },
14455
+ "engines": {
14456
+ "node": ">=10"
14457
+ },
14458
+ "funding": {
14459
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
14460
+ }
14461
+ },
14413
14462
  "node_modules/websocket-driver": {
14414
14463
  "version": "0.7.4",
14415
14464
  "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
@@ -14577,7 +14626,8 @@
14577
14626
  "node_modules/yallist": {
14578
14627
  "version": "3.1.1",
14579
14628
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
14580
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
14629
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
14630
+ "license": "ISC"
14581
14631
  },
14582
14632
  "node_modules/yaml": {
14583
14633
  "version": "1.10.2",