@wavemaker-ai/react-runtime 1.0.0-rc.330 → 1.0.0-rc.332
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/actions/notification-action.js +3 -3
- package/actions/toast.js +2 -1
- package/components/basic/message/index.js +1 -0
- package/components/basic/search/index.js +9 -11
- package/components/basic/search/providers.d.ts +1 -1
- package/components/basic/search/providers.js +6 -3
- package/components/container/layout-grid/index.js +1 -0
- package/components/container/linear-layout/index.js +0 -1
- package/components/data/form/base-form/hooks/useFormOperations.js +9 -15
- package/components/data/form/base-form/index.js +17 -14
- package/components/data/form/base-form/utils.js +5 -4
- package/components/data/form/form-action/index.d.ts +2 -2
- package/components/data/form/form-action/index.js +2 -2
- package/components/data/form/form-context.d.ts +12 -13
- package/components/data/form/form-context.js +4 -6
- package/components/data/form/form-controller/withFormController.js +4 -4
- package/components/data/form/form-field/index.js +6 -5
- package/components/data/list/components/ListItems.js +1 -3
- package/components/data/list/index.js +2 -2
- package/components/data/pagination/hooks/usePagination.js +2 -2
- package/components/data/table/components/TableBody.js +2 -1
- package/components/data/table/components/TableDataRow.js +1 -1
- package/components/data/table/hooks/useRowHandlers.js +2 -2
- package/components/data/table/hooks/useRowSelection.js +15 -10
- package/components/data/table/hooks/useTableColumns.js +5 -5
- package/components/data/table/index.js +2 -2
- package/components/data/table/props.d.ts +8 -8
- package/components/data/table/utils/buildSelectionColumns.js +30 -30
- package/components/data/table/utils/index.js +15 -1
- package/components/data/table/utils/selectionUtils.d.ts +2 -0
- package/components/data/table/utils/selectionUtils.js +23 -1
- package/components/dialogs/dialog-actions/index.js +11 -2
- package/components/input/epoch/date/index.js +2 -1
- package/components/input/epoch/date/utils.js +4 -2
- package/components/input/epoch/datetime/index.js +2 -2
- package/components/input/epoch/datetime/props.d.ts +2 -2
- package/components/input/epoch/time/utils.d.ts +1 -1
- package/components/input/epoch/time/utils.js +2 -2
- package/components/input/fileupload/useFileUpload.js +19 -24
- package/components/input/select/index.js +6 -3
- package/components/navigation/popover/index.d.ts +1 -1
- package/components/navigation/popover/index.js +1 -1
- package/components/navigation/popover/props.d.ts +1 -1
- package/core/proxy-service.d.ts +16 -1
- package/core/proxy-service.js +39 -12
- package/higherOrder/BaseDateTime.js +8 -1
- package/higherOrder/BasePage.js +7 -2
- package/higherOrder/withBaseWrapper.js +3 -4
- package/package-lock.json +176 -159
- package/package.json +3 -3
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker-ai/react-runtime",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.332",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker-ai/react-runtime",
|
|
9
|
-
"version": "1.0.0-rc.
|
|
9
|
+
"version": "1.0.0-rc.332",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@base-ui-components/react": "1.0.0-alpha.8",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@mui/x-date-pickers": "8.5.3",
|
|
29
29
|
"@reduxjs/toolkit": "2.9.1",
|
|
30
30
|
"@tanstack/react-table": "8.21.3",
|
|
31
|
-
"@wavemaker-ai/react-codegen": "1.0.0-rc.
|
|
32
|
-
"@wavemaker-ai/variables": "1.0.0-rc.
|
|
31
|
+
"@wavemaker-ai/react-codegen": "1.0.0-rc.332",
|
|
32
|
+
"@wavemaker-ai/variables": "1.0.0-rc.332",
|
|
33
33
|
"@wavemaker/nvd3": "1.8.16",
|
|
34
34
|
"axios": "1.15.1",
|
|
35
35
|
"d3": "7.8.5",
|
|
@@ -2920,6 +2920,22 @@
|
|
|
2920
2920
|
}
|
|
2921
2921
|
}
|
|
2922
2922
|
},
|
|
2923
|
+
"node_modules/@napi-rs/lzma-linux-x64-gnu": {
|
|
2924
|
+
"version": "1.5.1",
|
|
2925
|
+
"integrity": "sha512-oTXEIha4SsuXdTA4Iyskj0kpdx2yVXdhd75c2v3xGrHFfVMsbhTPZU/nMPL4sWKo4pBHm3aucLaqGlF696dTyQ==",
|
|
2926
|
+
"cpu": [
|
|
2927
|
+
"x64"
|
|
2928
|
+
],
|
|
2929
|
+
"dev": true,
|
|
2930
|
+
"license": "MIT",
|
|
2931
|
+
"optional": true,
|
|
2932
|
+
"os": [
|
|
2933
|
+
"linux"
|
|
2934
|
+
],
|
|
2935
|
+
"engines": {
|
|
2936
|
+
"node": "^22.20 || ^24.12 || >=25"
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2923
2939
|
"node_modules/@napi-rs/wasm-runtime": {
|
|
2924
2940
|
"version": "1.2.2",
|
|
2925
2941
|
"integrity": "sha512-JfB4kuJQjaoHuCTseIINHtHWeJnvgEcxjwA5t/Y00ZgaOO1Crz3fjT/p8kT28zA/Caz7oiUMn3d6H2yOVCVwuw==",
|
|
@@ -3212,8 +3228,8 @@
|
|
|
3212
3228
|
"license": "MIT"
|
|
3213
3229
|
},
|
|
3214
3230
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
3215
|
-
"version": "4.62.
|
|
3216
|
-
"integrity": "sha512-
|
|
3231
|
+
"version": "4.62.4",
|
|
3232
|
+
"integrity": "sha512-RrPokAb7dmbxFoeO3TloqHyOjgye8RkBhSqmp4aJMIex4c9r46ZstPnleDQOq1t46VOVjwIuwNogIqbodV1Vvg==",
|
|
3217
3233
|
"cpu": [
|
|
3218
3234
|
"arm"
|
|
3219
3235
|
],
|
|
@@ -3225,8 +3241,8 @@
|
|
|
3225
3241
|
]
|
|
3226
3242
|
},
|
|
3227
3243
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
3228
|
-
"version": "4.62.
|
|
3229
|
-
"integrity": "sha512-
|
|
3244
|
+
"version": "4.62.4",
|
|
3245
|
+
"integrity": "sha512-JKuJc+pnpks2pjy7L/N3v/cAkZxYlnmuZoD840ldbMI5KDbC4iO9NKwPKYdjYFCMAIIlBzYSFHxIJVYzRo2/8A==",
|
|
3230
3246
|
"cpu": [
|
|
3231
3247
|
"arm64"
|
|
3232
3248
|
],
|
|
@@ -3238,8 +3254,8 @@
|
|
|
3238
3254
|
]
|
|
3239
3255
|
},
|
|
3240
3256
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
3241
|
-
"version": "4.62.
|
|
3242
|
-
"integrity": "sha512-
|
|
3257
|
+
"version": "4.62.4",
|
|
3258
|
+
"integrity": "sha512-krw5uS2STmvJ02x0uTXHbqQNuz+9eZ1iw+qXk9dmW2gvV4jV7O2hEoOnuhFrpOPiel1mBFtqbxYZZtC46hXLOw==",
|
|
3243
3259
|
"cpu": [
|
|
3244
3260
|
"arm64"
|
|
3245
3261
|
],
|
|
@@ -3251,8 +3267,8 @@
|
|
|
3251
3267
|
]
|
|
3252
3268
|
},
|
|
3253
3269
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
3254
|
-
"version": "4.62.
|
|
3255
|
-
"integrity": "sha512-
|
|
3270
|
+
"version": "4.62.4",
|
|
3271
|
+
"integrity": "sha512-wsTxtgApb4PrOsNJIm0FZ1h3WvCC+k9uxLJ4ad75hgoS4NiRes2SoJFlDAyMwiUY8IssDqGcHbXuN0sx1tfF1A==",
|
|
3256
3272
|
"cpu": [
|
|
3257
3273
|
"x64"
|
|
3258
3274
|
],
|
|
@@ -3264,8 +3280,8 @@
|
|
|
3264
3280
|
]
|
|
3265
3281
|
},
|
|
3266
3282
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
3267
|
-
"version": "4.62.
|
|
3268
|
-
"integrity": "sha512-
|
|
3283
|
+
"version": "4.62.4",
|
|
3284
|
+
"integrity": "sha512-GUOnQlyZe3yAXhWOtOMsn5Qkrv5E5mZXa0thbARWi5Ei2szlVXJFQhddZ4HbAzh8q92w5twp+CQvs/eFanz9YQ==",
|
|
3269
3285
|
"cpu": [
|
|
3270
3286
|
"arm64"
|
|
3271
3287
|
],
|
|
@@ -3277,8 +3293,8 @@
|
|
|
3277
3293
|
]
|
|
3278
3294
|
},
|
|
3279
3295
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
3280
|
-
"version": "4.62.
|
|
3281
|
-
"integrity": "sha512
|
|
3296
|
+
"version": "4.62.4",
|
|
3297
|
+
"integrity": "sha512-/Y7f3QuxjzPKsjA/rfEDa3+0vXqyjmJ50Ln8dPpCmWkKTrUoWHG1cWhTqaAMLob2m2nESWuC7yGrREz019Ztqg==",
|
|
3282
3298
|
"cpu": [
|
|
3283
3299
|
"x64"
|
|
3284
3300
|
],
|
|
@@ -3290,8 +3306,8 @@
|
|
|
3290
3306
|
]
|
|
3291
3307
|
},
|
|
3292
3308
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
3293
|
-
"version": "4.62.
|
|
3294
|
-
"integrity": "sha512-
|
|
3309
|
+
"version": "4.62.4",
|
|
3310
|
+
"integrity": "sha512-81wiiX3v7aqy+T+bT61TJ78yJjRquqFFTTbAPt08imfQQzkPIW8t6aJbkTagtCCrXMNc9D66+geqlK7ydLPNqA==",
|
|
3295
3311
|
"cpu": [
|
|
3296
3312
|
"arm"
|
|
3297
3313
|
],
|
|
@@ -3303,8 +3319,8 @@
|
|
|
3303
3319
|
]
|
|
3304
3320
|
},
|
|
3305
3321
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
3306
|
-
"version": "4.62.
|
|
3307
|
-
"integrity": "sha512-
|
|
3322
|
+
"version": "4.62.4",
|
|
3323
|
+
"integrity": "sha512-9kmDIvNZqdoHOBZgNtpTBeLWYO/LVipM3H/j62P8848/l/VPEQL6N3uxU9pvP1oZAsXyC2MEnFP3ovRjo7WYNQ==",
|
|
3308
3324
|
"cpu": [
|
|
3309
3325
|
"arm"
|
|
3310
3326
|
],
|
|
@@ -3316,8 +3332,8 @@
|
|
|
3316
3332
|
]
|
|
3317
3333
|
},
|
|
3318
3334
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
3319
|
-
"version": "4.62.
|
|
3320
|
-
"integrity": "sha512-
|
|
3335
|
+
"version": "4.62.4",
|
|
3336
|
+
"integrity": "sha512-CcnXHWnXg69g+DX5VWL3FHts3qMRN2uVEHX+BZvGLdd07/gXkn3ePjYtO1LDJvxkGKVHMclKBRa1QUTH+6toYQ==",
|
|
3321
3337
|
"cpu": [
|
|
3322
3338
|
"arm64"
|
|
3323
3339
|
],
|
|
@@ -3329,8 +3345,8 @@
|
|
|
3329
3345
|
]
|
|
3330
3346
|
},
|
|
3331
3347
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
3332
|
-
"version": "4.62.
|
|
3333
|
-
"integrity": "sha512-
|
|
3348
|
+
"version": "4.62.4",
|
|
3349
|
+
"integrity": "sha512-iFOibiHnTRuhrWLlRsOQFdZJJIa7S8OwkneJr4ocALP16u5yk6lWLINFwhHaEqBFMsKDUZofLkGos7+CPzGB3g==",
|
|
3334
3350
|
"cpu": [
|
|
3335
3351
|
"arm64"
|
|
3336
3352
|
],
|
|
@@ -3342,8 +3358,8 @@
|
|
|
3342
3358
|
]
|
|
3343
3359
|
},
|
|
3344
3360
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
3345
|
-
"version": "4.62.
|
|
3346
|
-
"integrity": "sha512-
|
|
3361
|
+
"version": "4.62.4",
|
|
3362
|
+
"integrity": "sha512-XnWYMI7euHlb5a871xPja+Gm7DRCFU+FGRrtS2sMq9N8FvqtpagUy6gD4YOemC5MRk9xbh8+jYMEJbigFQwsgA==",
|
|
3347
3363
|
"cpu": [
|
|
3348
3364
|
"loong64"
|
|
3349
3365
|
],
|
|
@@ -3355,8 +3371,8 @@
|
|
|
3355
3371
|
]
|
|
3356
3372
|
},
|
|
3357
3373
|
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
3358
|
-
"version": "4.62.
|
|
3359
|
-
"integrity": "sha512-
|
|
3374
|
+
"version": "4.62.4",
|
|
3375
|
+
"integrity": "sha512-qGDAlO0U8xedCcsdRm9oaoQY8DAx/QT7uIxJWhCdx0ceIWX783UC9QSYkdpzAe29wNiVfp24+bZdQmn49o45SQ==",
|
|
3360
3376
|
"cpu": [
|
|
3361
3377
|
"loong64"
|
|
3362
3378
|
],
|
|
@@ -3368,8 +3384,8 @@
|
|
|
3368
3384
|
]
|
|
3369
3385
|
},
|
|
3370
3386
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
3371
|
-
"version": "4.62.
|
|
3372
|
-
"integrity": "sha512-
|
|
3387
|
+
"version": "4.62.4",
|
|
3388
|
+
"integrity": "sha512-ru4H6ezD7ysA5EiEK6qkkaEb4modH8CTej6kUy/gQi20u3kB3G7Zn8snXXkeJSCOFKG/rbPPtM/+9Wgas1961w==",
|
|
3373
3389
|
"cpu": [
|
|
3374
3390
|
"ppc64"
|
|
3375
3391
|
],
|
|
@@ -3381,8 +3397,8 @@
|
|
|
3381
3397
|
]
|
|
3382
3398
|
},
|
|
3383
3399
|
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
3384
|
-
"version": "4.62.
|
|
3385
|
-
"integrity": "sha512-
|
|
3400
|
+
"version": "4.62.4",
|
|
3401
|
+
"integrity": "sha512-2W4MO5WQVJnbJaZdvDb9rhBDuFU1nKIepPFpJUBsTh2k1YY2g+ODViaWuyOAjQ5cOP7NvrvLzt3wvHOoiAvc7w==",
|
|
3386
3402
|
"cpu": [
|
|
3387
3403
|
"ppc64"
|
|
3388
3404
|
],
|
|
@@ -3394,8 +3410,8 @@
|
|
|
3394
3410
|
]
|
|
3395
3411
|
},
|
|
3396
3412
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
3397
|
-
"version": "4.62.
|
|
3398
|
-
"integrity": "sha512
|
|
3413
|
+
"version": "4.62.4",
|
|
3414
|
+
"integrity": "sha512-+fxjfuoAmVMCYV5QyjoIpu0cp5DOiOTeqYFk1AVaxGr+/ravWLX89XfQmptsoWcaVy/TGf2hexzbUOrCQIL1CQ==",
|
|
3399
3415
|
"cpu": [
|
|
3400
3416
|
"riscv64"
|
|
3401
3417
|
],
|
|
@@ -3407,8 +3423,8 @@
|
|
|
3407
3423
|
]
|
|
3408
3424
|
},
|
|
3409
3425
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
3410
|
-
"version": "4.62.
|
|
3411
|
-
"integrity": "sha512-
|
|
3426
|
+
"version": "4.62.4",
|
|
3427
|
+
"integrity": "sha512-jTn8JfHGL4djjFxPuM06LmNUJDsst2jeVlsd9OmIH6zc5sC9K6rIuO4YajXatLUpBmBKl6b35ro1QZocLi+tcA==",
|
|
3412
3428
|
"cpu": [
|
|
3413
3429
|
"riscv64"
|
|
3414
3430
|
],
|
|
@@ -3420,8 +3436,8 @@
|
|
|
3420
3436
|
]
|
|
3421
3437
|
},
|
|
3422
3438
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
3423
|
-
"version": "4.62.
|
|
3424
|
-
"integrity": "sha512-
|
|
3439
|
+
"version": "4.62.4",
|
|
3440
|
+
"integrity": "sha512-oCJCJL4pXsoDcP2QZ+JVlPTIRc6266zsIaeJJsWImmF7HO0W8nb6HuSgZlMWxJwaPf8ehbSw8yo0EUw925hKsA==",
|
|
3425
3441
|
"cpu": [
|
|
3426
3442
|
"s390x"
|
|
3427
3443
|
],
|
|
@@ -3433,8 +3449,8 @@
|
|
|
3433
3449
|
]
|
|
3434
3450
|
},
|
|
3435
3451
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
3436
|
-
"version": "4.62.
|
|
3437
|
-
"integrity": "sha512-
|
|
3452
|
+
"version": "4.62.4",
|
|
3453
|
+
"integrity": "sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==",
|
|
3438
3454
|
"cpu": [
|
|
3439
3455
|
"x64"
|
|
3440
3456
|
],
|
|
@@ -3446,8 +3462,8 @@
|
|
|
3446
3462
|
]
|
|
3447
3463
|
},
|
|
3448
3464
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
3449
|
-
"version": "4.62.
|
|
3450
|
-
"integrity": "sha512-
|
|
3465
|
+
"version": "4.62.4",
|
|
3466
|
+
"integrity": "sha512-qiXbGG2jkjXhzXpsFZSR2Xpb8DN/UaxYsbb/STbuR/6fpaDgRmmaq1B/LmtF2wQFOFOSsK2jdE0RZ3a0zHn4QA==",
|
|
3451
3467
|
"cpu": [
|
|
3452
3468
|
"x64"
|
|
3453
3469
|
],
|
|
@@ -3459,8 +3475,8 @@
|
|
|
3459
3475
|
]
|
|
3460
3476
|
},
|
|
3461
3477
|
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
3462
|
-
"version": "4.62.
|
|
3463
|
-
"integrity": "sha512-
|
|
3478
|
+
"version": "4.62.4",
|
|
3479
|
+
"integrity": "sha512-nWeM//hxv8mIo6jD7Hu4o48DVmV9pbV6gsKaWU+4NFyqHoPKwrkRiZGLKUhOBk8qNmDmpwFtPKg80Bo/Tn4xiQ==",
|
|
3464
3480
|
"cpu": [
|
|
3465
3481
|
"x64"
|
|
3466
3482
|
],
|
|
@@ -3472,8 +3488,8 @@
|
|
|
3472
3488
|
]
|
|
3473
3489
|
},
|
|
3474
3490
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
3475
|
-
"version": "4.62.
|
|
3476
|
-
"integrity": "sha512
|
|
3491
|
+
"version": "4.62.4",
|
|
3492
|
+
"integrity": "sha512-s62SQ/vgsRSvMwDkOEfTqfgASF0f26ZNaQuTA6Aok5lrikf89yI2W0gFHvZb2Jpgc6N8JnOKZgCK2iciO3CsxQ==",
|
|
3477
3493
|
"cpu": [
|
|
3478
3494
|
"arm64"
|
|
3479
3495
|
],
|
|
@@ -3485,8 +3501,8 @@
|
|
|
3485
3501
|
]
|
|
3486
3502
|
},
|
|
3487
3503
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
3488
|
-
"version": "4.62.
|
|
3489
|
-
"integrity": "sha512-
|
|
3504
|
+
"version": "4.62.4",
|
|
3505
|
+
"integrity": "sha512-J6wGf8TVGbXJq+HH+ttTvrcfNKPbuZecV6KT1B8I18BC5IURUh5kl4Yl5OEP5eFIUoI5BWxCsyYMhFsDx8kekw==",
|
|
3490
3506
|
"cpu": [
|
|
3491
3507
|
"arm64"
|
|
3492
3508
|
],
|
|
@@ -3498,8 +3514,8 @@
|
|
|
3498
3514
|
]
|
|
3499
3515
|
},
|
|
3500
3516
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
3501
|
-
"version": "4.62.
|
|
3502
|
-
"integrity": "sha512-
|
|
3517
|
+
"version": "4.62.4",
|
|
3518
|
+
"integrity": "sha512-zmfrQd/0wu6oJs8Vq8KwY/YtsKSsLtKe/HwAP4Wqy8LhWjeT55fHRAkOhYQ12wI3ayS4Tt12d5CDRD7N96SAYQ==",
|
|
3503
3519
|
"cpu": [
|
|
3504
3520
|
"ia32"
|
|
3505
3521
|
],
|
|
@@ -3511,8 +3527,8 @@
|
|
|
3511
3527
|
]
|
|
3512
3528
|
},
|
|
3513
3529
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
3514
|
-
"version": "4.62.
|
|
3515
|
-
"integrity": "sha512-
|
|
3530
|
+
"version": "4.62.4",
|
|
3531
|
+
"integrity": "sha512-qPzHqdj9rfUD+w79dtE07zi/kFwKyCJqplp5K5ygeLTp7jLpAoc16OAH39HSmRC9UpozaecsleI8uAdEj6v2yw==",
|
|
3516
3532
|
"cpu": [
|
|
3517
3533
|
"x64"
|
|
3518
3534
|
],
|
|
@@ -3524,8 +3540,8 @@
|
|
|
3524
3540
|
]
|
|
3525
3541
|
},
|
|
3526
3542
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
3527
|
-
"version": "4.62.
|
|
3528
|
-
"integrity": "sha512-
|
|
3543
|
+
"version": "4.62.4",
|
|
3544
|
+
"integrity": "sha512-zD6NdeWEByGE9QF9vCrlJ5YQB4oq9q91kPZS37Jwj5hOkvR1lTBSpsKhKDw4IJtbQ35LsTS1HD9DZYGKIshU1Q==",
|
|
3529
3545
|
"cpu": [
|
|
3530
3546
|
"x64"
|
|
3531
3547
|
],
|
|
@@ -3914,8 +3930,8 @@
|
|
|
3914
3930
|
"license": "MIT"
|
|
3915
3931
|
},
|
|
3916
3932
|
"node_modules/@types/d3-geo": {
|
|
3917
|
-
"version": "3.1.
|
|
3918
|
-
"integrity": "sha512-
|
|
3933
|
+
"version": "3.1.1",
|
|
3934
|
+
"integrity": "sha512-65Emv9fQiQQqphLlRkuQ5ypPsOmWPhtBGCMv61JDPEPMvsx+gzhGf74yw1a78xFKPj6zw4AgQICJoQv0vK9M2w==",
|
|
3919
3935
|
"dev": true,
|
|
3920
3936
|
"license": "MIT",
|
|
3921
3937
|
"dependencies": {
|
|
@@ -4145,8 +4161,8 @@
|
|
|
4145
4161
|
"license": "MIT"
|
|
4146
4162
|
},
|
|
4147
4163
|
"node_modules/@types/lodash": {
|
|
4148
|
-
"version": "4.17.
|
|
4149
|
-
"integrity": "sha512
|
|
4164
|
+
"version": "4.17.25",
|
|
4165
|
+
"integrity": "sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==",
|
|
4150
4166
|
"dev": true,
|
|
4151
4167
|
"license": "MIT"
|
|
4152
4168
|
},
|
|
@@ -4263,16 +4279,16 @@
|
|
|
4263
4279
|
"license": "MIT"
|
|
4264
4280
|
},
|
|
4265
4281
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
4266
|
-
"version": "8.
|
|
4267
|
-
"integrity": "sha512-
|
|
4282
|
+
"version": "8.66.0",
|
|
4283
|
+
"integrity": "sha512-p088eaGrzYz1s+7cov0aMOCkNGTJlVxF4jgubf28c8L0Cv9Rloj8YBHnv4hXLq6IIEE1AsjNWavO+k+8kP2Y0A==",
|
|
4268
4284
|
"dev": true,
|
|
4269
4285
|
"license": "MIT",
|
|
4270
4286
|
"dependencies": {
|
|
4271
4287
|
"@eslint-community/regexpp": "^4.12.2",
|
|
4272
|
-
"@typescript-eslint/scope-manager": "8.
|
|
4273
|
-
"@typescript-eslint/type-utils": "8.
|
|
4274
|
-
"@typescript-eslint/utils": "8.
|
|
4275
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4288
|
+
"@typescript-eslint/scope-manager": "8.66.0",
|
|
4289
|
+
"@typescript-eslint/type-utils": "8.66.0",
|
|
4290
|
+
"@typescript-eslint/utils": "8.66.0",
|
|
4291
|
+
"@typescript-eslint/visitor-keys": "8.66.0",
|
|
4276
4292
|
"ignore": "^7.0.5",
|
|
4277
4293
|
"natural-compare": "^1.4.0",
|
|
4278
4294
|
"ts-api-utils": "^2.5.0"
|
|
@@ -4285,7 +4301,7 @@
|
|
|
4285
4301
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4286
4302
|
},
|
|
4287
4303
|
"peerDependencies": {
|
|
4288
|
-
"@typescript-eslint/parser": "^8.
|
|
4304
|
+
"@typescript-eslint/parser": "^8.66.0",
|
|
4289
4305
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
4290
4306
|
"typescript": ">=4.8.4 <6.1.0"
|
|
4291
4307
|
}
|
|
@@ -4300,15 +4316,15 @@
|
|
|
4300
4316
|
}
|
|
4301
4317
|
},
|
|
4302
4318
|
"node_modules/@typescript-eslint/parser": {
|
|
4303
|
-
"version": "8.
|
|
4304
|
-
"integrity": "sha512-
|
|
4319
|
+
"version": "8.66.0",
|
|
4320
|
+
"integrity": "sha512-X6ypGChaWYk6PBtUg2BwuTZEFFcHJAtGTVJ9/lCTOufhZ4i9fNolQNnktq+kkMCwMj7V8Svsq7+TxSDslmhE0g==",
|
|
4305
4321
|
"dev": true,
|
|
4306
4322
|
"license": "MIT",
|
|
4307
4323
|
"dependencies": {
|
|
4308
|
-
"@typescript-eslint/scope-manager": "8.
|
|
4309
|
-
"@typescript-eslint/types": "8.
|
|
4310
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
4311
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4324
|
+
"@typescript-eslint/scope-manager": "8.66.0",
|
|
4325
|
+
"@typescript-eslint/types": "8.66.0",
|
|
4326
|
+
"@typescript-eslint/typescript-estree": "8.66.0",
|
|
4327
|
+
"@typescript-eslint/visitor-keys": "8.66.0",
|
|
4312
4328
|
"debug": "^4.4.3"
|
|
4313
4329
|
},
|
|
4314
4330
|
"engines": {
|
|
@@ -4324,13 +4340,13 @@
|
|
|
4324
4340
|
}
|
|
4325
4341
|
},
|
|
4326
4342
|
"node_modules/@typescript-eslint/project-service": {
|
|
4327
|
-
"version": "8.
|
|
4328
|
-
"integrity": "sha512-
|
|
4343
|
+
"version": "8.66.0",
|
|
4344
|
+
"integrity": "sha512-7MthGPTt4BP69lSryqpqq8HQqxuzynssckL/jyDyk3+TNMQ3y2jFWkptCrktWvBrP+EH787Nl5N5Qpw7WZg+5g==",
|
|
4329
4345
|
"dev": true,
|
|
4330
4346
|
"license": "MIT",
|
|
4331
4347
|
"dependencies": {
|
|
4332
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
4333
|
-
"@typescript-eslint/types": "^8.
|
|
4348
|
+
"@typescript-eslint/tsconfig-utils": "^8.66.0",
|
|
4349
|
+
"@typescript-eslint/types": "^8.66.0",
|
|
4334
4350
|
"debug": "^4.4.3"
|
|
4335
4351
|
},
|
|
4336
4352
|
"engines": {
|
|
@@ -4345,13 +4361,13 @@
|
|
|
4345
4361
|
}
|
|
4346
4362
|
},
|
|
4347
4363
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
4348
|
-
"version": "8.
|
|
4349
|
-
"integrity": "sha512-
|
|
4364
|
+
"version": "8.66.0",
|
|
4365
|
+
"integrity": "sha512-8TGcH25j9zqJ/IULB/ppyhRvxA8QYfFEZ7nfbg6/BN9spDgb8fPWQXlE5l8TWBL50EtUx007uZ1o9VOwrq2/9g==",
|
|
4350
4366
|
"dev": true,
|
|
4351
4367
|
"license": "MIT",
|
|
4352
4368
|
"dependencies": {
|
|
4353
|
-
"@typescript-eslint/types": "8.
|
|
4354
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4369
|
+
"@typescript-eslint/types": "8.66.0",
|
|
4370
|
+
"@typescript-eslint/visitor-keys": "8.66.0"
|
|
4355
4371
|
},
|
|
4356
4372
|
"engines": {
|
|
4357
4373
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4362,8 +4378,8 @@
|
|
|
4362
4378
|
}
|
|
4363
4379
|
},
|
|
4364
4380
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
4365
|
-
"version": "8.
|
|
4366
|
-
"integrity": "sha512-
|
|
4381
|
+
"version": "8.66.0",
|
|
4382
|
+
"integrity": "sha512-9D5gLYZG4rOjcoag8MQ/fWI8WqA9wcPDyOGyWtWFhvM1lHRbliqUSPIY5J3zqCU1tvSwzXxnnjhQhz5Ne7mJ4g==",
|
|
4367
4383
|
"dev": true,
|
|
4368
4384
|
"license": "MIT",
|
|
4369
4385
|
"engines": {
|
|
@@ -4378,14 +4394,14 @@
|
|
|
4378
4394
|
}
|
|
4379
4395
|
},
|
|
4380
4396
|
"node_modules/@typescript-eslint/type-utils": {
|
|
4381
|
-
"version": "8.
|
|
4382
|
-
"integrity": "sha512-
|
|
4397
|
+
"version": "8.66.0",
|
|
4398
|
+
"integrity": "sha512-LG2dWfjZQQp0ADtAu/EWJVayefGL2UEZ3CDeI44D9v3rXB/WYUqE/jpO28KrEKul5AySrmI+Zh1v6v+xW2U9+g==",
|
|
4383
4399
|
"dev": true,
|
|
4384
4400
|
"license": "MIT",
|
|
4385
4401
|
"dependencies": {
|
|
4386
|
-
"@typescript-eslint/types": "8.
|
|
4387
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
4388
|
-
"@typescript-eslint/utils": "8.
|
|
4402
|
+
"@typescript-eslint/types": "8.66.0",
|
|
4403
|
+
"@typescript-eslint/typescript-estree": "8.66.0",
|
|
4404
|
+
"@typescript-eslint/utils": "8.66.0",
|
|
4389
4405
|
"debug": "^4.4.3",
|
|
4390
4406
|
"ts-api-utils": "^2.5.0"
|
|
4391
4407
|
},
|
|
@@ -4402,8 +4418,8 @@
|
|
|
4402
4418
|
}
|
|
4403
4419
|
},
|
|
4404
4420
|
"node_modules/@typescript-eslint/types": {
|
|
4405
|
-
"version": "8.
|
|
4406
|
-
"integrity": "sha512-
|
|
4421
|
+
"version": "8.66.0",
|
|
4422
|
+
"integrity": "sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==",
|
|
4407
4423
|
"dev": true,
|
|
4408
4424
|
"license": "MIT",
|
|
4409
4425
|
"engines": {
|
|
@@ -4415,15 +4431,15 @@
|
|
|
4415
4431
|
}
|
|
4416
4432
|
},
|
|
4417
4433
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
4418
|
-
"version": "8.
|
|
4419
|
-
"integrity": "sha512-
|
|
4434
|
+
"version": "8.66.0",
|
|
4435
|
+
"integrity": "sha512-8/x4INiiQb10jGgXYD7116/zQ+OL84ZIFn0za68wwFHCanT/VLbBEroWht8RV8fn0/ZCAoazHLQgwUC0UQcDfg==",
|
|
4420
4436
|
"dev": true,
|
|
4421
4437
|
"license": "MIT",
|
|
4422
4438
|
"dependencies": {
|
|
4423
|
-
"@typescript-eslint/project-service": "8.
|
|
4424
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
4425
|
-
"@typescript-eslint/types": "8.
|
|
4426
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4439
|
+
"@typescript-eslint/project-service": "8.66.0",
|
|
4440
|
+
"@typescript-eslint/tsconfig-utils": "8.66.0",
|
|
4441
|
+
"@typescript-eslint/types": "8.66.0",
|
|
4442
|
+
"@typescript-eslint/visitor-keys": "8.66.0",
|
|
4427
4443
|
"debug": "^4.4.3",
|
|
4428
4444
|
"minimatch": "^10.2.2",
|
|
4429
4445
|
"semver": "^7.7.3",
|
|
@@ -4490,15 +4506,15 @@
|
|
|
4490
4506
|
}
|
|
4491
4507
|
},
|
|
4492
4508
|
"node_modules/@typescript-eslint/utils": {
|
|
4493
|
-
"version": "8.
|
|
4494
|
-
"integrity": "sha512-
|
|
4509
|
+
"version": "8.66.0",
|
|
4510
|
+
"integrity": "sha512-jasearZPolBw5NJNYGMwxzHMF83niVWmMU1VdHzG1CyfI2VS7f7nZltnKtHcg20hW+7Uo5GfK4MeDPoU3qI8EA==",
|
|
4495
4511
|
"dev": true,
|
|
4496
4512
|
"license": "MIT",
|
|
4497
4513
|
"dependencies": {
|
|
4498
4514
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
4499
|
-
"@typescript-eslint/scope-manager": "8.
|
|
4500
|
-
"@typescript-eslint/types": "8.
|
|
4501
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
4515
|
+
"@typescript-eslint/scope-manager": "8.66.0",
|
|
4516
|
+
"@typescript-eslint/types": "8.66.0",
|
|
4517
|
+
"@typescript-eslint/typescript-estree": "8.66.0"
|
|
4502
4518
|
},
|
|
4503
4519
|
"engines": {
|
|
4504
4520
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4513,12 +4529,12 @@
|
|
|
4513
4529
|
}
|
|
4514
4530
|
},
|
|
4515
4531
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
4516
|
-
"version": "8.
|
|
4517
|
-
"integrity": "sha512-
|
|
4532
|
+
"version": "8.66.0",
|
|
4533
|
+
"integrity": "sha512-dkKR8q+lKciskj1Y3vthHktl+3cMLWGyVUP23bRiPZ5O9BRT++4EqDDV+TVeIKBL1VXVEqrJlz8MYbcnvJcAlg==",
|
|
4518
4534
|
"dev": true,
|
|
4519
4535
|
"license": "MIT",
|
|
4520
4536
|
"dependencies": {
|
|
4521
|
-
"@typescript-eslint/types": "8.
|
|
4537
|
+
"@typescript-eslint/types": "8.66.0",
|
|
4522
4538
|
"eslint-visitor-keys": "^5.0.0"
|
|
4523
4539
|
},
|
|
4524
4540
|
"engines": {
|
|
@@ -5028,8 +5044,8 @@
|
|
|
5028
5044
|
}
|
|
5029
5045
|
},
|
|
5030
5046
|
"node_modules/@wavemaker-ai/react-codegen": {
|
|
5031
|
-
"version": "1.0.0-rc.
|
|
5032
|
-
"integrity": "sha512-
|
|
5047
|
+
"version": "1.0.0-rc.332",
|
|
5048
|
+
"integrity": "sha512-fpwwo7tP4fVCFCPApig70YCwPZMGc0cp1GyjJmJqR5YvrxL8o7XEGOlldkMExbEVDqNafyBZf9X/PUASeIFJhg==",
|
|
5033
5049
|
"license": "ISC",
|
|
5034
5050
|
"dependencies": {
|
|
5035
5051
|
"@angular/compiler": "12.2.1",
|
|
@@ -5276,8 +5292,8 @@
|
|
|
5276
5292
|
}
|
|
5277
5293
|
},
|
|
5278
5294
|
"node_modules/@wavemaker-ai/variables": {
|
|
5279
|
-
"version": "1.0.0-rc.
|
|
5280
|
-
"integrity": "sha512
|
|
5295
|
+
"version": "1.0.0-rc.332",
|
|
5296
|
+
"integrity": "sha512-/HKq1SGH4fV/dC2Zep2TJcDt+tMuvGtkQQlUTVAC0rCR1AqT5WGJWUZQEZpU4U8wFHAMGbGcF7cexjF3bmDwaQ==",
|
|
5281
5297
|
"license": "ISC",
|
|
5282
5298
|
"dependencies": {
|
|
5283
5299
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -5761,8 +5777,8 @@
|
|
|
5761
5777
|
}
|
|
5762
5778
|
},
|
|
5763
5779
|
"node_modules/bare-fs": {
|
|
5764
|
-
"version": "4.
|
|
5765
|
-
"integrity": "sha512-
|
|
5780
|
+
"version": "4.8.0",
|
|
5781
|
+
"integrity": "sha512-fM+MhCvdQhZ7NV6S95a07gPSqjIYKn6mFaXfx266wN3ajZGl/+1AzH+ubkXQ0fFZvOe2nk9VHkzdYkQE5zMV3Q==",
|
|
5766
5782
|
"license": "Apache-2.0",
|
|
5767
5783
|
"dependencies": {
|
|
5768
5784
|
"bare-events": "^2.5.4",
|
|
@@ -5772,7 +5788,7 @@
|
|
|
5772
5788
|
"fast-fifo": "^1.3.2"
|
|
5773
5789
|
},
|
|
5774
5790
|
"engines": {
|
|
5775
|
-
"bare": ">=1.
|
|
5791
|
+
"bare": ">=1.28.0"
|
|
5776
5792
|
},
|
|
5777
5793
|
"peerDependencies": {
|
|
5778
5794
|
"bare-buffer": "*"
|
|
@@ -5815,8 +5831,8 @@
|
|
|
5815
5831
|
}
|
|
5816
5832
|
},
|
|
5817
5833
|
"node_modules/bare-url": {
|
|
5818
|
-
"version": "2.
|
|
5819
|
-
"integrity": "sha512-
|
|
5834
|
+
"version": "2.5.1",
|
|
5835
|
+
"integrity": "sha512-cD5ciQuKlx+eumTCfqbfiL+fhQm+dHbVNB/cX4+d+I/nx4JsVop9VoFEPAs5RJ6I84QR6bZIBjpd2kjDOYeWcg==",
|
|
5820
5836
|
"license": "Apache-2.0",
|
|
5821
5837
|
"dependencies": {
|
|
5822
5838
|
"bare-path": "^3.0.0"
|
|
@@ -5842,8 +5858,8 @@
|
|
|
5842
5858
|
"license": "MIT"
|
|
5843
5859
|
},
|
|
5844
5860
|
"node_modules/baseline-browser-mapping": {
|
|
5845
|
-
"version": "2.11.
|
|
5846
|
-
"integrity": "sha512-
|
|
5861
|
+
"version": "2.11.12",
|
|
5862
|
+
"integrity": "sha512-r7WnVImvVCeFpf2DOXfy41aPWzeNg3H/A2X4dKmy1QL0MSyyk/e7z8ihJ3N6Nn2PsdhkVlqnEfnUE4a05P2aTA==",
|
|
5847
5863
|
"license": "Apache-2.0",
|
|
5848
5864
|
"bin": {
|
|
5849
5865
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -6014,8 +6030,8 @@
|
|
|
6014
6030
|
}
|
|
6015
6031
|
},
|
|
6016
6032
|
"node_modules/caniuse-lite": {
|
|
6017
|
-
"version": "1.0.
|
|
6018
|
-
"integrity": "sha512-
|
|
6033
|
+
"version": "1.0.30001809",
|
|
6034
|
+
"integrity": "sha512-xxWVywk6a6Arlk+hymeycyn/VgqEfLDxupvhH/xiY5SJ/18kmi9o6MiO320DCUzypORHLtvh0I4i04tUhCNHNQ==",
|
|
6019
6035
|
"funding": [
|
|
6020
6036
|
{
|
|
6021
6037
|
"type": "opencollective",
|
|
@@ -7094,8 +7110,8 @@
|
|
|
7094
7110
|
"license": "MIT"
|
|
7095
7111
|
},
|
|
7096
7112
|
"node_modules/electron-to-chromium": {
|
|
7097
|
-
"version": "1.5.
|
|
7098
|
-
"integrity": "sha512
|
|
7113
|
+
"version": "1.5.402",
|
|
7114
|
+
"integrity": "sha512-/oOpMaPT6Yg+6/1XQhyIPlzgj7Ye9zf+nNM2Uh6OcE2G2oNptWazFa+qB2Pdqqbsc9KnIDzgAntoYN0dbwOXwA==",
|
|
7099
7115
|
"dev": true,
|
|
7100
7116
|
"license": "ISC"
|
|
7101
7117
|
},
|
|
@@ -8328,8 +8344,8 @@
|
|
|
8328
8344
|
}
|
|
8329
8345
|
},
|
|
8330
8346
|
"node_modules/get-tsconfig": {
|
|
8331
|
-
"version": "4.14.
|
|
8332
|
-
"integrity": "sha512-
|
|
8347
|
+
"version": "4.14.1",
|
|
8348
|
+
"integrity": "sha512-Dz/6HxkrxgNehhxLVeyv8sad9UzF2xBVeaKBQNDfJ5XiSXmp2gTR0eO0RWiT2NCKS5aGP9jjkOMggTN90qU50A==",
|
|
8333
8349
|
"dev": true,
|
|
8334
8350
|
"license": "MIT",
|
|
8335
8351
|
"dependencies": {
|
|
@@ -9617,8 +9633,8 @@
|
|
|
9617
9633
|
}
|
|
9618
9634
|
},
|
|
9619
9635
|
"node_modules/jodit": {
|
|
9620
|
-
"version": "4.13.
|
|
9621
|
-
"integrity": "sha512-
|
|
9636
|
+
"version": "4.13.16",
|
|
9637
|
+
"integrity": "sha512-6FrgYid0UdIXtWpq0aG1i4a9qBPFovKcDeL6KEL9pj8xeYtPpPDEuiyj0/Ggd0Nkxjw/UmW2L1yoyawh8C1N/A==",
|
|
9622
9638
|
"license": "MIT",
|
|
9623
9639
|
"funding": {
|
|
9624
9640
|
"type": "commercial",
|
|
@@ -9651,8 +9667,8 @@
|
|
|
9651
9667
|
"license": "MIT"
|
|
9652
9668
|
},
|
|
9653
9669
|
"node_modules/js-yaml": {
|
|
9654
|
-
"version": "4.3.
|
|
9655
|
-
"integrity": "sha512-
|
|
9670
|
+
"version": "4.3.1",
|
|
9671
|
+
"integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
|
|
9656
9672
|
"dev": true,
|
|
9657
9673
|
"funding": [
|
|
9658
9674
|
{
|
|
@@ -10500,8 +10516,8 @@
|
|
|
10500
10516
|
}
|
|
10501
10517
|
},
|
|
10502
10518
|
"node_modules/nanoid": {
|
|
10503
|
-
"version": "3.3.
|
|
10504
|
-
"integrity": "sha512-
|
|
10519
|
+
"version": "3.3.18",
|
|
10520
|
+
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
|
10505
10521
|
"funding": [
|
|
10506
10522
|
{
|
|
10507
10523
|
"type": "github",
|
|
@@ -10630,8 +10646,8 @@
|
|
|
10630
10646
|
}
|
|
10631
10647
|
},
|
|
10632
10648
|
"node_modules/node-releases": {
|
|
10633
|
-
"version": "2.0.
|
|
10634
|
-
"integrity": "sha512-
|
|
10649
|
+
"version": "2.0.53",
|
|
10650
|
+
"integrity": "sha512-D9UOmYG3UH1V+ENW56t5QXBwJw1YEY18ruVeus89Rw+SyIgjPkCO84bRzO3uNIYosJbNwiabWVn48o3uJLjxFQ==",
|
|
10635
10651
|
"dev": true,
|
|
10636
10652
|
"license": "MIT",
|
|
10637
10653
|
"engines": {
|
|
@@ -11701,8 +11717,8 @@
|
|
|
11701
11717
|
"license": "Unlicense"
|
|
11702
11718
|
},
|
|
11703
11719
|
"node_modules/rollup": {
|
|
11704
|
-
"version": "4.62.
|
|
11705
|
-
"integrity": "sha512-
|
|
11720
|
+
"version": "4.62.4",
|
|
11721
|
+
"integrity": "sha512-RXOqwaPsBGjMNMa4sQjDjHieHEZDFoj/Rdr46l2MU5DfEs16wHJPC2RPTPHWhNl+M3aI472LLqFkFKut4SblOg==",
|
|
11706
11722
|
"dev": true,
|
|
11707
11723
|
"license": "MIT",
|
|
11708
11724
|
"dependencies": {
|
|
@@ -11716,31 +11732,32 @@
|
|
|
11716
11732
|
"npm": ">=8.0.0"
|
|
11717
11733
|
},
|
|
11718
11734
|
"optionalDependencies": {
|
|
11719
|
-
"@
|
|
11720
|
-
"@rollup/rollup-android-
|
|
11721
|
-
"@rollup/rollup-
|
|
11722
|
-
"@rollup/rollup-darwin-
|
|
11723
|
-
"@rollup/rollup-
|
|
11724
|
-
"@rollup/rollup-freebsd-
|
|
11725
|
-
"@rollup/rollup-
|
|
11726
|
-
"@rollup/rollup-linux-arm-
|
|
11727
|
-
"@rollup/rollup-linux-
|
|
11728
|
-
"@rollup/rollup-linux-arm64-
|
|
11729
|
-
"@rollup/rollup-linux-
|
|
11730
|
-
"@rollup/rollup-linux-loong64-
|
|
11731
|
-
"@rollup/rollup-linux-
|
|
11732
|
-
"@rollup/rollup-linux-ppc64-
|
|
11733
|
-
"@rollup/rollup-linux-
|
|
11734
|
-
"@rollup/rollup-linux-riscv64-
|
|
11735
|
-
"@rollup/rollup-linux-
|
|
11736
|
-
"@rollup/rollup-linux-
|
|
11737
|
-
"@rollup/rollup-linux-x64-
|
|
11738
|
-
"@rollup/rollup-
|
|
11739
|
-
"@rollup/rollup-
|
|
11740
|
-
"@rollup/rollup-
|
|
11741
|
-
"@rollup/rollup-win32-
|
|
11742
|
-
"@rollup/rollup-win32-
|
|
11743
|
-
"@rollup/rollup-win32-x64-
|
|
11735
|
+
"@napi-rs/lzma-linux-x64-gnu": "1.5.1",
|
|
11736
|
+
"@rollup/rollup-android-arm-eabi": "4.62.4",
|
|
11737
|
+
"@rollup/rollup-android-arm64": "4.62.4",
|
|
11738
|
+
"@rollup/rollup-darwin-arm64": "4.62.4",
|
|
11739
|
+
"@rollup/rollup-darwin-x64": "4.62.4",
|
|
11740
|
+
"@rollup/rollup-freebsd-arm64": "4.62.4",
|
|
11741
|
+
"@rollup/rollup-freebsd-x64": "4.62.4",
|
|
11742
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.62.4",
|
|
11743
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.62.4",
|
|
11744
|
+
"@rollup/rollup-linux-arm64-gnu": "4.62.4",
|
|
11745
|
+
"@rollup/rollup-linux-arm64-musl": "4.62.4",
|
|
11746
|
+
"@rollup/rollup-linux-loong64-gnu": "4.62.4",
|
|
11747
|
+
"@rollup/rollup-linux-loong64-musl": "4.62.4",
|
|
11748
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.62.4",
|
|
11749
|
+
"@rollup/rollup-linux-ppc64-musl": "4.62.4",
|
|
11750
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.62.4",
|
|
11751
|
+
"@rollup/rollup-linux-riscv64-musl": "4.62.4",
|
|
11752
|
+
"@rollup/rollup-linux-s390x-gnu": "4.62.4",
|
|
11753
|
+
"@rollup/rollup-linux-x64-gnu": "4.62.4",
|
|
11754
|
+
"@rollup/rollup-linux-x64-musl": "4.62.4",
|
|
11755
|
+
"@rollup/rollup-openbsd-x64": "4.62.4",
|
|
11756
|
+
"@rollup/rollup-openharmony-arm64": "4.62.4",
|
|
11757
|
+
"@rollup/rollup-win32-arm64-msvc": "4.62.4",
|
|
11758
|
+
"@rollup/rollup-win32-ia32-msvc": "4.62.4",
|
|
11759
|
+
"@rollup/rollup-win32-x64-gnu": "4.62.4",
|
|
11760
|
+
"@rollup/rollup-win32-x64-msvc": "4.62.4",
|
|
11744
11761
|
"fsevents": "~2.3.2"
|
|
11745
11762
|
}
|
|
11746
11763
|
},
|
|
@@ -13088,8 +13105,8 @@
|
|
|
13088
13105
|
}
|
|
13089
13106
|
},
|
|
13090
13107
|
"node_modules/update-browserslist-db": {
|
|
13091
|
-
"version": "1.
|
|
13092
|
-
"integrity": "sha512-
|
|
13108
|
+
"version": "1.3.0",
|
|
13109
|
+
"integrity": "sha512-x/M6q3w4Ybp91CNaS4S69UnliqR3BzRpOT6LWbksjth0S/+jhfaPJsWjt/TewpT8j9eLIojUf5jr29WextHroA==",
|
|
13093
13110
|
"dev": true,
|
|
13094
13111
|
"funding": [
|
|
13095
13112
|
{
|
|
@@ -13236,8 +13253,8 @@
|
|
|
13236
13253
|
}
|
|
13237
13254
|
},
|
|
13238
13255
|
"node_modules/vite/node_modules/postcss": {
|
|
13239
|
-
"version": "8.5.
|
|
13240
|
-
"integrity": "sha512-
|
|
13256
|
+
"version": "8.5.26",
|
|
13257
|
+
"integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
|
|
13241
13258
|
"dev": true,
|
|
13242
13259
|
"funding": [
|
|
13243
13260
|
{
|
|
@@ -13255,7 +13272,7 @@
|
|
|
13255
13272
|
],
|
|
13256
13273
|
"license": "MIT",
|
|
13257
13274
|
"dependencies": {
|
|
13258
|
-
"nanoid": "^3.3.
|
|
13275
|
+
"nanoid": "^3.3.17",
|
|
13259
13276
|
"picocolors": "^1.1.1",
|
|
13260
13277
|
"source-map-js": "^1.2.1"
|
|
13261
13278
|
},
|