@salesforce/plugin-lightning-dev 5.0.6 → 5.0.7

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "5.0.6",
9
+ "version": "5.0.7",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
22
  "axios": "^1.12.1",
23
23
  "glob": "^10.4.5",
24
- "lwc": "~8.21.6",
24
+ "lwc": "~8.22.1",
25
25
  "node-fetch": "^3.3.2",
26
26
  "open": "^10.2.0",
27
27
  "xml2js": "^0.6.2"
@@ -1071,21 +1071,21 @@
1071
1071
  }
1072
1072
  },
1073
1073
  "node_modules/@babel/core": {
1074
- "version": "7.28.3",
1075
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
1076
- "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
1074
+ "version": "7.27.4",
1075
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz",
1076
+ "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
1077
1077
  "license": "MIT",
1078
1078
  "dependencies": {
1079
1079
  "@ampproject/remapping": "^2.2.0",
1080
1080
  "@babel/code-frame": "^7.27.1",
1081
- "@babel/generator": "^7.28.3",
1081
+ "@babel/generator": "^7.27.3",
1082
1082
  "@babel/helper-compilation-targets": "^7.27.2",
1083
- "@babel/helper-module-transforms": "^7.28.3",
1084
- "@babel/helpers": "^7.28.3",
1085
- "@babel/parser": "^7.28.3",
1083
+ "@babel/helper-module-transforms": "^7.27.3",
1084
+ "@babel/helpers": "^7.27.4",
1085
+ "@babel/parser": "^7.27.4",
1086
1086
  "@babel/template": "^7.27.2",
1087
- "@babel/traverse": "^7.28.3",
1088
- "@babel/types": "^7.28.2",
1087
+ "@babel/traverse": "^7.27.4",
1088
+ "@babel/types": "^7.27.3",
1089
1089
  "convert-source-map": "^2.0.0",
1090
1090
  "debug": "^4.1.0",
1091
1091
  "gensync": "^1.0.0-beta.2",
@@ -1198,59 +1198,63 @@
1198
1198
  "@babel/core": "^7.0.0"
1199
1199
  }
1200
1200
  },
1201
- "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
1202
- "version": "6.3.1",
1203
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1204
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1205
- "license": "ISC",
1206
- "bin": {
1207
- "semver": "bin/semver.js"
1208
- }
1209
- },
1210
- "node_modules/@babel/helper-globals": {
1211
- "version": "7.28.0",
1212
- "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
1213
- "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
1214
- "license": "MIT",
1215
- "engines": {
1216
- "node": ">=6.9.0"
1217
- }
1218
- },
1219
- "node_modules/@babel/helper-member-expression-to-functions": {
1220
- "version": "7.27.1",
1221
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
1222
- "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
1201
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/core": {
1202
+ "version": "7.28.4",
1223
1203
  "license": "MIT",
1204
+ "peer": true,
1224
1205
  "dependencies": {
1225
- "@babel/traverse": "^7.27.1",
1226
- "@babel/types": "^7.27.1"
1206
+ "@babel/code-frame": "^7.27.1",
1207
+ "@babel/generator": "^7.28.3",
1208
+ "@babel/helper-compilation-targets": "^7.27.2",
1209
+ "@babel/helper-module-transforms": "^7.28.3",
1210
+ "@babel/helpers": "^7.28.4",
1211
+ "@babel/parser": "^7.28.4",
1212
+ "@babel/template": "^7.27.2",
1213
+ "@babel/traverse": "^7.28.4",
1214
+ "@babel/types": "^7.28.4",
1215
+ "@jridgewell/remapping": "^2.3.5",
1216
+ "convert-source-map": "^2.0.0",
1217
+ "debug": "^4.1.0",
1218
+ "gensync": "^1.0.0-beta.2",
1219
+ "json5": "^2.2.3",
1220
+ "semver": "^6.3.1"
1227
1221
  },
1228
1222
  "engines": {
1229
1223
  "node": ">=6.9.0"
1224
+ },
1225
+ "funding": {
1226
+ "type": "opencollective",
1227
+ "url": "https://opencollective.com/babel"
1230
1228
  }
1231
1229
  },
1232
- "node_modules/@babel/helper-module-imports": {
1233
- "version": "7.27.1",
1234
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
1235
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
1230
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/core/node_modules/@babel/traverse": {
1231
+ "version": "7.28.4",
1232
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
1233
+ "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
1236
1234
  "license": "MIT",
1235
+ "peer": true,
1237
1236
  "dependencies": {
1238
- "@babel/traverse": "^7.27.1",
1239
- "@babel/types": "^7.27.1"
1237
+ "@babel/code-frame": "^7.27.1",
1238
+ "@babel/generator": "^7.28.3",
1239
+ "@babel/helper-globals": "^7.28.0",
1240
+ "@babel/parser": "^7.28.4",
1241
+ "@babel/template": "^7.27.2",
1242
+ "@babel/types": "^7.28.4",
1243
+ "debug": "^4.3.1"
1240
1244
  },
1241
1245
  "engines": {
1242
1246
  "node": ">=6.9.0"
1243
1247
  }
1244
1248
  },
1245
- "node_modules/@babel/helper-module-transforms": {
1246
- "version": "7.28.3",
1247
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
1248
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
1249
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers": {
1250
+ "version": "7.27.1",
1251
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
1252
+ "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
1249
1253
  "license": "MIT",
1250
1254
  "dependencies": {
1251
- "@babel/helper-module-imports": "^7.27.1",
1252
- "@babel/helper-validator-identifier": "^7.27.1",
1253
- "@babel/traverse": "^7.28.3"
1255
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
1256
+ "@babel/helper-optimise-call-expression": "^7.27.1",
1257
+ "@babel/traverse": "^7.27.1"
1254
1258
  },
1255
1259
  "engines": {
1256
1260
  "node": ">=6.9.0"
@@ -1259,7 +1263,7 @@
1259
1263
  "@babel/core": "^7.0.0"
1260
1264
  }
1261
1265
  },
1262
- "node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
1266
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
1263
1267
  "version": "7.27.4",
1264
1268
  "license": "MIT",
1265
1269
  "peer": true,
@@ -1288,63 +1292,147 @@
1288
1292
  "url": "https://opencollective.com/babel"
1289
1293
  }
1290
1294
  },
1291
- "node_modules/@babel/helper-module-transforms/node_modules/semver": {
1295
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/helpers": {
1296
+ "version": "7.28.3",
1297
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
1298
+ "integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
1299
+ "license": "MIT",
1300
+ "peer": true,
1301
+ "dependencies": {
1302
+ "@babel/template": "^7.27.2",
1303
+ "@babel/types": "^7.28.2"
1304
+ },
1305
+ "engines": {
1306
+ "node": ">=6.9.0"
1307
+ }
1308
+ },
1309
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
1310
+ "version": "7.28.3",
1311
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
1312
+ "integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
1313
+ "license": "MIT",
1314
+ "peer": true,
1315
+ "dependencies": {
1316
+ "@babel/types": "^7.28.2"
1317
+ },
1318
+ "bin": {
1319
+ "parser": "bin/babel-parser.js"
1320
+ },
1321
+ "engines": {
1322
+ "node": ">=6.0.0"
1323
+ }
1324
+ },
1325
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/types": {
1326
+ "version": "7.28.2",
1327
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
1328
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
1329
+ "license": "MIT",
1330
+ "peer": true,
1331
+ "dependencies": {
1332
+ "@babel/helper-string-parser": "^7.27.1",
1333
+ "@babel/helper-validator-identifier": "^7.27.1"
1334
+ },
1335
+ "engines": {
1336
+ "node": ">=6.9.0"
1337
+ }
1338
+ },
1339
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helpers": {
1340
+ "version": "7.28.4",
1341
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
1342
+ "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
1343
+ "license": "MIT",
1344
+ "peer": true,
1345
+ "dependencies": {
1346
+ "@babel/template": "^7.27.2",
1347
+ "@babel/types": "^7.28.4"
1348
+ },
1349
+ "engines": {
1350
+ "node": ">=6.9.0"
1351
+ }
1352
+ },
1353
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/parser": {
1354
+ "version": "7.28.4",
1355
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
1356
+ "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
1357
+ "license": "MIT",
1358
+ "peer": true,
1359
+ "dependencies": {
1360
+ "@babel/types": "^7.28.4"
1361
+ },
1362
+ "bin": {
1363
+ "parser": "bin/babel-parser.js"
1364
+ },
1365
+ "engines": {
1366
+ "node": ">=6.0.0"
1367
+ }
1368
+ },
1369
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/types": {
1370
+ "version": "7.28.4",
1371
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
1372
+ "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
1373
+ "license": "MIT",
1374
+ "peer": true,
1375
+ "dependencies": {
1376
+ "@babel/helper-string-parser": "^7.27.1",
1377
+ "@babel/helper-validator-identifier": "^7.27.1"
1378
+ },
1379
+ "engines": {
1380
+ "node": ">=6.9.0"
1381
+ }
1382
+ },
1383
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
1292
1384
  "version": "6.3.1",
1293
1385
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1294
1386
  "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1295
1387
  "license": "ISC",
1296
- "peer": true,
1297
1388
  "bin": {
1298
1389
  "semver": "bin/semver.js"
1299
1390
  }
1300
1391
  },
