data-primals-engine 1.7.0 → 1.7.1

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.
@@ -54,7 +54,7 @@
54
54
  "globals": "^15.15.0",
55
55
  "process": "^0.11.10",
56
56
  "sass-embedded": "^1.90.0",
57
- "vite": "^6.4.1"
57
+ "vite": "8.0.9"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@tiptap/react": "^2.26.1",
@@ -535,6 +535,40 @@
535
535
  "@connectrpc/connect": "1.1.3"
536
536
  }
537
537
  },
538
+ "node_modules/@emnapi/core": {
539
+ "version": "1.9.2",
540
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
541
+ "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
542
+ "dev": true,
543
+ "license": "MIT",
544
+ "optional": true,
545
+ "dependencies": {
546
+ "@emnapi/wasi-threads": "1.2.1",
547
+ "tslib": "^2.4.0"
548
+ }
549
+ },
550
+ "node_modules/@emnapi/runtime": {
551
+ "version": "1.9.2",
552
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
553
+ "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
554
+ "dev": true,
555
+ "license": "MIT",
556
+ "optional": true,
557
+ "dependencies": {
558
+ "tslib": "^2.4.0"
559
+ }
560
+ },
561
+ "node_modules/@emnapi/wasi-threads": {
562
+ "version": "1.2.1",
563
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
564
+ "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
565
+ "dev": true,
566
+ "license": "MIT",
567
+ "optional": true,
568
+ "dependencies": {
569
+ "tslib": "^2.4.0"
570
+ }
571
+ },
538
572
  "node_modules/@emotion/is-prop-valid": {
539
573
  "version": "1.2.2",
540
574
  "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz",
@@ -556,22 +590,6 @@
556
590
  "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==",
557
591
  "peer": true
558
592
  },
559
- "node_modules/@esbuild/win32-x64": {
560
- "version": "0.25.8",
561
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.8.tgz",
562
- "integrity": "sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==",
563
- "cpu": [
564
- "x64"
565
- ],
566
- "dev": true,
567
- "optional": true,
568
- "os": [
569
- "win32"
570
- ],
571
- "engines": {
572
- "node": ">=18"
573
- }
574
- },
575
593
  "node_modules/@eslint-community/eslint-utils": {
576
594
  "version": "4.7.0",
577
595
  "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
@@ -619,7 +637,7 @@
619
637
  "dependencies": {
620
638
  "@eslint/object-schema": "^2.1.6",
621
639
  "debug": "^4.3.1",
622
- "minimatch": "^3.1.2"
640
+ "minimatch": ">=3.1.4"
623
641
  },
624
642
  "engines": {
625
643
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -661,7 +679,7 @@
661
679
  "ignore": "^5.2.0",
662
680
  "import-fresh": "^3.2.1",
663
681
  "js-yaml": ">=4.1.1",
664
- "minimatch": "^3.1.2",
682
+ "minimatch": ">=3.1.4",
665
683
  "strip-json-comments": "^3.1.1"
666
684
  },
667
685
  "engines": {
@@ -911,6 +929,35 @@
911
929
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
912
930
  }
913
931
  },
932
+ "node_modules/@napi-rs/wasm-runtime": {
933
+ "version": "1.1.4",
934
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
935
+ "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
936
+ "dev": true,
937
+ "license": "MIT",
938
+ "optional": true,
939
+ "dependencies": {
940
+ "@tybys/wasm-util": "^0.10.1"
941
+ },
942
+ "funding": {
943
+ "type": "github",
944
+ "url": "https://github.com/sponsors/Brooooooklyn"
945
+ },
946
+ "peerDependencies": {
947
+ "@emnapi/core": "^1.7.1",
948
+ "@emnapi/runtime": "^1.7.1"
949
+ }
950
+ },
951
+ "node_modules/@oxc-project/types": {
952
+ "version": "0.126.0",
953
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.126.0.tgz",
954
+ "integrity": "sha512-oGfVtjAgwQVVpfBrbtk4e1XDyWHRFta6BS3GWVzrF8xYBT2VGQAk39yJS/wFSMrZqoiCU4oghT3Ch0HaHGIHcQ==",
955
+ "dev": true,
956
+ "license": "MIT",
957
+ "funding": {
958
+ "url": "https://github.com/sponsors/Boshen"
959
+ }
960
+ },
914
961
  "node_modules/@parcel/watcher": {
915
962
  "version": "2.5.1",
916
963
  "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
@@ -1109,24 +1156,268 @@
1109
1156
  "react": ">=16.8.0"
1110
1157
  }
1111
1158
  },
