@salesforce/plugin-lightning-dev 5.0.25-alpha.0 → 5.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -9
- package/lib/commands/lightning/dev/component.d.ts +2 -10
- package/lib/commands/lightning/dev/component.js +28 -65
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/shared/previewUtils.d.ts +0 -11
- package/lib/shared/previewUtils.js +0 -18
- package/lib/shared/previewUtils.js.map +1 -1
- package/npm-shrinkwrap.json +1097 -669
- package/oclif.lock +267 -233
- package/oclif.manifest.json +1 -8
- package/package.json +8 -8
- package/lib/shared/metaUtils.d.ts +0 -78
- package/lib/shared/metaUtils.js +0 -187
- package/lib/shared/metaUtils.js.map +0 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.0.25
|
|
3
|
+
"version": "5.0.25",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.0.25
|
|
9
|
+
"version": "5.0.25",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
13
13
|
"@inquirer/select": "^2.4.7",
|
|
14
|
-
"@lwc/lwc-dev-server": "~13.2.
|
|
15
|
-
"@lwc/sfdc-lwc-compiler": "~13.2.
|
|
14
|
+
"@lwc/lwc-dev-server": "~13.2.18",
|
|
15
|
+
"@lwc/sfdc-lwc-compiler": "~13.2.7",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
18
18
|
"@salesforce/core": "^8.23.3",
|
|
19
19
|
"@salesforce/kit": "^3.2.4",
|
|
20
|
-
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.
|
|
20
|
+
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.13.1",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
|
-
"lwc": "~8.
|
|
24
|
+
"lwc": "~8.23.0",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
26
26
|
"open": "^10.2.0",
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
@@ -1260,21 +1260,21 @@
|
|
|
1260
1260
|
}
|
|
1261
1261
|
},
|
|
1262
1262
|
"node_modules/@babel/core": {
|
|
1263
|
-
"version": "7.28.
|
|
1264
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
1265
|
-
"integrity": "sha512-
|
|
1263
|
+
"version": "7.28.4",
|
|
1264
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
1265
|
+
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
1266
1266
|
"license": "MIT",
|
|
1267
1267
|
"peer": true,
|
|
1268
1268
|
"dependencies": {
|
|
1269
1269
|
"@babel/code-frame": "^7.27.1",
|
|
1270
|
-
"@babel/generator": "^7.28.
|
|
1270
|
+
"@babel/generator": "^7.28.3",
|
|
1271
1271
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1272
1272
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
1273
1273
|
"@babel/helpers": "^7.28.4",
|
|
1274
|
-
"@babel/parser": "^7.28.
|
|
1274
|
+
"@babel/parser": "^7.28.4",
|
|
1275
1275
|
"@babel/template": "^7.27.2",
|
|
1276
|
-
"@babel/traverse": "^7.28.
|
|
1277
|
-
"@babel/types": "^7.28.
|
|
1276
|
+
"@babel/traverse": "^7.28.4",
|
|
1277
|
+
"@babel/types": "^7.28.4",
|
|
1278
1278
|
"@jridgewell/remapping": "^2.3.5",
|
|
1279
1279
|
"convert-source-map": "^2.0.0",
|
|
1280
1280
|
"debug": "^4.1.0",
|
|
@@ -1290,77 +1290,6 @@
|
|
|
1290
1290
|
"url": "https://opencollective.com/babel"
|
|
1291
1291
|
}
|
|
1292
1292
|
},
|
|
1293
|
-
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
1294
|
-
"version": "7.28.5",
|
|
1295
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1296
|
-
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1297
|
-
"license": "MIT",
|
|
1298
|
-
"dependencies": {
|
|
1299
|
-
"@babel/parser": "^7.28.5",
|
|
1300
|
-
"@babel/types": "^7.28.5",
|
|
1301
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1302
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1303
|
-
"jsesc": "^3.0.2"
|
|
1304
|
-
},
|
|
1305
|
-
"engines": {
|
|
1306
|
-
"node": ">=6.9.0"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
"node_modules/@babel/core/node_modules/@babel/helper-validator-identifier": {
|
|
1310
|
-
"version": "7.28.5",
|
|
1311
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1312
|
-
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1313
|
-
"license": "MIT",
|
|
1314
|
-
"engines": {
|
|
1315
|
-
"node": ">=6.9.0"
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
1319
|
-
"version": "7.28.5",
|
|
1320
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1321
|
-
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1322
|
-
"license": "MIT",
|
|
1323
|
-
"dependencies": {
|
|
1324
|
-
"@babel/types": "^7.28.5"
|
|
1325
|
-
},
|
|
1326
|
-
"bin": {
|
|
1327
|
-
"parser": "bin/babel-parser.js"
|
|
1328
|
-
},
|
|
1329
|
-
"engines": {
|
|
1330
|
-
"node": ">=6.0.0"
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1334
|
-
"version": "7.28.5",
|
|
1335
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1336
|
-
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1337
|
-
"license": "MIT",
|
|
1338
|
-
"dependencies": {
|
|
1339
|
-
"@babel/code-frame": "^7.27.1",
|
|
1340
|
-
"@babel/generator": "^7.28.5",
|
|
1341
|
-
"@babel/helper-globals": "^7.28.0",
|
|
1342
|
-
"@babel/parser": "^7.28.5",
|
|
1343
|
-
"@babel/template": "^7.27.2",
|
|
1344
|
-
"@babel/types": "^7.28.5",
|
|
1345
|
-
"debug": "^4.3.1"
|
|
1346
|
-
},
|
|
1347
|
-
"engines": {
|
|
1348
|
-
"node": ">=6.9.0"
|
|
1349
|
-
}
|
|
1350
|
-
},
|
|
1351
|
-
"node_modules/@babel/core/node_modules/@babel/types": {
|
|
1352
|
-
"version": "7.28.5",
|
|
1353
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1354
|
-
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1355
|
-
"license": "MIT",
|
|
1356
|
-
"dependencies": {
|
|
1357
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
1358
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1359
|
-
},
|
|
1360
|
-
"engines": {
|
|
1361
|
-
"node": ">=6.9.0"
|
|
1362
|
-
}
|
|
1363
|
-
},
|
|
1364
1293
|
"node_modules/@babel/core/node_modules/semver": {
|
|
1365
1294
|
"version": "6.3.1",
|
|
1366
1295
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1520,6 +1449,114 @@
|
|
|
1520
1449
|
"@babel/core": "^7.0.0"
|
|
1521
1450
|
}
|
|
1522
1451
|
},
|
|
1452
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
|
|
1453
|
+
"version": "7.28.5",
|
|
1454
|
+
"license": "MIT",
|
|
1455
|
+
"dependencies": {
|
|
1456
|
+
"@babel/code-frame": "^7.27.1",
|
|
1457
|
+
"@babel/generator": "^7.28.5",
|
|
1458
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1459
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1460
|
+
"@babel/helpers": "^7.28.4",
|
|
1461
|
+
"@babel/parser": "^7.28.5",
|
|
1462
|
+
"@babel/template": "^7.27.2",
|
|
1463
|
+
"@babel/traverse": "^7.28.5",
|
|
1464
|
+
"@babel/types": "^7.28.5",
|
|
1465
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1466
|
+
"convert-source-map": "^2.0.0",
|
|
1467
|
+
"debug": "^4.1.0",
|
|
1468
|
+
"gensync": "^1.0.0-beta.2",
|
|
1469
|
+
"json5": "^2.2.3",
|
|
1470
|
+
"semver": "^6.3.1"
|
|
1471
|
+
},
|
|
1472
|
+
"engines": {
|
|
1473
|
+
"node": ">=6.9.0"
|
|
1474
|
+
},
|
|
1475
|
+
"funding": {
|
|
1476
|
+
"type": "opencollective",
|
|
1477
|
+
"url": "https://opencollective.com/babel"
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1481
|
+
"version": "7.28.5",
|
|
1482
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1483
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1484
|
+
"license": "MIT",
|
|
1485
|
+
"dependencies": {
|
|
1486
|
+
"@babel/code-frame": "^7.27.1",
|
|
1487
|
+
"@babel/generator": "^7.28.5",
|
|
1488
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1489
|
+
"@babel/parser": "^7.28.5",
|
|
1490
|
+
"@babel/template": "^7.27.2",
|
|
1491
|
+
"@babel/types": "^7.28.5",
|
|
1492
|
+
"debug": "^4.3.1"
|
|
1493
|
+
},
|
|
1494
|
+
"engines": {
|
|
1495
|
+
"node": ">=6.9.0"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
|
|
1499
|
+
"version": "7.28.5",
|
|
1500
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1501
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1502
|
+
"license": "MIT",
|
|
1503
|
+
"dependencies": {
|
|
1504
|
+
"@babel/parser": "^7.28.5",
|
|
1505
|
+
"@babel/types": "^7.28.5",
|
|
1506
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1507
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1508
|
+
"jsesc": "^3.0.2"
|
|
1509
|
+
},
|
|
1510
|
+
"engines": {
|
|
1511
|
+
"node": ">=6.9.0"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
1515
|
+
"version": "7.28.5",
|
|
1516
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1517
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1518
|
+
"license": "MIT",
|
|
1519
|
+
"dependencies": {
|
|
1520
|
+
"@babel/types": "^7.28.5"
|
|
1521
|
+
},
|
|
1522
|
+
"bin": {
|
|
1523
|
+
"parser": "bin/babel-parser.js"
|
|
1524
|
+
},
|
|
1525
|
+
"engines": {
|
|
1526
|
+
"node": ">=6.0.0"
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/types": {
|
|
1530
|
+
"version": "7.28.5",
|
|
1531
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1532
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1533
|
+
"license": "MIT",
|
|
1534
|
+
"dependencies": {
|
|
1535
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1536
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1537
|
+
},
|
|
1538
|
+
"engines": {
|
|
1539
|
+
"node": ">=6.9.0"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
1543
|
+
"version": "7.28.5",
|
|
1544
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1545
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1546
|
+
"license": "MIT",
|
|
1547
|
+
"engines": {
|
|
1548
|
+
"node": ">=6.9.0"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"node_modules/@babel/helper-module-transforms/node_modules/semver": {
|
|
1552
|
+
"version": "6.3.1",
|
|
1553
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1554
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1555
|
+
"license": "ISC",
|
|
1556
|
+
"bin": {
|
|
1557
|
+
"semver": "bin/semver.js"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1523
1560
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1524
1561
|
"version": "7.27.1",
|
|
1525
1562
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
@@ -1575,57 +1612,165 @@
|
|
|
1575
1612
|
"@babel/core": "^7.0.0"
|
|
1576
1613
|
}
|
|
1577
1614
|
},
|
|
1578
|
-
"node_modules/@babel/helper-
|
|
1579
|
-
"version": "7.
|
|
1580
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
1581
|
-
"integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
1615
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1616
|
+
"version": "7.28.5",
|
|
1582
1617
|
"license": "MIT",
|
|
1583
1618
|
"dependencies": {
|
|
1584
|
-
"@babel/
|
|
1585
|
-
"@babel/
|
|
1619
|
+
"@babel/code-frame": "^7.27.1",
|
|
1620
|
+
"@babel/generator": "^7.28.5",
|
|
1621
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1622
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1623
|
+
"@babel/helpers": "^7.28.4",
|
|
1624
|
+
"@babel/parser": "^7.28.5",
|
|
1625
|
+
"@babel/template": "^7.27.2",
|
|
1626
|
+
"@babel/traverse": "^7.28.5",
|
|
1627
|
+
"@babel/types": "^7.28.5",
|
|
1628
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1629
|
+
"convert-source-map": "^2.0.0",
|
|
1630
|
+
"debug": "^4.1.0",
|
|
1631
|
+
"gensync": "^1.0.0-beta.2",
|
|
1632
|
+
"json5": "^2.2.3",
|
|
1633
|
+
"semver": "^6.3.1"
|
|
1586
1634
|
},
|
|
1587
1635
|
"engines": {
|
|
1588
1636
|
"node": ">=6.9.0"
|
|
1637
|
+
},
|
|
1638
|
+
"funding": {
|
|
1639
|
+
"type": "opencollective",
|
|
1640
|
+
"url": "https://opencollective.com/babel"
|
|
1589
1641
|
}
|
|
1590
1642
|
},
|
|
1591
|
-
"node_modules/@babel/helper-
|
|
1592
|
-
"version": "7.
|
|
1593
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1594
|
-
"integrity": "sha512-
|
|
1643
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1644
|
+
"version": "7.28.5",
|
|
1645
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1646
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1595
1647
|
"license": "MIT",
|
|
1648
|
+
"dependencies": {
|
|
1649
|
+
"@babel/code-frame": "^7.27.1",
|
|
1650
|
+
"@babel/generator": "^7.28.5",
|
|
1651
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1652
|
+
"@babel/parser": "^7.28.5",
|
|
1653
|
+
"@babel/template": "^7.27.2",
|
|
1654
|
+
"@babel/types": "^7.28.5",
|
|
1655
|
+
"debug": "^4.3.1"
|
|
1656
|
+
},
|
|
1596
1657
|
"engines": {
|
|
1597
1658
|
"node": ">=6.9.0"
|
|
1598
1659
|
}
|
|
1599
1660
|
},
|
|
1600
|
-
"node_modules/@babel/helper-
|
|
1601
|
-
"version": "7.
|
|
1602
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1603
|
-
"integrity": "sha512-
|
|
1661
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/generator": {
|
|
1662
|
+
"version": "7.28.5",
|
|
1663
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1664
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1604
1665
|
"license": "MIT",
|
|
1666
|
+
"dependencies": {
|
|
1667
|
+
"@babel/parser": "^7.28.5",
|
|
1668
|
+
"@babel/types": "^7.28.5",
|
|
1669
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1670
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1671
|
+
"jsesc": "^3.0.2"
|
|
1672
|
+
},
|
|
1605
1673
|
"engines": {
|
|
1606
1674
|
"node": ">=6.9.0"
|
|
1607
1675
|
}
|
|
1608
1676
|
},
|
|
1609
|
-
"node_modules/@babel/helper-validator-
|
|
1610
|
-
"version": "7.
|
|
1611
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-
|
|
1612
|
-
"integrity": "sha512-
|
|
1677
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/helper-validator-identifier": {
|
|
1678
|
+
"version": "7.28.5",
|
|
1679
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1680
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1613
1681
|
"license": "MIT",
|
|
1614
1682
|
"engines": {
|
|
1615
1683
|
"node": ">=6.9.0"
|
|
1616
1684
|
}
|
|
1617
1685
|
},
|
|
1618
|
-
"node_modules/@babel/helper-
|
|
1619
|
-
"version": "7.
|
|
1620
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1621
|
-
"integrity": "sha512-
|
|
1686
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
|
|
1687
|
+
"version": "7.28.5",
|
|
1688
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1689
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1622
1690
|
"license": "MIT",
|
|
1623
1691
|
"dependencies": {
|
|
1624
|
-
"@babel/
|
|
1625
|
-
"@babel/traverse": "^7.27.1",
|
|
1626
|
-
"@babel/types": "^7.27.1"
|
|
1692
|
+
"@babel/types": "^7.28.5"
|
|
1627
1693
|
},
|
|
1628
|
-
"
|
|
1694
|
+
"bin": {
|
|
1695
|
+
"parser": "bin/babel-parser.js"
|
|
1696
|
+
},
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": ">=6.0.0"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/types": {
|
|
1702
|
+
"version": "7.28.5",
|
|
1703
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1704
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1705
|
+
"license": "MIT",
|
|
1706
|
+
"dependencies": {
|
|
1707
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1708
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1709
|
+
},
|
|
1710
|
+
"engines": {
|
|
1711
|
+
"node": ">=6.9.0"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
"node_modules/@babel/helper-replace-supers/node_modules/semver": {
|
|
1715
|
+
"version": "6.3.1",
|
|
1716
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1717
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1718
|
+
"license": "ISC",
|
|
1719
|
+
"bin": {
|
|
1720
|
+
"semver": "bin/semver.js"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
1724
|
+
"version": "7.27.1",
|
|
1725
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
1726
|
+
"integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
1727
|
+
"license": "MIT",
|
|
1728
|
+
"dependencies": {
|
|
1729
|
+
"@babel/traverse": "^7.27.1",
|
|
1730
|
+
"@babel/types": "^7.27.1"
|
|
1731
|
+
},
|
|
1732
|
+
"engines": {
|
|
1733
|
+
"node": ">=6.9.0"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
"node_modules/@babel/helper-string-parser": {
|
|
1737
|
+
"version": "7.27.1",
|
|
1738
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
1739
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
1740
|
+
"license": "MIT",
|
|
1741
|
+
"engines": {
|
|
1742
|
+
"node": ">=6.9.0"
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1745
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
1746
|
+
"version": "7.27.1",
|
|
1747
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
1748
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
1749
|
+
"license": "MIT",
|
|
1750
|
+
"engines": {
|
|
1751
|
+
"node": ">=6.9.0"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
"node_modules/@babel/helper-validator-option": {
|
|
1755
|
+
"version": "7.27.1",
|
|
1756
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
1757
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
1758
|
+
"license": "MIT",
|
|
1759
|
+
"engines": {
|
|
1760
|
+
"node": ">=6.9.0"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"node_modules/@babel/helper-wrap-function": {
|
|
1764
|
+
"version": "7.27.1",
|
|
1765
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
|
|
1766
|
+
"integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
|
|
1767
|
+
"license": "MIT",
|
|
1768
|
+
"dependencies": {
|
|
1769
|
+
"@babel/template": "^7.27.1",
|
|
1770
|
+
"@babel/traverse": "^7.27.1",
|
|
1771
|
+
"@babel/types": "^7.27.1"
|
|
1772
|
+
},
|
|
1773
|
+
"engines": {
|
|
1629
1774
|
"node": ">=6.9.0"
|
|
1630
1775
|
}
|
|
1631
1776
|
},
|
|
@@ -1657,10 +1802,10 @@
|
|
|
1657
1802
|
"node": ">=6.0.0"
|
|
1658
1803
|
}
|
|
1659
1804
|
},
|
|
1660
|
-
"node_modules/@babel/plugin-syntax-
|
|
1805
|
+
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1661
1806
|
"version": "7.27.1",
|
|
1662
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-
|
|
1663
|
-
"integrity": "sha512-
|
|
1807
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
1808
|
+
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
1664
1809
|
"license": "MIT",
|
|
1665
1810
|
"dependencies": {
|
|
1666
1811
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1672,19 +1817,113 @@
|
|
|
1672
1817
|
"@babel/core": "^7.0.0-0"
|
|
1673
1818
|
}
|
|
1674
1819
|
},
|
|
1675
|
-
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1676
|
-
"version": "7.
|
|
1677
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
1678
|
-
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
1820
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/core": {
|
|
1821
|
+
"version": "7.28.5",
|
|
1679
1822
|
"license": "MIT",
|
|
1823
|
+
"peer": true,
|
|
1680
1824
|
"dependencies": {
|
|
1681
|
-
"@babel/
|
|
1825
|
+
"@babel/code-frame": "^7.27.1",
|
|
1826
|
+
"@babel/generator": "^7.28.5",
|
|
1827
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1828
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1829
|
+
"@babel/helpers": "^7.28.4",
|
|
1830
|
+
"@babel/parser": "^7.28.5",
|
|
1831
|
+
"@babel/template": "^7.27.2",
|
|
1832
|
+
"@babel/traverse": "^7.28.5",
|
|
1833
|
+
"@babel/types": "^7.28.5",
|
|
1834
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1835
|
+
"convert-source-map": "^2.0.0",
|
|
1836
|
+
"debug": "^4.1.0",
|
|
1837
|
+
"gensync": "^1.0.0-beta.2",
|
|
1838
|
+
"json5": "^2.2.3",
|
|
1839
|
+
"semver": "^6.3.1"
|
|
1682
1840
|
},
|
|
1683
1841
|
"engines": {
|
|
1684
1842
|
"node": ">=6.9.0"
|
|
1685
1843
|
},
|
|
1686
|
-
"
|
|
1687
|
-
"
|
|
1844
|
+
"funding": {
|
|
1845
|
+
"type": "opencollective",
|
|
1846
|
+
"url": "https://opencollective.com/babel"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/generator": {
|
|
1850
|
+
"version": "7.28.5",
|
|
1851
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1852
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1853
|
+
"license": "MIT",
|
|
1854
|
+
"dependencies": {
|
|
1855
|
+
"@babel/parser": "^7.28.5",
|
|
1856
|
+
"@babel/types": "^7.28.5",
|
|
1857
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1858
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1859
|
+
"jsesc": "^3.0.2"
|
|
1860
|
+
},
|
|
1861
|
+
"engines": {
|
|
1862
|
+
"node": ">=6.9.0"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/helper-validator-identifier": {
|
|
1866
|
+
"version": "7.28.5",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1868
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1869
|
+
"license": "MIT",
|
|
1870
|
+
"engines": {
|
|
1871
|
+
"node": ">=6.9.0"
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/parser": {
|
|
1875
|
+
"version": "7.28.5",
|
|
1876
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1877
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1878
|
+
"license": "MIT",
|
|
1879
|
+
"dependencies": {
|
|
1880
|
+
"@babel/types": "^7.28.5"
|
|
1881
|
+
},
|
|
1882
|
+
"bin": {
|
|
1883
|
+
"parser": "bin/babel-parser.js"
|
|
1884
|
+
},
|
|
1885
|
+
"engines": {
|
|
1886
|
+
"node": ">=6.0.0"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/traverse": {
|
|
1890
|
+
"version": "7.28.5",
|
|
1891
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1892
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1893
|
+
"license": "MIT",
|
|
1894
|
+
"dependencies": {
|
|
1895
|
+
"@babel/code-frame": "^7.27.1",
|
|
1896
|
+
"@babel/generator": "^7.28.5",
|
|
1897
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1898
|
+
"@babel/parser": "^7.28.5",
|
|
1899
|
+
"@babel/template": "^7.27.2",
|
|
1900
|
+
"@babel/types": "^7.28.5",
|
|
1901
|
+
"debug": "^4.3.1"
|
|
1902
|
+
},
|
|
1903
|
+
"engines": {
|
|
1904
|
+
"node": ">=6.9.0"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/types": {
|
|
1908
|
+
"version": "7.28.5",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1910
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1911
|
+
"license": "MIT",
|
|
1912
|
+
"dependencies": {
|
|
1913
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1914
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1915
|
+
},
|
|
1916
|
+
"engines": {
|
|
1917
|
+
"node": ">=6.9.0"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/semver": {
|
|
1921
|
+
"version": "6.3.1",
|
|
1922
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1923
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1924
|
+
"license": "ISC",
|
|
1925
|
+
"bin": {
|
|
1926
|
+
"semver": "bin/semver.js"
|
|
1688
1927
|
}
|
|
1689
1928
|
},
|
|
1690
1929
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
@@ -1702,80 +1941,124 @@
|
|
|
1702
1941
|
"@babel/core": "^7.0.0-0"
|
|
1703
1942
|
}
|
|
1704
1943
|
},
|
|
1705
|
-
"node_modules/@babel/plugin-
|
|
1706
|
-
"version": "7.28.
|
|
1707
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
1708
|
-
"integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
1944
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/core": {
|
|
1945
|
+
"version": "7.28.5",
|
|
1709
1946
|
"license": "MIT",
|
|
1947
|
+
"peer": true,
|
|
1710
1948
|
"dependencies": {
|
|
1711
|
-
"@babel/
|
|
1712
|
-
"@babel/
|
|
1713
|
-
"@babel/
|
|
1949
|
+
"@babel/code-frame": "^7.27.1",
|
|
1950
|
+
"@babel/generator": "^7.28.5",
|
|
1951
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1952
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1953
|
+
"@babel/helpers": "^7.28.4",
|
|
1954
|
+
"@babel/parser": "^7.28.5",
|
|
1955
|
+
"@babel/template": "^7.27.2",
|
|
1956
|
+
"@babel/traverse": "^7.28.5",
|
|
1957
|
+
"@babel/types": "^7.28.5",
|
|
1958
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1959
|
+
"convert-source-map": "^2.0.0",
|
|
1960
|
+
"debug": "^4.1.0",
|
|
1961
|
+
"gensync": "^1.0.0-beta.2",
|
|
1962
|
+
"json5": "^2.2.3",
|
|
1963
|
+
"semver": "^6.3.1"
|
|
1714
1964
|
},
|
|
1715
1965
|
"engines": {
|
|
1716
1966
|
"node": ">=6.9.0"
|
|
1717
1967
|
},
|
|
1718
|
-
"
|
|
1719
|
-
"
|
|
1968
|
+
"funding": {
|
|
1969
|
+
"type": "opencollective",
|
|
1970
|
+
"url": "https://opencollective.com/babel"
|
|
1720
1971
|
}
|
|
1721
1972
|
},
|
|
1722
|
-
"node_modules/@babel/plugin-
|
|
1723
|
-
"version": "7.
|
|
1724
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1725
|
-
"integrity": "sha512-
|
|
1973
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/generator": {
|
|
1974
|
+
"version": "7.28.5",
|
|
1975
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1976
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1726
1977
|
"license": "MIT",
|
|
1727
1978
|
"dependencies": {
|
|
1728
|
-
"@babel/
|
|
1729
|
-
"@babel/
|
|
1730
|
-
"@
|
|
1979
|
+
"@babel/parser": "^7.28.5",
|
|
1980
|
+
"@babel/types": "^7.28.5",
|
|
1981
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1982
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1983
|
+
"jsesc": "^3.0.2"
|
|
1731
1984
|
},
|
|
1732
1985
|
"engines": {
|
|
1733
1986
|
"node": ">=6.9.0"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/helper-validator-identifier": {
|
|
1990
|
+
"version": "7.28.5",
|
|
1991
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1992
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1993
|
+
"license": "MIT",
|
|
1994
|
+
"engines": {
|
|
1995
|
+
"node": ">=6.9.0"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/parser": {
|
|
1999
|
+
"version": "7.28.5",
|
|
2000
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
2001
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
2002
|
+
"license": "MIT",
|
|
2003
|
+
"dependencies": {
|
|
2004
|
+
"@babel/types": "^7.28.5"
|
|
1734
2005
|
},
|
|
1735
|
-
"
|
|
1736
|
-
"
|
|
2006
|
+
"bin": {
|
|
2007
|
+
"parser": "bin/babel-parser.js"
|
|
2008
|
+
},
|
|
2009
|
+
"engines": {
|
|
2010
|
+
"node": ">=6.0.0"
|
|
1737
2011
|
}
|
|
1738
2012
|
},
|
|
1739
|
-
"node_modules/@babel/plugin-
|
|
1740
|
-
"version": "7.
|
|
1741
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1742
|
-
"integrity": "sha512-
|
|
2013
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/traverse": {
|
|
2014
|
+
"version": "7.28.5",
|
|
2015
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
2016
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1743
2017
|
"license": "MIT",
|
|
1744
2018
|
"dependencies": {
|
|
1745
|
-
"@babel/
|
|
1746
|
-
"@babel/
|
|
2019
|
+
"@babel/code-frame": "^7.27.1",
|
|
2020
|
+
"@babel/generator": "^7.28.5",
|
|
2021
|
+
"@babel/helper-globals": "^7.28.0",
|
|
2022
|
+
"@babel/parser": "^7.28.5",
|
|
2023
|
+
"@babel/template": "^7.27.2",
|
|
2024
|
+
"@babel/types": "^7.28.5",
|
|
2025
|
+
"debug": "^4.3.1"
|
|
1747
2026
|
},
|
|
1748
2027
|
"engines": {
|
|
1749
2028
|
"node": ">=6.9.0"
|
|
1750
|
-
},
|
|
1751
|
-
"peerDependencies": {
|
|
1752
|
-
"@babel/core": "^7.0.0-0"
|
|
1753
2029
|
}
|
|
1754
2030
|
},
|
|
1755
|
-
"node_modules/@babel/plugin-
|
|
1756
|
-
"version": "7.28.
|
|
1757
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1758
|
-
"integrity": "sha512-
|
|
2031
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/types": {
|
|
2032
|
+
"version": "7.28.5",
|
|
2033
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
2034
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1759
2035
|
"license": "MIT",
|
|
1760
2036
|
"dependencies": {
|
|
1761
|
-
"@babel/helper-
|
|
1762
|
-
"@babel/
|
|
2037
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
2038
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1763
2039
|
},
|
|
1764
2040
|
"engines": {
|
|
1765
2041
|
"node": ">=6.9.0"
|
|
1766
|
-
},
|
|
1767
|
-
"peerDependencies": {
|
|
1768
|
-
"@babel/core": "^7.0.0-0"
|
|
1769
2042
|
}
|
|
1770
2043
|
},
|
|
1771
|
-
"node_modules/@babel/plugin-
|
|
1772
|
-
"version": "
|
|
1773
|
-
"resolved": "https://registry.npmjs.org
|
|
1774
|
-
"integrity": "sha512-
|
|
2044
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/semver": {
|
|
2045
|
+
"version": "6.3.1",
|
|
2046
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
2047
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
2048
|
+
"license": "ISC",
|
|
2049
|
+
"bin": {
|
|
2050
|
+
"semver": "bin/semver.js"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
2054
|
+
"version": "7.28.0",
|
|
2055
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
2056
|
+
"integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
1775
2057
|
"license": "MIT",
|
|
1776
2058
|
"dependencies": {
|
|
1777
|
-
"@babel/helper-
|
|
1778
|
-
"@babel/helper-
|
|
2059
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2060
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
2061
|
+
"@babel/traverse": "^7.28.0"
|
|
1779
2062
|
},
|
|
1780
2063
|
"engines": {
|
|
1781
2064
|
"node": ">=6.9.0"
|
|
@@ -1784,17 +2067,15 @@
|
|
|
1784
2067
|
"@babel/core": "^7.0.0-0"
|
|
1785
2068
|
}
|
|
1786
2069
|
},
|
|
1787
|
-
"node_modules/@babel/plugin-transform-
|
|
1788
|
-
"version": "7.
|
|
1789
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-
|
|
1790
|
-
"integrity": "sha512-
|
|
2070
|
+
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
2071
|
+
"version": "7.27.1",
|
|
2072
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
|
|
2073
|
+
"integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
|
|
1791
2074
|
"license": "MIT",
|
|
1792
2075
|
"dependencies": {
|
|
1793
|
-
"@babel/helper-
|
|
2076
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
1794
2077
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1795
|
-
"@babel/
|
|
1796
|
-
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1797
|
-
"@babel/traverse": "^7.28.4"
|
|
2078
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
1798
2079
|
},
|
|
1799
2080
|
"engines": {
|
|
1800
2081
|
"node": ">=6.9.0"
|
|
@@ -1803,12 +2084,13 @@
|
|
|
1803
2084
|
"@babel/core": "^7.0.0-0"
|
|
1804
2085
|
}
|
|
1805
2086
|
},
|
|
1806
|
-
"node_modules/@babel/plugin-transform-
|
|
1807
|
-
"version": "7.27.
|
|
1808
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-
|
|
1809
|
-
"integrity": "sha512-
|
|
2087
|
+
"node_modules/@babel/plugin-transform-class-properties": {
|
|
2088
|
+
"version": "7.27.1",
|
|
2089
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
|
|
2090
|
+
"integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
|
|
1810
2091
|
"license": "MIT",
|
|
1811
2092
|
"dependencies": {
|
|
2093
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1812
2094
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1813
2095
|
},
|
|
1814
2096
|
"engines": {
|
|
@@ -1818,17 +2100,14 @@
|
|
|
1818
2100
|
"@babel/core": "^7.0.0-0"
|
|
1819
2101
|
}
|
|
1820
2102
|
},
|
|
1821
|
-
"node_modules/@babel/plugin-transform-
|
|
1822
|
-
"version": "7.28.
|
|
1823
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-
|
|
1824
|
-
"integrity": "sha512-
|
|
2103
|
+
"node_modules/@babel/plugin-transform-destructuring": {
|
|
2104
|
+
"version": "7.28.0",
|
|
2105
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
|
|
2106
|
+
"integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
|
|
1825
2107
|
"license": "MIT",
|
|
1826
2108
|
"dependencies": {
|
|
1827
|
-
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1828
|
-
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
1829
2109
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1830
|
-
"@babel/
|
|
1831
|
-
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
2110
|
+
"@babel/traverse": "^7.28.0"
|
|
1832
2111
|
},
|
|
1833
2112
|
"engines": {
|
|
1834
2113
|
"node": ">=6.9.0"
|
|
@@ -1837,57 +2116,68 @@
|
|
|
1837
2116
|
"@babel/core": "^7.0.0-0"
|
|
1838
2117
|
}
|
|
1839
2118
|
},
|
|
1840
|
-
"node_modules/@babel/plugin-transform-
|
|
1841
|
-
"version": "7.
|
|
1842
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1843
|
-
"integrity": "sha512-
|
|
2119
|
+
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
2120
|
+
"version": "7.27.1",
|
|
2121
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
2122
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
1844
2123
|
"license": "MIT",
|
|
1845
2124
|
"dependencies": {
|
|
1846
|
-
"@babel/
|
|
1847
|
-
"@babel/
|
|
1848
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1849
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1850
|
-
"jsesc": "^3.0.2"
|
|
2125
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
2126
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1851
2127
|
},
|
|
1852
2128
|
"engines": {
|
|
1853
2129
|
"node": ">=6.9.0"
|
|
2130
|
+
},
|
|
2131
|
+
"peerDependencies": {
|
|
2132
|
+
"@babel/core": "^7.0.0-0"
|
|
1854
2133
|
}
|
|
1855
2134
|
},
|
|
1856
|
-
"node_modules/@babel/plugin-transform-
|
|
2135
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/core": {
|
|
1857
2136
|
"version": "7.28.5",
|
|
1858
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
1859
|
-
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
1860
2137
|
"license": "MIT",
|
|
2138
|
+
"peer": true,
|
|
1861
2139
|
"dependencies": {
|
|
1862
|
-
"@babel/
|
|
1863
|
-
"@babel/
|
|
1864
|
-
"@babel/helper-
|
|
1865
|
-
"@babel/helper-
|
|
1866
|
-
"@babel/
|
|
2140
|
+
"@babel/code-frame": "^7.27.1",
|
|
2141
|
+
"@babel/generator": "^7.28.5",
|
|
2142
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
2143
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
2144
|
+
"@babel/helpers": "^7.28.4",
|
|
2145
|
+
"@babel/parser": "^7.28.5",
|
|
2146
|
+
"@babel/template": "^7.27.2",
|
|
1867
2147
|
"@babel/traverse": "^7.28.5",
|
|
2148
|
+
"@babel/types": "^7.28.5",
|
|
2149
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
2150
|
+
"convert-source-map": "^2.0.0",
|
|
2151
|
+
"debug": "^4.1.0",
|
|
2152
|
+
"gensync": "^1.0.0-beta.2",
|
|
2153
|
+
"json5": "^2.2.3",
|
|
1868
2154
|
"semver": "^6.3.1"
|
|
1869
2155
|
},
|
|
1870
2156
|
"engines": {
|
|
1871
2157
|
"node": ">=6.9.0"
|
|
1872
2158
|
},
|
|
1873
|
-
"
|
|
1874
|
-
"
|
|
2159
|
+
"funding": {
|
|
2160
|
+
"type": "opencollective",
|
|
2161
|
+
"url": "https://opencollective.com/babel"
|
|
1875
2162
|
}
|
|
1876
2163
|
},
|
|
1877
|
-
"node_modules/@babel/plugin-transform-
|
|
2164
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/generator": {
|
|
1878
2165
|
"version": "7.28.5",
|
|
1879
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1880
|
-
"integrity": "sha512-
|
|
2166
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
2167
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1881
2168
|
"license": "MIT",
|
|
1882
2169
|
"dependencies": {
|
|
1883
|
-
"@babel/
|
|
1884
|
-
"@babel/types": "^7.28.5"
|
|
2170
|
+
"@babel/parser": "^7.28.5",
|
|
2171
|
+
"@babel/types": "^7.28.5",
|
|
2172
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
2173
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
2174
|
+
"jsesc": "^3.0.2"
|
|
1885
2175
|
},
|
|
1886
2176
|
"engines": {
|
|
1887
2177
|
"node": ">=6.9.0"
|
|
1888
2178
|
}
|
|
1889
2179
|
},
|
|
1890
|
-
"node_modules/@babel/plugin-transform-
|
|
2180
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/helper-validator-identifier": {
|
|
1891
2181
|
"version": "7.28.5",
|
|
1892
2182
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1893
2183
|
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
@@ -1896,7 +2186,7 @@
|
|
|
1896
2186
|
"node": ">=6.9.0"
|
|
1897
2187
|
}
|
|
1898
2188
|
},
|
|
1899
|
-
"node_modules/@babel/plugin-transform-
|
|
2189
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/parser": {
|
|
1900
2190
|
"version": "7.28.5",
|
|
1901
2191
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1902
2192
|
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
@@ -1911,7 +2201,7 @@
|
|
|
1911
2201
|
"node": ">=6.0.0"
|
|
1912
2202
|
}
|
|
1913
2203
|
},
|
|
1914
|
-
"node_modules/@babel/plugin-transform-
|
|
2204
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/traverse": {
|
|
1915
2205
|
"version": "7.28.5",
|
|
1916
2206
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1917
2207
|
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
@@ -1929,7 +2219,7 @@
|
|
|
1929
2219
|
"node": ">=6.9.0"
|
|
1930
2220
|
}
|
|
1931
2221
|
},
|
|
1932
|
-
"node_modules/@babel/plugin-transform-
|
|
2222
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/types": {
|
|
1933
2223
|
"version": "7.28.5",
|
|
1934
2224
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1935
2225
|
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
@@ -1942,7 +2232,7 @@
|
|
|
1942
2232
|
"node": ">=6.9.0"
|
|
1943
2233
|
}
|
|
1944
2234
|
},
|
|
1945
|
-
"node_modules/@babel/plugin-transform-
|
|
2235
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/semver": {
|
|
1946
2236
|
"version": "6.3.1",
|
|
1947
2237
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1948
2238
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
@@ -1951,17 +2241,70 @@
|
|
|
1951
2241
|
"semver": "bin/semver.js"
|
|
1952
2242
|
}
|
|
1953
2243
|
},
|
|
2244
|
+
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
2245
|
+
"version": "7.28.4",
|
|
2246
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
|
|
2247
|
+
"integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
|
|
2248
|
+
"license": "MIT",
|
|
2249
|
+
"dependencies": {
|
|
2250
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
2251
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2252
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
2253
|
+
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
2254
|
+
"@babel/traverse": "^7.28.4"
|
|
2255
|
+
},
|
|
2256
|
+
"engines": {
|
|
2257
|
+
"node": ">=6.9.0"
|
|
2258
|
+
},
|
|
2259
|
+
"peerDependencies": {
|
|
2260
|
+
"@babel/core": "^7.0.0-0"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
"node_modules/@babel/plugin-transform-parameters": {
|
|
2264
|
+
"version": "7.27.7",
|
|
2265
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
2266
|
+
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
2267
|
+
"license": "MIT",
|
|
2268
|
+
"dependencies": {
|
|
2269
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
2270
|
+
},
|
|
2271
|
+
"engines": {
|
|
2272
|
+
"node": ">=6.9.0"
|
|
2273
|
+
},
|
|
2274
|
+
"peerDependencies": {
|
|
2275
|
+
"@babel/core": "^7.0.0-0"
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
|
2279
|
+
"version": "7.28.0",
|
|
2280
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
2281
|
+
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
2282
|
+
"license": "MIT",
|
|
2283
|
+
"dependencies": {
|
|
2284
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
2285
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
2286
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2287
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
2288
|
+
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
2289
|
+
},
|
|
2290
|
+
"engines": {
|
|
2291
|
+
"node": ">=6.9.0"
|
|
2292
|
+
},
|
|
2293
|
+
"peerDependencies": {
|
|
2294
|
+
"@babel/core": "^7.0.0-0"
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
1954
2297
|
"node_modules/@babel/preset-typescript": {
|
|
1955
|
-
"version": "7.
|
|
1956
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.
|
|
1957
|
-
"integrity": "sha512
|
|
2298
|
+
"version": "7.27.1",
|
|
2299
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
2300
|
+
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
1958
2301
|
"license": "MIT",
|
|
1959
2302
|
"dependencies": {
|
|
1960
2303
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1961
2304
|
"@babel/helper-validator-option": "^7.27.1",
|
|
1962
2305
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1963
2306
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1964
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
2307
|
+
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
1965
2308
|
},
|
|
1966
2309
|
"engines": {
|
|
1967
2310
|
"node": ">=6.9.0"
|
|
@@ -4159,45 +4502,6 @@
|
|
|
4159
4502
|
"@babel/types": "^7.9.0"
|
|
4160
4503
|
}
|
|
4161
4504
|
},
|
|
4162
|
-
"node_modules/@komaci/common-shared/node_modules/@babel/core": {
|
|
4163
|
-
"version": "7.28.4",
|
|
4164
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
4165
|
-
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
4166
|
-
"license": "MIT",
|
|
4167
|
-
"dependencies": {
|
|
4168
|
-
"@babel/code-frame": "^7.27.1",
|
|
4169
|
-
"@babel/generator": "^7.28.3",
|
|
4170
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4171
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
4172
|
-
"@babel/helpers": "^7.28.4",
|
|
4173
|
-
"@babel/parser": "^7.28.4",
|
|
4174
|
-
"@babel/template": "^7.27.2",
|
|
4175
|
-
"@babel/traverse": "^7.28.4",
|
|
4176
|
-
"@babel/types": "^7.28.4",
|
|
4177
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
4178
|
-
"convert-source-map": "^2.0.0",
|
|
4179
|
-
"debug": "^4.1.0",
|
|
4180
|
-
"gensync": "^1.0.0-beta.2",
|
|
4181
|
-
"json5": "^2.2.3",
|
|
4182
|
-
"semver": "^6.3.1"
|
|
4183
|
-
},
|
|
4184
|
-
"engines": {
|
|
4185
|
-
"node": ">=6.9.0"
|
|
4186
|
-
},
|
|
4187
|
-
"funding": {
|
|
4188
|
-
"type": "opencollective",
|
|
4189
|
-
"url": "https://opencollective.com/babel"
|
|
4190
|
-
}
|
|
4191
|
-
},
|
|
4192
|
-
"node_modules/@komaci/common-shared/node_modules/semver": {
|
|
4193
|
-
"version": "6.3.1",
|
|
4194
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
4195
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
4196
|
-
"license": "ISC",
|
|
4197
|
-
"bin": {
|
|
4198
|
-
"semver": "bin/semver.js"
|
|
4199
|
-
}
|
|
4200
|
-
},
|
|
4201
4505
|
"node_modules/@komaci/esm-generator": {
|
|
4202
4506
|
"version": "260.31.0",
|
|
4203
4507
|
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-260.31.0.tgz",
|
|
@@ -4211,45 +4515,6 @@
|
|
|
4211
4515
|
"@komaci/static-analyzer": "258.0.0"
|
|
4212
4516
|
}
|
|
4213
4517
|
},
|
|
4214
|
-
"node_modules/@komaci/esm-generator/node_modules/@babel/core": {
|
|
4215
|
-
"version": "7.28.4",
|
|
4216
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
4217
|
-
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
4218
|
-
"license": "MIT",
|
|
4219
|
-
"dependencies": {
|
|
4220
|
-
"@babel/code-frame": "^7.27.1",
|
|
4221
|
-
"@babel/generator": "^7.28.3",
|
|
4222
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4223
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
4224
|
-
"@babel/helpers": "^7.28.4",
|
|
4225
|
-
"@babel/parser": "^7.28.4",
|
|
4226
|
-
"@babel/template": "^7.27.2",
|
|
4227
|
-
"@babel/traverse": "^7.28.4",
|
|
4228
|
-
"@babel/types": "^7.28.4",
|
|
4229
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
4230
|
-
"convert-source-map": "^2.0.0",
|
|
4231
|
-
"debug": "^4.1.0",
|
|
4232
|
-
"gensync": "^1.0.0-beta.2",
|
|
4233
|
-
"json5": "^2.2.3",
|
|
4234
|
-
"semver": "^6.3.1"
|
|
4235
|
-
},
|
|
4236
|
-
"engines": {
|
|
4237
|
-
"node": ">=6.9.0"
|
|
4238
|
-
},
|
|
4239
|
-
"funding": {
|
|
4240
|
-
"type": "opencollective",
|
|
4241
|
-
"url": "https://opencollective.com/babel"
|
|
4242
|
-
}
|
|
4243
|
-
},
|
|
4244
|
-
"node_modules/@komaci/esm-generator/node_modules/semver": {
|
|
4245
|
-
"version": "6.3.1",
|
|
4246
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
4247
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
4248
|
-
"license": "ISC",
|
|
4249
|
-
"bin": {
|
|
4250
|
-
"semver": "bin/semver.js"
|
|
4251
|
-
}
|
|
4252
|
-
},
|
|
4253
4518
|
"node_modules/@komaci/static-analyzer": {
|
|
4254
4519
|
"version": "258.0.0",
|
|
4255
4520
|
"resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz",
|
|
@@ -4391,20 +4656,20 @@
|
|
|
4391
4656
|
}
|
|
4392
4657
|
},
|
|
4393
4658
|
"node_modules/@lwc/aria-reflection": {
|
|
4394
|
-
"version": "8.
|
|
4395
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
4396
|
-
"integrity": "sha512-
|
|
4659
|
+
"version": "8.23.0",
|
|
4660
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.23.0.tgz",
|
|
4661
|
+
"integrity": "sha512-WGaMjNc84art9cYtkMf15dCKZ7M1x1yldsbqctiKOTl6mN6d7EDRaV+046EkFMkC/FwQbspWTHF9x1UGqWV8pw==",
|
|
4397
4662
|
"license": "MIT"
|
|
4398
4663
|
},
|
|
4399
4664
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4400
|
-
"version": "8.
|
|
4401
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
4402
|
-
"integrity": "sha512-
|
|
4665
|
+
"version": "8.23.0",
|
|
4666
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.23.0.tgz",
|
|
4667
|
+
"integrity": "sha512-Dct16w1mSoL0gIZFNSQI6EQjOAnOkmdbCBAf2PMD7mJXQKNYYgb4RcA4BDIoZZJwe5nH7rd6q47YaeD7pdxCvg==",
|
|
4403
4668
|
"license": "MIT",
|
|
4404
4669
|
"dependencies": {
|
|
4405
4670
|
"@babel/helper-module-imports": "7.27.1",
|
|
4406
|
-
"@lwc/errors": "8.
|
|
4407
|
-
"@lwc/shared": "8.
|
|
4671
|
+
"@lwc/errors": "8.23.0",
|
|
4672
|
+
"@lwc/shared": "8.23.0",
|
|
4408
4673
|
"line-column": "~1.0.2"
|
|
4409
4674
|
},
|
|
4410
4675
|
"peerDependencies": {
|
|
@@ -4412,30 +4677,30 @@
|
|
|
4412
4677
|
}
|
|
4413
4678
|
},
|
|
4414
4679
|
"node_modules/@lwc/compiler": {
|
|
4415
|
-
"version": "8.
|
|
4416
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
4417
|
-
"integrity": "sha512-
|
|
4680
|
+
"version": "8.23.0",
|
|
4681
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.23.0.tgz",
|
|
4682
|
+
"integrity": "sha512-ejGsAR9c+Lv3Xtu6XC8RbNl7XUIt3tIES3g4r3FanrU5FHQ2fsqXdLTT2I9jxlTiKHiRnvpq49pQQLWQcUPr0Q==",
|
|
4418
4683
|
"license": "MIT",
|
|
4419
4684
|
"peer": true,
|
|
4420
4685
|
"dependencies": {
|
|
4421
|
-
"@babel/core": "7.28.
|
|
4686
|
+
"@babel/core": "7.28.4",
|
|
4422
4687
|
"@babel/plugin-transform-async-generator-functions": "7.28.0",
|
|
4423
4688
|
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
|
4424
4689
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
4425
4690
|
"@babel/plugin-transform-object-rest-spread": "7.28.4",
|
|
4426
4691
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4427
|
-
"@lwc/babel-plugin-component": "8.
|
|
4428
|
-
"@lwc/errors": "8.
|
|
4429
|
-
"@lwc/shared": "8.
|
|
4430
|
-
"@lwc/ssr-compiler": "8.
|
|
4431
|
-
"@lwc/style-compiler": "8.
|
|
4432
|
-
"@lwc/template-compiler": "8.
|
|
4692
|
+
"@lwc/babel-plugin-component": "8.23.0",
|
|
4693
|
+
"@lwc/errors": "8.23.0",
|
|
4694
|
+
"@lwc/shared": "8.23.0",
|
|
4695
|
+
"@lwc/ssr-compiler": "8.23.0",
|
|
4696
|
+
"@lwc/style-compiler": "8.23.0",
|
|
4697
|
+
"@lwc/template-compiler": "8.23.0"
|
|
4433
4698
|
}
|
|
4434
4699
|
},
|
|
4435
4700
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
4436
|
-
"version": "13.2.
|
|
4437
|
-
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.
|
|
4438
|
-
"integrity": "sha512-
|
|
4701
|
+
"version": "13.2.18",
|
|
4702
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.18.tgz",
|
|
4703
|
+
"integrity": "sha512-Zy08ZENaLMe7PXVycY+N2I1LUS2thLrXTLtRfc3MZdE8SqHXmSHloP+LikR+qIsLBv7s5ox2E12+OEufLroLGw==",
|
|
4439
4704
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4440
4705
|
"dependencies": {
|
|
4441
4706
|
"magic-string": "~0.30.21"
|
|
@@ -4461,33 +4726,33 @@
|
|
|
4461
4726
|
}
|
|
4462
4727
|
},
|
|
4463
4728
|
"node_modules/@lwc/engine-core": {
|
|
4464
|
-
"version": "8.
|
|
4465
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.
|
|
4466
|
-
"integrity": "sha512-
|
|
4729
|
+
"version": "8.23.0",
|
|
4730
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.23.0.tgz",
|
|
4731
|
+
"integrity": "sha512-YFobCuGRv0me1FLhJqtSDm/WxTpRyPtdHbfBe/6AKWDFfYYPk83tcMFTTS7ndE3LrYno2aP9ABHdg5BtAl55iA==",
|
|
4467
4732
|
"license": "MIT",
|
|
4468
4733
|
"dependencies": {
|
|
4469
|
-
"@lwc/features": "8.
|
|
4470
|
-
"@lwc/shared": "8.
|
|
4471
|
-
"@lwc/signals": "8.
|
|
4734
|
+
"@lwc/features": "8.23.0",
|
|
4735
|
+
"@lwc/shared": "8.23.0",
|
|
4736
|
+
"@lwc/signals": "8.23.0"
|
|
4472
4737
|
}
|
|
4473
4738
|
},
|
|
4474
4739
|
"node_modules/@lwc/engine-dom": {
|
|
4475
|
-
"version": "8.
|
|
4476
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.
|
|
4477
|
-
"integrity": "sha512-
|
|
4740
|
+
"version": "8.23.0",
|
|
4741
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.23.0.tgz",
|
|
4742
|
+
"integrity": "sha512-cbMVwFkYmhFFmCpnSYBePk8wnpdhqESVFDZJqFgeR4Tb0LBVlI18gGqHn9MmjxT3SnurDp1EW/ArH8QFYJgf1g==",
|
|
4478
4743
|
"license": "MIT",
|
|
4479
4744
|
"peer": true
|
|
4480
4745
|
},
|
|
4481
4746
|
"node_modules/@lwc/engine-server": {
|
|
4482
|
-
"version": "8.
|
|
4483
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.
|
|
4484
|
-
"integrity": "sha512-
|
|
4747
|
+
"version": "8.23.0",
|
|
4748
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.23.0.tgz",
|
|
4749
|
+
"integrity": "sha512-h4HOYAoHWAPEwITroai8yAy6YSlqMXRLdVZNRNH/ZEXkz5Hom+h16BbnGGeGCNqZgGrm58LnCPYmmzeXIZ1aPQ==",
|
|
4485
4750
|
"license": "MIT"
|
|
4486
4751
|
},
|
|
4487
4752
|
"node_modules/@lwc/errors": {
|
|
4488
|
-
"version": "8.
|
|
4489
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.
|
|
4490
|
-
"integrity": "sha512-
|
|
4753
|
+
"version": "8.23.0",
|
|
4754
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.23.0.tgz",
|
|
4755
|
+
"integrity": "sha512-cqziHl/aDg0pgAIm9HhNz2OrR0t08vML7+FNrqgrnaSwLgYCYp2WPNmvMjD5ZRy/bIBESwA/dCWf9Cs7Vo/ZGw==",
|
|
4491
4756
|
"license": "MIT",
|
|
4492
4757
|
"peer": true
|
|
4493
4758
|
},
|
|
@@ -5229,22 +5494,22 @@
|
|
|
5229
5494
|
"license": "MIT"
|
|
5230
5495
|
},
|
|
5231
5496
|
"node_modules/@lwc/features": {
|
|
5232
|
-
"version": "8.
|
|
5233
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.
|
|
5234
|
-
"integrity": "sha512-
|
|
5497
|
+
"version": "8.23.0",
|
|
5498
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.23.0.tgz",
|
|
5499
|
+
"integrity": "sha512-Y1yVOH6LAJMWJaeUHJwjx7OHjbRxycdSSZKewhQlRTGLrmca1Rtpi31nfrRtcCdOkxfF3oPMFlPlA4ZKDyA6aA==",
|
|
5235
5500
|
"license": "MIT",
|
|
5236
5501
|
"dependencies": {
|
|
5237
|
-
"@lwc/shared": "8.
|
|
5502
|
+
"@lwc/shared": "8.23.0"
|
|
5238
5503
|
}
|
|
5239
5504
|
},
|
|
5240
5505
|
"node_modules/@lwc/lwc-dev-server": {
|
|
5241
|
-
"version": "13.2.
|
|
5242
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.
|
|
5243
|
-
"integrity": "sha512-
|
|
5506
|
+
"version": "13.2.18",
|
|
5507
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.18.tgz",
|
|
5508
|
+
"integrity": "sha512-us06Uayh+sYZENToFqNC0rnl7R/LlCGb37EcRjNpOCVCpeiY540pQC/vd8fPeUqcNgrReF2/AZ7dvLxdVzmTwg==",
|
|
5244
5509
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5245
5510
|
"dependencies": {
|
|
5246
|
-
"@lwc/lwc-dev-server-types": "13.2.
|
|
5247
|
-
"@lwc/sfdc-lwc-compiler": "13.2.
|
|
5511
|
+
"@lwc/lwc-dev-server-types": "13.2.18",
|
|
5512
|
+
"@lwc/sfdc-lwc-compiler": "13.2.18",
|
|
5248
5513
|
"chalk": "~5.6.2",
|
|
5249
5514
|
"chokidar": "~3.6.0",
|
|
5250
5515
|
"commander": "~14.0.2",
|
|
@@ -5261,9 +5526,9 @@
|
|
|
5261
5526
|
}
|
|
5262
5527
|
},
|
|
5263
5528
|
"node_modules/@lwc/lwc-dev-server-types": {
|
|
5264
|
-
"version": "13.2.
|
|
5265
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.
|
|
5266
|
-
"integrity": "sha512
|
|
5529
|
+
"version": "13.2.18",
|
|
5530
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.18.tgz",
|
|
5531
|
+
"integrity": "sha512-/ehLAJtjaf4QUVjK6qHO7pFJjeNFc6qaSrxXTxfNBD/EelpyNr3S5CT/Ob6Okt6zmZkTAHs1jvK54shk52Tadw==",
|
|
5267
5532
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5268
5533
|
"peerDependencies": {
|
|
5269
5534
|
"@lwc/compiler": ">=8"
|
|
@@ -5397,16 +5662,16 @@
|
|
|
5397
5662
|
}
|
|
5398
5663
|
},
|
|
5399
5664
|
"node_modules/@lwc/metadata": {
|
|
5400
|
-
"version": "13.2.
|
|
5401
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.
|
|
5402
|
-
"integrity": "sha512-
|
|
5665
|
+
"version": "13.2.18",
|
|
5666
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.18.tgz",
|
|
5667
|
+
"integrity": "sha512-J/Xc5H4KtAKoiB7kVORjUs1AccPv/grZ+CwbRlWaO7FypsTkNwQTMqj0dQOYVXpq1Yeil2RcR4MWgmG5VlJ3Cg==",
|
|
5403
5668
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5404
5669
|
"peer": true,
|
|
5405
5670
|
"dependencies": {
|
|
5406
5671
|
"@babel/parser": "~7.28.5",
|
|
5407
5672
|
"@babel/traverse": "~7.28.5",
|
|
5408
5673
|
"@babel/types": "~7.28.5",
|
|
5409
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5674
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
5410
5675
|
"postcss": "~8.5.6",
|
|
5411
5676
|
"postcss-selector-parser": "~7.1.0",
|
|
5412
5677
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5491,44 +5756,24 @@
|
|
|
5491
5756
|
}
|
|
5492
5757
|
},
|
|
5493
5758
|
"node_modules/@lwc/module-resolver": {
|
|
5494
|
-
"version": "8.
|
|
5495
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.
|
|
5496
|
-
"integrity": "sha512-
|
|
5759
|
+
"version": "8.23.0",
|
|
5760
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.23.0.tgz",
|
|
5761
|
+
"integrity": "sha512-ZqZ/402NvVswMK2HMhwH6Fmkzn19xn5Yx7VZr1QmIefKXr8OKqFSlsySujN3CSwNH9XHybyREWe4TXlkT7LHFw==",
|
|
5497
5762
|
"license": "MIT",
|
|
5498
5763
|
"peer": true,
|
|
5499
5764
|
"dependencies": {
|
|
5500
|
-
"resolve": "~1.22.
|
|
5501
|
-
}
|
|
5502
|
-
},
|
|
5503
|
-
"node_modules/@lwc/module-resolver/node_modules/resolve": {
|
|
5504
|
-
"version": "1.22.11",
|
|
5505
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
5506
|
-
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
5507
|
-
"license": "MIT",
|
|
5508
|
-
"dependencies": {
|
|
5509
|
-
"is-core-module": "^2.16.1",
|
|
5510
|
-
"path-parse": "^1.0.7",
|
|
5511
|
-
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
5512
|
-
},
|
|
5513
|
-
"bin": {
|
|
5514
|
-
"resolve": "bin/resolve"
|
|
5515
|
-
},
|
|
5516
|
-
"engines": {
|
|
5517
|
-
"node": ">= 0.4"
|
|
5518
|
-
},
|
|
5519
|
-
"funding": {
|
|
5520
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5765
|
+
"resolve": "~1.22.10"
|
|
5521
5766
|
}
|
|
5522
5767
|
},
|
|
5523
5768
|
"node_modules/@lwc/rollup-plugin": {
|
|
5524
|
-
"version": "8.
|
|
5525
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
5526
|
-
"integrity": "sha512-
|
|
5769
|
+
"version": "8.23.0",
|
|
5770
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.23.0.tgz",
|
|
5771
|
+
"integrity": "sha512-bDlnRXWOVN4VE+/h1dj2KXuej9bED2A07CtxHPepCH4iIwpN6w+s/495zDndJgO/VppnZ3ZUiUooUrcDOrOmBA==",
|
|
5527
5772
|
"license": "MIT",
|
|
5528
5773
|
"dependencies": {
|
|
5529
|
-
"@lwc/compiler": "8.
|
|
5530
|
-
"@lwc/module-resolver": "8.
|
|
5531
|
-
"@lwc/shared": "8.
|
|
5774
|
+
"@lwc/compiler": "8.23.0",
|
|
5775
|
+
"@lwc/module-resolver": "8.23.0",
|
|
5776
|
+
"@lwc/shared": "8.23.0",
|
|
5532
5777
|
"@rollup/pluginutils": "~5.3.0"
|
|
5533
5778
|
},
|
|
5534
5779
|
"peerDependencies": {
|
|
@@ -5564,9 +5809,9 @@
|
|
|
5564
5809
|
"license": "MIT"
|
|
5565
5810
|
},
|
|
5566
5811
|
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
5567
|
-
"version": "13.2.
|
|
5568
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.
|
|
5569
|
-
"integrity": "sha512-
|
|
5812
|
+
"version": "13.2.18",
|
|
5813
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.18.tgz",
|
|
5814
|
+
"integrity": "sha512-V/eFDRfdgCDdK9yTr5IVVTx12Z+mDpjfLIeyK44Zbio1x1rppWwfLP9ek4tpyAIGyGoo34IxiojfdenSIH/bPQ==",
|
|
5570
5815
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5571
5816
|
"peer": true,
|
|
5572
5817
|
"engines": {
|
|
@@ -5574,9 +5819,9 @@
|
|
|
5574
5819
|
}
|
|
5575
5820
|
},
|
|
5576
5821
|
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5577
|
-
"version": "13.2.
|
|
5578
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.
|
|
5579
|
-
"integrity": "sha512-
|
|
5822
|
+
"version": "13.2.18",
|
|
5823
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.18.tgz",
|
|
5824
|
+
"integrity": "sha512-YutIaXMhv2JxYkmxBROYtvm0PKIc2mAoKPel9WX54LivODV1fjGAzlms2cCVEes1RIuH3EHkmW4Hp0I/WP2S/A==",
|
|
5580
5825
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5581
5826
|
"dependencies": {
|
|
5582
5827
|
"@babel/core": "7.28.5",
|
|
@@ -5586,11 +5831,11 @@
|
|
|
5586
5831
|
"@babel/traverse": "7.28.5",
|
|
5587
5832
|
"@babel/types": "7.28.5",
|
|
5588
5833
|
"@komaci/esm-generator": "260.31.0",
|
|
5589
|
-
"@lwc/dev-server-plugin-lex": "13.2.
|
|
5834
|
+
"@lwc/dev-server-plugin-lex": "13.2.18",
|
|
5590
5835
|
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5591
5836
|
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5592
|
-
"@lwc/metadata": "13.2.
|
|
5593
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5837
|
+
"@lwc/metadata": "13.2.18",
|
|
5838
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
5594
5839
|
"@rollup/plugin-babel": "^6.1.0",
|
|
5595
5840
|
"@rollup/plugin-replace": "^6.0.3",
|
|
5596
5841
|
"@rollup/wasm-node": "4.52.5",
|
|
@@ -5611,10 +5856,41 @@
|
|
|
5611
5856
|
"postcss-selector-parser": "~7.1.0",
|
|
5612
5857
|
"terser": "~5.44.0"
|
|
5613
5858
|
},
|
|
5614
|
-
"peerDependencies": {
|
|
5615
|
-
"@lwc/compiler": ">=8",
|
|
5616
|
-
"@lwc/errors": ">=8",
|
|
5617
|
-
"@lwc/template-compiler": ">=8"
|
|
5859
|
+
"peerDependencies": {
|
|
5860
|
+
"@lwc/compiler": ">=8",
|
|
5861
|
+
"@lwc/errors": ">=8",
|
|
5862
|
+
"@lwc/template-compiler": ">=8"
|
|
5863
|
+
}
|
|
5864
|
+
},
|
|
5865
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
|
|
5866
|
+
"version": "7.28.5",
|
|
5867
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
5868
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
5869
|
+
"license": "MIT",
|
|
5870
|
+
"peer": true,
|
|
5871
|
+
"dependencies": {
|
|
5872
|
+
"@babel/code-frame": "^7.27.1",
|
|
5873
|
+
"@babel/generator": "^7.28.5",
|
|
5874
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
5875
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
5876
|
+
"@babel/helpers": "^7.28.4",
|
|
5877
|
+
"@babel/parser": "^7.28.5",
|
|
5878
|
+
"@babel/template": "^7.27.2",
|
|
5879
|
+
"@babel/traverse": "^7.28.5",
|
|
5880
|
+
"@babel/types": "^7.28.5",
|
|
5881
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
5882
|
+
"convert-source-map": "^2.0.0",
|
|
5883
|
+
"debug": "^4.1.0",
|
|
5884
|
+
"gensync": "^1.0.0-beta.2",
|
|
5885
|
+
"json5": "^2.2.3",
|
|
5886
|
+
"semver": "^6.3.1"
|
|
5887
|
+
},
|
|
5888
|
+
"engines": {
|
|
5889
|
+
"node": ">=6.9.0"
|
|
5890
|
+
},
|
|
5891
|
+
"funding": {
|
|
5892
|
+
"type": "opencollective",
|
|
5893
|
+
"url": "https://opencollective.com/babel"
|
|
5618
5894
|
}
|
|
5619
5895
|
},
|
|
5620
5896
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator": {
|
|
@@ -5633,6 +5909,40 @@
|
|
|
5633
5909
|
"node": ">=6.9.0"
|
|
5634
5910
|
}
|
|
5635
5911
|
},
|
|
5912
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin": {
|
|
5913
|
+
"version": "7.28.5",
|
|
5914
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
5915
|
+
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
5916
|
+
"license": "MIT",
|
|
5917
|
+
"dependencies": {
|
|
5918
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
5919
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
5920
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
5921
|
+
"@babel/helper-replace-supers": "^7.27.1",
|
|
5922
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
5923
|
+
"@babel/traverse": "^7.28.5",
|
|
5924
|
+
"semver": "^6.3.1"
|
|
5925
|
+
},
|
|
5926
|
+
"engines": {
|
|
5927
|
+
"node": ">=6.9.0"
|
|
5928
|
+
},
|
|
5929
|
+
"peerDependencies": {
|
|
5930
|
+
"@babel/core": "^7.0.0"
|
|
5931
|
+
}
|
|
5932
|
+
},
|
|
5933
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions": {
|
|
5934
|
+
"version": "7.28.5",
|
|
5935
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
5936
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
5937
|
+
"license": "MIT",
|
|
5938
|
+
"dependencies": {
|
|
5939
|
+
"@babel/traverse": "^7.28.5",
|
|
5940
|
+
"@babel/types": "^7.28.5"
|
|
5941
|
+
},
|
|
5942
|
+
"engines": {
|
|
5943
|
+
"node": ">=6.9.0"
|
|
5944
|
+
}
|
|
5945
|
+
},
|
|
5636
5946
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-validator-identifier": {
|
|
5637
5947
|
"version": "7.28.5",
|
|
5638
5948
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
@@ -5657,6 +5967,105 @@
|
|
|
5657
5967
|
"node": ">=6.0.0"
|
|
5658
5968
|
}
|
|
5659
5969
|
},
|
|
5970
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
|
|
5971
|
+
"version": "7.27.1",
|
|
5972
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
5973
|
+
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
5974
|
+
"license": "MIT",
|
|
5975
|
+
"dependencies": {
|
|
5976
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5977
|
+
},
|
|
5978
|
+
"engines": {
|
|
5979
|
+
"node": ">=6.9.0"
|
|
5980
|
+
},
|
|
5981
|
+
"peerDependencies": {
|
|
5982
|
+
"@babel/core": "^7.0.0-0"
|
|
5983
|
+
}
|
|
5984
|
+
},
|
|
5985
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-jsx": {
|
|
5986
|
+
"version": "7.27.1",
|
|
5987
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
5988
|
+
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
5989
|
+
"license": "MIT",
|
|
5990
|
+
"dependencies": {
|
|
5991
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5992
|
+
},
|
|
5993
|
+
"engines": {
|
|
5994
|
+
"node": ">=6.9.0"
|
|
5995
|
+
},
|
|
5996
|
+
"peerDependencies": {
|
|
5997
|
+
"@babel/core": "^7.0.0-0"
|
|
5998
|
+
}
|
|
5999
|
+
},
|
|
6000
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-typescript": {
|
|
6001
|
+
"version": "7.27.1",
|
|
6002
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
6003
|
+
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
6004
|
+
"license": "MIT",
|
|
6005
|
+
"dependencies": {
|
|
6006
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
6007
|
+
},
|
|
6008
|
+
"engines": {
|
|
6009
|
+
"node": ">=6.9.0"
|
|
6010
|
+
},
|
|
6011
|
+
"peerDependencies": {
|
|
6012
|
+
"@babel/core": "^7.0.0-0"
|
|
6013
|
+
}
|
|
6014
|
+
},
|
|
6015
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
6016
|
+
"version": "7.27.1",
|
|
6017
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
6018
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
6019
|
+
"license": "MIT",
|
|
6020
|
+
"dependencies": {
|
|
6021
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
6022
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
6023
|
+
},
|
|
6024
|
+
"engines": {
|
|
6025
|
+
"node": ">=6.9.0"
|
|
6026
|
+
},
|
|
6027
|
+
"peerDependencies": {
|
|
6028
|
+
"@babel/core": "^7.0.0-0"
|
|
6029
|
+
}
|
|
6030
|
+
},
|
|
6031
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
|
|
6032
|
+
"version": "7.28.5",
|
|
6033
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
6034
|
+
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
6035
|
+
"license": "MIT",
|
|
6036
|
+
"dependencies": {
|
|
6037
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
6038
|
+
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
6039
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
6040
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
6041
|
+
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
6042
|
+
},
|
|
6043
|
+
"engines": {
|
|
6044
|
+
"node": ">=6.9.0"
|
|
6045
|
+
},
|
|
6046
|
+
"peerDependencies": {
|
|
6047
|
+
"@babel/core": "^7.0.0-0"
|
|
6048
|
+
}
|
|
6049
|
+
},
|
|
6050
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
|
|
6051
|
+
"version": "7.28.5",
|
|
6052
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
6053
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
6054
|
+
"license": "MIT",
|
|
6055
|
+
"dependencies": {
|
|
6056
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
6057
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
6058
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
6059
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
6060
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
6061
|
+
},
|
|
6062
|
+
"engines": {
|
|
6063
|
+
"node": ">=6.9.0"
|
|
6064
|
+
},
|
|
6065
|
+
"peerDependencies": {
|
|
6066
|
+
"@babel/core": "^7.0.0-0"
|
|
6067
|
+
}
|
|
6068
|
+
},
|
|
5660
6069
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
5661
6070
|
"version": "7.28.5",
|
|
5662
6071
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
@@ -5771,6 +6180,32 @@
|
|
|
5771
6180
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
5772
6181
|
"license": "MIT"
|
|
5773
6182
|
},
|
|
6183
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/plugin-babel": {
|
|
6184
|
+
"version": "6.1.0",
|
|
6185
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz",
|
|
6186
|
+
"integrity": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==",
|
|
6187
|
+
"license": "MIT",
|
|
6188
|
+
"dependencies": {
|
|
6189
|
+
"@babel/helper-module-imports": "^7.18.6",
|
|
6190
|
+
"@rollup/pluginutils": "^5.0.1"
|
|
6191
|
+
},
|
|
6192
|
+
"engines": {
|
|
6193
|
+
"node": ">=14.0.0"
|
|
6194
|
+
},
|
|
6195
|
+
"peerDependencies": {
|
|
6196
|
+
"@babel/core": "^7.0.0",
|
|
6197
|
+
"@types/babel__core": "^7.1.9",
|
|
6198
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
6199
|
+
},
|
|
6200
|
+
"peerDependenciesMeta": {
|
|
6201
|
+
"@types/babel__core": {
|
|
6202
|
+
"optional": true
|
|
6203
|
+
},
|
|
6204
|
+
"rollup": {
|
|
6205
|
+
"optional": true
|
|
6206
|
+
}
|
|
6207
|
+
}
|
|
6208
|
+
},
|
|
5774
6209
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/doctrine": {
|
|
5775
6210
|
"version": "3.0.0",
|
|
5776
6211
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -5990,109 +6425,96 @@
|
|
|
5990
6425
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5991
6426
|
}
|
|
5992
6427
|
},
|
|
6428
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/semver": {
|
|
6429
|
+
"version": "6.3.1",
|
|
6430
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
6431
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
6432
|
+
"license": "ISC",
|
|
6433
|
+
"bin": {
|
|
6434
|
+
"semver": "bin/semver.js"
|
|
6435
|
+
}
|
|
6436
|
+
},
|
|
5993
6437
|
"node_modules/@lwc/shared": {
|
|
5994
|
-
"version": "8.
|
|
5995
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
5996
|
-
"integrity": "sha512-
|
|
6438
|
+
"version": "8.23.0",
|
|
6439
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.23.0.tgz",
|
|
6440
|
+
"integrity": "sha512-g6teckOlRJgPkqFJjjrMWoXwEbP3E0PByVIbrxfvv7gN/d8INL+TOA/Deg5ZgRMwuYUGO0Elr5rGcAK5jj/bhA==",
|
|
5997
6441
|
"license": "MIT"
|
|
5998
6442
|
},
|
|
5999
6443
|
"node_modules/@lwc/signals": {
|
|
6000
|
-
"version": "8.
|
|
6001
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
6002
|
-
"integrity": "sha512-
|
|
6444
|
+
"version": "8.23.0",
|
|
6445
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.23.0.tgz",
|
|
6446
|
+
"integrity": "sha512-mdW1i0i4RBFracnevRN8YQtkUDI/WuWHsQXGQC2kluQAveM/qmVIkvMCPfehBsMwbXpEnYneUEe58XXnuCsAvA==",
|
|
6003
6447
|
"license": "MIT"
|
|
6004
6448
|
},
|
|
6005
6449
|
"node_modules/@lwc/ssr-compiler": {
|
|
6006
|
-
"version": "8.
|
|
6007
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
6008
|
-
"integrity": "sha512-
|
|
6450
|
+
"version": "8.23.0",
|
|
6451
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.23.0.tgz",
|
|
6452
|
+
"integrity": "sha512-JucwFx+bjVsnyJnfJIbcX2DpaKO+h3vGEBlDPgI6cdaRfymtkxklxZojzc1HTcN+0XSGSiAmBcDn3MKxsNMrMQ==",
|
|
6009
6453
|
"license": "MIT",
|
|
6010
6454
|
"dependencies": {
|
|
6011
|
-
"@babel/types": "7.28.
|
|
6012
|
-
"@lwc/errors": "8.
|
|
6013
|
-
"@lwc/shared": "8.
|
|
6014
|
-
"@lwc/template-compiler": "8.
|
|
6455
|
+
"@babel/types": "7.28.4",
|
|
6456
|
+
"@lwc/errors": "8.23.0",
|
|
6457
|
+
"@lwc/shared": "8.23.0",
|
|
6458
|
+
"@lwc/template-compiler": "8.23.0",
|
|
6015
6459
|
"acorn": "8.15.0",
|
|
6016
6460
|
"astring": "^1.9.0",
|
|
6017
6461
|
"estree-toolkit": "^1.7.13",
|
|
6018
|
-
"immer": "^10.
|
|
6462
|
+
"immer": "^10.1.3",
|
|
6019
6463
|
"meriyah": "^5.0.0"
|
|
6020
6464
|
}
|
|
6021
6465
|
},
|
|
6022
|
-
"node_modules/@lwc/ssr-compiler/node_modules/@babel/helper-validator-identifier": {
|
|
6023
|
-
"version": "7.28.5",
|
|
6024
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
6025
|
-
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
6026
|
-
"license": "MIT",
|
|
6027
|
-
"engines": {
|
|
6028
|
-
"node": ">=6.9.0"
|
|
6029
|
-
}
|
|
6030
|
-
},
|
|
6031
|
-
"node_modules/@lwc/ssr-compiler/node_modules/@babel/types": {
|
|
6032
|
-
"version": "7.28.5",
|
|
6033
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
6034
|
-
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
6035
|
-
"license": "MIT",
|
|
6036
|
-
"dependencies": {
|
|
6037
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
6038
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
6039
|
-
},
|
|
6040
|
-
"engines": {
|
|
6041
|
-
"node": ">=6.9.0"
|
|
6042
|
-
}
|
|
6043
|
-
},
|
|
6044
6466
|
"node_modules/@lwc/ssr-runtime": {
|
|
6045
|
-
"version": "8.
|
|
6046
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
6047
|
-
"integrity": "sha512-
|
|
6467
|
+
"version": "8.23.0",
|
|
6468
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.23.0.tgz",
|
|
6469
|
+
"integrity": "sha512-J4JSyEGX+DiBUoMIRBUTcrsc0GGI+LuczO4uSLoMIjFQJXjh5dmI058pVBYq5cCXJHTv2vbtUILzQtX3xcFb0A==",
|
|
6048
6470
|
"license": "MIT"
|
|
6049
6471
|
},
|
|
6050
6472
|
"node_modules/@lwc/style-compiler": {
|
|
6051
|
-
"version": "8.
|
|
6052
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
6053
|
-
"integrity": "sha512-
|
|
6473
|
+
"version": "8.23.0",
|
|
6474
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.23.0.tgz",
|
|
6475
|
+
"integrity": "sha512-hIsmMgKyFQ3VSozQtHuU1BcAbbWyk/8BFygB2WdadM/cBrHfNCy+PGLofv8xkyvhDPrfbWBtwFrP9VIRXDdLNA==",
|
|
6054
6476
|
"license": "MIT",
|
|
6055
6477
|
"dependencies": {
|
|
6056
|
-
"@lwc/shared": "8.
|
|
6478
|
+
"@lwc/shared": "8.23.0",
|
|
6057
6479
|
"postcss": "~8.5.6",
|
|
6058
6480
|
"postcss-selector-parser": "~7.1.0",
|
|
6059
6481
|
"postcss-value-parser": "~4.2.0"
|
|
6060
6482
|
}
|
|
6061
6483
|
},
|
|
6062
6484
|
"node_modules/@lwc/synthetic-shadow": {
|
|
6063
|
-
"version": "8.
|
|
6064
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
6065
|
-
"integrity": "sha512-
|
|
6485
|
+
"version": "8.23.0",
|
|
6486
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.23.0.tgz",
|
|
6487
|
+
"integrity": "sha512-wmFB6nMKlsH47+YW+Wr3HdhPdUbHor6yPzbsai85St8+xSlrCzQWuXPWuqv6raFyHg6YnWAiF2Hf5e2h9sdCig==",
|
|
6066
6488
|
"license": "MIT",
|
|
6067
6489
|
"peer": true
|
|
6068
6490
|
},
|
|
6069
6491
|
"node_modules/@lwc/template-compiler": {
|
|
6070
|
-
"version": "8.
|
|
6071
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
6072
|
-
"integrity": "sha512-
|
|
6492
|
+
"version": "8.23.0",
|
|
6493
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.23.0.tgz",
|
|
6494
|
+
"integrity": "sha512-E24VtNe4Ej307ui8BuQncBzcd6MdzOjXjrhIOQDnGLzNnGL7I3cuGA2wVwTuV8WNrPg7JkgpJghUduEkN3kubw==",
|
|
6073
6495
|
"license": "MIT",
|
|
6074
6496
|
"peer": true,
|
|
6075
6497
|
"dependencies": {
|
|
6076
|
-
"@lwc/errors": "8.
|
|
6077
|
-
"@lwc/shared": "8.
|
|
6498
|
+
"@lwc/errors": "8.23.0",
|
|
6499
|
+
"@lwc/shared": "8.23.0",
|
|
6078
6500
|
"acorn": "~8.15.0",
|
|
6079
6501
|
"astring": "~1.9.0",
|
|
6080
6502
|
"he": "~1.2.0"
|
|
6081
6503
|
}
|
|
6082
6504
|
},
|
|
6083
6505
|
"node_modules/@lwc/types": {
|
|
6084
|
-
"version": "8.
|
|
6085
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
6086
|
-
"integrity": "sha512-
|
|
6506
|
+
"version": "8.23.0",
|
|
6507
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.23.0.tgz",
|
|
6508
|
+
"integrity": "sha512-MqRqq/eQu36/lI3MnPn4EAIW5JgYXIorlzpnQYLA6kBnViSCYcaDeJJil/FDIzKSF8HgHf7CuXVJ5MUkcXbqJw==",
|
|
6087
6509
|
"license": "MIT",
|
|
6088
6510
|
"dependencies": {
|
|
6089
|
-
"@lwc/engine-core": "8.
|
|
6511
|
+
"@lwc/engine-core": "8.23.0"
|
|
6090
6512
|
}
|
|
6091
6513
|
},
|
|
6092
6514
|
"node_modules/@lwc/wire-service": {
|
|
6093
|
-
"version": "8.
|
|
6094
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
6095
|
-
"integrity": "sha512-
|
|
6515
|
+
"version": "8.23.0",
|
|
6516
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.23.0.tgz",
|
|
6517
|
+
"integrity": "sha512-vAwzn6gSrC/C0FMIXUWl/Ieyg7xaY4SMoMuBiL36ChvtXfSJjHPhmeVjhMGkkGCXyDHS/3f5/9LhplaIi60EfQ==",
|
|
6096
6518
|
"license": "MIT"
|
|
6097
6519
|
},
|
|
6098
6520
|
"node_modules/@lwrjs/api": {
|
|
@@ -6400,122 +6822,44 @@
|
|
|
6400
6822
|
"node_modules/@lwrjs/instrumentation/node_modules/@opentelemetry/semantic-conventions": {
|
|
6401
6823
|
"version": "1.30.0",
|
|
6402
6824
|
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.30.0.tgz",
|
|
6403
|
-
"integrity": "sha512-4VlGgo32k2EQ2wcCY3vEU28A0O13aOtHz3Xt2/2U5FAh9EfhD6t6DqL5Z6yAnRCntbTFDU4YfbpyzSlHNWycPw==",
|
|
6404
|
-
"license": "Apache-2.0",
|
|
6405
|
-
"engines": {
|
|
6406
|
-
"node": ">=14"
|
|
6407
|
-
}
|
|
6408
|
-
},
|
|
6409
|
-
"node_modules/@lwrjs/loader": {
|
|
6410
|
-
"version": "0.18.3",
|
|
6411
|
-
"resolved": "https://registry.npmjs.org/@lwrjs/loader/-/loader-0.18.3.tgz",
|
|
6412
|
-
"integrity": "sha512-olZVUs+EKFzxlgnvP3Rjp9DqXT9KrKTelecktPHrORf6p/L8XoslR8C0JY80ut3Hs5xKvu5izM67uVXujULBEg==",
|
|
6413
|
-
"license": "MIT",
|
|
6414
|
-
"dependencies": {
|
|
6415
|
-
"@lwrjs/client-modules": "0.18.3",
|
|
6416
|
-
"@lwrjs/shared-utils": "0.18.3"
|
|
6417
|
-
},
|
|
6418
|
-
"engines": {
|
|
6419
|
-
"node": ">=18.0.0"
|
|
6420
|
-
}
|
|
6421
|
-
},
|
|
6422
|
-
"node_modules/@lwrjs/lwc-module-provider": {
|
|
6423
|
-
"version": "0.18.3",
|
|
6424
|
-
"resolved": "https://registry.npmjs.org/@lwrjs/lwc-module-provider/-/lwc-module-provider-0.18.3.tgz",
|
|
6425
|
-
"integrity": "sha512-MedqNQofD8VdGYIfhPuU3LXVeKAT000mic7gnhi7FaFRT4f7Ckb34I5s5qri48HlYFbeYVHzZPQ7cnI8WJsS1Q==",
|
|
6426
|
-
"license": "MIT",
|
|
6427
|
-
"dependencies": {
|
|
6428
|
-
"@babel/core": "^7.26.10",
|
|
6429
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
6430
|
-
"@lwrjs/diagnostics": "0.18.3",
|
|
6431
|
-
"@lwrjs/fs-watch": "0.18.3",
|
|
6432
|
-
"@lwrjs/shared-utils": "0.18.3",
|
|
6433
|
-
"fs-extra": "^11.2.0"
|
|
6434
|
-
},
|
|
6435
|
-
"engines": {
|
|
6436
|
-
"node": ">=18.0.0"
|
|
6437
|
-
},
|
|
6438
|
-
"peerDependencies": {
|
|
6439
|
-
"@lwc/compiler": ">= 2.x",
|
|
6440
|
-
"@lwc/module-resolver": ">= 2.x"
|
|
6441
|
-
}
|
|
6442
|
-
},
|
|
6443
|
-
"node_modules/@lwrjs/lwc-module-provider/node_modules/@babel/core": {
|
|
6444
|
-
"version": "7.28.4",
|
|
6445
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
6446
|
-
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
6447
|
-
"license": "MIT",
|
|
6448
|
-
"peer": true,
|
|
6449
|
-
"dependencies": {
|
|
6450
|
-
"@babel/code-frame": "^7.27.1",
|
|
6451
|
-
"@babel/generator": "^7.28.3",
|
|
6452
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
6453
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
6454
|
-
"@babel/helpers": "^7.28.4",
|
|
6455
|
-
"@babel/parser": "^7.28.4",
|
|
6456
|
-
"@babel/template": "^7.27.2",
|
|
6457
|
-
"@babel/traverse": "^7.28.4",
|
|
6458
|
-
"@babel/types": "^7.28.4",
|
|
6459
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
6460
|
-
"convert-source-map": "^2.0.0",
|
|
6461
|
-
"debug": "^4.1.0",
|
|
6462
|
-
"gensync": "^1.0.0-beta.2",
|
|
6463
|
-
"json5": "^2.2.3",
|
|
6464
|
-
"semver": "^6.3.1"
|
|
6465
|
-
},
|
|
6825
|
+
"integrity": "sha512-4VlGgo32k2EQ2wcCY3vEU28A0O13aOtHz3Xt2/2U5FAh9EfhD6t6DqL5Z6yAnRCntbTFDU4YfbpyzSlHNWycPw==",
|
|
6826
|
+
"license": "Apache-2.0",
|
|
6466
6827
|
"engines": {
|
|
6467
|
-
"node": ">=
|
|
6468
|
-
},
|
|
6469
|
-
"funding": {
|
|
6470
|
-
"type": "opencollective",
|
|
6471
|
-
"url": "https://opencollective.com/babel"
|
|
6828
|
+
"node": ">=14"
|
|
6472
6829
|
}
|
|
6473
6830
|
},
|
|
6474
|
-
"node_modules/@lwrjs/
|
|
6475
|
-
"version": "
|
|
6476
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6477
|
-
"integrity": "sha512-
|
|
6831
|
+
"node_modules/@lwrjs/loader": {
|
|
6832
|
+
"version": "0.18.3",
|
|
6833
|
+
"resolved": "https://registry.npmjs.org/@lwrjs/loader/-/loader-0.18.3.tgz",
|
|
6834
|
+
"integrity": "sha512-olZVUs+EKFzxlgnvP3Rjp9DqXT9KrKTelecktPHrORf6p/L8XoslR8C0JY80ut3Hs5xKvu5izM67uVXujULBEg==",
|
|
6478
6835
|
"license": "MIT",
|
|
6479
6836
|
"dependencies": {
|
|
6480
|
-
"@
|
|
6481
|
-
"@
|
|
6482
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
6483
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
6484
|
-
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
6837
|
+
"@lwrjs/client-modules": "0.18.3",
|
|
6838
|
+
"@lwrjs/shared-utils": "0.18.3"
|
|
6485
6839
|
},
|
|
6486
6840
|
"engines": {
|
|
6487
|
-
"node": ">=
|
|
6488
|
-
},
|
|
6489
|
-
"peerDependencies": {
|
|
6490
|
-
"@babel/core": "^7.0.0-0"
|
|
6841
|
+
"node": ">=18.0.0"
|
|
6491
6842
|
}
|
|
6492
6843
|
},
|
|
6493
|
-
"node_modules/@lwrjs/lwc-module-provider
|
|
6494
|
-
"version": "
|
|
6495
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6496
|
-
"integrity": "sha512-
|
|
6844
|
+
"node_modules/@lwrjs/lwc-module-provider": {
|
|
6845
|
+
"version": "0.18.3",
|
|
6846
|
+
"resolved": "https://registry.npmjs.org/@lwrjs/lwc-module-provider/-/lwc-module-provider-0.18.3.tgz",
|
|
6847
|
+
"integrity": "sha512-MedqNQofD8VdGYIfhPuU3LXVeKAT000mic7gnhi7FaFRT4f7Ckb34I5s5qri48HlYFbeYVHzZPQ7cnI8WJsS1Q==",
|
|
6497
6848
|
"license": "MIT",
|
|
6498
6849
|
"dependencies": {
|
|
6499
|
-
"@babel/
|
|
6500
|
-
"@babel/
|
|
6501
|
-
"@
|
|
6502
|
-
"@
|
|
6503
|
-
"@
|
|
6850
|
+
"@babel/core": "^7.26.10",
|
|
6851
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
6852
|
+
"@lwrjs/diagnostics": "0.18.3",
|
|
6853
|
+
"@lwrjs/fs-watch": "0.18.3",
|
|
6854
|
+
"@lwrjs/shared-utils": "0.18.3",
|
|
6855
|
+
"fs-extra": "^11.2.0"
|
|
6504
6856
|
},
|
|
6505
6857
|
"engines": {
|
|
6506
|
-
"node": ">=
|
|
6858
|
+
"node": ">=18.0.0"
|
|
6507
6859
|
},
|
|
6508
6860
|
"peerDependencies": {
|
|
6509
|
-
"@
|
|
6510
|
-
|
|
6511
|
-
},
|
|
6512
|
-
"node_modules/@lwrjs/lwc-module-provider/node_modules/semver": {
|
|
6513
|
-
"version": "6.3.1",
|
|
6514
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
6515
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
6516
|
-
"license": "ISC",
|
|
6517
|
-
"bin": {
|
|
6518
|
-
"semver": "bin/semver.js"
|
|
6861
|
+
"@lwc/compiler": ">= 2.x",
|
|
6862
|
+
"@lwc/module-resolver": ">= 2.x"
|
|
6519
6863
|
}
|
|
6520
6864
|
},
|
|
6521
6865
|
"node_modules/@lwrjs/lwc-ssr": {
|
|
@@ -6981,9 +7325,9 @@
|
|
|
6981
7325
|
}
|
|
6982
7326
|
},
|
|
6983
7327
|
"node_modules/@oclif/core": {
|
|
6984
|
-
"version": "4.
|
|
6985
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
6986
|
-
"integrity": "sha512-
|
|
7328
|
+
"version": "4.8.0",
|
|
7329
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.0.tgz",
|
|
7330
|
+
"integrity": "sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==",
|
|
6987
7331
|
"license": "MIT",
|
|
6988
7332
|
"dependencies": {
|
|
6989
7333
|
"ansi-escapes": "^4.3.2",
|
|
@@ -7490,9 +7834,9 @@
|
|
|
7490
7834
|
}
|
|
7491
7835
|
},
|
|
7492
7836
|
"node_modules/@oclif/table": {
|
|
7493
|
-
"version": "0.
|
|
7494
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.
|
|
7495
|
-
"integrity": "sha512-
|
|
7837
|
+
"version": "0.5.0",
|
|
7838
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.0.tgz",
|
|
7839
|
+
"integrity": "sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==",
|
|
7496
7840
|
"license": "MIT",
|
|
7497
7841
|
"dependencies": {
|
|
7498
7842
|
"@types/react": "^18.3.12",
|
|
@@ -7502,8 +7846,8 @@
|
|
|
7502
7846
|
"natural-orderby": "^3.0.2",
|
|
7503
7847
|
"object-hash": "^3.0.0",
|
|
7504
7848
|
"react": "^18.3.1",
|
|
7505
|
-
"strip-ansi": "^7.1.
|
|
7506
|
-
"wrap-ansi": "^9.0.
|
|
7849
|
+
"strip-ansi": "^7.1.2",
|
|
7850
|
+
"wrap-ansi": "^9.0.2"
|
|
7507
7851
|
},
|
|
7508
7852
|
"engines": {
|
|
7509
7853
|
"node": ">=18.0.0"
|
|
@@ -7527,7 +7871,77 @@
|
|
|
7527
7871
|
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
7528
7872
|
"license": "MIT"
|
|
7529
7873
|
},
|
|
7874
|
+
"node_modules/@oclif/table/node_modules/emoji-regex": {
|
|
7875
|
+
"version": "10.3.0",
|
|
7876
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
7877
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
7878
|
+
"license": "MIT"
|
|
7879
|
+
},
|
|
7880
|
+
"node_modules/@oclif/table/node_modules/string-width": {
|
|
7881
|
+
"version": "7.2.0",
|
|
7882
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
7883
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
7884
|
+
"license": "MIT",
|
|
7885
|
+
"dependencies": {
|
|
7886
|
+
"emoji-regex": "^10.3.0",
|
|
7887
|
+
"get-east-asian-width": "^1.0.0",
|
|
7888
|
+
"strip-ansi": "^7.1.0"
|
|
7889
|
+
},
|
|
7890
|
+
"engines": {
|
|
7891
|
+
"node": ">=18"
|
|
7892
|
+
},
|
|
7893
|
+
"funding": {
|
|
7894
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7895
|
+
}
|
|
7896
|
+
},
|
|
7897
|
+
"node_modules/@oclif/table/node_modules/string-width/node_modules/strip-ansi": {
|
|
7898
|
+
"version": "7.1.0",
|
|
7899
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7900
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
7901
|
+
"license": "MIT",
|
|
7902
|
+
"dependencies": {
|
|
7903
|
+
"ansi-regex": "^6.0.1"
|
|
7904
|
+
},
|
|
7905
|
+
"engines": {
|
|
7906
|
+
"node": ">=12"
|
|
7907
|
+
},
|
|
7908
|
+
"funding": {
|
|
7909
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7910
|
+
}
|
|
7911
|
+
},
|
|
7530
7912
|
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
7913
|
+
"version": "7.1.2",
|
|
7914
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
7915
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
7916
|
+
"license": "MIT",
|
|
7917
|
+
"dependencies": {
|
|
7918
|
+
"ansi-regex": "^6.0.1"
|
|
7919
|
+
},
|
|
7920
|
+
"engines": {
|
|
7921
|
+
"node": ">=12"
|
|
7922
|
+
},
|
|
7923
|
+
"funding": {
|
|
7924
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7925
|
+
}
|
|
7926
|
+
},
|
|
7927
|
+
"node_modules/@oclif/table/node_modules/wrap-ansi": {
|
|
7928
|
+
"version": "9.0.2",
|
|
7929
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
7930
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
7931
|
+
"license": "MIT",
|
|
7932
|
+
"dependencies": {
|
|
7933
|
+
"ansi-styles": "^6.2.1",
|
|
7934
|
+
"string-width": "^7.0.0",
|
|
7935
|
+
"strip-ansi": "^7.1.0"
|
|
7936
|
+
},
|
|
7937
|
+
"engines": {
|
|
7938
|
+
"node": ">=18"
|
|
7939
|
+
},
|
|
7940
|
+
"funding": {
|
|
7941
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7942
|
+
}
|
|
7943
|
+
},
|
|
7944
|
+
"node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
7531
7945
|
"version": "7.1.0",
|
|
7532
7946
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7533
7947
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
@@ -8159,32 +8573,6 @@
|
|
|
8159
8573
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
8160
8574
|
"license": "BSD-3-Clause"
|
|
8161
8575
|
},
|
|
8162
|
-
"node_modules/@rollup/plugin-babel": {
|
|
8163
|
-
"version": "6.1.0",
|
|
8164
|
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz",
|
|
8165
|
-
"integrity": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==",
|
|
8166
|
-
"license": "MIT",
|
|
8167
|
-
"dependencies": {
|
|
8168
|
-
"@babel/helper-module-imports": "^7.18.6",
|
|
8169
|
-
"@rollup/pluginutils": "^5.0.1"
|
|
8170
|
-
},
|
|
8171
|
-
"engines": {
|
|
8172
|
-
"node": ">=14.0.0"
|
|
8173
|
-
},
|
|
8174
|
-
"peerDependencies": {
|
|
8175
|
-
"@babel/core": "^7.0.0",
|
|
8176
|
-
"@types/babel__core": "^7.1.9",
|
|
8177
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
8178
|
-
},
|
|
8179
|
-
"peerDependenciesMeta": {
|
|
8180
|
-
"@types/babel__core": {
|
|
8181
|
-
"optional": true
|
|
8182
|
-
},
|
|
8183
|
-
"rollup": {
|
|
8184
|
-
"optional": true
|
|
8185
|
-
}
|
|
8186
|
-
}
|
|
8187
|
-
},
|
|
8188
8576
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
8189
8577
|
"version": "15.3.1",
|
|
8190
8578
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
|
|
@@ -8458,9 +8846,9 @@
|
|
|
8458
8846
|
}
|
|
8459
8847
|
},
|
|
8460
8848
|
"node_modules/@salesforce/core": {
|
|
8461
|
-
"version": "8.23.
|
|
8462
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
8463
|
-
"integrity": "sha512
|
|
8849
|
+
"version": "8.23.4",
|
|
8850
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.4.tgz",
|
|
8851
|
+
"integrity": "sha512-+JZMFD76P7X8fLSrHJRi9+ygjTehqZqJRXxmNq51miqIHY1Xlb0qH/yr9u5QEGsFIOZ8H8oStl/Zj+ZbrFs0vw==",
|
|
8464
8852
|
"license": "BSD-3-Clause",
|
|
8465
8853
|
"peer": true,
|
|
8466
8854
|
"dependencies": {
|
|
@@ -9315,35 +9703,36 @@
|
|
|
9315
9703
|
}
|
|
9316
9704
|
},
|
|
9317
9705
|
"node_modules/@salesforce/lwc-dev-mobile-core": {
|
|
9318
|
-
"version": "4.0.0-alpha.
|
|
9319
|
-
"resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.
|
|
9320
|
-
"integrity": "sha512-
|
|
9706
|
+
"version": "4.0.0-alpha.14",
|
|
9707
|
+
"resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.14.tgz",
|
|
9708
|
+
"integrity": "sha512-wVI4mMykL+pd3dvKE7RXE8KFDT7O3JmPdEEmHEc5/y3O9sOrVRc9gBnrOiAJ5B28q+TyKOuxaIpTJWd8XAXbCQ==",
|
|
9321
9709
|
"license": "MIT",
|
|
9322
9710
|
"dependencies": {
|
|
9323
|
-
"@oclif/core": "^4.
|
|
9324
|
-
"@salesforce/core": "^8.
|
|
9325
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
9711
|
+
"@oclif/core": "^4.8.0",
|
|
9712
|
+
"@salesforce/core": "^8.23.4",
|
|
9713
|
+
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
9326
9714
|
"@salesforce/ts-types": "^2.0.12",
|
|
9327
9715
|
"ajv": "^8.17.1",
|
|
9328
|
-
"chalk": "^5.
|
|
9329
|
-
"listr2": "^
|
|
9330
|
-
"node-forge": "^1.3.1"
|
|
9716
|
+
"chalk": "^5.6.2",
|
|
9717
|
+
"listr2": "^9.0.5",
|
|
9718
|
+
"node-forge": "^1.3.1",
|
|
9719
|
+
"zod": "^4.1.12"
|
|
9331
9720
|
},
|
|
9332
9721
|
"engines": {
|
|
9333
9722
|
"node": ">=20.0.0"
|
|
9334
9723
|
}
|
|
9335
9724
|
},
|
|
9336
9725
|
"node_modules/@salesforce/lwc-dev-mobile-core/node_modules/@salesforce/sf-plugins-core": {
|
|
9337
|
-
"version": "12.2.
|
|
9338
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
9339
|
-
"integrity": "sha512-
|
|
9726
|
+
"version": "12.2.5",
|
|
9727
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz",
|
|
9728
|
+
"integrity": "sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==",
|
|
9340
9729
|
"license": "Apache-2.0",
|
|
9341
9730
|
"dependencies": {
|
|
9342
9731
|
"@inquirer/confirm": "^3.1.22",
|
|
9343
9732
|
"@inquirer/password": "^2.2.0",
|
|
9344
|
-
"@oclif/core": "^4.
|
|
9345
|
-
"@oclif/table": "^0.
|
|
9346
|
-
"@salesforce/core": "^8.
|
|
9733
|
+
"@oclif/core": "^4.5.2",
|
|
9734
|
+
"@oclif/table": "^0.5.0",
|
|
9735
|
+
"@salesforce/core": "^8.18.7",
|
|
9347
9736
|
"@salesforce/kit": "^3.2.3",
|
|
9348
9737
|
"@salesforce/ts-types": "^2.0.12",
|
|
9349
9738
|
"ansis": "^3.3.2",
|
|
@@ -17107,9 +17496,9 @@
|
|
|
17107
17496
|
"license": "MIT"
|
|
17108
17497
|
},
|
|
17109
17498
|
"node_modules/immer": {
|
|
17110
|
-
"version": "10.
|
|
17111
|
-
"resolved": "https://registry.npmjs.org/immer/-/immer-10.
|
|
17112
|
-
"integrity": "sha512-
|
|
17499
|
+
"version": "10.1.3",
|
|
17500
|
+
"resolved": "https://registry.npmjs.org/immer/-/immer-10.1.3.tgz",
|
|
17501
|
+
"integrity": "sha512-tmjF/k8QDKydUlm3mZU+tjM6zeq9/fFpPqH9SzWmBnVVKsPBg/V66qsMwb3/Bo90cgUN+ghdVBess+hPsxUyRw==",
|
|
17113
17502
|
"license": "MIT",
|
|
17114
17503
|
"funding": {
|
|
17115
17504
|
"type": "opencollective",
|
|
@@ -18153,47 +18542,6 @@
|
|
|
18153
18542
|
"node": ">=10"
|
|
18154
18543
|
}
|
|
18155
18544
|
},
|
|
18156
|
-
"node_modules/istanbul-lib-instrument/node_modules/@babel/core": {
|
|
18157
|
-
"version": "7.28.4",
|
|
18158
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
18159
|
-
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
18160
|
-
"dev": true,
|
|
18161
|
-
"license": "MIT",
|
|
18162
|
-
"dependencies": {
|
|
18163
|
-
"@babel/code-frame": "^7.27.1",
|
|
18164
|
-
"@babel/generator": "^7.28.3",
|
|
18165
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
18166
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
18167
|
-
"@babel/helpers": "^7.28.4",
|
|
18168
|
-
"@babel/parser": "^7.28.4",
|
|
18169
|
-
"@babel/template": "^7.27.2",
|
|
18170
|
-
"@babel/traverse": "^7.28.4",
|
|
18171
|
-
"@babel/types": "^7.28.4",
|
|
18172
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
18173
|
-
"convert-source-map": "^2.0.0",
|
|
18174
|
-
"debug": "^4.1.0",
|
|
18175
|
-
"gensync": "^1.0.0-beta.2",
|
|
18176
|
-
"json5": "^2.2.3",
|
|
18177
|
-
"semver": "^6.3.1"
|
|
18178
|
-
},
|
|
18179
|
-
"engines": {
|
|
18180
|
-
"node": ">=6.9.0"
|
|
18181
|
-
},
|
|
18182
|
-
"funding": {
|
|
18183
|
-
"type": "opencollective",
|
|
18184
|
-
"url": "https://opencollective.com/babel"
|
|
18185
|
-
}
|
|
18186
|
-
},
|
|
18187
|
-
"node_modules/istanbul-lib-instrument/node_modules/@babel/core/node_modules/semver": {
|
|
18188
|
-
"version": "6.3.1",
|
|
18189
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
18190
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
18191
|
-
"dev": true,
|
|
18192
|
-
"license": "ISC",
|
|
18193
|
-
"bin": {
|
|
18194
|
-
"semver": "bin/semver.js"
|
|
18195
|
-
}
|
|
18196
|
-
},
|
|
18197
18545
|
"node_modules/istanbul-lib-processinfo": {
|
|
18198
18546
|
"version": "2.0.3",
|
|
18199
18547
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -18799,12 +19147,12 @@
|
|
|
18799
19147
|
}
|
|
18800
19148
|
},
|
|
18801
19149
|
"node_modules/listr2": {
|
|
18802
|
-
"version": "
|
|
18803
|
-
"resolved": "https://registry.npmjs.org/listr2/-/listr2-
|
|
18804
|
-
"integrity": "sha512-
|
|
19150
|
+
"version": "9.0.5",
|
|
19151
|
+
"resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.5.tgz",
|
|
19152
|
+
"integrity": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==",
|
|
18805
19153
|
"license": "MIT",
|
|
18806
19154
|
"dependencies": {
|
|
18807
|
-
"cli-truncate": "^
|
|
19155
|
+
"cli-truncate": "^5.0.0",
|
|
18808
19156
|
"colorette": "^2.0.20",
|
|
18809
19157
|
"eventemitter3": "^5.0.1",
|
|
18810
19158
|
"log-update": "^6.1.0",
|
|
@@ -18812,7 +19160,78 @@
|
|
|
18812
19160
|
"wrap-ansi": "^9.0.0"
|
|
18813
19161
|
},
|
|
18814
19162
|
"engines": {
|
|
18815
|
-
"node": ">=
|
|
19163
|
+
"node": ">=20.0.0"
|
|
19164
|
+
}
|
|
19165
|
+
},
|
|
19166
|
+
"node_modules/listr2/node_modules/ansi-regex": {
|
|
19167
|
+
"version": "6.0.1",
|
|
19168
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
19169
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
19170
|
+
"license": "MIT",
|
|
19171
|
+
"engines": {
|
|
19172
|
+
"node": ">=12"
|
|
19173
|
+
},
|
|
19174
|
+
"funding": {
|
|
19175
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
19176
|
+
}
|
|
19177
|
+
},
|
|
19178
|
+
"node_modules/listr2/node_modules/cli-truncate": {
|
|
19179
|
+
"version": "5.1.1",
|
|
19180
|
+
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.1.1.tgz",
|
|
19181
|
+
"integrity": "sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==",
|
|
19182
|
+
"license": "MIT",
|
|
19183
|
+
"dependencies": {
|
|
19184
|
+
"slice-ansi": "^7.1.0",
|
|
19185
|
+
"string-width": "^8.0.0"
|
|
19186
|
+
},
|
|
19187
|
+
"engines": {
|
|
19188
|
+
"node": ">=20"
|
|
19189
|
+
},
|
|
19190
|
+
"funding": {
|
|
19191
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
19192
|
+
}
|
|
19193
|
+
},
|
|
19194
|
+
"node_modules/listr2/node_modules/get-east-asian-width": {
|
|
19195
|
+
"version": "1.4.0",
|
|
19196
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
19197
|
+
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
19198
|
+
"license": "MIT",
|
|
19199
|
+
"engines": {
|
|
19200
|
+
"node": ">=18"
|
|
19201
|
+
},
|
|
19202
|
+
"funding": {
|
|
19203
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
19204
|
+
}
|
|
19205
|
+
},
|
|
19206
|
+
"node_modules/listr2/node_modules/string-width": {
|
|
19207
|
+
"version": "8.1.0",
|
|
19208
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
|
|
19209
|
+
"integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
|
|
19210
|
+
"license": "MIT",
|
|
19211
|
+
"dependencies": {
|
|
19212
|
+
"get-east-asian-width": "^1.3.0",
|
|
19213
|
+
"strip-ansi": "^7.1.0"
|
|
19214
|
+
},
|
|
19215
|
+
"engines": {
|
|
19216
|
+
"node": ">=20"
|
|
19217
|
+
},
|
|
19218
|
+
"funding": {
|
|
19219
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
19220
|
+
}
|
|
19221
|
+
},
|
|
19222
|
+
"node_modules/listr2/node_modules/strip-ansi": {
|
|
19223
|
+
"version": "7.1.0",
|
|
19224
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
19225
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
19226
|
+
"license": "MIT",
|
|
19227
|
+
"dependencies": {
|
|
19228
|
+
"ansi-regex": "^6.0.1"
|
|
19229
|
+
},
|
|
19230
|
+
"engines": {
|
|
19231
|
+
"node": ">=12"
|
|
19232
|
+
},
|
|
19233
|
+
"funding": {
|
|
19234
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
18816
19235
|
}
|
|
18817
19236
|
},
|
|
18818
19237
|
"node_modules/locate-path": {
|
|
@@ -19117,30 +19536,30 @@
|
|
|
19117
19536
|
"license": "MIT"
|
|
19118
19537
|
},
|
|
19119
19538
|
"node_modules/lwc": {
|
|
19120
|
-
"version": "8.
|
|
19121
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
19122
|
-
"integrity": "sha512-
|
|
19539
|
+
"version": "8.23.0",
|
|
19540
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.23.0.tgz",
|
|
19541
|
+
"integrity": "sha512-XeNx83aT0NZJ8ORfR4bHWIgL5m+XoDJvIX0Og+8ZAr9YYMmZJuBd83tmdhrneYXaJTaGbX54TVbvRY90k+/noA==",
|
|
19123
19542
|
"license": "MIT",
|
|
19124
19543
|
"peer": true,
|
|
19125
19544
|
"dependencies": {
|
|
19126
|
-
"@lwc/aria-reflection": "8.
|
|
19127
|
-
"@lwc/babel-plugin-component": "8.
|
|
19128
|
-
"@lwc/compiler": "8.
|
|
19129
|
-
"@lwc/engine-core": "8.
|
|
19130
|
-
"@lwc/engine-dom": "8.
|
|
19131
|
-
"@lwc/engine-server": "8.
|
|
19132
|
-
"@lwc/errors": "8.
|
|
19133
|
-
"@lwc/features": "8.
|
|
19134
|
-
"@lwc/module-resolver": "8.
|
|
19135
|
-
"@lwc/rollup-plugin": "8.
|
|
19136
|
-
"@lwc/shared": "8.
|
|
19137
|
-
"@lwc/ssr-compiler": "8.
|
|
19138
|
-
"@lwc/ssr-runtime": "8.
|
|
19139
|
-
"@lwc/style-compiler": "8.
|
|
19140
|
-
"@lwc/synthetic-shadow": "8.
|
|
19141
|
-
"@lwc/template-compiler": "8.
|
|
19142
|
-
"@lwc/types": "8.
|
|
19143
|
-
"@lwc/wire-service": "8.
|
|
19545
|
+
"@lwc/aria-reflection": "8.23.0",
|
|
19546
|
+
"@lwc/babel-plugin-component": "8.23.0",
|
|
19547
|
+
"@lwc/compiler": "8.23.0",
|
|
19548
|
+
"@lwc/engine-core": "8.23.0",
|
|
19549
|
+
"@lwc/engine-dom": "8.23.0",
|
|
19550
|
+
"@lwc/engine-server": "8.23.0",
|
|
19551
|
+
"@lwc/errors": "8.23.0",
|
|
19552
|
+
"@lwc/features": "8.23.0",
|
|
19553
|
+
"@lwc/module-resolver": "8.23.0",
|
|
19554
|
+
"@lwc/rollup-plugin": "8.23.0",
|
|
19555
|
+
"@lwc/shared": "8.23.0",
|
|
19556
|
+
"@lwc/ssr-compiler": "8.23.0",
|
|
19557
|
+
"@lwc/ssr-runtime": "8.23.0",
|
|
19558
|
+
"@lwc/style-compiler": "8.23.0",
|
|
19559
|
+
"@lwc/synthetic-shadow": "8.23.0",
|
|
19560
|
+
"@lwc/template-compiler": "8.23.0",
|
|
19561
|
+
"@lwc/types": "8.23.0",
|
|
19562
|
+
"@lwc/wire-service": "8.23.0"
|
|
19144
19563
|
}
|
|
19145
19564
|
},
|
|
19146
19565
|
"node_modules/magic-string": {
|
|
@@ -24994,6 +25413,15 @@
|
|
|
24994
25413
|
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
|
|
24995
25414
|
"license": "MIT"
|
|
24996
25415
|
},
|
|
25416
|
+
"node_modules/zod": {
|
|
25417
|
+
"version": "4.1.12",
|
|
25418
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
|
|
25419
|
+
"integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
|
|
25420
|
+
"license": "MIT",
|
|
25421
|
+
"funding": {
|
|
25422
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
25423
|
+
}
|
|
25424
|
+
},
|
|
24997
25425
|
"node_modules/zwitch": {
|
|
24998
25426
|
"version": "1.0.5",
|
|
24999
25427
|
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",
|