1301
- "node_modules/@babel/helper-optimise-call-expression": {
1302
- "version": "7.27.1",
1303
- "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
1304
- "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
1392
+ "node_modules/@babel/helper-globals": {
1393
+ "version": "7.28.0",
1394
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
1395
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
1305
1396
  "license": "MIT",
1306
- "dependencies": {
1307
- "@babel/types": "^7.27.1"
1308
- },
1309
1397
  "engines": {
1310
1398
  "node": ">=6.9.0"
1311
1399
  }
1312
1400
  },
1313
- "node_modules/@babel/helper-plugin-utils": {
1401
+ "node_modules/@babel/helper-member-expression-to-functions": {
1314
1402
  "version": "7.27.1",
1315
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
1316
- "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
1403
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
1404
+ "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
1317
1405
  "license": "MIT",
1406
+ "dependencies": {
1407
+ "@babel/traverse": "^7.27.1",
1408
+ "@babel/types": "^7.27.1"
1409
+ },
1318
1410
  "engines": {
1319
1411
  "node": ">=6.9.0"
1320
1412
  }
1321
1413
  },
1322
- "node_modules/@babel/helper-remap-async-to-generator": {
1414
+ "node_modules/@babel/helper-module-imports": {
1323
1415
  "version": "7.27.1",
1324
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
1325
- "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
1416
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
1417
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
1326
1418
  "license": "MIT",
1327
1419
  "dependencies": {
1328
- "@babel/helper-annotate-as-pure": "^7.27.1",
1329
- "@babel/helper-wrap-function": "^7.27.1",
1330
- "@babel/traverse": "^7.27.1"
1420
+ "@babel/traverse": "^7.27.1",
1421
+ "@babel/types": "^7.27.1"
1331
1422
  },
1332
1423
  "engines": {
1333
1424
  "node": ">=6.9.0"
1334
- },
1335
- "peerDependencies": {
1336
- "@babel/core": "^7.0.0"
1337
1425
  }
1338
1426
  },
1339
- "node_modules/@babel/helper-replace-supers": {
1340
- "version": "7.27.1",
1341
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
1342
- "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
1427
+ "node_modules/@babel/helper-module-transforms": {
1428
+ "version": "7.28.3",
1429
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
1430
+ "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
1343
1431
  "license": "MIT",
1344
1432
  "dependencies": {
1345
- "@babel/helper-member-expression-to-functions": "^7.27.1",
1346
- "@babel/helper-optimise-call-expression": "^7.27.1",
1347
- "@babel/traverse": "^7.27.1"
1433
+ "@babel/helper-module-imports": "^7.27.1",
1434
+ "@babel/helper-validator-identifier": "^7.27.1",
1435
+ "@babel/traverse": "^7.28.3"
1348
1436
  },
1349
1437
  "engines": {
1350
1438
  "node": ">=6.9.0"
@@ -1353,43 +1441,25 @@
1353
1441
  "@babel/core": "^7.0.0"
1354
1442
  }
1355
1443
  },
1356
- "node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
1357
- "version": "7.27.4",
1444
+ "node_modules/@babel/helper-optimise-call-expression": {
1445
+ "version": "7.27.1",
1446
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
1447
+ "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
1358
1448
  "license": "MIT",
1359
- "peer": true,
1360
1449
  "dependencies": {
1361
- "@ampproject/remapping": "^2.2.0",
1362
- "@babel/code-frame": "^7.27.1",
1363
- "@babel/generator": "^7.27.3",
1364
- "@babel/helper-compilation-targets": "^7.27.2",
1365
- "@babel/helper-module-transforms": "^7.27.3",
1366
- "@babel/helpers": "^7.27.4",
1367
- "@babel/parser": "^7.27.4",
1368
- "@babel/template": "^7.27.2",
1369
- "@babel/traverse": "^7.27.4",
1370
- "@babel/types": "^7.27.3",
1371
- "convert-source-map": "^2.0.0",
1372
- "debug": "^4.1.0",
1373
- "gensync": "^1.0.0-beta.2",
1374
- "json5": "^2.2.3",
1375
- "semver": "^6.3.1"
1450
+ "@babel/types": "^7.27.1"
1376
1451
  },
1377
1452
  "engines": {
1378
1453
  "node": ">=6.9.0"
1379
- },
1380
- "funding": {
1381
- "type": "opencollective",
1382
- "url": "https://opencollective.com/babel"
1383
1454
  }
1384
1455
  },
1385
- "node_modules/@babel/helper-replace-supers/node_modules/semver": {
1386
- "version": "6.3.1",
1387
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1388
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1389
- "license": "ISC",
1390
- "peer": true,
1391
- "bin": {
1392
- "semver": "bin/semver.js"
1456
+ "node_modules/@babel/helper-plugin-utils": {
1457
+ "version": "7.27.1",
1458
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
1459
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
1460
+ "license": "MIT",
1461
+ "engines": {
1462
+ "node": ">=6.9.0"
1393
1463
  }
1394
1464
  },
1395
1465
  "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
@@ -1474,15 +1544,13 @@
1474
1544
  "node": ">=6.0.0"
1475
1545
  }
1476
1546
  },
1477
- "node_modules/@babel/plugin-transform-async-generator-functions": {
1478
- "version": "7.28.0",
1479
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
1480
- "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
1547
+ "node_modules/@babel/plugin-syntax-decorators": {
1548
+ "version": "7.27.1",
1549
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
1550
+ "integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
1481
1551
  "license": "MIT",
1482
1552
  "dependencies": {
1483
- "@babel/helper-plugin-utils": "^7.27.1",
1484
- "@babel/helper-remap-async-to-generator": "^7.27.1",
1485
- "@babel/traverse": "^7.28.0"
1553
+ "@babel/helper-plugin-utils": "^7.27.1"
1486
1554
  },
1487
1555
  "engines": {
1488
1556
  "node": ">=6.9.0"
@@ -1491,138 +1559,7 @@
1491
1559
  "@babel/core": "^7.0.0-0"
1492
1560
  }
1493
1561
  },
1494
- "node_modules/@babel/plugin-transform-async-to-generator": {
1495
- "version": "7.27.1",
1496
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
1497
- "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
1498
- "license": "MIT",
1499
- "dependencies": {
1500
- "@babel/helper-module-imports": "^7.27.1",
1501
- "@babel/helper-plugin-utils": "^7.27.1",
1502
- "@babel/helper-remap-async-to-generator": "^7.27.1"
1503
- },
1504
- "engines": {
1505
- "node": ">=6.9.0"
1506
- },
1507
- "peerDependencies": {
1508
- "@babel/core": "^7.0.0-0"
1509
- }
1510
- },
1511
- "node_modules/@babel/plugin-transform-class-properties": {
1512
- "version": "7.27.1",
1513
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
1514
- "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
1515
- "license": "MIT",
1516
- "dependencies": {
1517
- "@babel/helper-create-class-features-plugin": "^7.27.1",
1518
- "@babel/helper-plugin-utils": "^7.27.1"
1519
- },
1520
- "engines": {
1521
- "node": ">=6.9.0"
1522
- },
1523
- "peerDependencies": {
1524
- "@babel/core": "^7.0.0-0"
1525
- }
1526
- },
1527
- "node_modules/@babel/plugin-transform-destructuring": {
1528
- "version": "7.28.0",
1529
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
1530
- "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
1531
- "license": "MIT",
1532
- "dependencies": {
1533
- "@babel/helper-plugin-utils": "^7.27.1",
1534
- "@babel/traverse": "^7.28.0"
1535
- },
1536
- "engines": {
1537
- "node": ">=6.9.0"
1538
- },
1539
- "peerDependencies": {
1540
- "@babel/core": "^7.0.0-0"
1541
- }
1542
- },
1543
- "node_modules/@babel/plugin-transform-object-rest-spread": {
1544
- "version": "7.28.0",
1545
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
1546
- "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
1547
- "license": "MIT",
1548
- "dependencies": {
1549
- "@babel/helper-compilation-targets": "^7.27.2",
1550
- "@babel/helper-plugin-utils": "^7.27.1",
1551
- "@babel/plugin-transform-destructuring": "^7.28.0",
1552
- "@babel/plugin-transform-parameters": "^7.27.7",
1553
- "@babel/traverse": "^7.28.0"
1554
- },
1555
- "engines": {
1556
- "node": ">=6.9.0"
1557
- },
1558
- "peerDependencies": {
1559
- "@babel/core": "^7.0.0-0"
1560
- }
1561
- },
1562
- "node_modules/@babel/plugin-transform-parameters": {
1563
- "version": "7.27.7",
1564
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
1565
- "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
1566
- "license": "MIT",
1567
- "dependencies": {
1568
- "@babel/helper-plugin-utils": "^7.27.1"
1569
- },
1570
- "engines": {
1571
- "node": ">=6.9.0"
1572
- },
1573
- "peerDependencies": {
1574
- "@babel/core": "^7.0.0-0"
1575
- }
1576
- },
1577
- "node_modules/@babel/preset-typescript": {
1578
- "version": "7.27.1",
1579
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
1580
- "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
1581
- "license": "MIT",
1582
- "dependencies": {
1583
- "@babel/helper-plugin-utils": "^7.27.1",
1584
- "@babel/helper-validator-option": "^7.27.1",
1585
- "@babel/plugin-syntax-jsx": "^7.27.1",
1586
- "@babel/plugin-transform-modules-commonjs": "^7.27.1",
1587
- "@babel/plugin-transform-typescript": "^7.27.1"
1588
- },
1589
- "engines": {
1590
- "node": ">=6.9.0"
1591
- },
1592
- "peerDependencies": {
1593
- "@babel/core": "^7.0.0-0"
1594
- }
1595
- },
1596
- "node_modules/@babel/preset-typescript/node_modules/@babel/core": {
1597
- "version": "7.27.4",
1598
- "license": "MIT",
1599
- "peer": true,
1600
- "dependencies": {
1601
- "@ampproject/remapping": "^2.2.0",
1602
- "@babel/code-frame": "^7.27.1",
1603
- "@babel/generator": "^7.27.3",
1604
- "@babel/helper-compilation-targets": "^7.27.2",
1605
- "@babel/helper-module-transforms": "^7.27.3",
1606
- "@babel/helpers": "^7.27.4",
1607
- "@babel/parser": "^7.27.4",
1608
- "@babel/template": "^7.27.2",
1609
- "@babel/traverse": "^7.27.4",
1610
- "@babel/types": "^7.27.3",
1611
- "convert-source-map": "^2.0.0",
1612
- "debug": "^4.1.0",
1613
- "gensync": "^1.0.0-beta.2",
1614
- "json5": "^2.2.3",
1615
- "semver": "^6.3.1"
1616
- },
1617
- "engines": {
1618
- "node": ">=6.9.0"
1619
- },
1620
- "funding": {
1621
- "type": "opencollective",
1622
- "url": "https://opencollective.com/babel"
1623
- }
1624
- },
1625
- "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-jsx": {
1562
+ "node_modules/@babel/plugin-syntax-jsx": {
1626
1563
  "version": "7.27.1",
1627
1564
  "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
1628
1565
  "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
@@ -1637,7 +1574,7 @@
1637
1574
  "@babel/core": "^7.0.0-0"
1638
1575
  }
1639
1576
  },
1640
- "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-typescript": {
1577
+ "node_modules/@babel/plugin-syntax-typescript": {
1641
1578
  "version": "7.27.1",
1642
1579
  "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
1643
1580
  "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
@@ -1652,7 +1589,7 @@
1652
1589
  "@babel/core": "^7.0.0-0"
1653
1590
  }
1654
1591
  },
1655
- "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-modules-commonjs": {
1592
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
1656
1593
  "version": "7.27.1",
1657
1594
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
1658
1595
  "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
@@ -1668,7 +1605,7 @@
1668
1605
  "@babel/core": "^7.0.0-0"
1669
1606
  }
1670
1607
  },
1671
- "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-typescript": {
1608
+ "node_modules/@babel/plugin-transform-typescript": {
1672
1609
  "version": "7.28.0",
1673
1610
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
1674
1611
  "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
@@ -1687,14 +1624,23 @@
1687
1624
  "@babel/core": "^7.0.0-0"
1688
1625
  }
1689
1626
  },
1690
- "node_modules/@babel/preset-typescript/node_modules/semver": {
1691
- "version": "6.3.1",
1692
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1693
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1694
- "license": "ISC",
1695
- "peer": true,
1696
- "bin": {
1697
- "semver": "bin/semver.js"
1627
+ "node_modules/@babel/preset-typescript": {
1628
+ "version": "7.27.1",
1629
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
1630
+ "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
1631
+ "license": "MIT",
1632
+ "dependencies": {
1633
+ "@babel/helper-plugin-utils": "^7.27.1",
1634
+ "@babel/helper-validator-option": "^7.27.1",
1635
+ "@babel/plugin-syntax-jsx": "^7.27.1",
1636
+ "@babel/plugin-transform-modules-commonjs": "^7.27.1",
1637
+ "@babel/plugin-transform-typescript": "^7.27.1"
1638
+ },
1639
+ "engines": {
1640
+ "node": ">=6.9.0"
1641
+ },
1642
+ "peerDependencies": {
1643
+ "@babel/core": "^7.0.0-0"
1698
1644
  }
1699
1645
  },
1700
1646
  "node_modules/@babel/template": {
@@ -3609,6 +3555,16 @@
3609
3555
  "@jridgewell/trace-mapping": "^0.3.24"
3610
3556
  }
3611
3557
  },
3558
+ "node_modules/@jridgewell/remapping": {
3559
+ "version": "2.3.5",
3560
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
3561
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
3562
+ "license": "MIT",
3563
+ "dependencies": {
3564
+ "@jridgewell/gen-mapping": "^0.3.5",
3565
+ "@jridgewell/trace-mapping": "^0.3.24"
3566
+ }
3567
+ },
3612
3568
  "node_modules/@jridgewell/resolve-uri": {
3613
3569
  "version": "3.1.2",
3614
3570
  "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
@@ -3869,6 +3825,45 @@
3869
3825
  "@babel/types": "^7.9.0"
3870
3826
  }
3871
3827
  },
3828
+ "node_modules/@komaci/common-shared/node_modules/@babel/core": {
3829
+ "version": "7.28.3",
3830
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
3831
+ "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
3832
+ "license": "MIT",
3833
+ "dependencies": {
3834
+ "@ampproject/remapping": "^2.2.0",
3835
+ "@babel/code-frame": "^7.27.1",
3836
+ "@babel/generator": "^7.28.3",
3837
+ "@babel/helper-compilation-targets": "^7.27.2",
3838
+ "@babel/helper-module-transforms": "^7.28.3",
3839
+ "@babel/helpers": "^7.28.3",
3840
+ "@babel/parser": "^7.28.3",
3841
+ "@babel/template": "^7.27.2",
3842
+ "@babel/traverse": "^7.28.3",
3843
+ "@babel/types": "^7.28.2",
3844
+ "convert-source-map": "^2.0.0",
3845
+ "debug": "^4.1.0",
3846
+ "gensync": "^1.0.0-beta.2",
3847
+ "json5": "^2.2.3",
3848
+ "semver": "^6.3.1"
3849
+ },
3850
+ "engines": {
3851
+ "node": ">=6.9.0"
3852
+ },
3853
+ "funding": {
3854
+ "type": "opencollective",
3855
+ "url": "https://opencollective.com/babel"
3856
+ }
3857
+ },
3858
+ "node_modules/@komaci/common-shared/node_modules/semver": {
3859
+ "version": "6.3.1",
3860
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3861
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3862
+ "license": "ISC",
3863
+ "bin": {
3864
+ "semver": "bin/semver.js"
3865
+ }
3866
+ },
3872
3867
  "node_modules/@komaci/esm-generator": {
3873
3868
  "version": "258.0.0",
3874
3869
  "resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-258.0.0.tgz",
@@ -3882,6 +3877,45 @@
3882
3877
  "@komaci/static-analyzer": "258.0.0"
3883
3878
  }
3884
3879
  },
3880
+ "node_modules/@komaci/esm-generator/node_modules/@babel/core": {
3881
+ "version": "7.28.3",
3882
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
3883
+ "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
3884
+ "license": "MIT",
3885
+ "dependencies": {
3886
+ "@ampproject/remapping": "^2.2.0",
3887
+ "@babel/code-frame": "^7.27.1",
3888
+ "@babel/generator": "^7.28.3",
3889
+ "@babel/helper-compilation-targets": "^7.27.2",
3890
+ "@babel/helper-module-transforms": "^7.28.3",
3891
+ "@babel/helpers": "^7.28.3",
3892
+ "@babel/parser": "^7.28.3",
3893
+ "@babel/template": "^7.27.2",
3894
+ "@babel/traverse": "^7.28.3",
3895
+ "@babel/types": "^7.28.2",
3896
+ "convert-source-map": "^2.0.0",
3897
+ "debug": "^4.1.0",
3898
+ "gensync": "^1.0.0-beta.2",
3899
+ "json5": "^2.2.3",
3900
+ "semver": "^6.3.1"
3901
+ },
3902
+ "engines": {
3903
+ "node": ">=6.9.0"
3904
+ },
3905
+ "funding": {
3906
+ "type": "opencollective",
3907
+ "url": "https://opencollective.com/babel"
3908
+ }
3909
+ },
3910
+ "node_modules/@komaci/esm-generator/node_modules/semver": {
3911
+ "version": "6.3.1",
3912
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3913
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3914
+ "license": "ISC",
3915
+ "bin": {
3916
+ "semver": "bin/semver.js"
3917
+ }
3918
+ },
3885
3919
  "node_modules/@komaci/static-analyzer": {
3886
3920
  "version": "258.0.0",
3887
3921
  "resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz",
@@ -4023,20 +4057,20 @@
4023
4057
  }
4024
4058
  },
4025
4059
  "node_modules/@lwc/aria-reflection": {
4026
- "version": "8.21.6",
4027
- "resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.21.6.tgz",
4028
- "integrity": "sha512-y3vgCtkOMbvUDRpGUZaBOxlzDOT5UaTmNykzNM+DCVDiZ4bKqTh3KQjmAKksGvjW0RU4rG+5sxsQclGKCcuvtQ==",
4060
+ "version": "8.22.1",
4061
+ "resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.22.1.tgz",
4062
+ "integrity": "sha512-SL101BB3jIM+Ko/wxH/4UkPqPvKyGTwLU1XHbmaiR00brkdx2Ckk+LtERdyxdvxyckI2y0hhn17313hKqcnk9A==",
4029
4063
  "license": "MIT"
4030
4064
  },
4031
4065
  "node_modules/@lwc/babel-plugin-component": {
4032
- "version": "8.21.6",
4033
- "resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.21.6.tgz",
4034
- "integrity": "sha512-SX+O1EUSdfYKuwLyIufFLp7dmVcpWH7zMlxP0pV8rh52IowPqFTf0iDEwWBNahKMEkkF+uBbk6gx46S4ktizOQ==",
4066
+ "version": "8.22.1",
4067
+ "resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.22.1.tgz",
4068
+ "integrity": "sha512-zkswqAV7PApSayq9JRf7FCmoN0Q5fpVUu/2DFwf7zd5+Y25ktgEwnDD1HbpXm/pIEhlqSG3W3YJydcdbDT5Hdw==",
4035
4069
  "license": "MIT",
4036
4070
  "dependencies": {
4037
4071
  "@babel/helper-module-imports": "7.27.1",
4038
- "@lwc/errors": "8.21.6",
4039
- "@lwc/shared": "8.21.6",
4072
+ "@lwc/errors": "8.22.1",
4073
+ "@lwc/shared": "8.22.1",
4040
4074
  "line-column": "~1.0.2"
4041
4075
  },
4042
4076
  "peerDependencies": {
@@ -4044,65 +4078,409 @@
4044
4078
  }
4045
4079
  },
4046
4080
  "node_modules/@lwc/compiler": {
4047
- "version": "8.21.6",
4048
- "resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.21.6.tgz",
4049
- "integrity": "sha512-njfZzQO3w6XAds1h38XjmU1fk50U963sRBSu2uCIH1N3bl+h/O7jQuMI9LyZi1XFqAOBM9YCAwOL4iJyVbJUsg==",
4081
+ "version": "8.22.1",
4082
+ "resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.22.1.tgz",
4083
+ "integrity": "sha512-hHP4xLfsSYeFUjGow3q3iQc45wuLDn4BzbMqKXber71T60K/rZ3zjc/PTfyLxrkdvqPDerffya9IC1A84cd4VA==",
4050
4084
  "license": "MIT",
4051
4085
  "dependencies": {
4052
- "@babel/core": "7.28.3",
4086
+ "@babel/core": "7.28.4",
4053
4087
  "@babel/plugin-transform-async-generator-functions": "7.28.0",
4054
4088
  "@babel/plugin-transform-async-to-generator": "7.27.1",
4055
4089
  "@babel/plugin-transform-class-properties": "7.27.1",
4056
- "@babel/plugin-transform-object-rest-spread": "7.28.0",
4090
+ "@babel/plugin-transform-object-rest-spread": "7.28.4",
4057
4091
  "@locker/babel-plugin-transform-unforgeables": "0.22.0",
4058
- "@lwc/babel-plugin-component": "8.21.6",
4059
- "@lwc/errors": "8.21.6",
4060
- "@lwc/shared": "8.21.6",
4061
- "@lwc/ssr-compiler": "8.21.6",
4062
- "@lwc/style-compiler": "8.21.6",
4063
- "@lwc/template-compiler": "8.21.6"
4092
+ "@lwc/babel-plugin-component": "8.22.1",
4093
+ "@lwc/errors": "8.22.1",
4094
+ "@lwc/shared": "8.22.1",
4095
+ "@lwc/ssr-compiler": "8.22.1",
4096
+ "@lwc/style-compiler": "8.22.1",
4097
+ "@lwc/template-compiler": "8.22.1"
4064
4098
  }
4065
4099
  },
4066
- "node_modules/@lwc/dev-server-plugin-lex": {
4067
- "version": "13.2.2",
4068
- "resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.2.tgz",
4069
- "integrity": "sha512-if4UDn9Dkk8IZDmv59jY344h2vay9HbkOW6AIBobtAJ+yjohjQkIW0jzfd3BDNuwJuhbLwI9aoq+JKdu5AA6qg==",
4070
- "license": "SEE LICENSE IN LICENSE.txt",
4100
+ "node_modules/@lwc/compiler/node_modules/@babel/core": {
4101
+ "version": "7.28.4",
4102
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
4103
+ "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
4104
+ "license": "MIT",
4071
4105
  "dependencies": {
4072
- "magic-string": "~0.30.17"
4106
+ "@babel/code-frame": "^7.27.1",
4107
+ "@babel/generator": "^7.28.3",
4108
+ "@babel/helper-compilation-targets": "^7.27.2",
4109
+ "@babel/helper-module-transforms": "^7.28.3",
4110
+ "@babel/helpers": "^7.28.4",
4111
+ "@babel/parser": "^7.28.4",
4112
+ "@babel/template": "^7.27.2",
4113
+ "@babel/traverse": "^7.28.4",
4114
+ "@babel/types": "^7.28.4",
4115
+ "@jridgewell/remapping": "^2.3.5",
4116
+ "convert-source-map": "^2.0.0",
4117
+ "debug": "^4.1.0",
4118
+ "gensync": "^1.0.0-beta.2",
4119
+ "json5": "^2.2.3",
4120
+ "semver": "^6.3.1"
4073
4121
  },
4074
- "peerDependencies": {
4075
- "@lwc/compiler": ">=8",
4076
- "@lwc/errors": ">=8"
4122
+ "engines": {
4123
+ "node": ">=6.9.0"
4124
+ },
4125
+ "funding": {
4126
+ "type": "opencollective",
4127
+ "url": "https://opencollective.com/babel"
4077
4128
  }
4078
4129
  },
4079
- "node_modules/@lwc/engine-core": {
4080
- "version": "8.21.6",
4081
- "resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.21.6.tgz",
4082
- "integrity": "sha512-cQd7+f3lw5vMr2xdSP3dSjL4M2r6S5LLVQMMi+HoSopdy16RRaRBJneTvOFJ0lO5tOzOUkANPZqHKZ5TPU2pQQ==",
4130
+ "node_modules/@lwc/compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
4131
+ "version": "7.28.4",
4132
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
4133
+ "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
4083
4134
  "license": "MIT",
4084
4135
  "dependencies": {
4085
- "@lwc/features": "8.21.6",
4086
- "@lwc/shared": "8.21.6",
4087
- "@lwc/signals": "8.21.6"
4088
- }
4089
- },
4090
- "node_modules/@lwc/engine-dom": {
4091
- "version": "8.21.6",
4092
- "resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.21.6.tgz",
4093
- "integrity": "sha512-9eA1ueWR66Zs20l59l4pJbhsswL/JqVkoSwgZnyxL6hRyzNyP7HNeVaiacl+cebYw/jrYz41VWPlpHS4LuPqLw==",
4094
- "license": "MIT"
4095
- },
4136
+ "@babel/code-frame": "^7.27.1",
4137
+ "@babel/generator": "^7.28.3",
4138
+ "@babel/helper-globals": "^7.28.0",
4139
+ "@babel/parser": "^7.28.4",
4140
+ "@babel/template": "^7.27.2",
4141
+ "@babel/types": "^7.28.4",
4142
+ "debug": "^4.3.1"
4143
+ },
4144
+ "engines": {
4145
+ "node": ">=6.9.0"
4146
+ }
4147
+ },
4148
+ "node_modules/@lwc/compiler/node_modules/@babel/helper-create-class-features-plugin": {
4149
+ "version": "7.27.1",
4150
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
4151
+ "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
4152
+ "license": "MIT",
4153
+ "dependencies": {
4154
+ "@babel/helper-annotate-as-pure": "^7.27.1",
4155
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
4156
+ "@babel/helper-optimise-call-expression": "^7.27.1",
4157
+ "@babel/helper-replace-supers": "^7.27.1",
4158
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
4159
+ "@babel/traverse": "^7.27.1",
4160
+ "semver": "^6.3.1"
4161
+ },
4162
+ "engines": {
4163
+ "node": ">=6.9.0"
4164
+ },
4165
+ "peerDependencies": {
4166
+ "@babel/core": "^7.0.0"
4167
+ }
4168
+ },
4169
+ "node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator": {
4170
+ "version": "7.27.1",
4171
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
4172
+ "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
4173
+ "license": "MIT",
4174
+ "dependencies": {
4175
+ "@babel/helper-annotate-as-pure": "^7.27.1",
4176
+ "@babel/helper-wrap-function": "^7.27.1",
4177
+ "@babel/traverse": "^7.27.1"
4178
+ },
4179
+ "engines": {
4180
+ "node": ">=6.9.0"
4181
+ },
4182
+ "peerDependencies": {
4183
+ "@babel/core": "^7.0.0"
4184
+ }
4185
+ },
4186
+ "node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers": {
4187
+ "version": "7.27.1",
4188
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
4189
+ "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
4190
+ "license": "MIT",
4191
+ "dependencies": {
4192
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
4193
+ "@babel/helper-optimise-call-expression": "^7.27.1",
4194
+ "@babel/traverse": "^7.27.1"
4195
+ },
4196
+ "engines": {
4197
+ "node": ">=6.9.0"
4198
+ },
4199
+ "peerDependencies": {
4200
+ "@babel/core": "^7.0.0"
4201
+ }
4202
+ },
4203
+ "node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
4204
+ "version": "7.27.4",
4205
+ "license": "MIT",
4206
+ "peer": true,
4207
+ "dependencies": {
4208
+ "@ampproject/remapping": "^2.2.0",
4209
+ "@babel/code-frame": "^7.27.1",
4210
+ "@babel/generator": "^7.27.3",
4211
+ "@babel/helper-compilation-targets": "^7.27.2",
4212
+ "@babel/helper-module-transforms": "^7.27.3",
4213
+ "@babel/helpers": "^7.27.4",
4214
+ "@babel/parser": "^7.27.4",
4215
+ "@babel/template": "^7.27.2",
4216
+ "@babel/traverse": "^7.27.4",
4217
+ "@babel/types": "^7.27.3",
4218
+ "convert-source-map": "^2.0.0",
4219
+ "debug": "^4.1.0",
4220
+ "gensync": "^1.0.0-beta.2",
4221
+ "json5": "^2.2.3",
4222
+ "semver": "^6.3.1"
4223
+ },
4224
+ "engines": {
4225
+ "node": ">=6.9.0"
4226
+ },
4227
+ "funding": {
4228
+ "type": "opencollective",
4229
+ "url": "https://opencollective.com/babel"
4230
+ }
4231
+ },
4232
+ "node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/helpers": {
4233
+ "version": "7.28.3",
4234
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
4235
+ "integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
4236
+ "license": "MIT",
4237
+ "peer": true,
4238
+ "dependencies": {
4239
+ "@babel/template": "^7.27.2",
4240
+ "@babel/types": "^7.28.2"
4241
+ },
4242
+ "engines": {
4243
+ "node": ">=6.9.0"
4244
+ }
4245
+ },
4246
+ "node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
4247
+ "version": "7.28.3",
4248
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
4249
+ "integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
4250
+ "license": "MIT",
4251
+ "peer": true,
4252
+ "dependencies": {
4253
+ "@babel/types": "^7.28.2"
4254
+ },
4255
+ "bin": {
4256
+ "parser": "bin/babel-parser.js"
4257
+ },
4258
+ "engines": {
4259
+ "node": ">=6.0.0"
4260
+ }
4261
+ },
4262
+ "node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/types": {
4263
+ "version": "7.28.2",
4264
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
4265
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
4266
+ "license": "MIT",
4267
+ "peer": true,
4268
+ "dependencies": {
4269
+ "@babel/helper-string-parser": "^7.27.1",
4270
+ "@babel/helper-validator-identifier": "^7.27.1"
4271
+ },
4272
+ "engines": {
4273
+ "node": ">=6.9.0"
4274
+ }
4275
+ },
4276
+ "node_modules/@lwc/compiler/node_modules/@babel/helpers": {
4277
+ "version": "7.28.4",
4278
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
4279
+ "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
4280
+ "license": "MIT",
4281
+ "dependencies": {
4282
+ "@babel/template": "^7.27.2",
4283
+ "@babel/types": "^7.28.4"
4284
+ },
4285
+ "engines": {
4286
+ "node": ">=6.9.0"
4287
+ }
4288
+ },
4289
+ "node_modules/@lwc/compiler/node_modules/@babel/parser": {
4290
+ "version": "7.28.4",
4291
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
4292
+ "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
4293
+ "license": "MIT",
4294
+ "dependencies": {
4295
+ "@babel/types": "^7.28.4"
4296
+ },
4297
+ "bin": {
4298
+ "parser": "bin/babel-parser.js"
4299
+ },
4300
+ "engines": {
4301
+ "node": ">=6.0.0"
4302
+ }
4303
+ },
4304
+ "node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-generator-functions": {
4305
+ "version": "7.28.0",
4306
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
4307
+ "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
4308
+ "license": "MIT",
4309
+ "dependencies": {
4310
+ "@babel/helper-plugin-utils": "^7.27.1",
4311
+ "@babel/helper-remap-async-to-generator": "^7.27.1",
4312
+ "@babel/traverse": "^7.28.0"
4313
+ },
4314
+ "engines": {
4315
+ "node": ">=6.9.0"
4316
+ },
4317
+ "peerDependencies": {
4318
+ "@babel/core": "^7.0.0-0"
4319
+ }
4320
+ },
4321
+ "node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-to-generator": {
4322
+ "version": "7.27.1",
4323
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
4324
+ "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
4325
+ "license": "MIT",
4326
+ "dependencies": {
4327
+ "@babel/helper-module-imports": "^7.27.1",
4328
+ "@babel/helper-plugin-utils": "^7.27.1",
4329
+ "@babel/helper-remap-async-to-generator": "^7.27.1"
4330
+ },
4331
+ "engines": {
4332
+ "node": ">=6.9.0"
4333
+ },
4334
+ "peerDependencies": {
4335
+ "@babel/core": "^7.0.0-0"
4336
+ }
4337
+ },
4338
+ "node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-class-properties": {
4339
+ "version": "7.27.1",
4340
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
4341
+ "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
4342
+ "license": "MIT",
4343
+ "dependencies": {
4344
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
4345
+ "@babel/helper-plugin-utils": "^7.27.1"
4346
+ },
4347
+ "engines": {
4348
+ "node": ">=6.9.0"
4349
+ },
4350
+ "peerDependencies": {
4351
+ "@babel/core": "^7.0.0-0"
4352
+ }
4353
+ },
4354
+ "node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring": {
4355
+ "version": "7.28.0",
4356
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
4357
+ "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
4358
+ "license": "MIT",
4359
+ "dependencies": {
4360
+ "@babel/helper-plugin-utils": "^7.27.1",
4361
+ "@babel/traverse": "^7.28.0"
4362
+ },
4363
+ "engines": {
4364
+ "node": ">=6.9.0"
4365
+ },
4366
+ "peerDependencies": {
4367
+ "@babel/core": "^7.0.0-0"
4368
+ }
4369
+ },
4370
+ "node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-object-rest-spread": {
4371
+ "version": "7.28.4",
4372
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
4373
+ "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
4374
+ "license": "MIT",
4375
+ "dependencies": {
4376
+ "@babel/helper-compilation-targets": "^7.27.2",
4377
+ "@babel/helper-plugin-utils": "^7.27.1",
4378
+ "@babel/plugin-transform-destructuring": "^7.28.0",
4379
+ "@babel/plugin-transform-parameters": "^7.27.7",
4380
+ "@babel/traverse": "^7.28.4"
4381
+ },
4382
+ "engines": {
4383
+ "node": ">=6.9.0"
4384
+ },
4385
+ "peerDependencies": {
4386
+ "@babel/core": "^7.0.0-0"
4387
+ }
4388
+ },
4389
+ "node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-object-rest-spread/node_modules/@babel/traverse": {
4390
+ "version": "7.28.4",
4391
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
4392
+ "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
4393
+ "license": "MIT",
4394
+ "dependencies": {
4395
+ "@babel/code-frame": "^7.27.1",
4396
+ "@babel/generator": "^7.28.3",
4397
+ "@babel/helper-globals": "^7.28.0",
4398
+ "@babel/parser": "^7.28.4",
4399
+ "@babel/template": "^7.27.2",
4400
+ "@babel/types": "^7.28.4",
4401
+ "debug": "^4.3.1"
4402
+ },
4403
+ "engines": {
4404
+ "node": ">=6.9.0"
4405
+ }
4406
+ },
4407
+ "node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-parameters": {
4408
+ "version": "7.27.7",
4409
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
4410
+ "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
4411
+ "license": "MIT",
4412
+ "dependencies": {
4413
+ "@babel/helper-plugin-utils": "^7.27.1"
4414
+ },
4415
+ "engines": {
4416
+ "node": ">=6.9.0"
4417
+ },
4418
+ "peerDependencies": {
4419
+ "@babel/core": "^7.0.0-0"
4420
+ }
4421
+ },
4422
+ "node_modules/@lwc/compiler/node_modules/@babel/types": {
4423
+ "version": "7.28.4",
4424
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
4425
+ "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
4426
+ "license": "MIT",
4427
+ "dependencies": {
4428
+ "@babel/helper-string-parser": "^7.27.1",
4429
+ "@babel/helper-validator-identifier": "^7.27.1"
4430
+ },
4431
+ "engines": {
4432
+ "node": ">=6.9.0"
4433
+ }
4434
+ },
4435
+ "node_modules/@lwc/compiler/node_modules/semver": {
4436
+ "version": "6.3.1",
4437
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
4438
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
4439
+ "license": "ISC",
4440
+ "bin": {
4441
+ "semver": "bin/semver.js"
4442
+ }
4443
+ },
4444
+ "node_modules/@lwc/dev-server-plugin-lex": {
4445
+ "version": "13.2.2",
4446
+ "resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.2.tgz",
4447
+ "integrity": "sha512-if4UDn9Dkk8IZDmv59jY344h2vay9HbkOW6AIBobtAJ+yjohjQkIW0jzfd3BDNuwJuhbLwI9aoq+JKdu5AA6qg==",
4448
+ "license": "SEE LICENSE IN LICENSE.txt",
4449
+ "dependencies": {
4450
+ "magic-string": "~0.30.17"
4451
+ },
4452
+ "peerDependencies": {
4453
+ "@lwc/compiler": ">=8",
4454
+ "@lwc/errors": ">=8"
4455
+ }
4456
+ },
4457
+ "node_modules/@lwc/engine-core": {
4458
+ "version": "8.22.1",
4459
+ "resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.22.1.tgz",
4460
+ "integrity": "sha512-Vpr5AA/5LfIja5oKrlRHfCZHT4r0f+HDVFh45aVfwqFx4tppSWCD/xAzlVfRLuvUMGqd8mVrBraCAZhZO6+/tg==",
4461
+ "license": "MIT",
4462
+ "dependencies": {
4463
+ "@lwc/features": "8.22.1",
4464
+ "@lwc/shared": "8.22.1",
4465
+ "@lwc/signals": "8.22.1"
4466
+ }
4467
+ },
4468
+ "node_modules/@lwc/engine-dom": {
4469
+ "version": "8.22.1",
4470
+ "resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.22.1.tgz",
4471
+ "integrity": "sha512-X4+L0JrkRKKNl6xSNsbRw955EJgxwKDd807UIhTgBCHXHYqrIAIQra6sV4OejvMJ95gzARz0JkDBNzHkFAY9PQ==",
4472
+ "license": "MIT"
4473
+ },
4096
4474
  "node_modules/@lwc/engine-server": {
4097
- "version": "8.21.6",
4098
- "resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.21.6.tgz",
4099
- "integrity": "sha512-YjfHcFVDEiFwQ/fZsfs/jdxJDbg0oHPoqEczWgdk65XcfuvT2vDbbvUH6+Vqh4C6ZHaH+49jOuDFYUdRRdDR2w==",
4475
+ "version": "8.22.1",
4476
+ "resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.22.1.tgz",
4477
+ "integrity": "sha512-zJNfHyXKiDsix1we/Sxa+EKFzS55kGWLOB/Yj/auPMVnb+rDoxRvkThPGwWo9m8LLXWDvjAXA/nWueuhK+5agA==",
4100
4478
  "license": "MIT"
4101
4479
  },