1112
- "node_modules/@rolldown/pluginutils": {
1113
- "version": "1.0.0-beta.27",
1114
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
1115
- "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
1116
- "dev": true
1159
+ "node_modules/@rolldown/binding-android-arm64": {
1160
+ "version": "1.0.0-rc.16",
1161
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.16.tgz",
1162
+ "integrity": "sha512-rhY3k7Bsae9qQfOtph2Pm2jZEA+s8Gmjoz4hhmx70K9iMQ/ddeae+xhRQcM5IuVx5ry1+bGfkvMn7D6MJggVSA==",
1163
+ "cpu": [
1164
+ "arm64"
1165
+ ],
1166
+ "dev": true,
1167
+ "license": "MIT",
1168
+ "optional": true,
1169
+ "os": [
1170
+ "android"
1171
+ ],
1172
+ "engines": {
1173
+ "node": "^20.19.0 || >=22.12.0"
1174
+ }
1175
+ },
1176
+ "node_modules/@rolldown/binding-darwin-arm64": {
1177
+ "version": "1.0.0-rc.16",
1178
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.16.tgz",
1179
+ "integrity": "sha512-rNz0yK078yrNn3DrdgN+PKiMOW8HfQ92jQiXxwX8yW899ayV00MLVdaCNeVBhG/TbH3ouYVObo8/yrkiectkcQ==",
1180
+ "cpu": [
1181
+ "arm64"
1182
+ ],
1183
+ "dev": true,
1184
+ "license": "MIT",
1185
+ "optional": true,
1186
+ "os": [
1187
+ "darwin"
1188
+ ],
1189
+ "engines": {
1190
+ "node": "^20.19.0 || >=22.12.0"
1191
+ }
1192
+ },
1193
+ "node_modules/@rolldown/binding-darwin-x64": {
1194
+ "version": "1.0.0-rc.16",
1195
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.16.tgz",
1196
+ "integrity": "sha512-r/OmdR00HmD4i79Z//xO06uEPOq5hRXdhw7nzkxQxwSavs3PSHa1ijntdpOiZ2mzOQ3fVVu8C1M19FoNM+dMUQ==",
1197
+ "cpu": [
1198
+ "x64"
1199
+ ],
1200
+ "dev": true,
1201
+ "license": "MIT",
1202
+ "optional": true,
1203
+ "os": [
1204
+ "darwin"
1205
+ ],
1206
+ "engines": {
1207
+ "node": "^20.19.0 || >=22.12.0"
1208
+ }
1117
1209
  },
1118
- "node_modules/@rollup/rollup-win32-x64-msvc": {
1119
- "version": "4.46.2",
1120
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.46.2.tgz",
1121
- "integrity": "sha512-CvUo2ixeIQGtF6WvuB87XWqPQkoFAFqW+HUo/WzHwuHDvIwZCtjdWXoYCcr06iKGydiqTclC4jU/TNObC/xKZg==",
1210
+ "node_modules/@rolldown/binding-freebsd-x64": {
1211
+ "version": "1.0.0-rc.16",
1212
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.16.tgz",
1213
+ "integrity": "sha512-KcRE5w8h0OnjUatG8pldyD14/CQ5Phs1oxfR+3pKDjboHRo9+MkqQaiIZlZRpsxC15paeXme/I127tUa9TXJ6g==",
1122
1214
  "cpu": [
1123
1215
  "x64"
1124
1216
  ],
1125
1217
  "dev": true,
1218
+ "license": "MIT",
1219
+ "optional": true,
1220
+ "os": [
1221
+ "freebsd"
1222
+ ],
1223
+ "engines": {
1224
+ "node": "^20.19.0 || >=22.12.0"
1225
+ }
1226
+ },
1227
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
1228
+ "version": "1.0.0-rc.16",
1229
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.16.tgz",
1230
+ "integrity": "sha512-bT0guA1bpxEJ/ZhTRniQf7rNF8ybvXOuWbNIeLABaV5NGjx4EtOWBTSRGWFU9ZWVkPOZ+HNFP8RMcBokBiZ0Kg==",
1231
+ "cpu": [
1232
+ "arm"
1233
+ ],
1234
+ "dev": true,
1235
+ "license": "MIT",
1236
+ "optional": true,
1237
+ "os": [
1238
+ "linux"
1239
+ ],
1240
+ "engines": {
1241
+ "node": "^20.19.0 || >=22.12.0"
1242
+ }
1243
+ },
1244
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
1245
+ "version": "1.0.0-rc.16",
1246
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.16.tgz",
1247
+ "integrity": "sha512-+tHktCHWV8BDQSjemUqm/Jl/TPk3QObCTIjmdDy/nlupcujZghmKK2962LYrqFpWu+ai01AN/REOH3NEpqvYQg==",
1248
+ "cpu": [
1249
+ "arm64"
1250
+ ],
1251
+ "dev": true,
1252
+ "license": "MIT",
1253
+ "optional": true,
1254
+ "os": [
1255
+ "linux"
1256
+ ],
1257
+ "engines": {
1258
+ "node": "^20.19.0 || >=22.12.0"
1259
+ }
1260
+ },
1261
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
1262
+ "version": "1.0.0-rc.16",
1263
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.16.tgz",
1264
+ "integrity": "sha512-3fPzdREH806oRLxpTWW1Gt4tQHs0TitZFOECB2xzCFLPKnSOy90gwA7P29cksYilFO6XVRY1kzga0cL2nRjKPg==",
1265
+ "cpu": [
1266
+ "arm64"
1267
+ ],
1268
+ "dev": true,
1269
+ "license": "MIT",
1270
+ "optional": true,
1271
+ "os": [
1272
+ "linux"
1273
+ ],
1274
+ "engines": {
1275
+ "node": "^20.19.0 || >=22.12.0"
1276
+ }
1277
+ },
1278
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
1279
+ "version": "1.0.0-rc.16",
1280
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.16.tgz",
1281
+ "integrity": "sha512-EKwI1tSrLs7YVw+JPJT/G2dJQ1jl9qlTTTEG0V2Ok/RdOenRfBw2PQdLPyjhIu58ocdBfP7vIRN/pvMsPxs/AQ==",
1282
+ "cpu": [
1283
+ "ppc64"
1284
+ ],
1285
+ "dev": true,
1286
+ "license": "MIT",
1287
+ "optional": true,
1288
+ "os": [
1289
+ "linux"
1290
+ ],
1291
+ "engines": {
1292
+ "node": "^20.19.0 || >=22.12.0"
1293
+ }
1294
+ },
1295
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
1296
+ "version": "1.0.0-rc.16",
1297
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.16.tgz",
1298
+ "integrity": "sha512-Uknladnb3Sxqu6SEcqBldQyJUpk8NleooZEc0MbRBJ4inEhRYWZX0NJu12vNf2mqAq7gsofAxHrGghiUYjhaLQ==",
1299
+ "cpu": [
1300
+ "s390x"
1301
+ ],
1302
+ "dev": true,
1303
+ "license": "MIT",
1304
+ "optional": true,
1305
+ "os": [
1306
+ "linux"
1307
+ ],
1308
+ "engines": {
1309
+ "node": "^20.19.0 || >=22.12.0"
1310
+ }
1311
+ },
1312
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
1313
+ "version": "1.0.0-rc.16",
1314
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.16.tgz",
1315
+ "integrity": "sha512-FIb8+uG49sZBtLTn+zt1AJ20TqVcqWeSIyoVt0or7uAWesgKaHbiBh6OpA/k9v0LTt+PTrb1Lao133kP4uVxkg==",
1316
+ "cpu": [
1317
+ "x64"
1318
+ ],
1319
+ "dev": true,
1320
+ "license": "MIT",
1321
+ "optional": true,
1322
+ "os": [
1323
+ "linux"
1324
+ ],
1325
+ "engines": {
1326
+ "node": "^20.19.0 || >=22.12.0"
1327
+ }
1328
+ },
1329
+ "node_modules/@rolldown/binding-linux-x64-musl": {
1330
+ "version": "1.0.0-rc.16",
1331
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.16.tgz",
1332
+ "integrity": "sha512-RuERhF9/EgWxZEXYWCOaViUWHIboceK4/ivdtQ3R0T44NjLkIIlGIAVAuCddFxsZ7vnRHtNQUrt2vR2n2slB2w==",
1333
+ "cpu": [
1334
+ "x64"
1335
+ ],
1336
+ "dev": true,
1337
+ "license": "MIT",
1338
+ "optional": true,
1339
+ "os": [
1340
+ "linux"
1341
+ ],
1342
+ "engines": {
1343
+ "node": "^20.19.0 || >=22.12.0"
1344
+ }
1345
+ },
1346
+ "node_modules/@rolldown/binding-openharmony-arm64": {
1347
+ "version": "1.0.0-rc.16",
1348
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.16.tgz",
1349
+ "integrity": "sha512-mXcXnvd9GpazCxeUCCnZ2+YF7nut+ZOEbE4GtaiPtyY6AkhZWbK70y1KK3j+RDhjVq5+U8FySkKRb/+w0EeUwA==",
1350
+ "cpu": [
1351
+ "arm64"
1352
+ ],
1353
+ "dev": true,
1354
+ "license": "MIT",
1355
+ "optional": true,
1356
+ "os": [
1357
+ "openharmony"
1358
+ ],
1359
+ "engines": {
1360
+ "node": "^20.19.0 || >=22.12.0"
1361
+ }
1362
+ },
1363
+ "node_modules/@rolldown/binding-wasm32-wasi": {
1364
+ "version": "1.0.0-rc.16",
1365
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.16.tgz",
1366
+ "integrity": "sha512-3Q2KQxnC8IJOLqXmUMoYwyIPZU9hzRbnHaoV3Euz+VVnjZKcY8ktnNP8T9R4/GGQtb27C/UYKABxesKWb8lsvQ==",
1367
+ "cpu": [
1368
+ "wasm32"
1369
+ ],
1370
+ "dev": true,
1371
+ "license": "MIT",
1372
+ "optional": true,
1373
+ "dependencies": {
1374
+ "@emnapi/core": "1.9.2",
1375
+ "@emnapi/runtime": "1.9.2",
1376
+ "@napi-rs/wasm-runtime": "^1.1.4"
1377
+ },
1378
+ "engines": {
1379
+ "node": "^20.19.0 || >=22.12.0"
1380
+ }
1381
+ },
1382
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
1383
+ "version": "1.0.0-rc.16",
1384
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.16.tgz",
1385
+ "integrity": "sha512-tj7XRemQcOcFwv7qhpUxMTBbI5mWMlE4c1Omhg5+h8GuLXzyj8HviYgR+bB2DMDgRqUE+jiDleqSCRjx4aYk/Q==",
1386
+ "cpu": [
1387
+ "arm64"
1388
+ ],
1389
+ "dev": true,
1390
+ "license": "MIT",
1126
1391
  "optional": true,
