@zenuml/core 3.23.12 → 3.23.14
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.
- package/dist/StylePanel.c2aa5a4f.js +1756 -0
- package/dist/{close.ea3d38c2.js → close.37e93526.js} +2 -2
- package/dist/{collapse-expanded.eef91e0f.js → collapse-expanded.c13a85e2.js} +2 -2
- package/dist/{collapse-unexpanded.7e6a99fa.js → collapse-unexpanded.b10f7238.js} +2 -2
- package/dist/{core.6d6052eb.js → core.4f31d6ef.js} +3 -4
- package/dist/{debug.61922298.js → debug.13320e4f.js} +2 -2
- package/dist/{message-arrow.c2d73269.js → message-arrow.adff8d9c.js} +2 -2
- package/dist/{non-selected-cycle.fe4fc9bc.js → non-selected-cycle.40638f7c.js} +2 -2
- package/dist/{numbering.f85c36fe.js → numbering.57aaeb5a.js} +2 -2
- package/dist/{privacy.3a6f886e.js → privacy.97e389cf.js} +2 -2
- package/dist/{selected-cycle.0e4ad2a4.js → selected-cycle.a1ddf004.js} +2 -2
- package/dist/{theme.0c1703d7.js → theme.b204c2e9.js} +2 -2
- package/dist/{tip.bf17baf6.js → tip.6c67a1f3.js} +2 -2
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +448 -448
- package/dist/{zoom-in.dc2e27ff.js → zoom-in.054b81b8.js} +2 -2
- package/dist/{zoom-out.3c3e350c.js → zoom-out.cfefd1f5.js} +2 -2
- package/package.json +2 -2
- package/pnpm-lock.yaml +754 -476
- package/dist/StylePanel.3d4e665f.js +0 -1812
package/pnpm-lock.yaml
CHANGED
|
@@ -2,8 +2,8 @@ lockfileVersion: "6.0"
|
|
|
2
2
|
|
|
3
3
|
dependencies:
|
|
4
4
|
"@headlessui-float/vue":
|
|
5
|
-
specifier: ^0.
|
|
6
|
-
version: 0.
|
|
5
|
+
specifier: ^0.11.4
|
|
6
|
+
version: 0.11.4(vue@3.2.45)
|
|
7
7
|
"@headlessui/tailwindcss":
|
|
8
8
|
specifier: ^0.2.0
|
|
9
9
|
version: 0.2.0(tailwindcss@3.2.4)
|
|
@@ -65,10 +65,10 @@ dependencies:
|
|
|
65
65
|
devDependencies:
|
|
66
66
|
"@babel/eslint-parser":
|
|
67
67
|
specifier: ^7.19.1
|
|
68
|
-
version: 7.19.1(@babel/core@7.
|
|
68
|
+
version: 7.19.1(@babel/core@7.24.6)(eslint@8.30.0)
|
|
69
69
|
"@babel/preset-env":
|
|
70
70
|
specifier: ^7.20.2
|
|
71
|
-
version: 7.20.2(@babel/core@7.
|
|
71
|
+
version: 7.20.2(@babel/core@7.24.6)
|
|
72
72
|
"@types/antlr4":
|
|
73
73
|
specifier: ~4.11.2
|
|
74
74
|
version: 4.11.2
|
|
@@ -80,7 +80,7 @@ devDependencies:
|
|
|
80
80
|
version: 4.14.191
|
|
81
81
|
"@types/node":
|
|
82
82
|
specifier: latest
|
|
83
|
-
version: 20.12.
|
|
83
|
+
version: 20.12.13
|
|
84
84
|
"@typescript-eslint/eslint-plugin":
|
|
85
85
|
specifier: ^6.7.4
|
|
86
86
|
version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.30.0)(typescript@4.9.4)
|
|
@@ -140,7 +140,7 @@ devDependencies:
|
|
|
140
140
|
version: 4.1.3
|
|
141
141
|
less-loader:
|
|
142
142
|
specifier: ^11.1.3
|
|
143
|
-
version: 11.1.3(less@4.1.3)(webpack@5.
|
|
143
|
+
version: 11.1.3(less@4.1.3)(webpack@5.91.0)
|
|
144
144
|
lint-staged:
|
|
145
145
|
specifier: ^14.0.1
|
|
146
146
|
version: 14.0.1
|
|
@@ -155,19 +155,19 @@ devDependencies:
|
|
|
155
155
|
version: 1.57.0
|
|
156
156
|
svg-url-loader:
|
|
157
157
|
specifier: ^6.0.0
|
|
158
|
-
version: 6.0.0(webpack@5.
|
|
158
|
+
version: 6.0.0(webpack@5.91.0)
|
|
159
159
|
terser-webpack-plugin:
|
|
160
160
|
specifier: ^3.1.0
|
|
161
|
-
version: 3.1.0(webpack@5.
|
|
161
|
+
version: 3.1.0(webpack@5.91.0)
|
|
162
162
|
ts-node:
|
|
163
163
|
specifier: ^10.9.1
|
|
164
|
-
version: 10.9.1(@types/node@20.12.
|
|
164
|
+
version: 10.9.1(@types/node@20.12.13)(typescript@4.9.4)
|
|
165
165
|
typescript:
|
|
166
166
|
specifier: ^4.9.4
|
|
167
167
|
version: 4.9.4
|
|
168
168
|
vite:
|
|
169
169
|
specifier: ^3.2.10
|
|
170
|
-
version: 3.2.10(@types/node@20.12.
|
|
170
|
+
version: 3.2.10(@types/node@20.12.13)(less@4.1.3)(sass@1.57.0)
|
|
171
171
|
vite-plugin-css-injected-by-js:
|
|
172
172
|
specifier: ^2.2.0
|
|
173
173
|
version: 2.2.0(vite@3.2.10)
|
|
@@ -179,15 +179,15 @@ devDependencies:
|
|
|
179
179
|
version: 0.26.1(jsdom@20.0.3)(less@4.1.3)(sass@1.57.0)
|
|
180
180
|
|
|
181
181
|
packages:
|
|
182
|
-
/@ampproject/remapping@2.
|
|
182
|
+
/@ampproject/remapping@2.3.0:
|
|
183
183
|
resolution:
|
|
184
184
|
{
|
|
185
|
-
integrity: sha512-
|
|
185
|
+
integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==,
|
|
186
186
|
}
|
|
187
187
|
engines: { node: ">=6.0.0" }
|
|
188
188
|
dependencies:
|
|
189
|
-
"@jridgewell/gen-mapping": 0.3.
|
|
190
|
-
"@jridgewell/trace-mapping": 0.3.
|
|
189
|
+
"@jridgewell/gen-mapping": 0.3.5
|
|
190
|
+
"@jridgewell/trace-mapping": 0.3.25
|
|
191
191
|
dev: true
|
|
192
192
|
|
|
193
193
|
/@babel/code-frame@7.21.4:
|
|
@@ -211,6 +211,17 @@ packages:
|
|
|
211
211
|
chalk: 2.4.2
|
|
212
212
|
dev: true
|
|
213
213
|
|
|
214
|
+
/@babel/code-frame@7.24.6:
|
|
215
|
+
resolution:
|
|
216
|
+
{
|
|
217
|
+
integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==,
|
|
218
|
+
}
|
|
219
|
+
engines: { node: ">=6.9.0" }
|
|
220
|
+
dependencies:
|
|
221
|
+
"@babel/highlight": 7.24.6
|
|
222
|
+
picocolors: 1.0.1
|
|
223
|
+
dev: true
|
|
224
|
+
|
|
214
225
|
/@babel/compat-data@7.20.5:
|
|
215
226
|
resolution:
|
|
216
227
|
{
|
|
@@ -219,41 +230,41 @@ packages:
|
|
|
219
230
|
engines: { node: ">=6.9.0" }
|
|
220
231
|
dev: true
|
|
221
232
|
|
|
222
|
-
/@babel/compat-data@7.
|
|
233
|
+
/@babel/compat-data@7.24.6:
|
|
223
234
|
resolution:
|
|
224
235
|
{
|
|
225
|
-
integrity: sha512-
|
|
236
|
+
integrity: sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==,
|
|
226
237
|
}
|
|
227
238
|
engines: { node: ">=6.9.0" }
|
|
228
239
|
dev: true
|
|
229
240
|
|
|
230
|
-
/@babel/core@7.
|
|
241
|
+
/@babel/core@7.24.6:
|
|
231
242
|
resolution:
|
|
232
243
|
{
|
|
233
|
-
integrity: sha512-
|
|
244
|
+
integrity: sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==,
|
|
234
245
|
}
|
|
235
246
|
engines: { node: ">=6.9.0" }
|
|
236
247
|
dependencies:
|
|
237
|
-
"@ampproject/remapping": 2.
|
|
238
|
-
"@babel/code-frame": 7.
|
|
239
|
-
"@babel/generator": 7.
|
|
240
|
-
"@babel/helper-compilation-targets": 7.
|
|
241
|
-
"@babel/helper-module-transforms": 7.
|
|
242
|
-
"@babel/helpers": 7.
|
|
243
|
-
"@babel/parser": 7.
|
|
244
|
-
"@babel/template": 7.
|
|
245
|
-
"@babel/traverse": 7.
|
|
246
|
-
"@babel/types": 7.
|
|
247
|
-
convert-source-map:
|
|
248
|
+
"@ampproject/remapping": 2.3.0
|
|
249
|
+
"@babel/code-frame": 7.24.6
|
|
250
|
+
"@babel/generator": 7.24.6
|
|
251
|
+
"@babel/helper-compilation-targets": 7.24.6
|
|
252
|
+
"@babel/helper-module-transforms": 7.24.6(@babel/core@7.24.6)
|
|
253
|
+
"@babel/helpers": 7.24.6
|
|
254
|
+
"@babel/parser": 7.24.6
|
|
255
|
+
"@babel/template": 7.24.6
|
|
256
|
+
"@babel/traverse": 7.24.6
|
|
257
|
+
"@babel/types": 7.24.6
|
|
258
|
+
convert-source-map: 2.0.0
|
|
248
259
|
debug: 4.3.4(supports-color@8.1.1)
|
|
249
260
|
gensync: 1.0.0-beta.2
|
|
250
|
-
json5: 2.2.
|
|
251
|
-
semver: 6.3.
|
|
261
|
+
json5: 2.2.3
|
|
262
|
+
semver: 6.3.1
|
|
252
263
|
transitivePeerDependencies:
|
|
253
264
|
- supports-color
|
|
254
265
|
dev: true
|
|
255
266
|
|
|
256
|
-
/@babel/eslint-parser@7.19.1(@babel/core@7.
|
|
267
|
+
/@babel/eslint-parser@7.19.1(@babel/core@7.24.6)(eslint@8.30.0):
|
|
257
268
|
resolution:
|
|
258
269
|
{
|
|
259
270
|
integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==,
|
|
@@ -263,7 +274,7 @@ packages:
|
|
|
263
274
|
"@babel/core": ">=7.11.0"
|
|
264
275
|
eslint: ^7.5.0 || ^8.0.0
|
|
265
276
|
dependencies:
|
|
266
|
-
"@babel/core": 7.
|
|
277
|
+
"@babel/core": 7.24.6
|
|
267
278
|
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
|
|
268
279
|
eslint: 8.30.0
|
|
269
280
|
eslint-visitor-keys: 2.1.0
|
|
@@ -283,6 +294,19 @@ packages:
|
|
|
283
294
|
jsesc: 2.5.2
|
|
284
295
|
dev: true
|
|
285
296
|
|
|
297
|
+
/@babel/generator@7.24.6:
|
|
298
|
+
resolution:
|
|
299
|
+
{
|
|
300
|
+
integrity: sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==,
|
|
301
|
+
}
|
|
302
|
+
engines: { node: ">=6.9.0" }
|
|
303
|
+
dependencies:
|
|
304
|
+
"@babel/types": 7.24.6
|
|
305
|
+
"@jridgewell/gen-mapping": 0.3.5
|
|
306
|
+
"@jridgewell/trace-mapping": 0.3.25
|
|
307
|
+
jsesc: 2.5.2
|
|
308
|
+
dev: true
|
|
309
|
+
|
|
286
310
|
/@babel/helper-annotate-as-pure@7.18.6:
|
|
287
311
|
resolution:
|
|
288
312
|
{
|
|
@@ -304,7 +328,7 @@ packages:
|
|
|
304
328
|
"@babel/types": 7.22.4
|
|
305
329
|
dev: true
|
|
306
330
|
|
|
307
|
-
/@babel/helper-compilation-targets@7.20.0(@babel/core@7.
|
|
331
|
+
/@babel/helper-compilation-targets@7.20.0(@babel/core@7.24.6):
|
|
308
332
|
resolution:
|
|
309
333
|
{
|
|
310
334
|
integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==,
|
|
@@ -314,30 +338,27 @@ packages:
|
|
|
314
338
|
"@babel/core": ^7.0.0
|
|
315
339
|
dependencies:
|
|
316
340
|
"@babel/compat-data": 7.20.5
|
|
317
|
-
"@babel/core": 7.
|
|
341
|
+
"@babel/core": 7.24.6
|
|
318
342
|
"@babel/helper-validator-option": 7.18.6
|
|
319
343
|
browserslist: 4.21.4
|
|
320
344
|
semver: 6.3.0
|
|
321
345
|
dev: true
|
|
322
346
|
|
|
323
|
-
/@babel/helper-compilation-targets@7.
|
|
347
|
+
/@babel/helper-compilation-targets@7.24.6:
|
|
324
348
|
resolution:
|
|
325
349
|
{
|
|
326
|
-
integrity: sha512-
|
|
350
|
+
integrity: sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==,
|
|
327
351
|
}
|
|
328
352
|
engines: { node: ">=6.9.0" }
|
|
329
|
-
peerDependencies:
|
|
330
|
-
"@babel/core": ^7.0.0
|
|
331
353
|
dependencies:
|
|
332
|
-
"@babel/compat-data": 7.
|
|
333
|
-
"@babel/
|
|
334
|
-
|
|
335
|
-
browserslist: 4.21.4
|
|
354
|
+
"@babel/compat-data": 7.24.6
|
|
355
|
+
"@babel/helper-validator-option": 7.24.6
|
|
356
|
+
browserslist: 4.23.0
|
|
336
357
|
lru-cache: 5.1.1
|
|
337
|
-
semver: 6.3.
|
|
358
|
+
semver: 6.3.1
|
|
338
359
|
dev: true
|
|
339
360
|
|
|
340
|
-
/@babel/helper-create-class-features-plugin@7.20.5(@babel/core@7.
|
|
361
|
+
/@babel/helper-create-class-features-plugin@7.20.5(@babel/core@7.24.6):
|
|
341
362
|
resolution:
|
|
342
363
|
{
|
|
343
364
|
integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==,
|
|
@@ -346,7 +367,7 @@ packages:
|
|
|
346
367
|
peerDependencies:
|
|
347
368
|
"@babel/core": ^7.0.0
|
|
348
369
|
dependencies:
|
|
349
|
-
"@babel/core": 7.
|
|
370
|
+
"@babel/core": 7.24.6
|
|
350
371
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
351
372
|
"@babel/helper-environment-visitor": 7.22.1
|
|
352
373
|
"@babel/helper-function-name": 7.21.0
|
|
@@ -358,7 +379,7 @@ packages:
|
|
|
358
379
|
- supports-color
|
|
359
380
|
dev: true
|
|
360
381
|
|
|
361
|
-
/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.
|
|
382
|
+
/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.24.6):
|
|
362
383
|
resolution:
|
|
363
384
|
{
|
|
364
385
|
integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==,
|
|
@@ -367,12 +388,12 @@ packages:
|
|
|
367
388
|
peerDependencies:
|
|
368
389
|
"@babel/core": ^7.0.0
|
|
369
390
|
dependencies:
|
|
370
|
-
"@babel/core": 7.
|
|
391
|
+
"@babel/core": 7.24.6
|
|
371
392
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
372
393
|
regexpu-core: 5.2.2
|
|
373
394
|
dev: true
|
|
374
395
|
|
|
375
|
-
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.
|
|
396
|
+
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.24.6):
|
|
376
397
|
resolution:
|
|
377
398
|
{
|
|
378
399
|
integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==,
|
|
@@ -380,8 +401,8 @@ packages:
|
|
|
380
401
|
peerDependencies:
|
|
381
402
|
"@babel/core": ^7.4.0-0
|
|
382
403
|
dependencies:
|
|
383
|
-
"@babel/core": 7.
|
|
384
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.
|
|
404
|
+
"@babel/core": 7.24.6
|
|
405
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.24.6)
|
|
385
406
|
"@babel/helper-plugin-utils": 7.20.2
|
|
386
407
|
debug: 4.3.4(supports-color@8.1.1)
|
|
387
408
|
lodash.debounce: 4.0.8
|
|
@@ -407,6 +428,14 @@ packages:
|
|
|
407
428
|
engines: { node: ">=6.9.0" }
|
|
408
429
|
dev: true
|
|
409
430
|
|
|
431
|
+
/@babel/helper-environment-visitor@7.24.6:
|
|
432
|
+
resolution:
|
|
433
|
+
{
|
|
434
|
+
integrity: sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==,
|
|
435
|
+
}
|
|
436
|
+
engines: { node: ">=6.9.0" }
|
|
437
|
+
dev: true
|
|
438
|
+
|
|
410
439
|
/@babel/helper-explode-assignable-expression@7.18.6:
|
|
411
440
|
resolution:
|
|
412
441
|
{
|
|
@@ -439,6 +468,17 @@ packages:
|
|
|
439
468
|
"@babel/types": 7.23.0
|
|
440
469
|
dev: true
|
|
441
470
|
|
|
471
|
+
/@babel/helper-function-name@7.24.6:
|
|
472
|
+
resolution:
|
|
473
|
+
{
|
|
474
|
+
integrity: sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==,
|
|
475
|
+
}
|
|
476
|
+
engines: { node: ">=6.9.0" }
|
|
477
|
+
dependencies:
|
|
478
|
+
"@babel/template": 7.24.6
|
|
479
|
+
"@babel/types": 7.24.6
|
|
480
|
+
dev: true
|
|
481
|
+
|
|
442
482
|
/@babel/helper-hoist-variables@7.18.6:
|
|
443
483
|
resolution:
|
|
444
484
|
{
|
|
@@ -459,6 +499,16 @@ packages:
|
|
|
459
499
|
"@babel/types": 7.23.0
|
|
460
500
|
dev: true
|
|
461
501
|
|
|
502
|
+
/@babel/helper-hoist-variables@7.24.6:
|
|
503
|
+
resolution:
|
|
504
|
+
{
|
|
505
|
+
integrity: sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==,
|
|
506
|
+
}
|
|
507
|
+
engines: { node: ">=6.9.0" }
|
|
508
|
+
dependencies:
|
|
509
|
+
"@babel/types": 7.24.6
|
|
510
|
+
dev: true
|
|
511
|
+
|
|
462
512
|
/@babel/helper-member-expression-to-functions@7.18.9:
|
|
463
513
|
resolution:
|
|
464
514
|
{
|
|
@@ -479,14 +529,14 @@ packages:
|
|
|
479
529
|
"@babel/types": 7.22.4
|
|
480
530
|
dev: true
|
|
481
531
|
|
|
482
|
-
/@babel/helper-module-imports@7.
|
|
532
|
+
/@babel/helper-module-imports@7.24.6:
|
|
483
533
|
resolution:
|
|
484
534
|
{
|
|
485
|
-
integrity: sha512-
|
|
535
|
+
integrity: sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==,
|
|
486
536
|
}
|
|
487
537
|
engines: { node: ">=6.9.0" }
|
|
488
538
|
dependencies:
|
|
489
|
-
"@babel/types": 7.
|
|
539
|
+
"@babel/types": 7.24.6
|
|
490
540
|
dev: true
|
|
491
541
|
|
|
492
542
|
/@babel/helper-module-transforms@7.20.2:
|
|
@@ -508,23 +558,21 @@ packages:
|
|
|
508
558
|
- supports-color
|
|
509
559
|
dev: true
|
|
510
560
|
|
|
511
|
-
/@babel/helper-module-transforms@7.
|
|
561
|
+
/@babel/helper-module-transforms@7.24.6(@babel/core@7.24.6):
|
|
512
562
|
resolution:
|
|
513
563
|
{
|
|
514
|
-
integrity: sha512-
|
|
564
|
+
integrity: sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==,
|
|
515
565
|
}
|
|
516
566
|
engines: { node: ">=6.9.0" }
|
|
567
|
+
peerDependencies:
|
|
568
|
+
"@babel/core": ^7.0.0
|
|
517
569
|
dependencies:
|
|
518
|
-
"@babel/
|
|
519
|
-
"@babel/helper-
|
|
520
|
-
"@babel/helper-
|
|
521
|
-
"@babel/helper-
|
|
522
|
-
"@babel/helper-
|
|
523
|
-
"@babel/
|
|
524
|
-
"@babel/traverse": 7.23.2
|
|
525
|
-
"@babel/types": 7.23.0
|
|
526
|
-
transitivePeerDependencies:
|
|
527
|
-
- supports-color
|
|
570
|
+
"@babel/core": 7.24.6
|
|
571
|
+
"@babel/helper-environment-visitor": 7.24.6
|
|
572
|
+
"@babel/helper-module-imports": 7.24.6
|
|
573
|
+
"@babel/helper-simple-access": 7.24.6
|
|
574
|
+
"@babel/helper-split-export-declaration": 7.24.6
|
|
575
|
+
"@babel/helper-validator-identifier": 7.24.6
|
|
528
576
|
dev: true
|
|
529
577
|
|
|
530
578
|
/@babel/helper-optimise-call-expression@7.18.6:
|
|
@@ -545,7 +593,7 @@ packages:
|
|
|
545
593
|
engines: { node: ">=6.9.0" }
|
|
546
594
|
dev: true
|
|
547
595
|
|
|
548
|
-
/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.
|
|
596
|
+
/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.24.6):
|
|
549
597
|
resolution:
|
|
550
598
|
{
|
|
551
599
|
integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==,
|
|
@@ -554,7 +602,7 @@ packages:
|
|
|
554
602
|
peerDependencies:
|
|
555
603
|
"@babel/core": ^7.0.0
|
|
556
604
|
dependencies:
|
|
557
|
-
"@babel/core": 7.
|
|
605
|
+
"@babel/core": 7.24.6
|
|
558
606
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
559
607
|
"@babel/helper-environment-visitor": 7.22.1
|
|
560
608
|
"@babel/helper-wrap-function": 7.20.5
|
|
@@ -589,14 +637,14 @@ packages:
|
|
|
589
637
|
"@babel/types": 7.22.4
|
|
590
638
|
dev: true
|
|
591
639
|
|
|
592
|
-
/@babel/helper-simple-access@7.
|
|
640
|
+
/@babel/helper-simple-access@7.24.6:
|
|
593
641
|
resolution:
|
|
594
642
|
{
|
|
595
|
-
integrity: sha512-
|
|
643
|
+
integrity: sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==,
|
|
596
644
|
}
|
|
597
645
|
engines: { node: ">=6.9.0" }
|
|
598
646
|
dependencies:
|
|
599
|
-
"@babel/types": 7.
|
|
647
|
+
"@babel/types": 7.24.6
|
|
600
648
|
dev: true
|
|
601
649
|
|
|
602
650
|
/@babel/helper-skip-transparent-expression-wrappers@7.20.0:
|
|
@@ -629,6 +677,16 @@ packages:
|
|
|
629
677
|
"@babel/types": 7.23.0
|
|
630
678
|
dev: true
|
|
631
679
|
|
|
680
|
+
/@babel/helper-split-export-declaration@7.24.6:
|
|
681
|
+
resolution:
|
|
682
|
+
{
|
|
683
|
+
integrity: sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==,
|
|
684
|
+
}
|
|
685
|
+
engines: { node: ">=6.9.0" }
|
|
686
|
+
dependencies:
|
|
687
|
+
"@babel/types": 7.24.6
|
|
688
|
+
dev: true
|
|
689
|
+
|
|
632
690
|
/@babel/helper-string-parser@7.21.5:
|
|
633
691
|
resolution:
|
|
634
692
|
{
|
|
@@ -644,6 +702,14 @@ packages:
|
|
|
644
702
|
engines: { node: ">=6.9.0" }
|
|
645
703
|
dev: true
|
|
646
704
|
|
|
705
|
+
/@babel/helper-string-parser@7.24.6:
|
|
706
|
+
resolution:
|
|
707
|
+
{
|
|
708
|
+
integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==,
|
|
709
|
+
}
|
|
710
|
+
engines: { node: ">=6.9.0" }
|
|
711
|
+
dev: true
|
|
712
|
+
|
|
647
713
|
/@babel/helper-validator-identifier@7.19.1:
|
|
648
714
|
resolution:
|
|
649
715
|
{
|
|
@@ -659,6 +725,14 @@ packages:
|
|
|
659
725
|
engines: { node: ">=6.9.0" }
|
|
660
726
|
dev: true
|
|
661
727
|
|
|
728
|
+
/@babel/helper-validator-identifier@7.24.6:
|
|
729
|
+
resolution:
|
|
730
|
+
{
|
|
731
|
+
integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==,
|
|
732
|
+
}
|
|
733
|
+
engines: { node: ">=6.9.0" }
|
|
734
|
+
dev: true
|
|
735
|
+
|
|
662
736
|
/@babel/helper-validator-option@7.18.6:
|
|
663
737
|
resolution:
|
|
664
738
|
{
|
|
@@ -667,10 +741,10 @@ packages:
|
|
|
667
741
|
engines: { node: ">=6.9.0" }
|
|
668
742
|
dev: true
|
|
669
743
|
|
|
670
|
-
/@babel/helper-validator-option@7.
|
|
744
|
+
/@babel/helper-validator-option@7.24.6:
|
|
671
745
|
resolution:
|
|
672
746
|
{
|
|
673
|
-
integrity: sha512-
|
|
747
|
+
integrity: sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==,
|
|
674
748
|
}
|
|
675
749
|
engines: { node: ">=6.9.0" }
|
|
676
750
|
dev: true
|
|
@@ -690,18 +764,15 @@ packages:
|
|
|
690
764
|
- supports-color
|
|
691
765
|
dev: true
|
|
692
766
|
|
|
693
|
-
/@babel/helpers@7.
|
|
767
|
+
/@babel/helpers@7.24.6:
|
|
694
768
|
resolution:
|
|
695
769
|
{
|
|
696
|
-
integrity: sha512-
|
|
770
|
+
integrity: sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==,
|
|
697
771
|
}
|
|
698
772
|
engines: { node: ">=6.9.0" }
|
|
699
773
|
dependencies:
|
|
700
|
-
"@babel/template": 7.
|
|
701
|
-
"@babel/
|
|
702
|
-
"@babel/types": 7.23.0
|
|
703
|
-
transitivePeerDependencies:
|
|
704
|
-
- supports-color
|
|
774
|
+
"@babel/template": 7.24.6
|
|
775
|
+
"@babel/types": 7.24.6
|
|
705
776
|
dev: true
|
|
706
777
|
|
|
707
778
|
/@babel/highlight@7.18.6:
|
|
@@ -728,6 +799,19 @@ packages:
|
|
|
728
799
|
js-tokens: 4.0.0
|
|
729
800
|
dev: true
|
|
730
801
|
|
|
802
|
+
/@babel/highlight@7.24.6:
|
|
803
|
+
resolution:
|
|
804
|
+
{
|
|
805
|
+
integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==,
|
|
806
|
+
}
|
|
807
|
+
engines: { node: ">=6.9.0" }
|
|
808
|
+
dependencies:
|
|
809
|
+
"@babel/helper-validator-identifier": 7.24.6
|
|
810
|
+
chalk: 2.4.2
|
|
811
|
+
js-tokens: 4.0.0
|
|
812
|
+
picocolors: 1.0.1
|
|
813
|
+
dev: true
|
|
814
|
+
|
|
731
815
|
/@babel/parser@7.20.5:
|
|
732
816
|
resolution:
|
|
733
817
|
{
|
|
@@ -759,7 +843,18 @@ packages:
|
|
|
759
843
|
"@babel/types": 7.23.0
|
|
760
844
|
dev: true
|
|
761
845
|
|
|
762
|
-
/@babel/
|
|
846
|
+
/@babel/parser@7.24.6:
|
|
847
|
+
resolution:
|
|
848
|
+
{
|
|
849
|
+
integrity: sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==,
|
|
850
|
+
}
|
|
851
|
+
engines: { node: ">=6.0.0" }
|
|
852
|
+
hasBin: true
|
|
853
|
+
dependencies:
|
|
854
|
+
"@babel/types": 7.24.6
|
|
855
|
+
dev: true
|
|
856
|
+
|
|
857
|
+
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.24.6):
|
|
763
858
|
resolution:
|
|
764
859
|
{
|
|
765
860
|
integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==,
|
|
@@ -768,11 +863,11 @@ packages:
|
|
|
768
863
|
peerDependencies:
|
|
769
864
|
"@babel/core": ^7.0.0
|
|
770
865
|
dependencies:
|
|
771
|
-
"@babel/core": 7.
|
|
866
|
+
"@babel/core": 7.24.6
|
|
772
867
|
"@babel/helper-plugin-utils": 7.20.2
|
|
773
868
|
dev: true
|
|
774
869
|
|
|
775
|
-
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.
|
|
870
|
+
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.24.6):
|
|
776
871
|
resolution:
|
|
777
872
|
{
|
|
778
873
|
integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==,
|
|
@@ -781,13 +876,13 @@ packages:
|
|
|
781
876
|
peerDependencies:
|
|
782
877
|
"@babel/core": ^7.13.0
|
|
783
878
|
dependencies:
|
|
784
|
-
"@babel/core": 7.
|
|
879
|
+
"@babel/core": 7.24.6
|
|
785
880
|
"@babel/helper-plugin-utils": 7.20.2
|
|
786
881
|
"@babel/helper-skip-transparent-expression-wrappers": 7.20.0
|
|
787
|
-
"@babel/plugin-proposal-optional-chaining": 7.18.9(@babel/core@7.
|
|
882
|
+
"@babel/plugin-proposal-optional-chaining": 7.18.9(@babel/core@7.24.6)
|
|
788
883
|
dev: true
|
|
789
884
|
|
|
790
|
-
/@babel/plugin-proposal-async-generator-functions@7.20.1(@babel/core@7.
|
|
885
|
+
/@babel/plugin-proposal-async-generator-functions@7.20.1(@babel/core@7.24.6):
|
|
791
886
|
resolution:
|
|
792
887
|
{
|
|
793
888
|
integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==,
|
|
@@ -796,16 +891,16 @@ packages:
|
|
|
796
891
|
peerDependencies:
|
|
797
892
|
"@babel/core": ^7.0.0-0
|
|
798
893
|
dependencies:
|
|
799
|
-
"@babel/core": 7.
|
|
894
|
+
"@babel/core": 7.24.6
|
|
800
895
|
"@babel/helper-environment-visitor": 7.22.1
|
|
801
896
|
"@babel/helper-plugin-utils": 7.20.2
|
|
802
|
-
"@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.
|
|
803
|
-
"@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.
|
|
897
|
+
"@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.24.6)
|
|
898
|
+
"@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.24.6)
|
|
804
899
|
transitivePeerDependencies:
|
|
805
900
|
- supports-color
|
|
806
901
|
dev: true
|
|
807
902
|
|
|
808
|
-
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.
|
|
903
|
+
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.6):
|
|
809
904
|
resolution:
|
|
810
905
|
{
|
|
811
906
|
integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==,
|
|
@@ -814,14 +909,14 @@ packages:
|
|
|
814
909
|
peerDependencies:
|
|
815
910
|
"@babel/core": ^7.0.0-0
|
|
816
911
|
dependencies:
|
|
817
|
-
"@babel/core": 7.
|
|
818
|
-
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.
|
|
912
|
+
"@babel/core": 7.24.6
|
|
913
|
+
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.24.6)
|
|
819
914
|
"@babel/helper-plugin-utils": 7.20.2
|
|
820
915
|
transitivePeerDependencies:
|
|
821
916
|
- supports-color
|
|
822
917
|
dev: true
|
|
823
918
|
|
|
824
|
-
/@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.
|
|
919
|
+
/@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.24.6):
|
|
825
920
|
resolution:
|
|
826
921
|
{
|
|
827
922
|
integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==,
|
|
@@ -830,15 +925,15 @@ packages:
|
|
|
830
925
|
peerDependencies:
|
|
831
926
|
"@babel/core": ^7.12.0
|
|
832
927
|
dependencies:
|
|
833
|
-
"@babel/core": 7.
|
|
834
|
-
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.
|
|
928
|
+
"@babel/core": 7.24.6
|
|
929
|
+
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.24.6)
|
|
835
930
|
"@babel/helper-plugin-utils": 7.20.2
|
|
836
|
-
"@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.
|
|
931
|
+
"@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.24.6)
|
|
837
932
|
transitivePeerDependencies:
|
|
838
933
|
- supports-color
|
|
839
934
|
dev: true
|
|
840
935
|
|
|
841
|
-
/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.
|
|
936
|
+
/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.24.6):
|
|
842
937
|
resolution:
|
|
843
938
|
{
|
|
844
939
|
integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==,
|
|
@@ -847,12 +942,12 @@ packages:
|
|
|
847
942
|
peerDependencies:
|
|
848
943
|
"@babel/core": ^7.0.0-0
|
|
849
944
|
dependencies:
|
|
850
|
-
"@babel/core": 7.
|
|
945
|
+
"@babel/core": 7.24.6
|
|
851
946
|
"@babel/helper-plugin-utils": 7.20.2
|
|
852
|
-
"@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.
|
|
947
|
+
"@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.24.6)
|
|
853
948
|
dev: true
|
|
854
949
|
|
|
855
|
-
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.
|
|
950
|
+
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.24.6):
|
|
856
951
|
resolution:
|
|
857
952
|
{
|
|
858
953
|
integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==,
|
|
@@ -861,12 +956,12 @@ packages:
|
|
|
861
956
|
peerDependencies:
|
|
862
957
|
"@babel/core": ^7.0.0-0
|
|
863
958
|
dependencies:
|
|
864
|
-
"@babel/core": 7.
|
|
959
|
+
"@babel/core": 7.24.6
|
|
865
960
|
"@babel/helper-plugin-utils": 7.20.2
|
|
866
|
-
"@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.
|
|
961
|
+
"@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.24.6)
|
|
867
962
|
dev: true
|
|
868
963
|
|
|
869
|
-
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.
|
|
964
|
+
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.24.6):
|
|
870
965
|
resolution:
|
|
871
966
|
{
|
|
872
967
|
integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==,
|
|
@@ -875,12 +970,12 @@ packages:
|
|
|
875
970
|
peerDependencies:
|
|
876
971
|
"@babel/core": ^7.0.0-0
|
|
877
972
|
dependencies:
|
|
878
|
-
"@babel/core": 7.
|
|
973
|
+
"@babel/core": 7.24.6
|
|
879
974
|
"@babel/helper-plugin-utils": 7.20.2
|
|
880
|
-
"@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.
|
|
975
|
+
"@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.24.6)
|
|
881
976
|
dev: true
|
|
882
977
|
|
|
883
|
-
/@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.
|
|
978
|
+
/@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.24.6):
|
|
884
979
|
resolution:
|
|
885
980
|
{
|
|
886
981
|
integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==,
|
|
@@ -889,12 +984,12 @@ packages:
|
|
|
889
984
|
peerDependencies:
|
|
890
985
|
"@babel/core": ^7.0.0-0
|
|
891
986
|
dependencies:
|
|
892
|
-
"@babel/core": 7.
|
|
987
|
+
"@babel/core": 7.24.6
|
|
893
988
|
"@babel/helper-plugin-utils": 7.20.2
|
|
894
|
-
"@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.
|
|
989
|
+
"@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.24.6)
|
|
895
990
|
dev: true
|
|
896
991
|
|
|
897
|
-
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.
|
|
992
|
+
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.24.6):
|
|
898
993
|
resolution:
|
|
899
994
|
{
|
|
900
995
|
integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==,
|
|
@@ -903,12 +998,12 @@ packages:
|
|
|
903
998
|
peerDependencies:
|
|
904
999
|
"@babel/core": ^7.0.0-0
|
|
905
1000
|
dependencies:
|
|
906
|
-
"@babel/core": 7.
|
|
1001
|
+
"@babel/core": 7.24.6
|
|
907
1002
|
"@babel/helper-plugin-utils": 7.20.2
|
|
908
|
-
"@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.
|
|
1003
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.24.6)
|
|
909
1004
|
dev: true
|
|
910
1005
|
|
|
911
|
-
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.
|
|
1006
|
+
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.24.6):
|
|
912
1007
|
resolution:
|
|
913
1008
|
{
|
|
914
1009
|
integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==,
|
|
@@ -917,12 +1012,12 @@ packages:
|
|
|
917
1012
|
peerDependencies:
|
|
918
1013
|
"@babel/core": ^7.0.0-0
|
|
919
1014
|
dependencies:
|
|
920
|
-
"@babel/core": 7.
|
|
1015
|
+
"@babel/core": 7.24.6
|
|
921
1016
|
"@babel/helper-plugin-utils": 7.20.2
|
|
922
|
-
"@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.
|
|
1017
|
+
"@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.24.6)
|
|
923
1018
|
dev: true
|
|
924
1019
|
|
|
925
|
-
/@babel/plugin-proposal-object-rest-spread@7.20.2(@babel/core@7.
|
|
1020
|
+
/@babel/plugin-proposal-object-rest-spread@7.20.2(@babel/core@7.24.6):
|
|
926
1021
|
resolution:
|
|
927
1022
|
{
|
|
928
1023
|
integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==,
|
|
@@ -932,14 +1027,14 @@ packages:
|
|
|
932
1027
|
"@babel/core": ^7.0.0-0
|
|
933
1028
|
dependencies:
|
|
934
1029
|
"@babel/compat-data": 7.20.5
|
|
935
|
-
"@babel/core": 7.
|
|
936
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.
|
|
1030
|
+
"@babel/core": 7.24.6
|
|
1031
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.24.6)
|
|
937
1032
|
"@babel/helper-plugin-utils": 7.20.2
|
|
938
|
-
"@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.
|
|
939
|
-
"@babel/plugin-transform-parameters": 7.20.5(@babel/core@7.
|
|
1033
|
+
"@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.24.6)
|
|
1034
|
+
"@babel/plugin-transform-parameters": 7.20.5(@babel/core@7.24.6)
|
|
940
1035
|
dev: true
|
|
941
1036
|
|
|
942
|
-
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.
|
|
1037
|
+
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.24.6):
|
|
943
1038
|
resolution:
|
|
944
1039
|
{
|
|
945
1040
|
integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==,
|
|
@@ -948,12 +1043,12 @@ packages:
|
|
|
948
1043
|
peerDependencies:
|
|
949
1044
|
"@babel/core": ^7.0.0-0
|
|
950
1045
|
dependencies:
|
|
951
|
-
"@babel/core": 7.
|
|
1046
|
+
"@babel/core": 7.24.6
|
|
952
1047
|
"@babel/helper-plugin-utils": 7.20.2
|
|
953
|
-
"@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.
|
|
1048
|
+
"@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.24.6)
|
|
954
1049
|
dev: true
|
|
955
1050
|
|
|
956
|
-
/@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.
|
|
1051
|
+
/@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.24.6):
|
|
957
1052
|
resolution:
|
|
958
1053
|
{
|
|
959
1054
|
integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==,
|
|
@@ -962,13 +1057,13 @@ packages:
|
|
|
962
1057
|
peerDependencies:
|
|
963
1058
|
"@babel/core": ^7.0.0-0
|
|
964
1059
|
dependencies:
|
|
965
|
-
"@babel/core": 7.
|
|
1060
|
+
"@babel/core": 7.24.6
|
|
966
1061
|
"@babel/helper-plugin-utils": 7.20.2
|
|
967
1062
|
"@babel/helper-skip-transparent-expression-wrappers": 7.20.0
|
|
968
|
-
"@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.
|
|
1063
|
+
"@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.24.6)
|
|
969
1064
|
dev: true
|
|
970
1065
|
|
|
971
|
-
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.
|
|
1066
|
+
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.24.6):
|
|
972
1067
|
resolution:
|
|
973
1068
|
{
|
|
974
1069
|
integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==,
|
|
@@ -977,14 +1072,14 @@ packages:
|
|
|
977
1072
|
peerDependencies:
|
|
978
1073
|
"@babel/core": ^7.0.0-0
|
|
979
1074
|
dependencies:
|
|
980
|
-
"@babel/core": 7.
|
|
981
|
-
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.
|
|
1075
|
+
"@babel/core": 7.24.6
|
|
1076
|
+
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.24.6)
|
|
982
1077
|
"@babel/helper-plugin-utils": 7.20.2
|
|
983
1078
|
transitivePeerDependencies:
|
|
984
1079
|
- supports-color
|
|
985
1080
|
dev: true
|
|
986
1081
|
|
|
987
|
-
/@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.
|
|
1082
|
+
/@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.24.6):
|
|
988
1083
|
resolution:
|
|
989
1084
|
{
|
|
990
1085
|
integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==,
|
|
@@ -993,16 +1088,16 @@ packages:
|
|
|
993
1088
|
peerDependencies:
|
|
994
1089
|
"@babel/core": ^7.0.0-0
|
|
995
1090
|
dependencies:
|
|
996
|
-
"@babel/core": 7.
|
|
1091
|
+
"@babel/core": 7.24.6
|
|
997
1092
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
998
|
-
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.
|
|
1093
|
+
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.24.6)
|
|
999
1094
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1000
|
-
"@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.
|
|
1095
|
+
"@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.24.6)
|
|
1001
1096
|
transitivePeerDependencies:
|
|
1002
1097
|
- supports-color
|
|
1003
1098
|
dev: true
|
|
1004
1099
|
|
|
1005
|
-
/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.
|
|
1100
|
+
/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.24.6):
|
|
1006
1101
|
resolution:
|
|
1007
1102
|
{
|
|
1008
1103
|
integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==,
|
|
@@ -1011,12 +1106,12 @@ packages:
|
|
|
1011
1106
|
peerDependencies:
|
|
1012
1107
|
"@babel/core": ^7.0.0-0
|
|
1013
1108
|
dependencies:
|
|
1014
|
-
"@babel/core": 7.
|
|
1015
|
-
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.
|
|
1109
|
+
"@babel/core": 7.24.6
|
|
1110
|
+
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.24.6)
|
|
1016
1111
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1017
1112
|
dev: true
|
|
1018
1113
|
|
|
1019
|
-
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.
|
|
1114
|
+
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.6):
|
|
1020
1115
|
resolution:
|
|
1021
1116
|
{
|
|
1022
1117
|
integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==,
|
|
@@ -1024,11 +1119,11 @@ packages:
|
|
|
1024
1119
|
peerDependencies:
|
|
1025
1120
|
"@babel/core": ^7.0.0-0
|
|
1026
1121
|
dependencies:
|
|
1027
|
-
"@babel/core": 7.
|
|
1122
|
+
"@babel/core": 7.24.6
|
|
1028
1123
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1029
1124
|
dev: true
|
|
1030
1125
|
|
|
1031
|
-
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.
|
|
1126
|
+
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.6):
|
|
1032
1127
|
resolution:
|
|
1033
1128
|
{
|
|
1034
1129
|
integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==,
|
|
@@ -1036,11 +1131,11 @@ packages:
|
|
|
1036
1131
|
peerDependencies:
|
|
1037
1132
|
"@babel/core": ^7.0.0-0
|
|
1038
1133
|
dependencies:
|
|
1039
|
-
"@babel/core": 7.
|
|
1134
|
+
"@babel/core": 7.24.6
|
|
1040
1135
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1041
1136
|
dev: true
|
|
1042
1137
|
|
|
1043
|
-
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.
|
|
1138
|
+
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.6):
|
|
1044
1139
|
resolution:
|
|
1045
1140
|
{
|
|
1046
1141
|
integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==,
|
|
@@ -1049,11 +1144,11 @@ packages:
|
|
|
1049
1144
|
peerDependencies:
|
|
1050
1145
|
"@babel/core": ^7.0.0-0
|
|
1051
1146
|
dependencies:
|
|
1052
|
-
"@babel/core": 7.
|
|
1147
|
+
"@babel/core": 7.24.6
|
|
1053
1148
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1054
1149
|
dev: true
|
|
1055
1150
|
|
|
1056
|
-
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.
|
|
1151
|
+
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.6):
|
|
1057
1152
|
resolution:
|
|
1058
1153
|
{
|
|
1059
1154
|
integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==,
|
|
@@ -1061,11 +1156,11 @@ packages:
|
|
|
1061
1156
|
peerDependencies:
|
|
1062
1157
|
"@babel/core": ^7.0.0-0
|
|
1063
1158
|
dependencies:
|
|
1064
|
-
"@babel/core": 7.
|
|
1159
|
+
"@babel/core": 7.24.6
|
|
1065
1160
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1066
1161
|
dev: true
|
|
1067
1162
|
|
|
1068
|
-
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.
|
|
1163
|
+
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.6):
|
|
1069
1164
|
resolution:
|
|
1070
1165
|
{
|
|
1071
1166
|
integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==,
|
|
@@ -1073,11 +1168,11 @@ packages:
|
|
|
1073
1168
|
peerDependencies:
|
|
1074
1169
|
"@babel/core": ^7.0.0-0
|
|
1075
1170
|
dependencies:
|
|
1076
|
-
"@babel/core": 7.
|
|
1171
|
+
"@babel/core": 7.24.6
|
|
1077
1172
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1078
1173
|
dev: true
|
|
1079
1174
|
|
|
1080
|
-
/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.
|
|
1175
|
+
/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.24.6):
|
|
1081
1176
|
resolution:
|
|
1082
1177
|
{
|
|
1083
1178
|
integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==,
|
|
@@ -1086,11 +1181,11 @@ packages:
|
|
|
1086
1181
|
peerDependencies:
|
|
1087
1182
|
"@babel/core": ^7.0.0-0
|
|
1088
1183
|
dependencies:
|
|
1089
|
-
"@babel/core": 7.
|
|
1184
|
+
"@babel/core": 7.24.6
|
|
1090
1185
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1091
1186
|
dev: true
|
|
1092
1187
|
|
|
1093
|
-
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.
|
|
1188
|
+
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.6):
|
|
1094
1189
|
resolution:
|
|
1095
1190
|
{
|
|
1096
1191
|
integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==,
|
|
@@ -1098,11 +1193,11 @@ packages:
|
|
|
1098
1193
|
peerDependencies:
|
|
1099
1194
|
"@babel/core": ^7.0.0-0
|
|
1100
1195
|
dependencies:
|
|
1101
|
-
"@babel/core": 7.
|
|
1196
|
+
"@babel/core": 7.24.6
|
|
1102
1197
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1103
1198
|
dev: true
|
|
1104
1199
|
|
|
1105
|
-
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.
|
|
1200
|
+
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.6):
|
|
1106
1201
|
resolution:
|
|
1107
1202
|
{
|
|
1108
1203
|
integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==,
|
|
@@ -1110,11 +1205,11 @@ packages:
|
|
|
1110
1205
|
peerDependencies:
|
|
1111
1206
|
"@babel/core": ^7.0.0-0
|
|
1112
1207
|
dependencies:
|
|
1113
|
-
"@babel/core": 7.
|
|
1208
|
+
"@babel/core": 7.24.6
|
|
1114
1209
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1115
1210
|
dev: true
|
|
1116
1211
|
|
|
1117
|
-
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.
|
|
1212
|
+
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.6):
|
|
1118
1213
|
resolution:
|
|
1119
1214
|
{
|
|
1120
1215
|
integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==,
|
|
@@ -1122,11 +1217,11 @@ packages:
|
|
|
1122
1217
|
peerDependencies:
|
|
1123
1218
|
"@babel/core": ^7.0.0-0
|
|
1124
1219
|
dependencies:
|
|
1125
|
-
"@babel/core": 7.
|
|
1220
|
+
"@babel/core": 7.24.6
|
|
1126
1221
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1127
1222
|
dev: true
|
|
1128
1223
|
|
|
1129
|
-
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.
|
|
1224
|
+
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.6):
|
|
1130
1225
|
resolution:
|
|
1131
1226
|
{
|
|
1132
1227
|
integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==,
|
|
@@ -1134,11 +1229,11 @@ packages:
|
|
|
1134
1229
|
peerDependencies:
|
|
1135
1230
|
"@babel/core": ^7.0.0-0
|
|
1136
1231
|
dependencies:
|
|
1137
|
-
"@babel/core": 7.
|
|
1232
|
+
"@babel/core": 7.24.6
|
|
1138
1233
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1139
1234
|
dev: true
|
|
1140
1235
|
|
|
1141
|
-
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.
|
|
1236
|
+
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.6):
|
|
1142
1237
|
resolution:
|
|
1143
1238
|
{
|
|
1144
1239
|
integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==,
|
|
@@ -1146,11 +1241,11 @@ packages:
|
|
|
1146
1241
|
peerDependencies:
|
|
1147
1242
|
"@babel/core": ^7.0.0-0
|
|
1148
1243
|
dependencies:
|
|
1149
|
-
"@babel/core": 7.
|
|
1244
|
+
"@babel/core": 7.24.6
|
|
1150
1245
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1151
1246
|
dev: true
|
|
1152
1247
|
|
|
1153
|
-
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.
|
|
1248
|
+
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.6):
|
|
1154
1249
|
resolution:
|
|
1155
1250
|
{
|
|
1156
1251
|
integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==,
|
|
@@ -1158,11 +1253,11 @@ packages:
|
|
|
1158
1253
|
peerDependencies:
|
|
1159
1254
|
"@babel/core": ^7.0.0-0
|
|
1160
1255
|
dependencies:
|
|
1161
|
-
"@babel/core": 7.
|
|
1256
|
+
"@babel/core": 7.24.6
|
|
1162
1257
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1163
1258
|
dev: true
|
|
1164
1259
|
|
|
1165
|
-
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.
|
|
1260
|
+
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.6):
|
|
1166
1261
|
resolution:
|
|
1167
1262
|
{
|
|
1168
1263
|
integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==,
|
|
@@ -1170,11 +1265,11 @@ packages:
|
|
|
1170
1265
|
peerDependencies:
|
|
1171
1266
|
"@babel/core": ^7.0.0-0
|
|
1172
1267
|
dependencies:
|
|
1173
|
-
"@babel/core": 7.
|
|
1268
|
+
"@babel/core": 7.24.6
|
|
1174
1269
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1175
1270
|
dev: true
|
|
1176
1271
|
|
|
1177
|
-
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.
|
|
1272
|
+
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.6):
|
|
1178
1273
|
resolution:
|
|
1179
1274
|
{
|
|
1180
1275
|
integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==,
|
|
@@ -1183,11 +1278,11 @@ packages:
|
|
|
1183
1278
|
peerDependencies:
|
|
1184
1279
|
"@babel/core": ^7.0.0-0
|
|
1185
1280
|
dependencies:
|
|
1186
|
-
"@babel/core": 7.
|
|
1281
|
+
"@babel/core": 7.24.6
|
|
1187
1282
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1188
1283
|
dev: true
|
|
1189
1284
|
|
|
1190
|
-
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.
|
|
1285
|
+
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.6):
|
|
1191
1286
|
resolution:
|
|
1192
1287
|
{
|
|
1193
1288
|
integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==,
|
|
@@ -1196,11 +1291,11 @@ packages:
|
|
|
1196
1291
|
peerDependencies:
|
|
1197
1292
|
"@babel/core": ^7.0.0-0
|
|
1198
1293
|
dependencies:
|
|
1199
|
-
"@babel/core": 7.
|
|
1294
|
+
"@babel/core": 7.24.6
|
|
1200
1295
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1201
1296
|
dev: true
|
|
1202
1297
|
|
|
1203
|
-
/@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.
|
|
1298
|
+
/@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.24.6):
|
|
1204
1299
|
resolution:
|
|
1205
1300
|
{
|
|
1206
1301
|
integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==,
|
|
@@ -1209,11 +1304,11 @@ packages:
|
|
|
1209
1304
|
peerDependencies:
|
|
1210
1305
|
"@babel/core": ^7.0.0-0
|
|
1211
1306
|
dependencies:
|
|
1212
|
-
"@babel/core": 7.
|
|
1307
|
+
"@babel/core": 7.24.6
|
|
1213
1308
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1214
1309
|
dev: true
|
|
1215
1310
|
|
|
1216
|
-
/@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.
|
|
1311
|
+
/@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.24.6):
|
|
1217
1312
|
resolution:
|
|
1218
1313
|
{
|
|
1219
1314
|
integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==,
|
|
@@ -1222,15 +1317,15 @@ packages:
|
|
|
1222
1317
|
peerDependencies:
|
|
1223
1318
|
"@babel/core": ^7.0.0-0
|
|
1224
1319
|
dependencies:
|
|
1225
|
-
"@babel/core": 7.
|
|
1320
|
+
"@babel/core": 7.24.6
|
|
1226
1321
|
"@babel/helper-module-imports": 7.18.6
|
|
1227
1322
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1228
|
-
"@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.
|
|
1323
|
+
"@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.24.6)
|
|
1229
1324
|
transitivePeerDependencies:
|
|
1230
1325
|
- supports-color
|
|
1231
1326
|
dev: true
|
|
1232
1327
|
|
|
1233
|
-
/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.
|
|
1328
|
+
/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.24.6):
|
|
1234
1329
|
resolution:
|
|
1235
1330
|
{
|
|
1236
1331
|
integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==,
|
|
@@ -1239,11 +1334,11 @@ packages:
|
|
|
1239
1334
|
peerDependencies:
|
|
1240
1335
|
"@babel/core": ^7.0.0-0
|
|
1241
1336
|
dependencies:
|
|
1242
|
-
"@babel/core": 7.
|
|
1337
|
+
"@babel/core": 7.24.6
|
|
1243
1338
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1244
1339
|
dev: true
|
|
1245
1340
|
|
|
1246
|
-
/@babel/plugin-transform-block-scoping@7.20.5(@babel/core@7.
|
|
1341
|
+
/@babel/plugin-transform-block-scoping@7.20.5(@babel/core@7.24.6):
|
|
1247
1342
|
resolution:
|
|
1248
1343
|
{
|
|
1249
1344
|
integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==,
|
|
@@ -1252,11 +1347,11 @@ packages:
|
|
|
1252
1347
|
peerDependencies:
|
|
1253
1348
|
"@babel/core": ^7.0.0-0
|
|
1254
1349
|
dependencies:
|
|
1255
|
-
"@babel/core": 7.
|
|
1350
|
+
"@babel/core": 7.24.6
|
|
1256
1351
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1257
1352
|
dev: true
|
|
1258
1353
|
|
|
1259
|
-
/@babel/plugin-transform-classes@7.20.2(@babel/core@7.
|
|
1354
|
+
/@babel/plugin-transform-classes@7.20.2(@babel/core@7.24.6):
|
|
1260
1355
|
resolution:
|
|
1261
1356
|
{
|
|
1262
1357
|
integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==,
|
|
@@ -1265,9 +1360,9 @@ packages:
|
|
|
1265
1360
|
peerDependencies:
|
|
1266
1361
|
"@babel/core": ^7.0.0-0
|
|
1267
1362
|
dependencies:
|
|
1268
|
-
"@babel/core": 7.
|
|
1363
|
+
"@babel/core": 7.24.6
|
|
1269
1364
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
1270
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.
|
|
1365
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.24.6)
|
|
1271
1366
|
"@babel/helper-environment-visitor": 7.22.1
|
|
1272
1367
|
"@babel/helper-function-name": 7.21.0
|
|
1273
1368
|
"@babel/helper-optimise-call-expression": 7.18.6
|
|
@@ -1279,7 +1374,7 @@ packages:
|
|
|
1279
1374
|
- supports-color
|
|
1280
1375
|
dev: true
|
|
1281
1376
|
|
|
1282
|
-
/@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.
|
|
1377
|
+
/@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.24.6):
|
|
1283
1378
|
resolution:
|
|
1284
1379
|
{
|
|
1285
1380
|
integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==,
|
|
@@ -1288,11 +1383,11 @@ packages:
|
|
|
1288
1383
|
peerDependencies:
|
|
1289
1384
|
"@babel/core": ^7.0.0-0
|
|
1290
1385
|
dependencies:
|
|
1291
|
-
"@babel/core": 7.
|
|
1386
|
+
"@babel/core": 7.24.6
|
|
1292
1387
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1293
1388
|
dev: true
|
|
1294
1389
|
|
|
1295
|
-
/@babel/plugin-transform-destructuring@7.20.2(@babel/core@7.
|
|
1390
|
+
/@babel/plugin-transform-destructuring@7.20.2(@babel/core@7.24.6):
|
|
1296
1391
|
resolution:
|
|
1297
1392
|
{
|
|
1298
1393
|
integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==,
|
|
@@ -1301,11 +1396,11 @@ packages:
|
|
|
1301
1396
|
peerDependencies:
|
|
1302
1397
|
"@babel/core": ^7.0.0-0
|
|
1303
1398
|
dependencies:
|
|
1304
|
-
"@babel/core": 7.
|
|
1399
|
+
"@babel/core": 7.24.6
|
|
1305
1400
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1306
1401
|
dev: true
|
|
1307
1402
|
|
|
1308
|
-
/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.
|
|
1403
|
+
/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.24.6):
|
|
1309
1404
|
resolution:
|
|
1310
1405
|
{
|
|
1311
1406
|
integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==,
|
|
@@ -1314,12 +1409,12 @@ packages:
|
|
|
1314
1409
|
peerDependencies:
|
|
1315
1410
|
"@babel/core": ^7.0.0-0
|
|
1316
1411
|
dependencies:
|
|
1317
|
-
"@babel/core": 7.
|
|
1318
|
-
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.
|
|
1412
|
+
"@babel/core": 7.24.6
|
|
1413
|
+
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.24.6)
|
|
1319
1414
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1320
1415
|
dev: true
|
|
1321
1416
|
|
|
1322
|
-
/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.
|
|
1417
|
+
/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.24.6):
|
|
1323
1418
|
resolution:
|
|
1324
1419
|
{
|
|
1325
1420
|
integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==,
|
|
@@ -1328,11 +1423,11 @@ packages:
|
|
|
1328
1423
|
peerDependencies:
|
|
1329
1424
|
"@babel/core": ^7.0.0-0
|
|
1330
1425
|
dependencies:
|
|
1331
|
-
"@babel/core": 7.
|
|
1426
|
+
"@babel/core": 7.24.6
|
|
1332
1427
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1333
1428
|
dev: true
|
|
1334
1429
|
|
|
1335
|
-
/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.
|
|
1430
|
+
/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.24.6):
|
|
1336
1431
|
resolution:
|
|
1337
1432
|
{
|
|
1338
1433
|
integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==,
|
|
@@ -1341,12 +1436,12 @@ packages:
|
|
|
1341
1436
|
peerDependencies:
|
|
1342
1437
|
"@babel/core": ^7.0.0-0
|
|
1343
1438
|
dependencies:
|
|
1344
|
-
"@babel/core": 7.
|
|
1439
|
+
"@babel/core": 7.24.6
|
|
1345
1440
|
"@babel/helper-builder-binary-assignment-operator-visitor": 7.18.9
|
|
1346
1441
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1347
1442
|
dev: true
|
|
1348
1443
|
|
|
1349
|
-
/@babel/plugin-transform-for-of@7.18.8(@babel/core@7.
|
|
1444
|
+
/@babel/plugin-transform-for-of@7.18.8(@babel/core@7.24.6):
|
|
1350
1445
|
resolution:
|
|
1351
1446
|
{
|
|
1352
1447
|
integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==,
|
|
@@ -1355,11 +1450,11 @@ packages:
|
|
|
1355
1450
|
peerDependencies:
|
|
1356
1451
|
"@babel/core": ^7.0.0-0
|
|
1357
1452
|
dependencies:
|
|
1358
|
-
"@babel/core": 7.
|
|
1453
|
+
"@babel/core": 7.24.6
|
|
1359
1454
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1360
1455
|
dev: true
|
|
1361
1456
|
|
|
1362
|
-
/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.
|
|
1457
|
+
/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.24.6):
|
|
1363
1458
|
resolution:
|
|
1364
1459
|
{
|
|
1365
1460
|
integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==,
|
|
@@ -1368,13 +1463,13 @@ packages:
|
|
|
1368
1463
|
peerDependencies:
|
|
1369
1464
|
"@babel/core": ^7.0.0-0
|
|
1370
1465
|
dependencies:
|
|
1371
|
-
"@babel/core": 7.
|
|
1372
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.
|
|
1466
|
+
"@babel/core": 7.24.6
|
|
1467
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.24.6)
|
|
1373
1468
|
"@babel/helper-function-name": 7.21.0
|
|
1374
1469
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1375
1470
|
dev: true
|
|
1376
1471
|
|
|
1377
|
-
/@babel/plugin-transform-literals@7.18.9(@babel/core@7.
|
|
1472
|
+
/@babel/plugin-transform-literals@7.18.9(@babel/core@7.24.6):
|
|
1378
1473
|
resolution:
|
|
1379
1474
|
{
|
|
1380
1475
|
integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==,
|
|
@@ -1383,11 +1478,11 @@ packages:
|
|
|
1383
1478
|
peerDependencies:
|
|
1384
1479
|
"@babel/core": ^7.0.0-0
|
|
1385
1480
|
dependencies:
|
|
1386
|
-
"@babel/core": 7.
|
|
1481
|
+
"@babel/core": 7.24.6
|
|
1387
1482
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1388
1483
|
dev: true
|
|
1389
1484
|
|
|
1390
|
-
/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.
|
|
1485
|
+
/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.24.6):
|
|
1391
1486
|
resolution:
|
|
1392
1487
|
{
|
|
1393
1488
|
integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==,
|
|
@@ -1396,11 +1491,11 @@ packages:
|
|
|
1396
1491
|
peerDependencies:
|
|
1397
1492
|
"@babel/core": ^7.0.0-0
|
|
1398
1493
|
dependencies:
|
|
1399
|
-
"@babel/core": 7.
|
|
1494
|
+
"@babel/core": 7.24.6
|
|
1400
1495
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1401
1496
|
dev: true
|
|
1402
1497
|
|
|
1403
|
-
/@babel/plugin-transform-modules-amd@7.19.6(@babel/core@7.
|
|
1498
|
+
/@babel/plugin-transform-modules-amd@7.19.6(@babel/core@7.24.6):
|
|
1404
1499
|
resolution:
|
|
1405
1500
|
{
|
|
1406
1501
|
integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==,
|
|
@@ -1409,14 +1504,14 @@ packages:
|
|
|
1409
1504
|
peerDependencies:
|
|
1410
1505
|
"@babel/core": ^7.0.0-0
|
|
1411
1506
|
dependencies:
|
|
1412
|
-
"@babel/core": 7.
|
|
1507
|
+
"@babel/core": 7.24.6
|
|
1413
1508
|
"@babel/helper-module-transforms": 7.20.2
|
|
1414
1509
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1415
1510
|
transitivePeerDependencies:
|
|
1416
1511
|
- supports-color
|
|
1417
1512
|
dev: true
|
|
1418
1513
|
|
|
1419
|
-
/@babel/plugin-transform-modules-commonjs@7.19.6(@babel/core@7.
|
|
1514
|
+
/@babel/plugin-transform-modules-commonjs@7.19.6(@babel/core@7.24.6):
|
|
1420
1515
|
resolution:
|
|
1421
1516
|
{
|
|
1422
1517
|
integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==,
|
|
@@ -1425,7 +1520,7 @@ packages:
|
|
|
1425
1520
|
peerDependencies:
|
|
1426
1521
|
"@babel/core": ^7.0.0-0
|
|
1427
1522
|
dependencies:
|
|
1428
|
-
"@babel/core": 7.
|
|
1523
|
+
"@babel/core": 7.24.6
|
|
1429
1524
|
"@babel/helper-module-transforms": 7.20.2
|
|
1430
1525
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1431
1526
|
"@babel/helper-simple-access": 7.20.2
|
|
@@ -1433,7 +1528,7 @@ packages:
|
|
|
1433
1528
|
- supports-color
|
|
1434
1529
|
dev: true
|
|
1435
1530
|
|
|
1436
|
-
/@babel/plugin-transform-modules-systemjs@7.19.6(@babel/core@7.
|
|
1531
|
+
/@babel/plugin-transform-modules-systemjs@7.19.6(@babel/core@7.24.6):
|
|
1437
1532
|
resolution:
|
|
1438
1533
|
{
|
|
1439
1534
|
integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==,
|
|
@@ -1442,7 +1537,7 @@ packages:
|
|
|
1442
1537
|
peerDependencies:
|
|
1443
1538
|
"@babel/core": ^7.0.0-0
|
|
1444
1539
|
dependencies:
|
|
1445
|
-
"@babel/core": 7.
|
|
1540
|
+
"@babel/core": 7.24.6
|
|
1446
1541
|
"@babel/helper-hoist-variables": 7.18.6
|
|
1447
1542
|
"@babel/helper-module-transforms": 7.20.2
|
|
1448
1543
|
"@babel/helper-plugin-utils": 7.20.2
|
|
@@ -1451,7 +1546,7 @@ packages:
|
|
|
1451
1546
|
- supports-color
|
|
1452
1547
|
dev: true
|
|
1453
1548
|
|
|
1454
|
-
/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.
|
|
1549
|
+
/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.24.6):
|
|
1455
1550
|
resolution:
|
|
1456
1551
|
{
|
|
1457
1552
|
integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==,
|
|
@@ -1460,14 +1555,14 @@ packages:
|
|
|
1460
1555
|
peerDependencies:
|
|
1461
1556
|
"@babel/core": ^7.0.0-0
|
|
1462
1557
|
dependencies:
|
|
1463
|
-
"@babel/core": 7.
|
|
1558
|
+
"@babel/core": 7.24.6
|
|
1464
1559
|
"@babel/helper-module-transforms": 7.20.2
|
|
1465
1560
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1466
1561
|
transitivePeerDependencies:
|
|
1467
1562
|
- supports-color
|
|
1468
1563
|
dev: true
|
|
1469
1564
|
|
|
1470
|
-
/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.
|
|
1565
|
+
/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.24.6):
|
|
1471
1566
|
resolution:
|
|
1472
1567
|
{
|
|
1473
1568
|
integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==,
|
|
@@ -1476,12 +1571,12 @@ packages:
|
|
|
1476
1571
|
peerDependencies:
|
|
1477
1572
|
"@babel/core": ^7.0.0
|
|
1478
1573
|
dependencies:
|
|
1479
|
-
"@babel/core": 7.
|
|
1480
|
-
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.
|
|
1574
|
+
"@babel/core": 7.24.6
|
|
1575
|
+
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.24.6)
|
|
1481
1576
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1482
1577
|
dev: true
|
|
1483
1578
|
|
|
1484
|
-
/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.
|
|
1579
|
+
/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.24.6):
|
|
1485
1580
|
resolution:
|
|
1486
1581
|
{
|
|
1487
1582
|
integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==,
|
|
@@ -1490,11 +1585,11 @@ packages:
|
|
|
1490
1585
|
peerDependencies:
|
|
1491
1586
|
"@babel/core": ^7.0.0-0
|
|
1492
1587
|
dependencies:
|
|
1493
|
-
"@babel/core": 7.
|
|
1588
|
+
"@babel/core": 7.24.6
|
|
1494
1589
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1495
1590
|
dev: true
|
|
1496
1591
|
|
|
1497
|
-
/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.
|
|
1592
|
+
/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.24.6):
|
|
1498
1593
|
resolution:
|
|
1499
1594
|
{
|
|
1500
1595
|
integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==,
|
|
@@ -1503,14 +1598,14 @@ packages:
|
|
|
1503
1598
|
peerDependencies:
|
|
1504
1599
|
"@babel/core": ^7.0.0-0
|
|
1505
1600
|
dependencies:
|
|
1506
|
-
"@babel/core": 7.
|
|
1601
|
+
"@babel/core": 7.24.6
|
|
1507
1602
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1508
1603
|
"@babel/helper-replace-supers": 7.19.1
|
|
1509
1604
|
transitivePeerDependencies:
|
|
1510
1605
|
- supports-color
|
|
1511
1606
|
dev: true
|
|
1512
1607
|
|
|
1513
|
-
/@babel/plugin-transform-parameters@7.20.5(@babel/core@7.
|
|
1608
|
+
/@babel/plugin-transform-parameters@7.20.5(@babel/core@7.24.6):
|
|
1514
1609
|
resolution:
|
|
1515
1610
|
{
|
|
1516
1611
|
integrity: sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==,
|
|
@@ -1519,11 +1614,11 @@ packages:
|
|
|
1519
1614
|
peerDependencies:
|
|
1520
1615
|
"@babel/core": ^7.0.0-0
|
|
1521
1616
|
dependencies:
|
|
1522
|
-
"@babel/core": 7.
|
|
1617
|
+
"@babel/core": 7.24.6
|
|
1523
1618
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1524
1619
|
dev: true
|
|
1525
1620
|
|
|
1526
|
-
/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.
|
|
1621
|
+
/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.24.6):
|
|
1527
1622
|
resolution:
|
|
1528
1623
|
{
|
|
1529
1624
|
integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==,
|
|
@@ -1532,11 +1627,11 @@ packages:
|
|
|
1532
1627
|
peerDependencies:
|
|
1533
1628
|
"@babel/core": ^7.0.0-0
|
|
1534
1629
|
dependencies:
|
|
1535
|
-
"@babel/core": 7.
|
|
1630
|
+
"@babel/core": 7.24.6
|
|
1536
1631
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1537
1632
|
dev: true
|
|
1538
1633
|
|
|
1539
|
-
/@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.
|
|
1634
|
+
/@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.24.6):
|
|
1540
1635
|
resolution:
|
|
1541
1636
|
{
|
|
1542
1637
|
integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==,
|
|
@@ -1545,12 +1640,12 @@ packages:
|
|
|
1545
1640
|
peerDependencies:
|
|
1546
1641
|
"@babel/core": ^7.0.0-0
|
|
1547
1642
|
dependencies:
|
|
1548
|
-
"@babel/core": 7.
|
|
1643
|
+
"@babel/core": 7.24.6
|
|
1549
1644
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1550
1645
|
regenerator-transform: 0.15.1
|
|
1551
1646
|
dev: true
|
|
1552
1647
|
|
|
1553
|
-
/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.
|
|
1648
|
+
/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.24.6):
|
|
1554
1649
|
resolution:
|
|
1555
1650
|
{
|
|
1556
1651
|
integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==,
|
|
@@ -1559,11 +1654,11 @@ packages:
|
|
|
1559
1654
|
peerDependencies:
|
|
1560
1655
|
"@babel/core": ^7.0.0-0
|
|
1561
1656
|
dependencies:
|
|
1562
|
-
"@babel/core": 7.
|
|
1657
|
+
"@babel/core": 7.24.6
|
|
1563
1658
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1564
1659
|
dev: true
|
|
1565
1660
|
|
|
1566
|
-
/@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.
|
|
1661
|
+
/@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.24.6):
|
|
1567
1662
|
resolution:
|
|
1568
1663
|
{
|
|
1569
1664
|
integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==,
|
|
@@ -1572,11 +1667,11 @@ packages:
|
|
|
1572
1667
|
peerDependencies:
|
|
1573
1668
|
"@babel/core": ^7.0.0-0
|
|
1574
1669
|
dependencies:
|
|
1575
|
-
"@babel/core": 7.
|
|
1670
|
+
"@babel/core": 7.24.6
|
|
1576
1671
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1577
1672
|
dev: true
|
|
1578
1673
|
|
|
1579
|
-
/@babel/plugin-transform-spread@7.19.0(@babel/core@7.
|
|
1674
|
+
/@babel/plugin-transform-spread@7.19.0(@babel/core@7.24.6):
|
|
1580
1675
|
resolution:
|
|
1581
1676
|
{
|
|
1582
1677
|
integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==,
|
|
@@ -1585,12 +1680,12 @@ packages:
|
|
|
1585
1680
|
peerDependencies:
|
|
1586
1681
|
"@babel/core": ^7.0.0-0
|
|
1587
1682
|
dependencies:
|
|
1588
|
-
"@babel/core": 7.
|
|
1683
|
+
"@babel/core": 7.24.6
|
|
1589
1684
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1590
1685
|
"@babel/helper-skip-transparent-expression-wrappers": 7.20.0
|
|
1591
1686
|
dev: true
|
|
1592
1687
|
|
|
1593
|
-
/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.
|
|
1688
|
+
/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.24.6):
|
|
1594
1689
|
resolution:
|
|
1595
1690
|
{
|
|
1596
1691
|
integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==,
|
|
@@ -1599,11 +1694,11 @@ packages:
|
|
|
1599
1694
|
peerDependencies:
|
|
1600
1695
|
"@babel/core": ^7.0.0-0
|
|
1601
1696
|
dependencies:
|
|
1602
|
-
"@babel/core": 7.
|
|
1697
|
+
"@babel/core": 7.24.6
|
|
1603
1698
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1604
1699
|
dev: true
|
|
1605
1700
|
|
|
1606
|
-
/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.
|
|
1701
|
+
/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.24.6):
|
|
1607
1702
|
resolution:
|
|
1608
1703
|
{
|
|
1609
1704
|
integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==,
|
|
@@ -1612,11 +1707,11 @@ packages:
|
|
|
1612
1707
|
peerDependencies:
|
|
1613
1708
|
"@babel/core": ^7.0.0-0
|
|
1614
1709
|
dependencies:
|
|
1615
|
-
"@babel/core": 7.
|
|
1710
|
+
"@babel/core": 7.24.6
|
|
1616
1711
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1617
1712
|
dev: true
|
|
1618
1713
|
|
|
1619
|
-
/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.
|
|
1714
|
+
/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.24.6):
|
|
1620
1715
|
resolution:
|
|
1621
1716
|
{
|
|
1622
1717
|
integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==,
|
|
@@ -1625,11 +1720,11 @@ packages:
|
|
|
1625
1720
|
peerDependencies:
|
|
1626
1721
|
"@babel/core": ^7.0.0-0
|
|
1627
1722
|
dependencies:
|
|
1628
|
-
"@babel/core": 7.
|
|
1723
|
+
"@babel/core": 7.24.6
|
|
1629
1724
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1630
1725
|
dev: true
|
|
1631
1726
|
|
|
1632
|
-
/@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.
|
|
1727
|
+
/@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.24.6):
|
|
1633
1728
|
resolution:
|
|
1634
1729
|
{
|
|
1635
1730
|
integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==,
|
|
@@ -1638,11 +1733,11 @@ packages:
|
|
|
1638
1733
|
peerDependencies:
|
|
1639
1734
|
"@babel/core": ^7.0.0-0
|
|
1640
1735
|
dependencies:
|
|
1641
|
-
"@babel/core": 7.
|
|
1736
|
+
"@babel/core": 7.24.6
|
|
1642
1737
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1643
1738
|
dev: true
|
|
1644
1739
|
|
|
1645
|
-
/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.
|
|
1740
|
+
/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.24.6):
|
|
1646
1741
|
resolution:
|
|
1647
1742
|
{
|
|
1648
1743
|
integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==,
|
|
@@ -1651,12 +1746,12 @@ packages:
|
|
|
1651
1746
|
peerDependencies:
|
|
1652
1747
|
"@babel/core": ^7.0.0-0
|
|
1653
1748
|
dependencies:
|
|
1654
|
-
"@babel/core": 7.
|
|
1655
|
-
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.
|
|
1749
|
+
"@babel/core": 7.24.6
|
|
1750
|
+
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.24.6)
|
|
1656
1751
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1657
1752
|
dev: true
|
|
1658
1753
|
|
|
1659
|
-
/@babel/preset-env@7.20.2(@babel/core@7.
|
|
1754
|
+
/@babel/preset-env@7.20.2(@babel/core@7.24.6):
|
|
1660
1755
|
resolution:
|
|
1661
1756
|
{
|
|
1662
1757
|
integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==,
|
|
@@ -1666,86 +1761,86 @@ packages:
|
|
|
1666
1761
|
"@babel/core": ^7.0.0-0
|
|
1667
1762
|
dependencies:
|
|
1668
1763
|
"@babel/compat-data": 7.20.5
|
|
1669
|
-
"@babel/core": 7.
|
|
1670
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.
|
|
1764
|
+
"@babel/core": 7.24.6
|
|
1765
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.24.6)
|
|
1671
1766
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1672
1767
|
"@babel/helper-validator-option": 7.18.6
|
|
1673
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.18.6(@babel/core@7.
|
|
1674
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.18.9(@babel/core@7.
|
|
1675
|
-
"@babel/plugin-proposal-async-generator-functions": 7.20.1(@babel/core@7.
|
|
1676
|
-
"@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.
|
|
1677
|
-
"@babel/plugin-proposal-class-static-block": 7.18.6(@babel/core@7.
|
|
1678
|
-
"@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.
|
|
1679
|
-
"@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.
|
|
1680
|
-
"@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.
|
|
1681
|
-
"@babel/plugin-proposal-logical-assignment-operators": 7.18.9(@babel/core@7.
|
|
1682
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.
|
|
1683
|
-
"@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.
|
|
1684
|
-
"@babel/plugin-proposal-object-rest-spread": 7.20.2(@babel/core@7.
|
|
1685
|
-
"@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.
|
|
1686
|
-
"@babel/plugin-proposal-optional-chaining": 7.18.9(@babel/core@7.
|
|
1687
|
-
"@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.
|
|
1688
|
-
"@babel/plugin-proposal-private-property-in-object": 7.20.5(@babel/core@7.
|
|
1689
|
-
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.
|
|
1690
|
-
"@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.
|
|
1691
|
-
"@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.
|
|
1692
|
-
"@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.
|
|
1693
|
-
"@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.
|
|
1694
|
-
"@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.
|
|
1695
|
-
"@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.
|
|
1696
|
-
"@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.
|
|
1697
|
-
"@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.
|
|
1698
|
-
"@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.
|
|
1699
|
-
"@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.
|
|
1700
|
-
"@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.
|
|
1701
|
-
"@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.
|
|
1702
|
-
"@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.
|
|
1703
|
-
"@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.
|
|
1704
|
-
"@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.
|
|
1705
|
-
"@babel/plugin-transform-arrow-functions": 7.18.6(@babel/core@7.
|
|
1706
|
-
"@babel/plugin-transform-async-to-generator": 7.18.6(@babel/core@7.
|
|
1707
|
-
"@babel/plugin-transform-block-scoped-functions": 7.18.6(@babel/core@7.
|
|
1708
|
-
"@babel/plugin-transform-block-scoping": 7.20.5(@babel/core@7.
|
|
1709
|
-
"@babel/plugin-transform-classes": 7.20.2(@babel/core@7.
|
|
1710
|
-
"@babel/plugin-transform-computed-properties": 7.18.9(@babel/core@7.
|
|
1711
|
-
"@babel/plugin-transform-destructuring": 7.20.2(@babel/core@7.
|
|
1712
|
-
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.
|
|
1713
|
-
"@babel/plugin-transform-duplicate-keys": 7.18.9(@babel/core@7.
|
|
1714
|
-
"@babel/plugin-transform-exponentiation-operator": 7.18.6(@babel/core@7.
|
|
1715
|
-
"@babel/plugin-transform-for-of": 7.18.8(@babel/core@7.
|
|
1716
|
-
"@babel/plugin-transform-function-name": 7.18.9(@babel/core@7.
|
|
1717
|
-
"@babel/plugin-transform-literals": 7.18.9(@babel/core@7.
|
|
1718
|
-
"@babel/plugin-transform-member-expression-literals": 7.18.6(@babel/core@7.
|
|
1719
|
-
"@babel/plugin-transform-modules-amd": 7.19.6(@babel/core@7.
|
|
1720
|
-
"@babel/plugin-transform-modules-commonjs": 7.19.6(@babel/core@7.
|
|
1721
|
-
"@babel/plugin-transform-modules-systemjs": 7.19.6(@babel/core@7.
|
|
1722
|
-
"@babel/plugin-transform-modules-umd": 7.18.6(@babel/core@7.
|
|
1723
|
-
"@babel/plugin-transform-named-capturing-groups-regex": 7.20.5(@babel/core@7.
|
|
1724
|
-
"@babel/plugin-transform-new-target": 7.18.6(@babel/core@7.
|
|
1725
|
-
"@babel/plugin-transform-object-super": 7.18.6(@babel/core@7.
|
|
1726
|
-
"@babel/plugin-transform-parameters": 7.20.5(@babel/core@7.
|
|
1727
|
-
"@babel/plugin-transform-property-literals": 7.18.6(@babel/core@7.
|
|
1728
|
-
"@babel/plugin-transform-regenerator": 7.20.5(@babel/core@7.
|
|
1729
|
-
"@babel/plugin-transform-reserved-words": 7.18.6(@babel/core@7.
|
|
1730
|
-
"@babel/plugin-transform-shorthand-properties": 7.18.6(@babel/core@7.
|
|
1731
|
-
"@babel/plugin-transform-spread": 7.19.0(@babel/core@7.
|
|
1732
|
-
"@babel/plugin-transform-sticky-regex": 7.18.6(@babel/core@7.
|
|
1733
|
-
"@babel/plugin-transform-template-literals": 7.18.9(@babel/core@7.
|
|
1734
|
-
"@babel/plugin-transform-typeof-symbol": 7.18.9(@babel/core@7.
|
|
1735
|
-
"@babel/plugin-transform-unicode-escapes": 7.18.10(@babel/core@7.
|
|
1736
|
-
"@babel/plugin-transform-unicode-regex": 7.18.6(@babel/core@7.
|
|
1737
|
-
"@babel/preset-modules": 0.1.5(@babel/core@7.
|
|
1768
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.18.6(@babel/core@7.24.6)
|
|
1769
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.18.9(@babel/core@7.24.6)
|
|
1770
|
+
"@babel/plugin-proposal-async-generator-functions": 7.20.1(@babel/core@7.24.6)
|
|
1771
|
+
"@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.24.6)
|
|
1772
|
+
"@babel/plugin-proposal-class-static-block": 7.18.6(@babel/core@7.24.6)
|
|
1773
|
+
"@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.24.6)
|
|
1774
|
+
"@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.24.6)
|
|
1775
|
+
"@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.24.6)
|
|
1776
|
+
"@babel/plugin-proposal-logical-assignment-operators": 7.18.9(@babel/core@7.24.6)
|
|
1777
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.24.6)
|
|
1778
|
+
"@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.24.6)
|
|
1779
|
+
"@babel/plugin-proposal-object-rest-spread": 7.20.2(@babel/core@7.24.6)
|
|
1780
|
+
"@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.24.6)
|
|
1781
|
+
"@babel/plugin-proposal-optional-chaining": 7.18.9(@babel/core@7.24.6)
|
|
1782
|
+
"@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.24.6)
|
|
1783
|
+
"@babel/plugin-proposal-private-property-in-object": 7.20.5(@babel/core@7.24.6)
|
|
1784
|
+
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.24.6)
|
|
1785
|
+
"@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.24.6)
|
|
1786
|
+
"@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.24.6)
|
|
1787
|
+
"@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.24.6)
|
|
1788
|
+
"@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.24.6)
|
|
1789
|
+
"@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.24.6)
|
|
1790
|
+
"@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.24.6)
|
|
1791
|
+
"@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.24.6)
|
|
1792
|
+
"@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.24.6)
|
|
1793
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.24.6)
|
|
1794
|
+
"@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.24.6)
|
|
1795
|
+
"@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.24.6)
|
|
1796
|
+
"@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.24.6)
|
|
1797
|
+
"@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.24.6)
|
|
1798
|
+
"@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.24.6)
|
|
1799
|
+
"@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.24.6)
|
|
1800
|
+
"@babel/plugin-transform-arrow-functions": 7.18.6(@babel/core@7.24.6)
|
|
1801
|
+
"@babel/plugin-transform-async-to-generator": 7.18.6(@babel/core@7.24.6)
|
|
1802
|
+
"@babel/plugin-transform-block-scoped-functions": 7.18.6(@babel/core@7.24.6)
|
|
1803
|
+
"@babel/plugin-transform-block-scoping": 7.20.5(@babel/core@7.24.6)
|
|
1804
|
+
"@babel/plugin-transform-classes": 7.20.2(@babel/core@7.24.6)
|
|
1805
|
+
"@babel/plugin-transform-computed-properties": 7.18.9(@babel/core@7.24.6)
|
|
1806
|
+
"@babel/plugin-transform-destructuring": 7.20.2(@babel/core@7.24.6)
|
|
1807
|
+
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.24.6)
|
|
1808
|
+
"@babel/plugin-transform-duplicate-keys": 7.18.9(@babel/core@7.24.6)
|
|
1809
|
+
"@babel/plugin-transform-exponentiation-operator": 7.18.6(@babel/core@7.24.6)
|
|
1810
|
+
"@babel/plugin-transform-for-of": 7.18.8(@babel/core@7.24.6)
|
|
1811
|
+
"@babel/plugin-transform-function-name": 7.18.9(@babel/core@7.24.6)
|
|
1812
|
+
"@babel/plugin-transform-literals": 7.18.9(@babel/core@7.24.6)
|
|
1813
|
+
"@babel/plugin-transform-member-expression-literals": 7.18.6(@babel/core@7.24.6)
|
|
1814
|
+
"@babel/plugin-transform-modules-amd": 7.19.6(@babel/core@7.24.6)
|
|
1815
|
+
"@babel/plugin-transform-modules-commonjs": 7.19.6(@babel/core@7.24.6)
|
|
1816
|
+
"@babel/plugin-transform-modules-systemjs": 7.19.6(@babel/core@7.24.6)
|
|
1817
|
+
"@babel/plugin-transform-modules-umd": 7.18.6(@babel/core@7.24.6)
|
|
1818
|
+
"@babel/plugin-transform-named-capturing-groups-regex": 7.20.5(@babel/core@7.24.6)
|
|
1819
|
+
"@babel/plugin-transform-new-target": 7.18.6(@babel/core@7.24.6)
|
|
1820
|
+
"@babel/plugin-transform-object-super": 7.18.6(@babel/core@7.24.6)
|
|
1821
|
+
"@babel/plugin-transform-parameters": 7.20.5(@babel/core@7.24.6)
|
|
1822
|
+
"@babel/plugin-transform-property-literals": 7.18.6(@babel/core@7.24.6)
|
|
1823
|
+
"@babel/plugin-transform-regenerator": 7.20.5(@babel/core@7.24.6)
|
|
1824
|
+
"@babel/plugin-transform-reserved-words": 7.18.6(@babel/core@7.24.6)
|
|
1825
|
+
"@babel/plugin-transform-shorthand-properties": 7.18.6(@babel/core@7.24.6)
|
|
1826
|
+
"@babel/plugin-transform-spread": 7.19.0(@babel/core@7.24.6)
|
|
1827
|
+
"@babel/plugin-transform-sticky-regex": 7.18.6(@babel/core@7.24.6)
|
|
1828
|
+
"@babel/plugin-transform-template-literals": 7.18.9(@babel/core@7.24.6)
|
|
1829
|
+
"@babel/plugin-transform-typeof-symbol": 7.18.9(@babel/core@7.24.6)
|
|
1830
|
+
"@babel/plugin-transform-unicode-escapes": 7.18.10(@babel/core@7.24.6)
|
|
1831
|
+
"@babel/plugin-transform-unicode-regex": 7.18.6(@babel/core@7.24.6)
|
|
1832
|
+
"@babel/preset-modules": 0.1.5(@babel/core@7.24.6)
|
|
1738
1833
|
"@babel/types": 7.20.5
|
|
1739
|
-
babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.
|
|
1740
|
-
babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.
|
|
1741
|
-
babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.
|
|
1834
|
+
babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.24.6)
|
|
1835
|
+
babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.24.6)
|
|
1836
|
+
babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.24.6)
|
|
1742
1837
|
core-js-compat: 3.26.1
|
|
1743
1838
|
semver: 6.3.0
|
|
1744
1839
|
transitivePeerDependencies:
|
|
1745
1840
|
- supports-color
|
|
1746
1841
|
dev: true
|
|
1747
1842
|
|
|
1748
|
-
/@babel/preset-modules@0.1.5(@babel/core@7.
|
|
1843
|
+
/@babel/preset-modules@0.1.5(@babel/core@7.24.6):
|
|
1749
1844
|
resolution:
|
|
1750
1845
|
{
|
|
1751
1846
|
integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==,
|
|
@@ -1753,10 +1848,10 @@ packages:
|
|
|
1753
1848
|
peerDependencies:
|
|
1754
1849
|
"@babel/core": ^7.0.0-0
|
|
1755
1850
|
dependencies:
|
|
1756
|
-
"@babel/core": 7.
|
|
1851
|
+
"@babel/core": 7.24.6
|
|
1757
1852
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1758
|
-
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.
|
|
1759
|
-
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.
|
|
1853
|
+
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.24.6)
|
|
1854
|
+
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.24.6)
|
|
1760
1855
|
"@babel/types": 7.22.4
|
|
1761
1856
|
esutils: 2.0.3
|
|
1762
1857
|
dev: true
|
|
@@ -1795,6 +1890,18 @@ packages:
|
|
|
1795
1890
|
"@babel/types": 7.23.0
|
|
1796
1891
|
dev: true
|
|
1797
1892
|
|
|
1893
|
+
/@babel/template@7.24.6:
|
|
1894
|
+
resolution:
|
|
1895
|
+
{
|
|
1896
|
+
integrity: sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==,
|
|
1897
|
+
}
|
|
1898
|
+
engines: { node: ">=6.9.0" }
|
|
1899
|
+
dependencies:
|
|
1900
|
+
"@babel/code-frame": 7.24.6
|
|
1901
|
+
"@babel/parser": 7.24.6
|
|
1902
|
+
"@babel/types": 7.24.6
|
|
1903
|
+
dev: true
|
|
1904
|
+
|
|
1798
1905
|
/@babel/traverse@7.23.2:
|
|
1799
1906
|
resolution:
|
|
1800
1907
|
{
|
|
@@ -1816,6 +1923,27 @@ packages:
|
|
|
1816
1923
|
- supports-color
|
|
1817
1924
|
dev: true
|
|
1818
1925
|
|
|
1926
|
+
/@babel/traverse@7.24.6:
|
|
1927
|
+
resolution:
|
|
1928
|
+
{
|
|
1929
|
+
integrity: sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==,
|
|
1930
|
+
}
|
|
1931
|
+
engines: { node: ">=6.9.0" }
|
|
1932
|
+
dependencies:
|
|
1933
|
+
"@babel/code-frame": 7.24.6
|
|
1934
|
+
"@babel/generator": 7.24.6
|
|
1935
|
+
"@babel/helper-environment-visitor": 7.24.6
|
|
1936
|
+
"@babel/helper-function-name": 7.24.6
|
|
1937
|
+
"@babel/helper-hoist-variables": 7.24.6
|
|
1938
|
+
"@babel/helper-split-export-declaration": 7.24.6
|
|
1939
|
+
"@babel/parser": 7.24.6
|
|
1940
|
+
"@babel/types": 7.24.6
|
|
1941
|
+
debug: 4.3.4(supports-color@8.1.1)
|
|
1942
|
+
globals: 11.12.0
|
|
1943
|
+
transitivePeerDependencies:
|
|
1944
|
+
- supports-color
|
|
1945
|
+
dev: true
|
|
1946
|
+
|
|
1819
1947
|
/@babel/types@7.20.5:
|
|
1820
1948
|
resolution:
|
|
1821
1949
|
{
|
|
@@ -1851,6 +1979,18 @@ packages:
|
|
|
1851
1979
|
to-fast-properties: 2.0.0
|
|
1852
1980
|
dev: true
|
|
1853
1981
|
|
|
1982
|
+
/@babel/types@7.24.6:
|
|
1983
|
+
resolution:
|
|
1984
|
+
{
|
|
1985
|
+
integrity: sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==,
|
|
1986
|
+
}
|
|
1987
|
+
engines: { node: ">=6.9.0" }
|
|
1988
|
+
dependencies:
|
|
1989
|
+
"@babel/helper-string-parser": 7.24.6
|
|
1990
|
+
"@babel/helper-validator-identifier": 7.24.6
|
|
1991
|
+
to-fast-properties: 2.0.0
|
|
1992
|
+
dev: true
|
|
1993
|
+
|
|
1854
1994
|
/@colors/colors@1.5.0:
|
|
1855
1995
|
resolution:
|
|
1856
1996
|
{
|
|
@@ -2000,18 +2140,21 @@ packages:
|
|
|
2000
2140
|
}
|
|
2001
2141
|
dev: false
|
|
2002
2142
|
|
|
2003
|
-
/@floating-ui/vue@
|
|
2143
|
+
/@floating-ui/vue@0.2.1(vue@3.2.45):
|
|
2004
2144
|
resolution:
|
|
2005
2145
|
{
|
|
2006
|
-
integrity: sha512-
|
|
2146
|
+
integrity: sha512-HE+EIeakID7wI6vUwF0yMpaW48bNaPj8QtnQaRMkaQFhQReVBA4bY6fmJ3J7X+dqVgDbMhyfCG0fBJfdQMdWxQ==,
|
|
2007
2147
|
}
|
|
2148
|
+
peerDependencies:
|
|
2149
|
+
"@vue/composition-api": ^1.0.0-rc.1
|
|
2150
|
+
vue: ^2.0.0 || >=3.0.0
|
|
2151
|
+
peerDependenciesMeta:
|
|
2152
|
+
"@vue/composition-api":
|
|
2153
|
+
optional: true
|
|
2008
2154
|
dependencies:
|
|
2009
2155
|
"@floating-ui/dom": 1.6.5
|
|
2010
|
-
|
|
2156
|
+
vue: 3.2.45
|
|
2011
2157
|
vue-demi: 0.13.11(vue@3.2.45)
|
|
2012
|
-
transitivePeerDependencies:
|
|
2013
|
-
- "@vue/composition-api"
|
|
2014
|
-
- vue
|
|
2015
2158
|
dev: false
|
|
2016
2159
|
|
|
2017
2160
|
/@gar/promisify@1.1.3:
|
|
@@ -2021,19 +2164,17 @@ packages:
|
|
|
2021
2164
|
}
|
|
2022
2165
|
dev: true
|
|
2023
2166
|
|
|
2024
|
-
/@headlessui-float/vue@0.
|
|
2167
|
+
/@headlessui-float/vue@0.11.4(vue@3.2.45):
|
|
2025
2168
|
resolution:
|
|
2026
2169
|
{
|
|
2027
|
-
integrity: sha512-
|
|
2170
|
+
integrity: sha512-hNGQTT3trknSB78ZI3usvnJACLyEUmacvk5Q8JQizJ8k+8GYLvhKklGIhJVO1E3litEzW6yyjPgfg6aEJ+1p6g==,
|
|
2028
2171
|
}
|
|
2029
2172
|
peerDependencies:
|
|
2030
|
-
"@headlessui/vue": ^1.0.0
|
|
2031
2173
|
vue: ^3.0.0
|
|
2032
2174
|
dependencies:
|
|
2033
2175
|
"@floating-ui/core": 1.6.2
|
|
2034
2176
|
"@floating-ui/dom": 1.6.5
|
|
2035
|
-
"@floating-ui/vue":
|
|
2036
|
-
"@headlessui/vue": 1.7.16(vue@3.2.45)
|
|
2177
|
+
"@floating-ui/vue": 0.2.1(vue@3.2.45)
|
|
2037
2178
|
vue: 3.2.45
|
|
2038
2179
|
transitivePeerDependencies:
|
|
2039
2180
|
- "@vue/composition-api"
|
|
@@ -2602,6 +2743,18 @@ packages:
|
|
|
2602
2743
|
"@jridgewell/trace-mapping": 0.3.17
|
|
2603
2744
|
dev: true
|
|
2604
2745
|
|
|
2746
|
+
/@jridgewell/gen-mapping@0.3.5:
|
|
2747
|
+
resolution:
|
|
2748
|
+
{
|
|
2749
|
+
integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==,
|
|
2750
|
+
}
|
|
2751
|
+
engines: { node: ">=6.0.0" }
|
|
2752
|
+
dependencies:
|
|
2753
|
+
"@jridgewell/set-array": 1.2.1
|
|
2754
|
+
"@jridgewell/sourcemap-codec": 1.4.15
|
|
2755
|
+
"@jridgewell/trace-mapping": 0.3.25
|
|
2756
|
+
dev: true
|
|
2757
|
+
|
|
2605
2758
|
/@jridgewell/resolve-uri@3.1.0:
|
|
2606
2759
|
resolution:
|
|
2607
2760
|
{
|
|
@@ -2609,6 +2762,14 @@ packages:
|
|
|
2609
2762
|
}
|
|
2610
2763
|
engines: { node: ">=6.0.0" }
|
|
2611
2764
|
|
|
2765
|
+
/@jridgewell/resolve-uri@3.1.2:
|
|
2766
|
+
resolution:
|
|
2767
|
+
{
|
|
2768
|
+
integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==,
|
|
2769
|
+
}
|
|
2770
|
+
engines: { node: ">=6.0.0" }
|
|
2771
|
+
dev: true
|
|
2772
|
+
|
|
2612
2773
|
/@jridgewell/set-array@1.1.2:
|
|
2613
2774
|
resolution:
|
|
2614
2775
|
{
|
|
@@ -2617,14 +2778,22 @@ packages:
|
|
|
2617
2778
|
engines: { node: ">=6.0.0" }
|
|
2618
2779
|
dev: true
|
|
2619
2780
|
|
|
2620
|
-
/@jridgewell/
|
|
2781
|
+
/@jridgewell/set-array@1.2.1:
|
|
2782
|
+
resolution:
|
|
2783
|
+
{
|
|
2784
|
+
integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==,
|
|
2785
|
+
}
|
|
2786
|
+
engines: { node: ">=6.0.0" }
|
|
2787
|
+
dev: true
|
|
2788
|
+
|
|
2789
|
+
/@jridgewell/source-map@0.3.6:
|
|
2621
2790
|
resolution:
|
|
2622
2791
|
{
|
|
2623
|
-
integrity: sha512-
|
|
2792
|
+
integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==,
|
|
2624
2793
|
}
|
|
2625
2794
|
dependencies:
|
|
2626
|
-
"@jridgewell/gen-mapping": 0.3.
|
|
2627
|
-
"@jridgewell/trace-mapping": 0.3.
|
|
2795
|
+
"@jridgewell/gen-mapping": 0.3.5
|
|
2796
|
+
"@jridgewell/trace-mapping": 0.3.25
|
|
2628
2797
|
dev: true
|
|
2629
2798
|
|
|
2630
2799
|
/@jridgewell/sourcemap-codec@1.4.14:
|
|
@@ -2633,6 +2802,13 @@ packages:
|
|
|
2633
2802
|
integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==,
|
|
2634
2803
|
}
|
|
2635
2804
|
|
|
2805
|
+
/@jridgewell/sourcemap-codec@1.4.15:
|
|
2806
|
+
resolution:
|
|
2807
|
+
{
|
|
2808
|
+
integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==,
|
|
2809
|
+
}
|
|
2810
|
+
dev: true
|
|
2811
|
+
|
|
2636
2812
|
/@jridgewell/trace-mapping@0.3.17:
|
|
2637
2813
|
resolution:
|
|
2638
2814
|
{
|
|
@@ -2643,6 +2819,16 @@ packages:
|
|
|
2643
2819
|
"@jridgewell/sourcemap-codec": 1.4.14
|
|
2644
2820
|
dev: true
|
|
2645
2821
|
|
|
2822
|
+
/@jridgewell/trace-mapping@0.3.25:
|
|
2823
|
+
resolution:
|
|
2824
|
+
{
|
|
2825
|
+
integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==,
|
|
2826
|
+
}
|
|
2827
|
+
dependencies:
|
|
2828
|
+
"@jridgewell/resolve-uri": 3.1.2
|
|
2829
|
+
"@jridgewell/sourcemap-codec": 1.4.15
|
|
2830
|
+
dev: true
|
|
2831
|
+
|
|
2646
2832
|
/@jridgewell/trace-mapping@0.3.9:
|
|
2647
2833
|
resolution:
|
|
2648
2834
|
{
|
|
@@ -2802,30 +2988,30 @@ packages:
|
|
|
2802
2988
|
}
|
|
2803
2989
|
dev: true
|
|
2804
2990
|
|
|
2805
|
-
/@types/eslint-scope@3.7.
|
|
2991
|
+
/@types/eslint-scope@3.7.7:
|
|
2806
2992
|
resolution:
|
|
2807
2993
|
{
|
|
2808
|
-
integrity: sha512-
|
|
2994
|
+
integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==,
|
|
2809
2995
|
}
|
|
2810
2996
|
dependencies:
|
|
2811
|
-
"@types/eslint": 8.
|
|
2812
|
-
"@types/estree": 1.0.
|
|
2997
|
+
"@types/eslint": 8.56.10
|
|
2998
|
+
"@types/estree": 1.0.5
|
|
2813
2999
|
dev: true
|
|
2814
3000
|
|
|
2815
|
-
/@types/eslint@8.
|
|
3001
|
+
/@types/eslint@8.56.10:
|
|
2816
3002
|
resolution:
|
|
2817
3003
|
{
|
|
2818
|
-
integrity: sha512-
|
|
3004
|
+
integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==,
|
|
2819
3005
|
}
|
|
2820
3006
|
dependencies:
|
|
2821
|
-
"@types/estree": 1.0.
|
|
2822
|
-
"@types/json-schema": 7.0.
|
|
3007
|
+
"@types/estree": 1.0.5
|
|
3008
|
+
"@types/json-schema": 7.0.15
|
|
2823
3009
|
dev: true
|
|
2824
3010
|
|
|
2825
|
-
/@types/estree@1.0.
|
|
3011
|
+
/@types/estree@1.0.5:
|
|
2826
3012
|
resolution:
|
|
2827
3013
|
{
|
|
2828
|
-
integrity: sha512
|
|
3014
|
+
integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==,
|
|
2829
3015
|
}
|
|
2830
3016
|
dev: true
|
|
2831
3017
|
|
|
@@ -2843,6 +3029,13 @@ packages:
|
|
|
2843
3029
|
}
|
|
2844
3030
|
dev: true
|
|
2845
3031
|
|
|
3032
|
+
/@types/json-schema@7.0.15:
|
|
3033
|
+
resolution:
|
|
3034
|
+
{
|
|
3035
|
+
integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==,
|
|
3036
|
+
}
|
|
3037
|
+
dev: true
|
|
3038
|
+
|
|
2846
3039
|
/@types/lodash@4.14.191:
|
|
2847
3040
|
resolution:
|
|
2848
3041
|
{
|
|
@@ -2850,17 +3043,17 @@ packages:
|
|
|
2850
3043
|
}
|
|
2851
3044
|
dev: true
|
|
2852
3045
|
|
|
2853
|
-
/@types/node@14.18.
|
|
3046
|
+
/@types/node@14.18.63:
|
|
2854
3047
|
resolution:
|
|
2855
3048
|
{
|
|
2856
|
-
integrity: sha512-
|
|
3049
|
+
integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==,
|
|
2857
3050
|
}
|
|
2858
3051
|
dev: true
|
|
2859
3052
|
|
|
2860
|
-
/@types/node@20.12.
|
|
3053
|
+
/@types/node@20.12.13:
|
|
2861
3054
|
resolution:
|
|
2862
3055
|
{
|
|
2863
|
-
integrity: sha512-
|
|
3056
|
+
integrity: sha512-gBGeanV41c1L171rR7wjbMiEpEI/l5XFQdLLfhr/REwpgDy/4U8y89+i8kRiLzDyZdOkXh+cRaTetUnCYutoXA==,
|
|
2864
3057
|
}
|
|
2865
3058
|
dependencies:
|
|
2866
3059
|
undici-types: 5.26.5
|
|
@@ -2895,14 +3088,14 @@ packages:
|
|
|
2895
3088
|
}
|
|
2896
3089
|
dev: true
|
|
2897
3090
|
|
|
2898
|
-
/@types/yauzl@2.10.
|
|
3091
|
+
/@types/yauzl@2.10.3:
|
|
2899
3092
|
resolution:
|
|
2900
3093
|
{
|
|
2901
|
-
integrity: sha512-
|
|
3094
|
+
integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==,
|
|
2902
3095
|
}
|
|
2903
3096
|
requiresBuild: true
|
|
2904
3097
|
dependencies:
|
|
2905
|
-
"@types/node": 20.12.
|
|
3098
|
+
"@types/node": 20.12.13
|
|
2906
3099
|
dev: true
|
|
2907
3100
|
optional: true
|
|
2908
3101
|
|
|
@@ -3071,7 +3264,7 @@ packages:
|
|
|
3071
3264
|
vite: ^4.0.0
|
|
3072
3265
|
vue: ^3.2.25
|
|
3073
3266
|
dependencies:
|
|
3074
|
-
vite: 3.2.10(@types/node@20.12.
|
|
3267
|
+
vite: 3.2.10(@types/node@20.12.13)(less@4.1.3)(sass@1.57.0)
|
|
3075
3268
|
vue: 3.2.45
|
|
3076
3269
|
dev: true
|
|
3077
3270
|
|
|
@@ -3239,10 +3432,10 @@ packages:
|
|
|
3239
3432
|
vue: 3.2.45
|
|
3240
3433
|
dev: true
|
|
3241
3434
|
|
|
3242
|
-
/@webassemblyjs/ast@1.
|
|
3435
|
+
/@webassemblyjs/ast@1.12.1:
|
|
3243
3436
|
resolution:
|
|
3244
3437
|
{
|
|
3245
|
-
integrity: sha512-
|
|
3438
|
+
integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==,
|
|
3246
3439
|
}
|
|
3247
3440
|
dependencies:
|
|
3248
3441
|
"@webassemblyjs/helper-numbers": 1.11.6
|
|
@@ -3263,10 +3456,10 @@ packages:
|
|
|
3263
3456
|
}
|
|
3264
3457
|
dev: true
|
|
3265
3458
|
|
|
3266
|
-
/@webassemblyjs/helper-buffer@1.
|
|
3459
|
+
/@webassemblyjs/helper-buffer@1.12.1:
|
|
3267
3460
|
resolution:
|
|
3268
3461
|
{
|
|
3269
|
-
integrity: sha512-
|
|
3462
|
+
integrity: sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==,
|
|
3270
3463
|
}
|
|
3271
3464
|
dev: true
|
|
3272
3465
|
|
|
@@ -3288,16 +3481,16 @@ packages:
|
|
|
3288
3481
|
}
|
|
3289
3482
|
dev: true
|
|
3290
3483
|
|
|
3291
|
-
/@webassemblyjs/helper-wasm-section@1.
|
|
3484
|
+
/@webassemblyjs/helper-wasm-section@1.12.1:
|
|
3292
3485
|
resolution:
|
|
3293
3486
|
{
|
|
3294
|
-
integrity: sha512-
|
|
3487
|
+
integrity: sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==,
|
|
3295
3488
|
}
|
|
3296
3489
|
dependencies:
|
|
3297
|
-
"@webassemblyjs/ast": 1.
|
|
3298
|
-
"@webassemblyjs/helper-buffer": 1.
|
|
3490
|
+
"@webassemblyjs/ast": 1.12.1
|
|
3491
|
+
"@webassemblyjs/helper-buffer": 1.12.1
|
|
3299
3492
|
"@webassemblyjs/helper-wasm-bytecode": 1.11.6
|
|
3300
|
-
"@webassemblyjs/wasm-gen": 1.
|
|
3493
|
+
"@webassemblyjs/wasm-gen": 1.12.1
|
|
3301
3494
|
dev: true
|
|
3302
3495
|
|
|
3303
3496
|
/@webassemblyjs/ieee754@1.11.6:
|
|
@@ -3325,54 +3518,54 @@ packages:
|
|
|
3325
3518
|
}
|
|
3326
3519
|
dev: true
|
|
3327
3520
|
|
|
3328
|
-
/@webassemblyjs/wasm-edit@1.
|
|
3521
|
+
/@webassemblyjs/wasm-edit@1.12.1:
|
|
3329
3522
|
resolution:
|
|
3330
3523
|
{
|
|
3331
|
-
integrity: sha512-
|
|
3524
|
+
integrity: sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==,
|
|
3332
3525
|
}
|
|
3333
3526
|
dependencies:
|
|
3334
|
-
"@webassemblyjs/ast": 1.
|
|
3335
|
-
"@webassemblyjs/helper-buffer": 1.
|
|
3527
|
+
"@webassemblyjs/ast": 1.12.1
|
|
3528
|
+
"@webassemblyjs/helper-buffer": 1.12.1
|
|
3336
3529
|
"@webassemblyjs/helper-wasm-bytecode": 1.11.6
|
|
3337
|
-
"@webassemblyjs/helper-wasm-section": 1.
|
|
3338
|
-
"@webassemblyjs/wasm-gen": 1.
|
|
3339
|
-
"@webassemblyjs/wasm-opt": 1.
|
|
3340
|
-
"@webassemblyjs/wasm-parser": 1.
|
|
3341
|
-
"@webassemblyjs/wast-printer": 1.
|
|
3530
|
+
"@webassemblyjs/helper-wasm-section": 1.12.1
|
|
3531
|
+
"@webassemblyjs/wasm-gen": 1.12.1
|
|
3532
|
+
"@webassemblyjs/wasm-opt": 1.12.1
|
|
3533
|
+
"@webassemblyjs/wasm-parser": 1.12.1
|
|
3534
|
+
"@webassemblyjs/wast-printer": 1.12.1
|
|
3342
3535
|
dev: true
|
|
3343
3536
|
|
|
3344
|
-
/@webassemblyjs/wasm-gen@1.
|
|
3537
|
+
/@webassemblyjs/wasm-gen@1.12.1:
|
|
3345
3538
|
resolution:
|
|
3346
3539
|
{
|
|
3347
|
-
integrity: sha512-
|
|
3540
|
+
integrity: sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==,
|
|
3348
3541
|
}
|
|
3349
3542
|
dependencies:
|
|
3350
|
-
"@webassemblyjs/ast": 1.
|
|
3543
|
+
"@webassemblyjs/ast": 1.12.1
|
|
3351
3544
|
"@webassemblyjs/helper-wasm-bytecode": 1.11.6
|
|
3352
3545
|
"@webassemblyjs/ieee754": 1.11.6
|
|
3353
3546
|
"@webassemblyjs/leb128": 1.11.6
|
|
3354
3547
|
"@webassemblyjs/utf8": 1.11.6
|
|
3355
3548
|
dev: true
|
|
3356
3549
|
|
|
3357
|
-
/@webassemblyjs/wasm-opt@1.
|
|
3550
|
+
/@webassemblyjs/wasm-opt@1.12.1:
|
|
3358
3551
|
resolution:
|
|
3359
3552
|
{
|
|
3360
|
-
integrity: sha512-
|
|
3553
|
+
integrity: sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==,
|
|
3361
3554
|
}
|
|
3362
3555
|
dependencies:
|
|
3363
|
-
"@webassemblyjs/ast": 1.
|
|
3364
|
-
"@webassemblyjs/helper-buffer": 1.
|
|
3365
|
-
"@webassemblyjs/wasm-gen": 1.
|
|
3366
|
-
"@webassemblyjs/wasm-parser": 1.
|
|
3556
|
+
"@webassemblyjs/ast": 1.12.1
|
|
3557
|
+
"@webassemblyjs/helper-buffer": 1.12.1
|
|
3558
|
+
"@webassemblyjs/wasm-gen": 1.12.1
|
|
3559
|
+
"@webassemblyjs/wasm-parser": 1.12.1
|
|
3367
3560
|
dev: true
|
|
3368
3561
|
|
|
3369
|
-
/@webassemblyjs/wasm-parser@1.
|
|
3562
|
+
/@webassemblyjs/wasm-parser@1.12.1:
|
|
3370
3563
|
resolution:
|
|
3371
3564
|
{
|
|
3372
|
-
integrity: sha512-
|
|
3565
|
+
integrity: sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==,
|
|
3373
3566
|
}
|
|
3374
3567
|
dependencies:
|
|
3375
|
-
"@webassemblyjs/ast": 1.
|
|
3568
|
+
"@webassemblyjs/ast": 1.12.1
|
|
3376
3569
|
"@webassemblyjs/helper-api-error": 1.11.6
|
|
3377
3570
|
"@webassemblyjs/helper-wasm-bytecode": 1.11.6
|
|
3378
3571
|
"@webassemblyjs/ieee754": 1.11.6
|
|
@@ -3380,13 +3573,13 @@ packages:
|
|
|
3380
3573
|
"@webassemblyjs/utf8": 1.11.6
|
|
3381
3574
|
dev: true
|
|
3382
3575
|
|
|
3383
|
-
/@webassemblyjs/wast-printer@1.
|
|
3576
|
+
/@webassemblyjs/wast-printer@1.12.1:
|
|
3384
3577
|
resolution:
|
|
3385
3578
|
{
|
|
3386
|
-
integrity: sha512
|
|
3579
|
+
integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==,
|
|
3387
3580
|
}
|
|
3388
3581
|
dependencies:
|
|
3389
|
-
"@webassemblyjs/ast": 1.
|
|
3582
|
+
"@webassemblyjs/ast": 1.12.1
|
|
3390
3583
|
"@xtuc/long": 4.2.2
|
|
3391
3584
|
dev: true
|
|
3392
3585
|
|
|
@@ -3449,7 +3642,7 @@ packages:
|
|
|
3449
3642
|
acorn-walk: 8.2.0
|
|
3450
3643
|
dev: true
|
|
3451
3644
|
|
|
3452
|
-
/acorn-import-assertions@1.9.0(acorn@8.
|
|
3645
|
+
/acorn-import-assertions@1.9.0(acorn@8.11.3):
|
|
3453
3646
|
resolution:
|
|
3454
3647
|
{
|
|
3455
3648
|
integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==,
|
|
@@ -3457,7 +3650,7 @@ packages:
|
|
|
3457
3650
|
peerDependencies:
|
|
3458
3651
|
acorn: ^8
|
|
3459
3652
|
dependencies:
|
|
3460
|
-
acorn: 8.
|
|
3653
|
+
acorn: 8.11.3
|
|
3461
3654
|
dev: true
|
|
3462
3655
|
|
|
3463
3656
|
/acorn-jsx@5.3.2(acorn@8.8.1):
|
|
@@ -3506,6 +3699,15 @@ packages:
|
|
|
3506
3699
|
hasBin: true
|
|
3507
3700
|
dev: false
|
|
3508
3701
|
|
|
3702
|
+
/acorn@8.11.3:
|
|
3703
|
+
resolution:
|
|
3704
|
+
{
|
|
3705
|
+
integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==,
|
|
3706
|
+
}
|
|
3707
|
+
engines: { node: ">=0.4.0" }
|
|
3708
|
+
hasBin: true
|
|
3709
|
+
dev: true
|
|
3710
|
+
|
|
3509
3711
|
/acorn@8.8.1:
|
|
3510
3712
|
resolution:
|
|
3511
3713
|
{
|
|
@@ -3788,7 +3990,7 @@ packages:
|
|
|
3788
3990
|
postcss: ^8.1.0
|
|
3789
3991
|
dependencies:
|
|
3790
3992
|
browserslist: 4.21.4
|
|
3791
|
-
caniuse-lite: 1.0.
|
|
3993
|
+
caniuse-lite: 1.0.30001625
|
|
3792
3994
|
fraction.js: 4.2.0
|
|
3793
3995
|
normalize-range: 0.1.2
|
|
3794
3996
|
picocolors: 1.0.0
|
|
@@ -3810,7 +4012,7 @@ packages:
|
|
|
3810
4012
|
}
|
|
3811
4013
|
dev: true
|
|
3812
4014
|
|
|
3813
|
-
/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.
|
|
4015
|
+
/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.24.6):
|
|
3814
4016
|
resolution:
|
|
3815
4017
|
{
|
|
3816
4018
|
integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==,
|
|
@@ -3819,14 +4021,14 @@ packages:
|
|
|
3819
4021
|
"@babel/core": ^7.0.0-0
|
|
3820
4022
|
dependencies:
|
|
3821
4023
|
"@babel/compat-data": 7.20.5
|
|
3822
|
-
"@babel/core": 7.
|
|
3823
|
-
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.
|
|
4024
|
+
"@babel/core": 7.24.6
|
|
4025
|
+
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.24.6)
|
|
3824
4026
|
semver: 6.3.0
|
|
3825
4027
|
transitivePeerDependencies:
|
|
3826
4028
|
- supports-color
|
|
3827
4029
|
dev: true
|
|
3828
4030
|
|
|
3829
|
-
/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.
|
|
4031
|
+
/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.24.6):
|
|
3830
4032
|
resolution:
|
|
3831
4033
|
{
|
|
3832
4034
|
integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==,
|
|
@@ -3834,14 +4036,14 @@ packages:
|
|
|
3834
4036
|
peerDependencies:
|
|
3835
4037
|
"@babel/core": ^7.0.0-0
|
|
3836
4038
|
dependencies:
|
|
3837
|
-
"@babel/core": 7.
|
|
3838
|
-
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.
|
|
4039
|
+
"@babel/core": 7.24.6
|
|
4040
|
+
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.24.6)
|
|
3839
4041
|
core-js-compat: 3.26.1
|
|
3840
4042
|
transitivePeerDependencies:
|
|
3841
4043
|
- supports-color
|
|
3842
4044
|
dev: true
|
|
3843
4045
|
|
|
3844
|
-
/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.
|
|
4046
|
+
/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.24.6):
|
|
3845
4047
|
resolution:
|
|
3846
4048
|
{
|
|
3847
4049
|
integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==,
|
|
@@ -3849,8 +4051,8 @@ packages:
|
|
|
3849
4051
|
peerDependencies:
|
|
3850
4052
|
"@babel/core": ^7.0.0-0
|
|
3851
4053
|
dependencies:
|
|
3852
|
-
"@babel/core": 7.
|
|
3853
|
-
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.
|
|
4054
|
+
"@babel/core": 7.24.6
|
|
4055
|
+
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.24.6)
|
|
3854
4056
|
transitivePeerDependencies:
|
|
3855
4057
|
- supports-color
|
|
3856
4058
|
dev: true
|
|
@@ -3994,12 +4196,26 @@ packages:
|
|
|
3994
4196
|
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
|
|
3995
4197
|
hasBin: true
|
|
3996
4198
|
dependencies:
|
|
3997
|
-
caniuse-lite: 1.0.
|
|
4199
|
+
caniuse-lite: 1.0.30001625
|
|
3998
4200
|
electron-to-chromium: 1.4.284
|
|
3999
4201
|
node-releases: 2.0.7
|
|
4000
4202
|
update-browserslist-db: 1.0.10(browserslist@4.21.4)
|
|
4001
4203
|
dev: true
|
|
4002
4204
|
|
|
4205
|
+
/browserslist@4.23.0:
|
|
4206
|
+
resolution:
|
|
4207
|
+
{
|
|
4208
|
+
integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==,
|
|
4209
|
+
}
|
|
4210
|
+
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
|
|
4211
|
+
hasBin: true
|
|
4212
|
+
dependencies:
|
|
4213
|
+
caniuse-lite: 1.0.30001625
|
|
4214
|
+
electron-to-chromium: 1.4.786
|
|
4215
|
+
node-releases: 2.0.14
|
|
4216
|
+
update-browserslist-db: 1.0.16(browserslist@4.23.0)
|
|
4217
|
+
dev: true
|
|
4218
|
+
|
|
4003
4219
|
/buffer-crc32@0.2.13:
|
|
4004
4220
|
resolution:
|
|
4005
4221
|
{
|
|
@@ -4105,10 +4321,10 @@ packages:
|
|
|
4105
4321
|
engines: { node: ">= 6" }
|
|
4106
4322
|
dev: false
|
|
4107
4323
|
|
|
4108
|
-
/caniuse-lite@1.0.
|
|
4324
|
+
/caniuse-lite@1.0.30001625:
|
|
4109
4325
|
resolution:
|
|
4110
4326
|
{
|
|
4111
|
-
integrity: sha512-
|
|
4327
|
+
integrity: sha512-4KE9N2gcRH+HQhpeiRZXd+1niLB/XNLAhSy4z7fI8EzcbcPoAqjNInxVHTiTwWfTIV4w096XG8OtCOCQQKPv3w==,
|
|
4112
4328
|
}
|
|
4113
4329
|
dev: true
|
|
4114
4330
|
|
|
@@ -4196,7 +4412,7 @@ packages:
|
|
|
4196
4412
|
normalize-path: 3.0.0
|
|
4197
4413
|
readdirp: 3.6.0
|
|
4198
4414
|
optionalDependencies:
|
|
4199
|
-
fsevents: 2.3.
|
|
4415
|
+
fsevents: 2.3.3
|
|
4200
4416
|
|
|
4201
4417
|
/chownr@2.0.0:
|
|
4202
4418
|
resolution:
|
|
@@ -4206,10 +4422,10 @@ packages:
|
|
|
4206
4422
|
engines: { node: ">=10" }
|
|
4207
4423
|
dev: true
|
|
4208
4424
|
|
|
4209
|
-
/chrome-trace-event@1.0.
|
|
4425
|
+
/chrome-trace-event@1.0.4:
|
|
4210
4426
|
resolution:
|
|
4211
4427
|
{
|
|
4212
|
-
integrity: sha512-
|
|
4428
|
+
integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==,
|
|
4213
4429
|
}
|
|
4214
4430
|
engines: { node: ">=6.0" }
|
|
4215
4431
|
dev: true
|
|
@@ -4462,10 +4678,10 @@ packages:
|
|
|
4462
4678
|
yargs: 17.6.2
|
|
4463
4679
|
dev: true
|
|
4464
4680
|
|
|
4465
|
-
/convert-source-map@
|
|
4681
|
+
/convert-source-map@2.0.0:
|
|
4466
4682
|
resolution:
|
|
4467
4683
|
{
|
|
4468
|
-
integrity: sha512-
|
|
4684
|
+
integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==,
|
|
4469
4685
|
}
|
|
4470
4686
|
dev: true
|
|
4471
4687
|
|
|
@@ -4661,7 +4877,7 @@ packages:
|
|
|
4661
4877
|
dependencies:
|
|
4662
4878
|
"@cypress/request": 2.88.10
|
|
4663
4879
|
"@cypress/xvfb": 1.2.4(supports-color@8.1.1)
|
|
4664
|
-
"@types/node": 14.18.
|
|
4880
|
+
"@types/node": 14.18.63
|
|
4665
4881
|
"@types/sinonjs__fake-timers": 8.1.1
|
|
4666
4882
|
"@types/sizzle": 2.3.3
|
|
4667
4883
|
arch: 2.2.0
|
|
@@ -5033,6 +5249,13 @@ packages:
|
|
|
5033
5249
|
}
|
|
5034
5250
|
dev: true
|
|
5035
5251
|
|
|
5252
|
+
/electron-to-chromium@1.4.786:
|
|
5253
|
+
resolution:
|
|
5254
|
+
{
|
|
5255
|
+
integrity: sha512-i/A2UB0sxYViMN0M2zIotQFRIOt1jLuVXudACHBDiJ5gGuAUzf/crZxwlBTdA0O52Hy4CNtTzS7AKRAacs/08Q==,
|
|
5256
|
+
}
|
|
5257
|
+
dev: true
|
|
5258
|
+
|
|
5036
5259
|
/emoji-regex@8.0.0:
|
|
5037
5260
|
resolution:
|
|
5038
5261
|
{
|
|
@@ -5119,14 +5342,14 @@ packages:
|
|
|
5119
5342
|
- utf-8-validate
|
|
5120
5343
|
dev: true
|
|
5121
5344
|
|
|
5122
|
-
/enhanced-resolve@5.
|
|
5345
|
+
/enhanced-resolve@5.16.1:
|
|
5123
5346
|
resolution:
|
|
5124
5347
|
{
|
|
5125
|
-
integrity: sha512-
|
|
5348
|
+
integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==,
|
|
5126
5349
|
}
|
|
5127
5350
|
engines: { node: ">=10.13.0" }
|
|
5128
5351
|
dependencies:
|
|
5129
|
-
graceful-fs: 4.2.
|
|
5352
|
+
graceful-fs: 4.2.11
|
|
5130
5353
|
tapable: 2.2.1
|
|
5131
5354
|
dev: true
|
|
5132
5355
|
|
|
@@ -5160,10 +5383,10 @@ packages:
|
|
|
5160
5383
|
dev: true
|
|
5161
5384
|
optional: true
|
|
5162
5385
|
|
|
5163
|
-
/es-module-lexer@1.
|
|
5386
|
+
/es-module-lexer@1.5.3:
|
|
5164
5387
|
resolution:
|
|
5165
5388
|
{
|
|
5166
|
-
integrity: sha512-
|
|
5389
|
+
integrity: sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==,
|
|
5167
5390
|
}
|
|
5168
5391
|
dev: true
|
|
5169
5392
|
|
|
@@ -5448,6 +5671,14 @@ packages:
|
|
|
5448
5671
|
engines: { node: ">=6" }
|
|
5449
5672
|
dev: true
|
|
5450
5673
|
|
|
5674
|
+
/escalade@3.1.2:
|
|
5675
|
+
resolution:
|
|
5676
|
+
{
|
|
5677
|
+
integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==,
|
|
5678
|
+
}
|
|
5679
|
+
engines: { node: ">=6" }
|
|
5680
|
+
dev: true
|
|
5681
|
+
|
|
5451
5682
|
/escape-string-regexp@1.0.5:
|
|
5452
5683
|
resolution:
|
|
5453
5684
|
{
|
|
@@ -5846,7 +6077,7 @@ packages:
|
|
|
5846
6077
|
get-stream: 5.2.0
|
|
5847
6078
|
yauzl: 2.10.0
|
|
5848
6079
|
optionalDependencies:
|
|
5849
|
-
"@types/yauzl": 2.10.
|
|
6080
|
+
"@types/yauzl": 2.10.3
|
|
5850
6081
|
transitivePeerDependencies:
|
|
5851
6082
|
- supports-color
|
|
5852
6083
|
dev: true
|
|
@@ -5959,7 +6190,7 @@ packages:
|
|
|
5959
6190
|
flat-cache: 3.0.4
|
|
5960
6191
|
dev: true
|
|
5961
6192
|
|
|
5962
|
-
/file-loader@6.0.0(webpack@5.
|
|
6193
|
+
/file-loader@6.0.0(webpack@5.91.0):
|
|
5963
6194
|
resolution:
|
|
5964
6195
|
{
|
|
5965
6196
|
integrity: sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==,
|
|
@@ -5970,7 +6201,7 @@ packages:
|
|
|
5970
6201
|
dependencies:
|
|
5971
6202
|
loader-utils: 2.0.4
|
|
5972
6203
|
schema-utils: 2.7.1
|
|
5973
|
-
webpack: 5.
|
|
6204
|
+
webpack: 5.91.0
|
|
5974
6205
|
dev: true
|
|
5975
6206
|
|
|
5976
6207
|
/file-saver@2.0.5:
|
|
@@ -6129,10 +6360,10 @@ packages:
|
|
|
6129
6360
|
}
|
|
6130
6361
|
dev: true
|
|
6131
6362
|
|
|
6132
|
-
/fsevents@2.3.
|
|
6363
|
+
/fsevents@2.3.3:
|
|
6133
6364
|
resolution:
|
|
6134
6365
|
{
|
|
6135
|
-
integrity: sha512-
|
|
6366
|
+
integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==,
|
|
6136
6367
|
}
|
|
6137
6368
|
engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
|
|
6138
6369
|
os: [darwin]
|
|
@@ -6315,6 +6546,13 @@ packages:
|
|
|
6315
6546
|
}
|
|
6316
6547
|
dev: true
|
|
6317
6548
|
|
|
6549
|
+
/graceful-fs@4.2.11:
|
|
6550
|
+
resolution:
|
|
6551
|
+
{
|
|
6552
|
+
integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==,
|
|
6553
|
+
}
|
|
6554
|
+
dev: true
|
|
6555
|
+
|
|
6318
6556
|
/grapheme-splitter@1.0.4:
|
|
6319
6557
|
resolution:
|
|
6320
6558
|
{
|
|
@@ -6825,7 +7063,7 @@ packages:
|
|
|
6825
7063
|
}
|
|
6826
7064
|
engines: { node: ">= 10.13.0" }
|
|
6827
7065
|
dependencies:
|
|
6828
|
-
"@types/node": 20.12.
|
|
7066
|
+
"@types/node": 20.12.13
|
|
6829
7067
|
merge-stream: 2.0.0
|
|
6830
7068
|
supports-color: 7.2.0
|
|
6831
7069
|
dev: true
|
|
@@ -6837,7 +7075,7 @@ packages:
|
|
|
6837
7075
|
}
|
|
6838
7076
|
engines: { node: ">= 10.13.0" }
|
|
6839
7077
|
dependencies:
|
|
6840
|
-
"@types/node": 20.12.
|
|
7078
|
+
"@types/node": 20.12.13
|
|
6841
7079
|
merge-stream: 2.0.0
|
|
6842
7080
|
supports-color: 8.1.1
|
|
6843
7081
|
dev: true
|
|
@@ -7006,6 +7244,15 @@ packages:
|
|
|
7006
7244
|
hasBin: true
|
|
7007
7245
|
dev: true
|
|
7008
7246
|
|
|
7247
|
+
/json5@2.2.3:
|
|
7248
|
+
resolution:
|
|
7249
|
+
{
|
|
7250
|
+
integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==,
|
|
7251
|
+
}
|
|
7252
|
+
engines: { node: ">=6" }
|
|
7253
|
+
hasBin: true
|
|
7254
|
+
dev: true
|
|
7255
|
+
|
|
7009
7256
|
/jsonc-parser@3.2.0:
|
|
7010
7257
|
resolution:
|
|
7011
7258
|
{
|
|
@@ -7019,7 +7266,7 @@ packages:
|
|
|
7019
7266
|
integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==,
|
|
7020
7267
|
}
|
|
7021
7268
|
optionalDependencies:
|
|
7022
|
-
graceful-fs: 4.2.
|
|
7269
|
+
graceful-fs: 4.2.11
|
|
7023
7270
|
dev: true
|
|
7024
7271
|
|
|
7025
7272
|
/jsonfile@6.1.0:
|
|
@@ -7030,7 +7277,7 @@ packages:
|
|
|
7030
7277
|
dependencies:
|
|
7031
7278
|
universalify: 2.0.0
|
|
7032
7279
|
optionalDependencies:
|
|
7033
|
-
graceful-fs: 4.2.
|
|
7280
|
+
graceful-fs: 4.2.11
|
|
7034
7281
|
dev: true
|
|
7035
7282
|
|
|
7036
7283
|
/jsprim@2.0.2:
|
|
@@ -7054,7 +7301,7 @@ packages:
|
|
|
7054
7301
|
engines: { node: "> 0.8" }
|
|
7055
7302
|
dev: true
|
|
7056
7303
|
|
|
7057
|
-
/less-loader@11.1.3(less@4.1.3)(webpack@5.
|
|
7304
|
+
/less-loader@11.1.3(less@4.1.3)(webpack@5.91.0):
|
|
7058
7305
|
resolution:
|
|
7059
7306
|
{
|
|
7060
7307
|
integrity: sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw==,
|
|
@@ -7065,7 +7312,7 @@ packages:
|
|
|
7065
7312
|
webpack: ^5.0.0
|
|
7066
7313
|
dependencies:
|
|
7067
7314
|
less: 4.1.3
|
|
7068
|
-
webpack: 5.
|
|
7315
|
+
webpack: 5.91.0
|
|
7069
7316
|
dev: true
|
|
7070
7317
|
|
|
7071
7318
|
/less@4.1.3:
|
|
@@ -7081,14 +7328,12 @@ packages:
|
|
|
7081
7328
|
tslib: 2.4.1
|
|
7082
7329
|
optionalDependencies:
|
|
7083
7330
|
errno: 0.1.8
|
|
7084
|
-
graceful-fs: 4.2.
|
|
7331
|
+
graceful-fs: 4.2.11
|
|
7085
7332
|
image-size: 0.5.5
|
|
7086
7333
|
make-dir: 2.1.0
|
|
7087
7334
|
mime: 1.6.0
|
|
7088
|
-
needle: 3.
|
|
7335
|
+
needle: 3.3.1
|
|
7089
7336
|
source-map: 0.6.1
|
|
7090
|
-
transitivePeerDependencies:
|
|
7091
|
-
- supports-color
|
|
7092
7337
|
dev: true
|
|
7093
7338
|
|
|
7094
7339
|
/levn@0.3.0:
|
|
@@ -7646,20 +7891,17 @@ packages:
|
|
|
7646
7891
|
}
|
|
7647
7892
|
dev: true
|
|
7648
7893
|
|
|
7649
|
-
/needle@3.
|
|
7894
|
+
/needle@3.3.1:
|
|
7650
7895
|
resolution:
|
|
7651
7896
|
{
|
|
7652
|
-
integrity: sha512-
|
|
7897
|
+
integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==,
|
|
7653
7898
|
}
|
|
7654
7899
|
engines: { node: ">= 4.4.x" }
|
|
7655
7900
|
hasBin: true
|
|
7656
7901
|
requiresBuild: true
|
|
7657
7902
|
dependencies:
|
|
7658
|
-
debug: 3.2.7(supports-color@8.1.1)
|
|
7659
7903
|
iconv-lite: 0.6.3
|
|
7660
7904
|
sax: 1.2.4
|
|
7661
|
-
transitivePeerDependencies:
|
|
7662
|
-
- supports-color
|
|
7663
7905
|
dev: true
|
|
7664
7906
|
optional: true
|
|
7665
7907
|
|
|
@@ -7678,6 +7920,13 @@ packages:
|
|
|
7678
7920
|
}
|
|
7679
7921
|
dev: true
|
|
7680
7922
|
|
|
7923
|
+
/node-releases@2.0.14:
|
|
7924
|
+
resolution:
|
|
7925
|
+
{
|
|
7926
|
+
integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==,
|
|
7927
|
+
}
|
|
7928
|
+
dev: true
|
|
7929
|
+
|
|
7681
7930
|
/node-releases@2.0.7:
|
|
7682
7931
|
resolution:
|
|
7683
7932
|
{
|
|
@@ -8078,6 +8327,13 @@ packages:
|
|
|
8078
8327
|
integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==,
|
|
8079
8328
|
}
|
|
8080
8329
|
|
|
8330
|
+
/picocolors@1.0.1:
|
|
8331
|
+
resolution:
|
|
8332
|
+
{
|
|
8333
|
+
integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==,
|
|
8334
|
+
}
|
|
8335
|
+
dev: true
|
|
8336
|
+
|
|
8081
8337
|
/picomatch@2.3.1:
|
|
8082
8338
|
resolution:
|
|
8083
8339
|
{
|
|
@@ -8232,7 +8488,7 @@ packages:
|
|
|
8232
8488
|
dependencies:
|
|
8233
8489
|
lilconfig: 2.0.6
|
|
8234
8490
|
postcss: 8.4.31
|
|
8235
|
-
ts-node: 10.9.1(@types/node@20.12.
|
|
8491
|
+
ts-node: 10.9.1(@types/node@20.12.13)(typescript@4.9.4)
|
|
8236
8492
|
yaml: 1.10.2
|
|
8237
8493
|
dev: false
|
|
8238
8494
|
|
|
@@ -8678,7 +8934,7 @@ packages:
|
|
|
8678
8934
|
engines: { node: ">=10.0.0" }
|
|
8679
8935
|
hasBin: true
|
|
8680
8936
|
optionalDependencies:
|
|
8681
|
-
fsevents: 2.3.
|
|
8937
|
+
fsevents: 2.3.3
|
|
8682
8938
|
dev: true
|
|
8683
8939
|
|
|
8684
8940
|
/run-applescript@5.0.0:
|
|
@@ -8781,14 +9037,14 @@ packages:
|
|
|
8781
9037
|
ajv-keywords: 3.5.2(ajv@6.12.6)
|
|
8782
9038
|
dev: true
|
|
8783
9039
|
|
|
8784
|
-
/schema-utils@3.
|
|
9040
|
+
/schema-utils@3.3.0:
|
|
8785
9041
|
resolution:
|
|
8786
9042
|
{
|
|
8787
|
-
integrity: sha512-
|
|
9043
|
+
integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==,
|
|
8788
9044
|
}
|
|
8789
9045
|
engines: { node: ">= 10.13.0" }
|
|
8790
9046
|
dependencies:
|
|
8791
|
-
"@types/json-schema": 7.0.
|
|
9047
|
+
"@types/json-schema": 7.0.15
|
|
8792
9048
|
ajv: 6.12.6
|
|
8793
9049
|
ajv-keywords: 3.5.2(ajv@6.12.6)
|
|
8794
9050
|
dev: true
|
|
@@ -8810,6 +9066,14 @@ packages:
|
|
|
8810
9066
|
hasBin: true
|
|
8811
9067
|
dev: true
|
|
8812
9068
|
|
|
9069
|
+
/semver@6.3.1:
|
|
9070
|
+
resolution:
|
|
9071
|
+
{
|
|
9072
|
+
integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==,
|
|
9073
|
+
}
|
|
9074
|
+
hasBin: true
|
|
9075
|
+
dev: true
|
|
9076
|
+
|
|
8813
9077
|
/semver@7.3.8:
|
|
8814
9078
|
resolution:
|
|
8815
9079
|
{
|
|
@@ -8841,10 +9105,10 @@ packages:
|
|
|
8841
9105
|
randombytes: 2.1.0
|
|
8842
9106
|
dev: true
|
|
8843
9107
|
|
|
8844
|
-
/serialize-javascript@6.0.
|
|
9108
|
+
/serialize-javascript@6.0.2:
|
|
8845
9109
|
resolution:
|
|
8846
9110
|
{
|
|
8847
|
-
integrity: sha512-
|
|
9111
|
+
integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==,
|
|
8848
9112
|
}
|
|
8849
9113
|
dependencies:
|
|
8850
9114
|
randombytes: 2.1.0
|
|
@@ -9222,7 +9486,7 @@ packages:
|
|
|
9222
9486
|
}
|
|
9223
9487
|
engines: { node: ">= 0.4" }
|
|
9224
9488
|
|
|
9225
|
-
/svg-url-loader@6.0.0(webpack@5.
|
|
9489
|
+
/svg-url-loader@6.0.0(webpack@5.91.0):
|
|
9226
9490
|
resolution:
|
|
9227
9491
|
{
|
|
9228
9492
|
integrity: sha512-Qr5SCKxyxKcRnvnVrO3iQj9EX/v40UiGEMshgegzV7vpo3yc+HexELOdtWcA3MKjL8IyZZ1zOdcILmDEa/8JJQ==,
|
|
@@ -9230,9 +9494,9 @@ packages:
|
|
|
9230
9494
|
peerDependencies:
|
|
9231
9495
|
webpack: ^4.0.0 || ^5.0.0
|
|
9232
9496
|
dependencies:
|
|
9233
|
-
file-loader: 6.0.0(webpack@5.
|
|
9497
|
+
file-loader: 6.0.0(webpack@5.91.0)
|
|
9234
9498
|
loader-utils: 2.0.4
|
|
9235
|
-
webpack: 5.
|
|
9499
|
+
webpack: 5.91.0
|
|
9236
9500
|
dev: true
|
|
9237
9501
|
|
|
9238
9502
|
/svgo@3.0.2:
|
|
@@ -9329,7 +9593,7 @@ packages:
|
|
|
9329
9593
|
yallist: 4.0.0
|
|
9330
9594
|
dev: true
|
|
9331
9595
|
|
|
9332
|
-
/terser-webpack-plugin@3.1.0(webpack@5.
|
|
9596
|
+
/terser-webpack-plugin@3.1.0(webpack@5.91.0):
|
|
9333
9597
|
resolution:
|
|
9334
9598
|
{
|
|
9335
9599
|
integrity: sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA==,
|
|
@@ -9346,16 +9610,16 @@ packages:
|
|
|
9346
9610
|
serialize-javascript: 4.0.0
|
|
9347
9611
|
source-map: 0.6.1
|
|
9348
9612
|
terser: 4.8.1
|
|
9349
|
-
webpack: 5.
|
|
9613
|
+
webpack: 5.91.0
|
|
9350
9614
|
webpack-sources: 1.4.3
|
|
9351
9615
|
transitivePeerDependencies:
|
|
9352
9616
|
- bluebird
|
|
9353
9617
|
dev: true
|
|
9354
9618
|
|
|
9355
|
-
/terser-webpack-plugin@5.3.
|
|
9619
|
+
/terser-webpack-plugin@5.3.10(webpack@5.91.0):
|
|
9356
9620
|
resolution:
|
|
9357
9621
|
{
|
|
9358
|
-
integrity: sha512-
|
|
9622
|
+
integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==,
|
|
9359
9623
|
}
|
|
9360
9624
|
engines: { node: ">= 10.13.0" }
|
|
9361
9625
|
peerDependencies:
|
|
@@ -9371,12 +9635,12 @@ packages:
|
|
|
9371
9635
|
uglify-js:
|
|
9372
9636
|
optional: true
|
|
9373
9637
|
dependencies:
|
|
9374
|
-
"@jridgewell/trace-mapping": 0.3.
|
|
9638
|
+
"@jridgewell/trace-mapping": 0.3.25
|
|
9375
9639
|
jest-worker: 27.5.1
|
|
9376
|
-
schema-utils: 3.
|
|
9377
|
-
serialize-javascript: 6.0.
|
|
9378
|
-
terser: 5.
|
|
9379
|
-
webpack: 5.
|
|
9640
|
+
schema-utils: 3.3.0
|
|
9641
|
+
serialize-javascript: 6.0.2
|
|
9642
|
+
terser: 5.31.0
|
|
9643
|
+
webpack: 5.91.0
|
|
9380
9644
|
dev: true
|
|
9381
9645
|
|
|
9382
9646
|
/terser@4.8.1:
|
|
@@ -9393,16 +9657,16 @@ packages:
|
|
|
9393
9657
|
source-map-support: 0.5.21
|
|
9394
9658
|
dev: true
|
|
9395
9659
|
|
|
9396
|
-
/terser@5.
|
|
9660
|
+
/terser@5.31.0:
|
|
9397
9661
|
resolution:
|
|
9398
9662
|
{
|
|
9399
|
-
integrity: sha512
|
|
9663
|
+
integrity: sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==,
|
|
9400
9664
|
}
|
|
9401
9665
|
engines: { node: ">=10" }
|
|
9402
9666
|
hasBin: true
|
|
9403
9667
|
dependencies:
|
|
9404
|
-
"@jridgewell/source-map": 0.3.
|
|
9405
|
-
acorn: 8.
|
|
9668
|
+
"@jridgewell/source-map": 0.3.6
|
|
9669
|
+
acorn: 8.11.3
|
|
9406
9670
|
commander: 2.20.3
|
|
9407
9671
|
source-map-support: 0.5.21
|
|
9408
9672
|
dev: true
|
|
@@ -9578,7 +9842,7 @@ packages:
|
|
|
9578
9842
|
typescript: 4.9.4
|
|
9579
9843
|
dev: true
|
|
9580
9844
|
|
|
9581
|
-
/ts-node@10.9.1(@types/node@20.12.
|
|
9845
|
+
/ts-node@10.9.1(@types/node@20.12.13)(typescript@4.9.4):
|
|
9582
9846
|
resolution:
|
|
9583
9847
|
{
|
|
9584
9848
|
integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==,
|
|
@@ -9600,7 +9864,7 @@ packages:
|
|
|
9600
9864
|
"@tsconfig/node12": 1.0.11
|
|
9601
9865
|
"@tsconfig/node14": 1.0.3
|
|
9602
9866
|
"@tsconfig/node16": 1.0.3
|
|
9603
|
-
"@types/node": 20.12.
|
|
9867
|
+
"@types/node": 20.12.13
|
|
9604
9868
|
acorn: 8.8.1
|
|
9605
9869
|
acorn-walk: 8.2.0
|
|
9606
9870
|
arg: 4.1.3
|
|
@@ -9829,6 +10093,20 @@ packages:
|
|
|
9829
10093
|
picocolors: 1.0.0
|
|
9830
10094
|
dev: true
|
|
9831
10095
|
|
|
10096
|
+
/update-browserslist-db@1.0.16(browserslist@4.23.0):
|
|
10097
|
+
resolution:
|
|
10098
|
+
{
|
|
10099
|
+
integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==,
|
|
10100
|
+
}
|
|
10101
|
+
hasBin: true
|
|
10102
|
+
peerDependencies:
|
|
10103
|
+
browserslist: ">= 4.21.0"
|
|
10104
|
+
dependencies:
|
|
10105
|
+
browserslist: 4.23.0
|
|
10106
|
+
escalade: 3.1.2
|
|
10107
|
+
picocolors: 1.0.1
|
|
10108
|
+
dev: true
|
|
10109
|
+
|
|
9832
10110
|
/uri-js@4.4.1:
|
|
9833
10111
|
resolution:
|
|
9834
10112
|
{
|
|
@@ -9896,7 +10174,7 @@ packages:
|
|
|
9896
10174
|
extsprintf: 1.3.0
|
|
9897
10175
|
dev: true
|
|
9898
10176
|
|
|
9899
|
-
/vite-node@0.26.1(@types/node@20.12.
|
|
10177
|
+
/vite-node@0.26.1(@types/node@20.12.13)(less@4.1.3)(sass@1.57.0):
|
|
9900
10178
|
resolution:
|
|
9901
10179
|
{
|
|
9902
10180
|
integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==,
|
|
@@ -9909,7 +10187,7 @@ packages:
|
|
|
9909
10187
|
pathe: 0.2.0
|
|
9910
10188
|
source-map: 0.6.1
|
|
9911
10189
|
source-map-support: 0.5.21
|
|
9912
|
-
vite: 3.2.10(@types/node@20.12.
|
|
10190
|
+
vite: 3.2.10(@types/node@20.12.13)(less@4.1.3)(sass@1.57.0)
|
|
9913
10191
|
transitivePeerDependencies:
|
|
9914
10192
|
- "@types/node"
|
|
9915
10193
|
- less
|
|
@@ -9928,7 +10206,7 @@ packages:
|
|
|
9928
10206
|
peerDependencies:
|
|
9929
10207
|
vite: ">2.0.0-0"
|
|
9930
10208
|
dependencies:
|
|
9931
|
-
vite: 3.2.10(@types/node@20.12.
|
|
10209
|
+
vite: 3.2.10(@types/node@20.12.13)(less@4.1.3)(sass@1.57.0)
|
|
9932
10210
|
dev: true
|
|
9933
10211
|
|
|
9934
10212
|
/vite-svg-loader@4.0.0:
|
|
@@ -9941,7 +10219,7 @@ packages:
|
|
|
9941
10219
|
svgo: 3.0.2
|
|
9942
10220
|
dev: true
|
|
9943
10221
|
|
|
9944
|
-
/vite@3.2.10(@types/node@20.12.
|
|
10222
|
+
/vite@3.2.10(@types/node@20.12.13)(less@4.1.3)(sass@1.57.0):
|
|
9945
10223
|
resolution:
|
|
9946
10224
|
{
|
|
9947
10225
|
integrity: sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==,
|
|
@@ -9969,7 +10247,7 @@ packages:
|
|
|
9969
10247
|
terser:
|
|
9970
10248
|
optional: true
|
|
9971
10249
|
dependencies:
|
|
9972
|
-
"@types/node": 20.12.
|
|
10250
|
+
"@types/node": 20.12.13
|
|
9973
10251
|
esbuild: 0.15.18
|
|
9974
10252
|
less: 4.1.3
|
|
9975
10253
|
postcss: 8.4.31
|
|
@@ -9977,7 +10255,7 @@ packages:
|
|
|
9977
10255
|
rollup: 2.79.1
|
|
9978
10256
|
sass: 1.57.0
|
|
9979
10257
|
optionalDependencies:
|
|
9980
|
-
fsevents: 2.3.
|
|
10258
|
+
fsevents: 2.3.3
|
|
9981
10259
|
dev: true
|
|
9982
10260
|
|
|
9983
10261
|
/vitest@0.26.1(jsdom@20.0.3)(less@4.1.3)(sass@1.57.0):
|
|
@@ -10007,7 +10285,7 @@ packages:
|
|
|
10007
10285
|
dependencies:
|
|
10008
10286
|
"@types/chai": 4.3.4
|
|
10009
10287
|
"@types/chai-subset": 1.3.3
|
|
10010
|
-
"@types/node": 20.12.
|
|
10288
|
+
"@types/node": 20.12.13
|
|
10011
10289
|
acorn: 8.8.1
|
|
10012
10290
|
acorn-walk: 8.2.0
|
|
10013
10291
|
chai: 4.3.7
|
|
@@ -10019,8 +10297,8 @@ packages:
|
|
|
10019
10297
|
tinybench: 2.3.1
|
|
10020
10298
|
tinypool: 0.3.0
|
|
10021
10299
|
tinyspy: 1.0.2
|
|
10022
|
-
vite: 3.2.10(@types/node@20.12.
|
|
10023
|
-
vite-node: 0.26.1(@types/node@20.12.
|
|
10300
|
+
vite: 3.2.10(@types/node@20.12.13)(less@4.1.3)(sass@1.57.0)
|
|
10301
|
+
vite-node: 0.26.1(@types/node@20.12.13)(less@4.1.3)(sass@1.57.0)
|
|
10024
10302
|
transitivePeerDependencies:
|
|
10025
10303
|
- less
|
|
10026
10304
|
- sass
|
|
@@ -10103,15 +10381,15 @@ packages:
|
|
|
10103
10381
|
xml-name-validator: 4.0.0
|
|
10104
10382
|
dev: true
|
|
10105
10383
|
|
|
10106
|
-
/watchpack@2.4.
|
|
10384
|
+
/watchpack@2.4.1:
|
|
10107
10385
|
resolution:
|
|
10108
10386
|
{
|
|
10109
|
-
integrity: sha512-
|
|
10387
|
+
integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==,
|
|
10110
10388
|
}
|
|
10111
10389
|
engines: { node: ">=10.13.0" }
|
|
10112
10390
|
dependencies:
|
|
10113
10391
|
glob-to-regexp: 0.4.1
|
|
10114
|
-
graceful-fs: 4.2.
|
|
10392
|
+
graceful-fs: 4.2.11
|
|
10115
10393
|
dev: true
|
|
10116
10394
|
|
|
10117
10395
|
/webidl-conversions@7.0.0:
|
|
@@ -10140,10 +10418,10 @@ packages:
|
|
|
10140
10418
|
engines: { node: ">=10.13.0" }
|
|
10141
10419
|
dev: true
|
|
10142
10420
|
|
|
10143
|
-
/webpack@5.
|
|
10421
|
+
/webpack@5.91.0:
|
|
10144
10422
|
resolution:
|
|
10145
10423
|
{
|
|
10146
|
-
integrity: sha512-
|
|
10424
|
+
integrity: sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==,
|
|
10147
10425
|
}
|
|
10148
10426
|
engines: { node: ">=10.13.0" }
|
|
10149
10427
|
hasBin: true
|
|
@@ -10153,29 +10431,29 @@ packages:
|
|
|
10153
10431
|
webpack-cli:
|
|
10154
10432
|
optional: true
|
|
10155
10433
|
dependencies:
|
|
10156
|
-
"@types/eslint-scope": 3.7.
|
|
10157
|
-
"@types/estree": 1.0.
|
|
10158
|
-
"@webassemblyjs/ast": 1.
|
|
10159
|
-
"@webassemblyjs/wasm-edit": 1.
|
|
10160
|
-
"@webassemblyjs/wasm-parser": 1.
|
|
10161
|
-
acorn: 8.
|
|
10162
|
-
acorn-import-assertions: 1.9.0(acorn@8.
|
|
10163
|
-
browserslist: 4.
|
|
10164
|
-
chrome-trace-event: 1.0.
|
|
10165
|
-
enhanced-resolve: 5.
|
|
10166
|
-
es-module-lexer: 1.
|
|
10434
|
+
"@types/eslint-scope": 3.7.7
|
|
10435
|
+
"@types/estree": 1.0.5
|
|
10436
|
+
"@webassemblyjs/ast": 1.12.1
|
|
10437
|
+
"@webassemblyjs/wasm-edit": 1.12.1
|
|
10438
|
+
"@webassemblyjs/wasm-parser": 1.12.1
|
|
10439
|
+
acorn: 8.11.3
|
|
10440
|
+
acorn-import-assertions: 1.9.0(acorn@8.11.3)
|
|
10441
|
+
browserslist: 4.23.0
|
|
10442
|
+
chrome-trace-event: 1.0.4
|
|
10443
|
+
enhanced-resolve: 5.16.1
|
|
10444
|
+
es-module-lexer: 1.5.3
|
|
10167
10445
|
eslint-scope: 5.1.1
|
|
10168
10446
|
events: 3.3.0
|
|
10169
10447
|
glob-to-regexp: 0.4.1
|
|
10170
|
-
graceful-fs: 4.2.
|
|
10448
|
+
graceful-fs: 4.2.11
|
|
10171
10449
|
json-parse-even-better-errors: 2.3.1
|
|
10172
10450
|
loader-runner: 4.3.0
|
|
10173
10451
|
mime-types: 2.1.35
|
|
10174
10452
|
neo-async: 2.6.2
|
|
10175
|
-
schema-utils: 3.
|
|
10453
|
+
schema-utils: 3.3.0
|
|
10176
10454
|
tapable: 2.2.1
|
|
10177
|
-
terser-webpack-plugin: 5.3.
|
|
10178
|
-
watchpack: 2.4.
|
|
10455
|
+
terser-webpack-plugin: 5.3.10(webpack@5.91.0)
|
|
10456
|
+
watchpack: 2.4.1
|
|
10179
10457
|
webpack-sources: 3.2.3
|
|
10180
10458
|
transitivePeerDependencies:
|
|
10181
10459
|
- "@swc/core"
|