4102
4480
  "node_modules/@lwc/errors": {
4103
- "version": "8.21.6",
4104
- "resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.21.6.tgz",
4105
- "integrity": "sha512-MYloB3BVuJv0d29hbQtxZQhnynbeDKzcsGO0CwfU5Vd+/hkAc0UyJoKaHbXbeIep0Km+an12A2/cmzkmGIzhjQ==",
4481
+ "version": "8.22.1",
4482
+ "resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.22.1.tgz",
4483
+ "integrity": "sha512-w+eQT0e/xPlxrIGH1XehS2WJFRsF/cmZP3F+eFNeFOCs/QILOHRnKSOpchgJtv7IM/jrEk1rdCn7jMySP3RaNQ==",
4106
4484
  "license": "MIT"
4107
4485
  },
4108
4486
  "node_modules/@lwc/eslint-plugin-lwc": {
@@ -4736,12 +5114,12 @@
4736
5114
  }
4737
5115
  },
4738
5116
  "node_modules/@lwc/features": {
4739
- "version": "8.21.6",
4740
- "resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.21.6.tgz",
4741
- "integrity": "sha512-+5yhhxYGWErN4GUPAdwfIeLe20TN4UrMKUe2+Pmu96dEBL1TH9cpAX7KGf5+LK27AzHSUUpcnIssaHupWX72dg==",
5117
+ "version": "8.22.1",
5118
+ "resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.22.1.tgz",
5119
+ "integrity": "sha512-u/i8FfzSxSFa0ASL8xIYcSyL/J8PjLk0vulXuRtd26FX6XTErei4nHuBDXyVDdJdpeJZ6BTM1Loq88sIGFIMeA==",
4742
5120
  "license": "MIT",
4743
5121
  "dependencies": {
4744
- "@lwc/shared": "8.21.6"
5122
+ "@lwc/shared": "8.22.1"
4745
5123
  }
4746
5124
  },