1127
1392
  "os": [
1128
1393
  "win32"
1129
- ]
1394
+ ],
1395
+ "engines": {
1396
+ "node": "^20.19.0 || >=22.12.0"
1397
+ }
1398
+ },
1399
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
1400
+ "version": "1.0.0-rc.16",
1401
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.16.tgz",
1402
+ "integrity": "sha512-PH5DRZT+F4f2PTXRXR8uJxnBq2po/xFtddyabTJVJs/ZYVHqXPEgNIr35IHTEa6bpa0Q8Awg+ymkTaGnKITw4g==",
1403
+ "cpu": [
1404
+ "x64"
1405
+ ],
1406
+ "dev": true,
1407
+ "license": "MIT",
1408
+ "optional": true,
1409
+ "os": [
1410
+ "win32"
1411
+ ],
1412
+ "engines": {
1413
+ "node": "^20.19.0 || >=22.12.0"
1414
+ }
1415
+ },
1416
+ "node_modules/@rolldown/pluginutils": {
1417
+ "version": "1.0.0-beta.27",
1418
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
1419
+ "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
1420
+ "dev": true
1130
1421
  },
1131
1422
  "node_modules/@tiptap/core": {
1132
1423
  "version": "2.26.1",
@@ -1548,6 +1839,17 @@
1548
1839
  "url": "https://github.com/sponsors/ueberdosis"
1549
1840
  }