4747
5125
  "node_modules/@lwc/lwc-dev-server": {
@@ -4907,29 +5285,57 @@
4907
5285
  }
4908
5286
  },
4909
5287
  "node_modules/@lwc/module-resolver": {
4910
- "version": "8.21.6",
4911
- "resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.21.6.tgz",
4912
- "integrity": "sha512-leh5QP/aZsP0mLT0J+Ck3Zy5ehZkkXbv2DmuRbG3QCkQRjE9RtQqe44Xt3ANb90hoKpLbVT519ppTDFB4rBQJA==",
5288
+ "version": "8.22.1",
5289
+ "resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.22.1.tgz",
5290
+ "integrity": "sha512-tsVCQEK27ILSiYCDJMKg06q8mnxthU8X4y3Qt6bBJ4y86tmamMvwea8fr/v4Wjq11btIDVUUbUMdXrDMaJ927w==",
4913
5291
  "license": "MIT",
4914
5292
  "dependencies": {
4915
5293
  "resolve": "~1.22.10"
4916
5294
  }
4917
5295
  },
4918
5296
  "node_modules/@lwc/rollup-plugin": {
4919
- "version": "8.21.6",
4920
- "resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.21.6.tgz",
4921
- "integrity": "sha512-cVlWu155lvdsRypK5XbdPaEnmbkVgJXTglDlzez+B0lEWnVfR4+oxbg3ZACm2gbgWWFcx+s9q+8cJioFJPOWDw==",
5297
+ "version": "8.22.1",
5298
+ "resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.22.1.tgz",
5299
+ "integrity": "sha512-6Mtr9EKWbuCc3S61r8RR8uP0X08NuTU8Ddlv4f6BoFsP59mhhlberz//CHPvhhY1O3MCVPM44A7RgFkjHge7hQ==",
4922
5300
  "license": "MIT",
4923
5301
  "dependencies": {
4924
- "@lwc/compiler": "8.21.6",
4925
- "@lwc/module-resolver": "8.21.6",
4926
- "@lwc/shared": "8.21.6",
4927
- "@rollup/pluginutils": "~5.2.0"
5302
+ "@lwc/compiler": "8.22.1",
5303
+ "@lwc/module-resolver": "8.22.1",
5304
+ "@lwc/shared": "8.22.1",
5305
+ "@rollup/pluginutils": "~5.3.0"
4928
5306
  },
4929
5307
  "peerDependencies": {
4930
5308
  "rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0"
4931
5309
  }
4932
5310
  },
5311
+ "node_modules/@lwc/rollup-plugin/node_modules/@rollup/pluginutils": {
5312
+ "version": "5.3.0",
5313
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
5314
+ "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
5315
+ "license": "MIT",
5316
+ "dependencies": {
5317
+ "@types/estree": "^1.0.0",
5318
+ "estree-walker": "^2.0.2",
5319
+ "picomatch": "^4.0.2"
5320
+ },
5321
+ "engines": {
5322
+ "node": ">=14.0.0"
5323
+ },
5324
+ "peerDependencies": {
5325
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
5326
+ },
5327
+ "peerDependenciesMeta": {
5328
+ "rollup": {
5329
+ "optional": true
5330
+ }
5331
+ }
5332
+ },
5333
+ "node_modules/@lwc/rollup-plugin/node_modules/estree-walker": {
5334
+ "version": "2.0.2",
5335
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
5336
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
5337
+ "license": "MIT"
5338
+ },
4933
5339
  "node_modules/@lwc/sfdc-compiler-utils": {
4934
5340
  "version": "13.2.2",
4935
5341
  "resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.2.tgz",
@@ -4983,82 +5389,6 @@
4983
5389
  "@lwc/template-compiler": ">=8"
4984
5390
  }
4985
5391
  },
4986
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
4987
- "version": "7.27.4",
4988
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz",
4989
- "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
4990
- "license": "MIT",
4991
- "dependencies": {
4992
- "@ampproject/remapping": "^2.2.0",
4993
- "@babel/code-frame": "^7.27.1",
4994
- "@babel/generator": "^7.27.3",
4995
- "@babel/helper-compilation-targets": "^7.27.2",
4996
- "@babel/helper-module-transforms": "^7.27.3",
4997
- "@babel/helpers": "^7.27.4",
4998
- "@babel/parser": "^7.27.4",
4999
- "@babel/template": "^7.27.2",
5000
- "@babel/traverse": "^7.27.4",
5001
- "@babel/types": "^7.27.3",
5002
- "convert-source-map": "^2.0.0",
5003
- "debug": "^4.1.0",
5004
- "gensync": "^1.0.0-beta.2",
5005
- "json5": "^2.2.3",
5006
- "semver": "^6.3.1"
5007
- },
5008
- "engines": {
5009
- "node": ">=6.9.0"
5010
- },
5011
- "funding": {
5012
- "type": "opencollective",
5013
- "url": "https://opencollective.com/babel"
5014
- }
5015
- },
5016
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/parser": {
5017
- "version": "7.28.3",
5018
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
5019
- "integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
5020
- "license": "MIT",
5021
- "dependencies": {
5022
- "@babel/types": "^7.28.2"
5023
- },
5024
- "bin": {
5025
- "parser": "bin/babel-parser.js"
5026
- },
5027
- "engines": {
5028
- "node": ">=6.0.0"
5029
- }
5030
- },
5031
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
5032
- "version": "7.28.3",
5033
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
5034
- "integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
5035
- "license": "MIT",
5036
- "dependencies": {
5037
- "@babel/code-frame": "^7.27.1",
5038
- "@babel/generator": "^7.28.3",
5039
- "@babel/helper-globals": "^7.28.0",
5040
- "@babel/parser": "^7.28.3",
5041
- "@babel/template": "^7.27.2",
5042
- "@babel/types": "^7.28.2",
5043
- "debug": "^4.3.1"
5044
- },
5045
- "engines": {
5046
- "node": ">=6.9.0"
5047
- }
5048
- },
5049
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/types": {
5050
- "version": "7.28.2",
5051
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
5052
- "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
5053
- "license": "MIT",
5054
- "dependencies": {
5055
- "@babel/helper-string-parser": "^7.27.1",
5056
- "@babel/helper-validator-identifier": "^7.27.1"
5057
- },
5058
- "engines": {
5059
- "node": ">=6.9.0"
5060
- }
5061
- },
5062
5392
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
5063
5393
  "version": "7.27.5",