1550
1841
  },
1842
+ "node_modules/@tybys/wasm-util": {
1843
+ "version": "0.10.1",
1844
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
1845
+ "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
1846
+ "dev": true,
1847
+ "license": "MIT",
1848
+ "optional": true,
1849
+ "dependencies": {
1850
+ "tslib": "^2.4.0"
1851
+ }
1852
+ },
1551
1853
  "node_modules/@types/babel__core": {
1552
1854
  "version": "7.20.5",
1553
1855
  "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
@@ -3152,47 +3454,6 @@
3152
3454
  "url": "https://github.com/sponsors/ljharb"
3153
3455
  }
3154
3456
  },
3155
- "node_modules/esbuild": {
3156
- "version": "0.25.8",
3157
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.8.tgz",
3158
- "integrity": "sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==",
3159
- "dev": true,
3160
- "hasInstallScript": true,
3161
- "bin": {
3162
- "esbuild": "bin/esbuild"
3163
- },
3164
- "engines": {
3165
- "node": ">=18"
3166
- },
3167
- "optionalDependencies": {
3168
- "@esbuild/aix-ppc64": "0.25.8",
3169
- "@esbuild/android-arm": "0.25.8",
3170
- "@esbuild/android-arm64": "0.25.8",
3171
- "@esbuild/android-x64": "0.25.8",
3172
- "@esbuild/darwin-arm64": "0.25.8",
3173
- "@esbuild/darwin-x64": "0.25.8",
3174
- "@esbuild/freebsd-arm64": "0.25.8",
3175
- "@esbuild/freebsd-x64": "0.25.8",
3176
- "@esbuild/linux-arm": "0.25.8",
3177
- "@esbuild/linux-arm64": "0.25.8",
3178
- "@esbuild/linux-ia32": "0.25.8",
3179
- "@esbuild/linux-loong64": "0.25.8",
3180
- "@esbuild/linux-mips64el": "0.25.8",
3181
- "@esbuild/linux-ppc64": "0.25.8",
3182
- "@esbuild/linux-riscv64": "0.25.8",
3183
- "@esbuild/linux-s390x": "0.25.8",
3184
- "@esbuild/linux-x64": "0.25.8",
3185
- "@esbuild/netbsd-arm64": "0.25.8",
3186
- "@esbuild/netbsd-x64": "0.25.8",
3187
- "@esbuild/openbsd-arm64": "0.25.8",
3188
- "@esbuild/openbsd-x64": "0.25.8",
3189
- "@esbuild/openharmony-arm64": "0.25.8",
3190
- "@esbuild/sunos-x64": "0.25.8",
3191
- "@esbuild/win32-arm64": "0.25.8",
3192
- "@esbuild/win32-ia32": "0.25.8",
3193
- "@esbuild/win32-x64": "0.25.8"
3194
- }
3195
- },
3196
3457
  "node_modules/escalade": {
3197
3458
  "version": "3.2.0",
3198
3459
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -3258,7 +3519,7 @@
3258
3519
  "is-glob": "^4.0.0",
3259
3520
  "json-stable-stringify-without-jsonify": "^1.0.1",
3260
3521
  "lodash.merge": "^4.6.2",
3261
- "minimatch": "^3.1.2",
3522
+ "minimatch": ">=3.1.4",
3262
3523
  "natural-compare": "^1.4.0",
3263
3524
  "optionator": "^0.9.3"
3264
3525
  },
@@ -3295,7 +3556,7 @@
3295
3556
  "estraverse": "^5.3.0",
3296
3557
  "hasown": "^2.0.2",
3297
3558
  "jsx-ast-utils": "^2.4.1 || ^3.0.0",
3298
- "minimatch": "^3.1.2",
3559
+ "minimatch": ">=3.1.4",
3299
3560
  "object.entries": "^1.1.9",
3300
3561
  "object.fromentries": "^2.0.8",
3301
3562
  "object.values": "^1.2.1",
@@ -3568,10 +3829,14 @@
3568
3829
  }
3569
3830
  },
3570
3831
  "node_modules/fdir": {
3571
- "version": "6.4.6",
3572
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
3573
- "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
3832
+ "version": "6.5.0",
3833
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
3834
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
3574
3835
  "dev": true,
3836
+ "license": "MIT",
3837
+ "engines": {
3838
+ "node": ">=12.0.0"
3839
+ },
3575
3840
  "peerDependencies": {
3576
3841
  "picomatch": "^3 || ^4"
3577
3842
  },
@@ -3708,6 +3973,21 @@
3708
3973
  "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
3709
3974
  "peer": true
3710
3975
  },