5064
5394
  "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz",
@@ -5068,122 +5398,23 @@
5068
5398
  "@babel/types": "^7.27.3"
5069
5399
  },
5070
5400
  "bin": {
5071
- "parser": "bin/babel-parser.js"
5072
- },
5073
- "engines": {
5074
- "node": ">=6.0.0"
5075
- }
5076
- },
5077
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser/node_modules/@babel/types": {
5078
- "version": "7.28.2",
5079
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
5080
- "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
5081
- "license": "MIT",
5082
- "dependencies": {
5083
- "@babel/helper-string-parser": "^7.27.1",
5084
- "@babel/helper-validator-identifier": "^7.27.1"
5085
- },
5086
- "engines": {
5087
- "node": ">=6.9.0"
5088
- }
5089
- },
5090
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
5091
- "version": "7.27.1",
5092
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
5093
- "integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
5094
- "license": "MIT",
5095
- "dependencies": {
5096
- "@babel/helper-plugin-utils": "^7.27.1"
5097
- },
5098
- "engines": {
5099
- "node": ">=6.9.0"
5100
- },
5101
- "peerDependencies": {
5102
- "@babel/core": "^7.0.0-0"
5103
- }
5104
- },
5105
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-jsx": {
5106
- "version": "7.27.1",
5107
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
5108
- "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
5109
- "license": "MIT",
5110
- "dependencies": {
5111
- "@babel/helper-plugin-utils": "^7.27.1"
5112
- },
5113
- "engines": {
5114
- "node": ">=6.9.0"
5115
- },
5116
- "peerDependencies": {
5117
- "@babel/core": "^7.0.0-0"
5118
- }
5119
- },
5120
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-typescript": {
5121
- "version": "7.27.1",
5122
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
5123
- "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
5124
- "license": "MIT",
5125
- "dependencies": {
5126
- "@babel/helper-plugin-utils": "^7.27.1"
5127
- },
5128
- "engines": {
5129
- "node": ">=6.9.0"
5130
- },
5131
- "peerDependencies": {
5132
- "@babel/core": "^7.0.0-0"
5133
- }
5134
- },
5135
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-modules-commonjs": {
5136
- "version": "7.27.1",
5137
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
5138
- "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
5139
- "license": "MIT",
5140
- "dependencies": {
5141
- "@babel/helper-module-transforms": "^7.27.1",
5142
- "@babel/helper-plugin-utils": "^7.27.1"
5143
- },
5144
- "engines": {
5145
- "node": ">=6.9.0"
5146
- },
5147
- "peerDependencies": {
5148
- "@babel/core": "^7.0.0-0"
5149
- }
5150
- },
5151
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
5152
- "version": "7.28.0",
5153
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
5154
- "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
5155
- "license": "MIT",
5156
- "dependencies": {
5157
- "@babel/helper-annotate-as-pure": "^7.27.3",
5158
- "@babel/helper-create-class-features-plugin": "^7.27.1",
5159
- "@babel/helper-plugin-utils": "^7.27.1",
5160
- "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
5161
- "@babel/plugin-syntax-typescript": "^7.27.1"
5401
+ "parser": "bin/babel-parser.js"
5162
5402
  },
5163
5403
  "engines": {
5164
- "node": ">=6.9.0"
5165
- },
5166
- "peerDependencies": {
5167
- "@babel/core": "^7.0.0-0"
5404
+ "node": ">=6.0.0"
5168
5405
  }
5169
5406
  },
5170
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
5171
- "version": "7.27.1",
5172
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
5173
- "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
5407
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser/node_modules/@babel/types": {
5408
+ "version": "7.28.2",
5409
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
5410
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
5174
5411
  "license": "MIT",
5175
5412
  "dependencies": {
5176
- "@babel/helper-plugin-utils": "^7.27.1",
5177
- "@babel/helper-validator-option": "^7.27.1",
5178
- "@babel/plugin-syntax-jsx": "^7.27.1",
5179
- "@babel/plugin-transform-modules-commonjs": "^7.27.1",
5180
- "@babel/plugin-transform-typescript": "^7.27.1"
5413
+ "@babel/helper-string-parser": "^7.27.1",
5414
+ "@babel/helper-validator-identifier": "^7.27.1"
5181
5415
  },
5182
5416
  "engines": {
5183
5417
  "node": ">=6.9.0"
5184
- },
5185
- "peerDependencies": {
5186
- "@babel/core": "^7.0.0-0"
5187
5418
  }
5188
5419
  },
5189
5420
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
@@ -5280,32 +5511,6 @@
5280
5511
  "url": "https://github.com/sponsors/sindresorhus"
5281
5512
  }
5282
5513
  },
5283
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/plugin-babel": {
5284
- "version": "6.0.4",
5285
- "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz",
5286
- "integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==",
5287
- "license": "MIT",
5288
- "dependencies": {
5289
- "@babel/helper-module-imports": "^7.18.6",
5290
- "@rollup/pluginutils": "^5.0.1"
5291
- },
5292
- "engines": {
5293
- "node": ">=14.0.0"
5294
- },
5295
- "peerDependencies": {
5296
- "@babel/core": "^7.0.0",
5297
- "@types/babel__core": "^7.1.9",
5298
- "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
5299
- },
5300
- "peerDependenciesMeta": {
5301
- "@types/babel__core": {
5302
- "optional": true
5303
- },
5304
- "rollup": {
5305
- "optional": true
5306
- }
5307
- }
5308
- },
5309
5514
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/astring": {
5310
5515
  "version": "1.8.6",
5311
5516
  "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
@@ -5501,57 +5706,61 @@
5501
5706
  "url": "https://github.com/sponsors/sindresorhus"
5502
5707
  }
5503
5708
  },
5504
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/semver": {
5505
- "version": "6.3.1",
5506
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
5507
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
5508
- "license": "ISC",
5509
- "bin": {
5510
- "semver": "bin/semver.js"
5511
- }
5512
- },
5513
5709
  "node_modules/@lwc/shared": {
5514
- "version": "8.21.6",
5515
- "resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.21.6.tgz",
5516
- "integrity": "sha512-9mdhGNycy/kf6uLXjotc/XbSHTFVOEwaXkr6Ss7EkCg/mMwEdwVt6lN3fHk/tSH4v3YEJvfxfoQ3OeCcUINj5g==",
5710
+ "version": "8.22.1",
5711
+ "resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.22.1.tgz",
5712
+ "integrity": "sha512-7kZEVLZaXE5mMF6FnGXqcsyU5q39EzOHD7gWGpR0Vcf4leqstKhtIo39y9bILnJK9oMVRC7jiZGU1Gd1gRnDlQ==",
5517
5713
  "license": "MIT"
5518
5714
  },
5519
5715
  "node_modules/@lwc/signals": {
5520
- "version": "8.21.6",
5521
- "resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.21.6.tgz",
5522
- "integrity": "sha512-A5c/hvbSBFg/qCaANt8VDsKXz0SrvuVC14uVwc+Ov0l2Y1M/Q2wrkumg9aquH3fCqVOj+QFAvJ6NmoW6fpy5xQ==",
5716
+ "version": "8.22.1",
5717
+ "resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.22.1.tgz",
5718
+ "integrity": "sha512-ALVZQAVX2+XXS2t0HqNZd7nijGPVGV002ldw5yYohFrfMIlICCXO7EOYA/UYHmxdItq2S2w6O1VanY7ZdxkCjg==",
5523
5719
  "license": "MIT"
5524
5720
  },
5525
5721
  "node_modules/@lwc/ssr-compiler": {
5526
- "version": "8.21.6",
5527
- "resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.21.6.tgz",
5528
- "integrity": "sha512-My7X2Y5rbba5fztyW529j/qEB3+VXEgYcUVKHExvJKD7A6sLT+1lsRsjWcQ06vnf2FsxS7VVsqAsXJ/CQRjM8A==",
5722
+ "version": "8.22.1",
5723
+ "resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.22.1.tgz",
5724
+ "integrity": "sha512-JyPQQndCkRpZJT6EdX5K/NvavslLMzyeHAzJo84dLT0tTcHCohA+XGp0uD4Bkjw/VFdBY4lqoEJLG/Qqjuc98w==",
5529
5725
  "license": "MIT",
5530
5726
  "dependencies": {
5531
- "@babel/types": "7.28.2",
5532
- "@lwc/errors": "8.21.6",
5533
- "@lwc/shared": "8.21.6",
5534
- "@lwc/template-compiler": "8.21.6",
5727
+ "@babel/types": "7.28.4",
5728
+ "@lwc/errors": "8.22.1",
5729
+ "@lwc/shared": "8.22.1",
5730
+ "@lwc/template-compiler": "8.22.1",
5535
5731
  "acorn": "8.15.0",
5536
5732
  "astring": "^1.9.0",
5537
5733
  "estree-toolkit": "^1.7.13",
5538
- "immer": "^10.1.1",
5734
+ "immer": "^10.1.3",
5539
5735
  "meriyah": "^5.0.0"
5540
5736
  }
5541
5737
  },
5738
+ "node_modules/@lwc/ssr-compiler/node_modules/@babel/types": {
5739
+ "version": "7.28.4",
5740
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
5741
+ "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
5742
+ "license": "MIT",
5743
+ "dependencies": {
5744
+ "@babel/helper-string-parser": "^7.27.1",
5745
+ "@babel/helper-validator-identifier": "^7.27.1"
5746
+ },
5747
+ "engines": {
5748
+ "node": ">=6.9.0"
5749
+ }
5750
+ },
5542
5751
  "node_modules/@lwc/ssr-runtime": {
5543
- "version": "8.21.6",
5544
- "resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.21.6.tgz",
5545
- "integrity": "sha512-DZqTur4fYNYj0mXKmCExE3N69CF5oNkn9JX8AN8G50m28sv+r+EQyfslLBJw4m5AOVsPTIEuo0H3CCSzcWzOJg==",
5752
+ "version": "8.22.1",
5753
+ "resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.22.1.tgz",
5754
+ "integrity": "sha512-raE3G2L5SkMJCDHkapBjiZk8a/GMCtQ+FO6NI8YD0gBZWffKYqyKGkP4vCGSa+l08d7IBmy7KbKvqrS0/LjDOw==",
5546
5755
  "license": "MIT"
5547
5756
  },
5548
5757
  "node_modules/@lwc/style-compiler": {
5549
- "version": "8.21.6",
5550
- "resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.21.6.tgz",
5551
- "integrity": "sha512-FUcEVHJZ7aZ/MmdHVDKnplP1Y5pr3grOu4tDCxn4EcY+kYSAPK9dtp/n7/vtKhgHE+Y1NpB6yO/GymdMkV/21Q==",
5758
+ "version": "8.22.1",
5759
+ "resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.22.1.tgz",
5760
+ "integrity": "sha512-PrldYu0SjuBwcfOr8hPqpwTDoSmOtLKUMb1vjQdhm3X4gSr+bMGPrCFhi4nrMELIej+Z+HTom57YOXSzpr1mtQ==",
5552
5761
  "license": "MIT",
5553
5762
  "dependencies": {
5554
- "@lwc/shared": "8.21.6",
5763
+ "@lwc/shared": "8.22.1",
5555
5764
  "postcss": "~8.5.6",
5556
5765
  "postcss-selector-parser": "~7.1.0",
5557
5766
  "postcss-value-parser": "~4.2.0"
@@ -5571,37 +5780,37 @@
5571
5780
  }
5572
5781
  },
5573
5782
  "node_modules/@lwc/synthetic-shadow": {
5574
- "version": "8.21.6",
5575
- "resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.21.6.tgz",
5576
- "integrity": "sha512-3z1sLCUKi3CztPufAg04j4dhd2HXEsh/oOPflNI1ipH2/Ho28b1oDgLrESNeXh7aJkEtS+vTTgu/WdnaIUQyrg==",
5783
+ "version": "8.22.1",
5784
+ "resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.22.1.tgz",
5785
+ "integrity": "sha512-bo+2H3iQUWz55g2vm6ilKMkU+BXrRV4HTNKL6ObMvNE1nVW4vvgHVKqYKLNxBLUUck1GYCZjb+Aq7XpykkpUxQ==",
5577
5786
  "license": "MIT"
5578
5787
  },
5579
5788
  "node_modules/@lwc/template-compiler": {
5580
- "version": "8.21.6",
5581
- "resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.21.6.tgz",
5582
- "integrity": "sha512-zlh76kCHBPeJL0H8NXXASFJ4scAvJNlBEDE1SxhT+92AgKyTfisuhHqplhGHrmhdtpOyc5C9CfGu15OgfDaqNQ==",
5789
+ "version": "8.22.1",
5790
+ "resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.22.1.tgz",
5791
+ "integrity": "sha512-nNUBYgRXT8nTus2K7tahzGpMmbWHc07tJw+PIwz8b9YkVe7uzVaAg9DfPDrddnfxowlzI27V3XbfdAvg+J3fcg==",
5583
5792
  "license": "MIT",
5584
5793
  "dependencies": {
5585
- "@lwc/errors": "8.21.6",
5586
- "@lwc/shared": "8.21.6",
5794
+ "@lwc/errors": "8.22.1",
5795
+ "@lwc/shared": "8.22.1",
5587
5796
  "acorn": "~8.15.0",
5588
5797
  "astring": "~1.9.0",
5589
5798
  "he": "~1.2.0"
5590
5799
  }
5591
5800
  },
5592
5801
  "node_modules/@lwc/types": {
5593
- "version": "8.21.6",
5594
- "resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.21.6.tgz",
5595
- "integrity": "sha512-qE+dYiZd/rYQDLWxeNapF7N0BXjjy4H7Ei3CrTuhZh613xe/J53dPF3O7XD2hFTVlMae5Uze7HNwVwUVw9bcdA==",
5802
+ "version": "8.22.1",
5803
+ "resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.22.1.tgz",
5804
+ "integrity": "sha512-eUcmIayqDXRQgUHTtGF6vp/u+0/tDaURsZC8Y3lk8kunsJ6h/jVUQG43c8J9VNjTBvJuQ03P8bnu+a354g0j5w==",
5596
5805
  "license": "MIT",
5597
5806
  "dependencies": {
5598
- "@lwc/engine-core": "8.21.6"
5807
+ "@lwc/engine-core": "8.22.1"
5599
5808
  }
5600
5809
  },
5601
5810
  "node_modules/@lwc/wire-service": {
5602
- "version": "8.21.6",
5603
- "resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.21.6.tgz",
5604
- "integrity": "sha512-0tHZZGKEtm3EHSA9JKHFlZBlK8XC0KhMPfpaOWGyjf8UGsNhUpRnz8ckHKYXEB1Wqp4kVAjEJ8WiK+HjXNhQTA==",
5811
+ "version": "8.22.1",
5812
+ "resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.22.1.tgz",
5813
+ "integrity": "sha512-Qz2b1krspplo36A0K2ohAvDnpbYe1iXnJoQvuQvCOUbUCMubKQ5vTT0u7wlH2CcjJcuhB8ZbBvi9ViGUF5bfpQ==",
5605
5814
  "license": "MIT"
5606
5815
  },
5607
5816
  "node_modules/@lwrjs/api": {
@@ -5948,6 +6157,45 @@
5948
6157
  "@lwc/module-resolver": ">= 2.x"
5949
6158
  }
5950
6159
  },
6160
+ "node_modules/@lwrjs/lwc-module-provider/node_modules/@babel/core": {
6161
+ "version": "7.28.3",
6162
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
6163
+ "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
6164
+ "license": "MIT",
6165
+ "dependencies": {
6166
+ "@ampproject/remapping": "^2.2.0",
6167
+ "@babel/code-frame": "^7.27.1",
6168
+ "@babel/generator": "^7.28.3",
6169
+ "@babel/helper-compilation-targets": "^7.27.2",
6170
+ "@babel/helper-module-transforms": "^7.28.3",
6171
+ "@babel/helpers": "^7.28.3",
6172
+ "@babel/parser": "^7.28.3",
6173
+ "@babel/template": "^7.27.2",
6174
+ "@babel/traverse": "^7.28.3",
6175
+ "@babel/types": "^7.28.2",
6176
+ "convert-source-map": "^2.0.0",
6177
+ "debug": "^4.1.0",
6178
+ "gensync": "^1.0.0-beta.2",
6179
+ "json5": "^2.2.3",
6180
+ "semver": "^6.3.1"
6181
+ },
6182
+ "engines": {
6183
+ "node": ">=6.9.0"
6184
+ },
6185
+ "funding": {
6186
+ "type": "opencollective",
6187
+ "url": "https://opencollective.com/babel"
6188
+ }
6189
+ },
6190
+ "node_modules/@lwrjs/lwc-module-provider/node_modules/semver": {
6191
+ "version": "6.3.1",
6192
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
6193
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
6194
+ "license": "ISC",
6195
+ "bin": {
6196
+ "semver": "bin/semver.js"
6197
+ }
6198
+ },
5951
6199
  "node_modules/@lwrjs/lwc-ssr": {
5952
6200
  "version": "0.18.3",
5953
6201
  "resolved": "https://registry.npmjs.org/@lwrjs/lwc-ssr/-/lwc-ssr-0.18.3.tgz",
@@ -7589,6 +7837,32 @@
7589
7837
  "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
7590
7838
  "license": "BSD-3-Clause"
7591
7839
  },
7840
+ "node_modules/@rollup/plugin-babel": {
7841
+ "version": "6.0.4",
7842
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz",
7843
+ "integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==",
7844
+ "license": "MIT",
7845
+ "dependencies": {
7846
+ "@babel/helper-module-imports": "^7.18.6",
7847
+ "@rollup/pluginutils": "^5.0.1"
7848
+ },
7849
+ "engines": {
7850
+ "node": ">=14.0.0"
7851
+ },
7852
+ "peerDependencies": {
7853
+ "@babel/core": "^7.0.0",
7854
+ "@types/babel__core": "^7.1.9",
7855
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
7856
+ },
7857
+ "peerDependenciesMeta": {
7858
+ "@types/babel__core": {
7859
+ "optional": true
7860
+ },
7861
+ "rollup": {
7862
+ "optional": true
7863
+ }
7864
+ }
7865
+ },
7592
7866
  "node_modules/@rollup/plugin-node-resolve": {
7593
7867
  "version": "15.3.1",
7594
7868
  "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
@@ -7702,18 +7976,6 @@
7702
7976
  "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
7703
7977
  "license": "MIT"
7704
7978
  },