3976
+ "node_modules/fsevents": {
3977
+ "version": "2.3.3",
3978
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
3979
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
3980
+ "dev": true,
3981
+ "hasInstallScript": true,
3982
+ "license": "MIT",
3983
+ "optional": true,
3984
+ "os": [
3985
+ "darwin"
3986
+ ],
3987
+ "engines": {
3988
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3989
+ }
3990
+ },
3711
3991
  "node_modules/function-bind": {
3712
3992
  "version": "1.1.2",
3713
3993
  "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@@ -4710,6 +4990,277 @@
4710
4990
  "node": ">= 0.8.0"
4711
4991
  }
4712
4992
  },
4993
+ "node_modules/lightningcss": {
4994
+ "version": "1.32.0",
4995
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
4996
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
4997
+ "dev": true,
4998
+ "license": "MPL-2.0",
4999
+ "dependencies": {
5000
+ "detect-libc": "^2.0.3"
5001
+ },
5002
+ "engines": {
5003
+ "node": ">= 12.0.0"
5004
+ },
5005
+ "funding": {
5006
+ "type": "opencollective",
5007
+ "url": "https://opencollective.com/parcel"
5008
+ },
5009
+ "optionalDependencies": {
5010
+ "lightningcss-android-arm64": "1.32.0",
5011
+ "lightningcss-darwin-arm64": "1.32.0",
5012
+ "lightningcss-darwin-x64": "1.32.0",
5013
+ "lightningcss-freebsd-x64": "1.32.0",
5014
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
5015
+ "lightningcss-linux-arm64-gnu": "1.32.0",
5016
+ "lightningcss-linux-arm64-musl": "1.32.0",
5017
+ "lightningcss-linux-x64-gnu": "1.32.0",
5018
+ "lightningcss-linux-x64-musl": "1.32.0",
5019
+ "lightningcss-win32-arm64-msvc": "1.32.0",
5020
+ "lightningcss-win32-x64-msvc": "1.32.0"
5021
+ }
5022
+ },
5023
+ "node_modules/lightningcss-android-arm64": {
5024
+ "version": "1.32.0",
5025
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
5026
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
5027
+ "cpu": [
5028
+ "arm64"
5029
+ ],
5030
+ "dev": true,
5031
+ "license": "MPL-2.0",
5032
+ "optional": true,
5033
+ "os": [
5034
+ "android"
5035
+ ],
5036
+ "engines": {
5037
+ "node": ">= 12.0.0"
5038
+ },
5039
+ "funding": {
5040
+ "type": "opencollective",
5041
+ "url": "https://opencollective.com/parcel"
5042
+ }
5043
+ },
5044
+ "node_modules/lightningcss-darwin-arm64": {
5045
+ "version": "1.32.0",
5046
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
5047
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
5048
+ "cpu": [
5049
+ "arm64"
5050
+ ],
5051
+ "dev": true,
5052
+ "license": "MPL-2.0",
5053
+ "optional": true,
5054
+ "os": [
5055
+ "darwin"
5056
+ ],
5057
+ "engines": {
5058
+ "node": ">= 12.0.0"
5059
+ },
5060
+ "funding": {
5061
+ "type": "opencollective",
5062
+ "url": "https://opencollective.com/parcel"
5063
+ }
5064
+ },
5065
+ "node_modules/lightningcss-darwin-x64": {
5066
+ "version": "1.32.0",
5067
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
5068
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
5069
+ "cpu": [
5070
+ "x64"
5071
+ ],
5072
+ "dev": true,
5073
+ "license": "MPL-2.0",
5074
+ "optional": true,
5075
+ "os": [
5076
+ "darwin"
5077
+ ],
5078
+ "engines": {
5079
+ "node": ">= 12.0.0"
5080
+ },
5081
+ "funding": {
5082
+ "type": "opencollective",
5083
+ "url": "https://opencollective.com/parcel"
5084
+ }
5085
+ },
5086
+ "node_modules/lightningcss-freebsd-x64": {
5087
+ "version": "1.32.0",
5088
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
5089
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
5090
+ "cpu": [
5091
+ "x64"
5092
+ ],
5093
+ "dev": true,
5094
+ "license": "MPL-2.0",
5095
+ "optional": true,
5096
+ "os": [
5097
+ "freebsd"
5098
+ ],
5099
+ "engines": {
5100
+ "node": ">= 12.0.0"
5101
+ },
5102
+ "funding": {
5103
+ "type": "opencollective",
5104
+ "url": "https://opencollective.com/parcel"
5105
+ }
5106
+ },
5107
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
5108
+ "version": "1.32.0",
5109
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
5110
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
5111
+ "cpu": [
5112
+ "arm"
5113
+ ],
5114
+ "dev": true,
5115
+ "license": "MPL-2.0",
5116
+ "optional": true,
5117
+ "os": [
5118
+ "linux"
5119
+ ],
5120
+ "engines": {
5121
+ "node": ">= 12.0.0"
5122
+ },
5123
+ "funding": {
5124
+ "type": "opencollective",
5125
+ "url": "https://opencollective.com/parcel"
5126
+ }
5127
+ },
5128
+ "node_modules/lightningcss-linux-arm64-gnu": {
5129
+ "version": "1.32.0",
5130
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
5131
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
5132
+ "cpu": [
5133
+ "arm64"
5134
+ ],
5135
+ "dev": true,
5136
+ "license": "MPL-2.0",
5137
+ "optional": true,
5138
+ "os": [
5139
+ "linux"
5140
+ ],
5141
+ "engines": {
5142
+ "node": ">= 12.0.0"
5143
+ },
5144
+ "funding": {
5145
+ "type": "opencollective",
5146
+ "url": "https://opencollective.com/parcel"
5147
+ }
5148
+ },
5149
+ "node_modules/lightningcss-linux-arm64-musl": {
5150
+ "version": "1.32.0",
5151
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
5152
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
5153
+ "cpu": [
5154
+ "arm64"
5155
+ ],
5156
+ "dev": true,
5157
+ "license": "MPL-2.0",
5158
+ "optional": true,
5159
+ "os": [
5160
+ "linux"
5161
+ ],
5162
+ "engines": {
5163
+ "node": ">= 12.0.0"
5164
+ },
5165
+ "funding": {
5166
+ "type": "opencollective",
5167
+ "url": "https://opencollective.com/parcel"
5168
+ }
5169
+ },
5170
+ "node_modules/lightningcss-linux-x64-gnu": {
5171
+ "version": "1.32.0",
5172
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
5173
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
5174
+ "cpu": [
5175
+ "x64"
5176
+ ],
5177
+ "dev": true,
5178
+ "license": "MPL-2.0",
5179
+ "optional": true,
5180
+ "os": [
5181
+ "linux"
5182
+ ],
5183
+ "engines": {
5184
+ "node": ">= 12.0.0"
5185
+ },
5186
+ "funding": {
5187
+ "type": "opencollective",
5188
+ "url": "https://opencollective.com/parcel"
5189
+ }
5190
+ },
5191
+ "node_modules/lightningcss-linux-x64-musl": {
5192
+ "version": "1.32.0",
5193
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
5194
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
5195
+ "cpu": [
5196
+ "x64"
5197
+ ],
5198
+ "dev": true,
5199
+ "license": "MPL-2.0",
5200
+ "optional": true,
5201
+ "os": [
5202
+ "linux"
5203
+ ],
5204
+ "engines": {
5205
+ "node": ">= 12.0.0"
5206
+ },
5207
+ "funding": {
5208
+ "type": "opencollective",
5209
+ "url": "https://opencollective.com/parcel"
5210
+ }
5211
+ },
5212
+ "node_modules/lightningcss-win32-arm64-msvc": {
5213
+ "version": "1.32.0",
5214
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
5215
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
5216
+ "cpu": [
5217
+ "arm64"
5218
+ ],
5219
+ "dev": true,
5220
+ "license": "MPL-2.0",
5221
+ "optional": true,
5222
+ "os": [
5223
+ "win32"
5224
+ ],
5225
+ "engines": {
5226
+ "node": ">= 12.0.0"
5227
+ },
5228
+ "funding": {
5229
+ "type": "opencollective",
5230
+ "url": "https://opencollective.com/parcel"
5231
+ }
5232
+ },
5233
+ "node_modules/lightningcss-win32-x64-msvc": {
5234
+ "version": "1.32.0",
5235
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
5236
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
5237
+ "cpu": [
5238
+ "x64"
5239
+ ],
5240
+ "dev": true,
5241
+ "license": "MPL-2.0",
5242
+ "optional": true,
5243
+ "os": [
5244
+ "win32"
5245
+ ],
5246
+ "engines": {
5247
+ "node": ">= 12.0.0"
5248
+ },
5249
+ "funding": {
5250
+ "type": "opencollective",
5251
+ "url": "https://opencollective.com/parcel"
5252
+ }
5253
+ },
5254
+ "node_modules/lightningcss/node_modules/detect-libc": {
5255
+ "version": "2.1.2",
5256
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
5257
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
5258
+ "dev": true,
5259
+ "license": "Apache-2.0",
5260
+ "engines": {
5261
+ "node": ">=8"
5262
+ }
5263
+ },
4713
5264
  "node_modules/linkify-it": {
4714
5265
  "version": "5.0.0",
4715
5266
  "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
@@ -5278,10 +5829,11 @@
5278
5829
  "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
5279
5830
  },
5280
5831
  "node_modules/picomatch": {
5281
- "version": "4.0.3",
5282
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
5283
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
5832
+ "version": "4.0.4",
5833
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
5834
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
5284
5835
  "dev": true,
5836
+ "license": "MIT",
5285
5837
  "engines": {
5286
5838
  "node": ">=12"
5287
5839
  },
@@ -5299,9 +5851,9 @@
5299
5851
  }
5300
5852
  },
5301
5853
  "node_modules/postcss": {
5302
- "version": "8.5.6",
5303
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
5304
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
5854
+ "version": "8.5.10",
5855
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
5856
+ "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
5305
5857
  "dev": true,
5306
5858
  "funding": [
5307
5859
  {
@@ -5317,6 +5869,7 @@
5317
5869
  "url": "https://github.com/sponsors/ai"
5318
5870
  }
5319
5871
  ],
5872
+ "license": "MIT",
5320
5873
  "dependencies": {
5321
5874
  "nanoid": "^3.3.11",
5322
5875
  "picocolors": "^1.1.1",
@@ -5641,7 +6194,7 @@
5641
6194
  "dom-helpers": "^5.2.1",
5642
6195
  "globalize": "^0.1.1",
5643
6196
  "invariant": "^2.2.4",
5644
- "lodash": ">=4.17.23",
6197
+ "lodash": ">=4.18.0",
5645
6198
  "lodash-es": "^4.17.21",
5646
6199
  "luxon": "^3.2.1",
5647
6200
  "memoize-one": "^6.0.0",
@@ -5753,7 +6306,7 @@
5753
6306
  "license": "MIT",
5754
6307
  "dependencies": {
5755
6308
  "@icons/material": "^0.2.4",
5756
- "lodash": ">=4.17.23",
6309
+ "lodash": ">=4.18.0",
5757
6310
  "lodash-es": "^4.17.15",
5758
6311
  "material-colors": "^1.2.1",
5759
6312
  "prop-types": "^15.5.10",
@@ -6046,7 +6599,7 @@
6046
6599
  "integrity": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==",
6047
6600
  "license": "MIT",
6048
6601
  "dependencies": {
6049
- "lodash": ">=4.17.23"
6602
+ "lodash": ">=4.18.0"
6050
6603
  }
6051
6604
  },
6052
6605
  "node_modules/reactflow": {
@@ -6290,7 +6843,7 @@
6290
6843
  "fs.realpath": "^1.0.0",
6291
6844
  "inflight": "^1.0.4",
6292
6845
  "inherits": "2",
6293
- "minimatch": "^3.1.1",
6846
+ "minimatch": ">=3.1.4",
6294
6847
  "once": "^1.3.0",
6295
6848
  "path-is-absolute": "^1.0.0"
6296
6849
  },
@@ -6301,44 +6854,46 @@
6301
6854
  "url": "https://github.com/sponsors/isaacs"
6302
6855
  }
6303
6856
  },