7705
- "node_modules/@rollup/pluginutils/node_modules/picomatch": {
7706
- "version": "4.0.2",
7707
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
7708
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
7709
- "license": "MIT",
7710
- "engines": {
7711
- "node": ">=12"
7712
- },
7713
- "funding": {
7714
- "url": "https://github.com/sponsors/jonschlinkert"
7715
- }
7716
- },
7717
7979
  "node_modules/@rollup/wasm-node": {
7718
7980
  "version": "4.10.0",
7719
7981
  "resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.10.0.tgz",
@@ -10600,6 +10862,18 @@
10600
10862
  "node": ">= 8"
10601
10863
  }
10602
10864
  },
10865
+ "node_modules/anymatch/node_modules/picomatch": {
10866
+ "version": "2.3.1",
10867
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
10868
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
10869
+ "license": "MIT",
10870
+ "engines": {
10871
+ "node": ">=8.6"
10872
+ },
10873
+ "funding": {
10874
+ "url": "https://github.com/sponsors/jonschlinkert"
10875
+ }
10876
+ },
10603
10877
  "node_modules/append-transform": {
10604
10878
  "version": "2.0.0",
10605
10879
  "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
@@ -14524,6 +14798,20 @@
14524
14798
  "node": ">=0.8.0"
14525
14799
  }
14526
14800
  },
14801
+ "node_modules/fdir": {
14802
+ "version": "6.4.6",
14803
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
14804
+ "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
14805
+ "license": "MIT",
14806
+ "peerDependencies": {
14807
+ "picomatch": "^3 || ^4"
14808
+ },
14809
+ "peerDependenciesMeta": {
14810
+ "picomatch": {
14811
+ "optional": true
14812
+ }
14813
+ }
14814
+ },
14527
14815
  "node_modules/fetch-blob": {
14528
14816
  "version": "3.2.0",
14529
14817
  "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
@@ -16065,9 +16353,9 @@
16065
16353
  "license": "MIT"
16066
16354
  },
16067
16355
  "node_modules/immer": {
16068
- "version": "10.1.1",
16069
- "resolved": "https://registry.npmjs.org/immer/-/immer-10.1.1.tgz",
16070
- "integrity": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==",
16356
+ "version": "10.1.3",
16357
+ "resolved": "https://registry.npmjs.org/immer/-/immer-10.1.3.tgz",
16358
+ "integrity": "sha512-tmjF/k8QDKydUlm3mZU+tjM6zeq9/fFpPqH9SzWmBnVVKsPBg/V66qsMwb3/Bo90cgUN+ghdVBess+hPsxUyRw==",
16071
16359
  "license": "MIT",
16072
16360
  "funding": {
16073
16361
  "type": "opencollective",
@@ -17099,6 +17387,47 @@
17099
17387
  "node": ">=10"
17100
17388
  }
17101
17389
  },
17390
+ "node_modules/istanbul-lib-instrument/node_modules/@babel/core": {
17391
+ "version": "7.28.3",
17392
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
17393
+ "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
17394
+ "dev": true,
17395
+ "license": "MIT",
17396
+ "dependencies": {
17397
+ "@ampproject/remapping": "^2.2.0",
17398
+ "@babel/code-frame": "^7.27.1",
17399
+ "@babel/generator": "^7.28.3",
17400
+ "@babel/helper-compilation-targets": "^7.27.2",
17401
+ "@babel/helper-module-transforms": "^7.28.3",
17402
+ "@babel/helpers": "^7.28.3",
17403
+ "@babel/parser": "^7.28.3",
17404
+ "@babel/template": "^7.27.2",
17405
+ "@babel/traverse": "^7.28.3",
17406
+ "@babel/types": "^7.28.2",
17407
+ "convert-source-map": "^2.0.0",
17408
+ "debug": "^4.1.0",
17409
+ "gensync": "^1.0.0-beta.2",
17410
+ "json5": "^2.2.3",
17411
+ "semver": "^6.3.1"
17412
+ },
17413
+ "engines": {
17414
+ "node": ">=6.9.0"
17415
+ },
17416
+ "funding": {
17417
+ "type": "opencollective",
17418
+ "url": "https://opencollective.com/babel"
17419
+ }
17420
+ },
17421
+ "node_modules/istanbul-lib-instrument/node_modules/@babel/core/node_modules/semver": {
17422
+ "version": "6.3.1",
17423
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
17424
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
17425
+ "dev": true,
17426
+ "license": "ISC",
17427
+ "bin": {
17428
+ "semver": "bin/semver.js"
17429
+ }
17430
+ },
17102
17431
  "node_modules/istanbul-lib-processinfo": {
17103
17432
  "version": "2.0.3",
17104
17433
  "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
@@ -18022,29 +18351,29 @@
18022
18351
  "license": "MIT"
18023
18352
  },
18024
18353
  "node_modules/lwc": {
18025
- "version": "8.21.6",
18026
- "resolved": "https://registry.npmjs.org/lwc/-/lwc-8.21.6.tgz",
18027
- "integrity": "sha512-mxZ2Xm2o/HU3cW/EIDSEQJIUQd82yAwYnk5qFhzTYvTSKLHppdAtZIQqxcyHA0T25Avmwn2EGCHQS/ctWSB+8w==",
18028
- "license": "MIT",
18029
- "dependencies": {
18030
- "@lwc/aria-reflection": "8.21.6",
18031
- "@lwc/babel-plugin-component": "8.21.6",
18032
- "@lwc/compiler": "8.21.6",
18033
- "@lwc/engine-core": "8.21.6",
18034
- "@lwc/engine-dom": "8.21.6",
18035
- "@lwc/engine-server": "8.21.6",
18036
- "@lwc/errors": "8.21.6",
18037
- "@lwc/features": "8.21.6",
18038
- "@lwc/module-resolver": "8.21.6",
18039
- "@lwc/rollup-plugin": "8.21.6",
18040
- "@lwc/shared": "8.21.6",
18041
- "@lwc/ssr-compiler": "8.21.6",
18042
- "@lwc/ssr-runtime": "8.21.6",
18043
- "@lwc/style-compiler": "8.21.6",
18044
- "@lwc/synthetic-shadow": "8.21.6",
18045
- "@lwc/template-compiler": "8.21.6",
18046
- "@lwc/types": "8.21.6",
18047
- "@lwc/wire-service": "8.21.6"
18354
+ "version": "8.22.1",
18355
+ "resolved": "https://registry.npmjs.org/lwc/-/lwc-8.22.1.tgz",
18356
+ "integrity": "sha512-7Y9FFhtsEaShxSrysIgj+m6va88As1L19jKGxmK5lhLCexP9czX2YMkZqkFFG2H29f/JRdnNmZ63aEFxGdcHjw==",
18357
+ "license": "MIT",
18358
+ "dependencies": {
18359
+ "@lwc/aria-reflection": "8.22.1",
18360
+ "@lwc/babel-plugin-component": "8.22.1",
18361
+ "@lwc/compiler": "8.22.1",
18362
+ "@lwc/engine-core": "8.22.1",
18363
+ "@lwc/engine-dom": "8.22.1",
18364
+ "@lwc/engine-server": "8.22.1",
18365
+ "@lwc/errors": "8.22.1",
18366
+ "@lwc/features": "8.22.1",
18367
+ "@lwc/module-resolver": "8.22.1",
18368
+ "@lwc/rollup-plugin": "8.22.1",
18369
+ "@lwc/shared": "8.22.1",
18370
+ "@lwc/ssr-compiler": "8.22.1",
18371
+ "@lwc/ssr-runtime": "8.22.1",
18372
+ "@lwc/style-compiler": "8.22.1",
18373
+ "@lwc/synthetic-shadow": "8.22.1",
18374
+ "@lwc/template-compiler": "8.22.1",
18375
+ "@lwc/types": "8.22.1",
18376
+ "@lwc/wire-service": "8.22.1"
18048
18377
  }
18049
18378
  },
18050
18379
  "node_modules/magic-string": {
@@ -18557,6 +18886,18 @@
18557
18886
  "node": ">=8.6"
18558
18887
  }
18559
18888
  },
18889
+ "node_modules/micromatch/node_modules/picomatch": {
18890
+ "version": "2.3.1",
18891
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
18892
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
18893
+ "license": "MIT",
18894
+ "engines": {
18895
+ "node": ">=8.6"
18896
+ },
18897
+ "funding": {
18898
+ "url": "https://github.com/sponsors/jonschlinkert"
18899
+ }
18900
+ },
18560
18901
  "node_modules/mime": {
18561
18902
  "version": "4.0.4",
18562
18903
  "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz",
@@ -19927,12 +20268,12 @@
19927
20268
  "license": "ISC"
19928
20269
  },
19929
20270
  "node_modules/picomatch": {
19930
- "version": "2.3.1",
19931
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
19932
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
20271
+ "version": "4.0.2",
20272
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
20273
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
19933
20274
  "license": "MIT",
19934
20275
  "engines": {
19935
- "node": ">=8.6"
20276
+ "node": ">=12"
19936
20277
  },
19937
20278
  "funding": {
19938
20279
  "url": "https://github.com/sponsors/jonschlinkert"
@@ -20596,6 +20937,18 @@
20596
20937
  "node": ">=8.10.0"
20597
20938
  }
20598
20939
  },
20940
+ "node_modules/readdirp/node_modules/picomatch": {
20941
+ "version": "2.3.1",
20942
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
20943
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
20944
+ "license": "MIT",
20945
+ "engines": {
20946
+ "node": ">=8.6"
20947
+ },
20948
+ "funding": {
20949
+ "url": "https://github.com/sponsors/jonschlinkert"
20950
+ }
20951
+ },
20599
20952
  "node_modules/real-require": {
20600
20953
  "version": "0.2.0",
20601
20954
  "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
@@ -22352,32 +22705,6 @@
22352
22705
  "url": "https://github.com/sponsors/SuperchupuDev"
22353
22706
  }
22354
22707
  },
22355
- "node_modules/tinyglobby/node_modules/fdir": {
22356
- "version": "6.4.6",
22357
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
22358
- "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
22359
- "license": "MIT",
22360
- "peerDependencies": {
22361
- "picomatch": "^3 || ^4"
22362
- },
22363
- "peerDependenciesMeta": {
22364
- "picomatch": {
22365
- "optional": true
22366
- }
22367
- }
22368
- },
22369
- "node_modules/tinyglobby/node_modules/picomatch": {
22370
- "version": "4.0.2",
22371
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
22372
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
22373
- "license": "MIT",
22374
- "engines": {
22375
- "node": ">=12"
22376
- },
22377
- "funding": {
22378
- "url": "https://github.com/sponsors/jonschlinkert"
22379
- }
22380
- },
22381
22708
  "node_modules/tmp": {
22382
22709
  "version": "0.0.33",
22383
22710
  "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",