6304
- "node_modules/rollup": {
6305
- "version": "4.46.2",
6306
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.46.2.tgz",
6307
- "integrity": "sha512-WMmLFI+Boh6xbop+OAGo9cQ3OgX9MIg7xOQjn+pTCwOkk+FNDAeAemXkJ3HzDJrVXleLOFVa1ipuc1AmEx1Dwg==",
6857
+ "node_modules/rolldown": {
6858
+ "version": "1.0.0-rc.16",
6859
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.16.tgz",
6860
+ "integrity": "sha512-rzi5WqKzEZw3SooTt7cgm4eqIoujPIyGcJNGFL7iPEuajQw7vxMHUkXylu4/vhCkJGXsgRmxqMKXUpT6FEgl0g==",
6308
6861
  "dev": true,
6862
+ "license": "MIT",
6309
6863
  "dependencies": {
6310
- "@types/estree": "1.0.8"
6864
+ "@oxc-project/types": "=0.126.0",
6865
+ "@rolldown/pluginutils": "1.0.0-rc.16"
6311
6866
  },
6312
6867
  "bin": {
6313
- "rollup": "dist/bin/rollup"
6868
+ "rolldown": "bin/cli.mjs"
6314
6869
  },
6315
6870
  "engines": {
6316
- "node": ">=18.0.0",
6317
- "npm": ">=8.0.0"
6871
+ "node": "^20.19.0 || >=22.12.0"
6318
6872
  },
6319
6873
  "optionalDependencies": {
6320
- "@rollup/rollup-android-arm-eabi": "4.46.2",
6321
- "@rollup/rollup-android-arm64": "4.46.2",
6322
- "@rollup/rollup-darwin-arm64": "4.46.2",
6323
- "@rollup/rollup-darwin-x64": "4.46.2",
6324
- "@rollup/rollup-freebsd-arm64": "4.46.2",
6325
- "@rollup/rollup-freebsd-x64": "4.46.2",
6326
- "@rollup/rollup-linux-arm-gnueabihf": "4.46.2",
6327
- "@rollup/rollup-linux-arm-musleabihf": "4.46.2",
6328
- "@rollup/rollup-linux-arm64-gnu": "4.46.2",
6329
- "@rollup/rollup-linux-arm64-musl": "4.46.2",
6330
- "@rollup/rollup-linux-loongarch64-gnu": "4.46.2",
6331
- "@rollup/rollup-linux-ppc64-gnu": "4.46.2",
6332
- "@rollup/rollup-linux-riscv64-gnu": "4.46.2",
6333
- "@rollup/rollup-linux-riscv64-musl": "4.46.2",
6334
- "@rollup/rollup-linux-s390x-gnu": "4.46.2",
6335
- "@rollup/rollup-linux-x64-gnu": "4.46.2",
6336
- "@rollup/rollup-linux-x64-musl": "4.46.2",
6337
- "@rollup/rollup-win32-arm64-msvc": "4.46.2",
6338
- "@rollup/rollup-win32-ia32-msvc": "4.46.2",
6339
- "@rollup/rollup-win32-x64-msvc": "4.46.2",
6340
- "fsevents": "~2.3.2"
6341
- }
6874
+ "@rolldown/binding-android-arm64": "1.0.0-rc.16",
6875
+ "@rolldown/binding-darwin-arm64": "1.0.0-rc.16",
6876
+ "@rolldown/binding-darwin-x64": "1.0.0-rc.16",
6877
+ "@rolldown/binding-freebsd-x64": "1.0.0-rc.16",
6878
+ "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.16",
6879
+ "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.16",
6880
+ "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.16",
6881
+ "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.16",
6882
+ "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.16",
6883
+ "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.16",
6884
+ "@rolldown/binding-linux-x64-musl": "1.0.0-rc.16",
6885
+ "@rolldown/binding-openharmony-arm64": "1.0.0-rc.16",
6886
+ "@rolldown/binding-wasm32-wasi": "1.0.0-rc.16",
6887
+ "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.16",
6888
+ "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.16"
6889
+ }
6890
+ },
6891
+ "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
6892
+ "version": "1.0.0-rc.16",
6893
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.16.tgz",
6894
+ "integrity": "sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==",
6895
+ "dev": true,
6896
+ "license": "MIT"
6342
6897
  },
6343
6898
  "node_modules/rope-sequence": {
6344
6899
  "version": "1.3.4",
@@ -6355,7 +6910,7 @@
6355
6910
  "depd": "^2.0.0",
6356
6911
  "is-promise": "^4.0.0",
6357
6912
  "parseurl": "^1.3.3",
6358
- "path-to-regexp": "^8.0.0"
6913
+ "path-to-regexp": ">=8.4.0"
6359
6914
  },
6360
6915
  "engines": {
6361
6916
  "node": ">= 18"
@@ -6471,7 +7026,7 @@
6471
7026
  "peer": true,
6472
7027
  "dependencies": {
6473
7028
  "chokidar": "^4.0.0",
6474
- "immutable": "^5.0.2",
7029
+ "immutable": ">=5.1.5",
6475
7030
  "source-map-js": ">=0.6.2 <2.0.0"
6476
7031
  },
6477
7032
  "bin": {
@@ -6494,7 +7049,7 @@
6494
7049
  "@bufbuild/protobuf": "^2.5.0",
6495
7050
  "buffer-builder": "^0.2.0",
6496
7051
  "colorjs.io": "^0.5.0",
6497
- "immutable": "^5.0.2",
7052
+ "immutable": ">=5.1.5",
6498
7053
  "rxjs": "^7.4.0",
6499
7054
  "supports-color": "^8.1.1",
6500
7055
  "sync-child-process": "^1.0.2",
@@ -6963,13 +7518,14 @@
6963
7518
  "license": "MIT"
6964
7519
  },
6965
7520
  "node_modules/tinyglobby": {
6966
- "version": "0.2.14",
6967
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
6968
- "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
7521
+ "version": "0.2.16",
7522
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
7523
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
6969
7524
  "dev": true,
7525
+ "license": "MIT",
6970
7526
  "dependencies": {
6971
- "fdir": "^6.4.4",
6972
- "picomatch": "^4.0.2"
7527
+ "fdir": "^6.5.0",
7528
+ "picomatch": "^4.0.4"
6973
7529
  },
6974
7530
  "engines": {
6975
7531
  "node": ">=12.0.0"
@@ -7260,24 +7816,23 @@
7260
7816
  }
7261
7817
  },
7262
7818
  "node_modules/vite": {
7263
- "version": "6.4.1",
7264
- "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
7265
- "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
7819
+ "version": "8.0.9",
7820
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.9.tgz",
7821
+ "integrity": "sha512-t7g7GVRpMXjNpa67HaVWI/8BWtdVIQPCL2WoozXXA7LBGEFK4AkkKkHx2hAQf5x1GZSlcmEDPkVLSGahxnEEZw==",
7266
7822
  "dev": true,
7267
7823
  "license": "MIT",
7268
7824
  "dependencies": {
7269
- "esbuild": "^0.25.0",
7270
- "fdir": "^6.4.4",
7271
- "picomatch": "^4.0.2",
7272
- "postcss": "^8.5.3",
7273
- "rollup": "^4.34.9",
7274
- "tinyglobby": "^0.2.13"
7825
+ "lightningcss": "^1.32.0",
7826
+ "picomatch": "^4.0.4",
7827
+ "postcss": "^8.5.10",
7828
+ "rolldown": "1.0.0-rc.16",
7829
+ "tinyglobby": "^0.2.16"
7275
7830
  },
7276
7831
  "bin": {
7277
7832
  "vite": "bin/vite.js"
7278
7833
  },
7279
7834
  "engines": {
7280
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
7835
+ "node": "^20.19.0 || >=22.12.0"
7281
7836
  },
7282
7837
  "funding": {
7283
7838
  "url": "https://github.com/vitejs/vite?sponsor=1"
@@ -7286,14 +7841,15 @@
7286
7841
  "fsevents": "~2.3.3"
7287
7842
  },
7288
7843
  "peerDependencies": {
7289
- "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
7844
+ "@types/node": "^20.19.0 || >=22.12.0",
7845
+ "@vitejs/devtools": "^0.1.0",
7846
+ "esbuild": "^0.27.0 || ^0.28.0",
7290
7847
  "jiti": ">=1.21.0",
7291
- "less": "*",
7292
- "lightningcss": "^1.21.0",
7293
- "sass": "*",
7294
- "sass-embedded": "*",
7295
- "stylus": "*",
7296
- "sugarss": "*",
7848
+ "less": "^4.0.0",
7849
+ "sass": "^1.70.0",
7850
+ "sass-embedded": "^1.70.0",
7851
+ "stylus": ">=0.54.8",
7852
+ "sugarss": "^5.0.0",
7297
7853
  "terser": "^5.16.0",
7298
7854
  "tsx": "^4.8.1",
7299
7855
  "yaml": "^2.4.2"
@@ -7302,13 +7858,16 @@
7302
7858
  "@types/node": {
7303
7859
  "optional": true
7304
7860
  },
7305
- "jiti": {
7861
+ "@vitejs/devtools": {
7306
7862
  "optional": true
7307
7863
  },
7308
- "less": {
7864
+ "esbuild": {
7865
+ "optional": true
7866
+ },
7867
+ "jiti": {
7309
7868
  "optional": true
7310
7869
  },
7311
- "lightningcss": {
7870
+ "less": {
7312
7871
  "optional": true
7313
7872
  },
7314
7873
  "sass": {