@salesforce/plugin-lightning-dev 5.0.24 → 5.0.25-alpha.0
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 +9 -8
- package/lib/commands/lightning/dev/component.d.ts +10 -2
- package/lib/commands/lightning/dev/component.js +65 -28
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/shared/metaUtils.d.ts +78 -0
- package/lib/shared/metaUtils.js +187 -0
- package/lib/shared/metaUtils.js.map +1 -0
- package/lib/shared/previewUtils.d.ts +11 -0
- package/lib/shared/previewUtils.js +18 -0
- package/lib/shared/previewUtils.js.map +1 -1
- package/npm-shrinkwrap.json +636 -913
- package/oclif.lock +197 -188
- package/oclif.manifest.json +8 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.25-alpha.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.25-alpha.0",
|
|
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.19",
|
|
15
|
+
"@lwc/sfdc-lwc-compiler": "~13.2.19",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
18
18
|
"@salesforce/core": "^8.23.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
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.24.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.5",
|
|
1264
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
1265
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
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.5",
|
|
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.5",
|
|
1275
1275
|
"@babel/template": "^7.27.2",
|
|
1276
|
-
"@babel/traverse": "^7.28.
|
|
1277
|
-
"@babel/types": "^7.28.
|
|
1276
|
+
"@babel/traverse": "^7.28.5",
|
|
1277
|
+
"@babel/types": "^7.28.5",
|
|
1278
1278
|
"@jridgewell/remapping": "^2.3.5",
|
|
1279
1279
|
"convert-source-map": "^2.0.0",
|
|
1280
1280
|
"debug": "^4.1.0",
|
|
@@ -1290,6 +1290,77 @@
|
|
|
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
|
+
},
|
|
1293
1364
|
"node_modules/@babel/core/node_modules/semver": {
|
|
1294
1365
|
"version": "6.3.1",
|
|
1295
1366
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1449,114 +1520,6 @@
|
|
|
1449
1520
|
"@babel/core": "^7.0.0"
|
|
1450
1521
|
}
|
|
1451
1522
|
},
|
|
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
|
-
},
|
|
1560
1523
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1561
1524
|
"version": "7.27.1",
|
|
1562
1525
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
@@ -1612,163 +1575,55 @@
|
|
|
1612
1575
|
"@babel/core": "^7.0.0"
|
|
1613
1576
|
}
|
|
1614
1577
|
},
|
|
1615
|
-
"node_modules/@babel/helper-
|
|
1616
|
-
"version": "7.
|
|
1578
|
+
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
1579
|
+
"version": "7.27.1",
|
|
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==",
|
|
1617
1582
|
"license": "MIT",
|
|
1618
1583
|
"dependencies": {
|
|
1619
|
-
"@babel/
|
|
1620
|
-
"@babel/
|
|
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"
|
|
1584
|
+
"@babel/traverse": "^7.27.1",
|
|
1585
|
+
"@babel/types": "^7.27.1"
|
|
1634
1586
|
},
|
|
1635
1587
|
"engines": {
|
|
1636
1588
|
"node": ">=6.9.0"
|
|
1637
|
-
},
|
|
1638
|
-
"funding": {
|
|
1639
|
-
"type": "opencollective",
|
|
1640
|
-
"url": "https://opencollective.com/babel"
|
|
1641
1589
|
}
|
|
1642
1590
|
},
|
|
1643
|
-
"node_modules/@babel/helper-
|
|
1644
|
-
"version": "7.
|
|
1645
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1646
|
-
"integrity": "sha512-
|
|
1591
|
+
"node_modules/@babel/helper-string-parser": {
|
|
1592
|
+
"version": "7.27.1",
|
|
1593
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
1594
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
1647
1595
|
"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
|
-
},
|
|
1657
1596
|
"engines": {
|
|
1658
1597
|
"node": ">=6.9.0"
|
|
1659
1598
|
}
|
|
1660
1599
|
},
|
|
1661
|
-
"node_modules/@babel/helper-
|
|
1662
|
-
"version": "7.
|
|
1663
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1664
|
-
"integrity": "sha512-
|
|
1600
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
1601
|
+
"version": "7.27.1",
|
|
1602
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
1603
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
1665
1604
|
"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
|
-
},
|
|
1673
1605
|
"engines": {
|
|
1674
1606
|
"node": ">=6.9.0"
|
|
1675
1607
|
}
|
|
1676
1608
|
},
|
|
1677
|
-
"node_modules/@babel/helper-
|
|
1678
|
-
"version": "7.
|
|
1679
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-
|
|
1680
|
-
"integrity": "sha512-
|
|
1609
|
+
"node_modules/@babel/helper-validator-option": {
|
|
1610
|
+
"version": "7.27.1",
|
|
1611
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
1612
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
1681
1613
|
"license": "MIT",
|
|
1682
1614
|
"engines": {
|
|
1683
1615
|
"node": ">=6.9.0"
|
|
1684
1616
|
}
|
|
1685
1617
|
},
|
|
1686
|
-
"node_modules/@babel/helper-
|
|
1687
|
-
"version": "7.
|
|
1688
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1689
|
-
"integrity": "sha512-
|
|
1618
|
+
"node_modules/@babel/helper-wrap-function": {
|
|
1619
|
+
"version": "7.27.1",
|
|
1620
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
|
|
1621
|
+
"integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
|
|
1690
1622
|
"license": "MIT",
|
|
1691
1623
|
"dependencies": {
|
|
1692
|
-
"@babel/
|
|
1693
|
-
|
|
1694
|
-
|
|
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"
|
|
1624
|
+
"@babel/template": "^7.27.1",
|
|
1625
|
+
"@babel/traverse": "^7.27.1",
|
|
1626
|
+
"@babel/types": "^7.27.1"
|
|
1772
1627
|
},
|
|
1773
1628
|
"engines": {
|
|
1774
1629
|
"node": ">=6.9.0"
|
|
@@ -1802,10 +1657,10 @@
|
|
|
1802
1657
|
"node": ">=6.0.0"
|
|
1803
1658
|
}
|
|
1804
1659
|
},
|
|
1805
|
-
"node_modules/@babel/plugin-syntax-
|
|
1660
|
+
"node_modules/@babel/plugin-syntax-decorators": {
|
|
1806
1661
|
"version": "7.27.1",
|
|
1807
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-
|
|
1808
|
-
"integrity": "sha512-
|
|
1662
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
1663
|
+
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
1809
1664
|
"license": "MIT",
|
|
1810
1665
|
"dependencies": {
|
|
1811
1666
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1817,113 +1672,19 @@
|
|
|
1817
1672
|
"@babel/core": "^7.0.0-0"
|
|
1818
1673
|
}
|
|
1819
1674
|
},
|
|
1820
|
-
"node_modules/@babel/plugin-syntax-jsx
|
|
1821
|
-
"version": "7.
|
|
1822
|
-
"
|
|
1823
|
-
"
|
|
1824
|
-
"dependencies": {
|
|
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"
|
|
1840
|
-
},
|
|
1841
|
-
"engines": {
|
|
1842
|
-
"node": ">=6.9.0"
|
|
1843
|
-
},
|
|
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==",
|
|
1675
|
+
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1676
|
+
"version": "7.27.1",
|
|
1677
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
1678
|
+
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
1853
1679
|
"license": "MIT",
|
|
1854
1680
|
"dependencies": {
|
|
1855
|
-
"@babel/
|
|
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"
|
|
1681
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1860
1682
|
},
|
|
1861
1683
|
"engines": {
|
|
1862
1684
|
"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
1685
|
},
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
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"
|
|
1686
|
+
"peerDependencies": {
|
|
1687
|
+
"@babel/core": "^7.0.0-0"
|
|
1927
1688
|
}
|
|
1928
1689
|
},
|
|
1929
1690
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
@@ -1941,115 +1702,6 @@
|
|
|
1941
1702
|
"@babel/core": "^7.0.0-0"
|
|
1942
1703
|
}
|
|
1943
1704
|
},
|
|
1944
|
-
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/core": {
|
|
1945
|
-
"version": "7.28.5",
|
|
1946
|
-
"license": "MIT",
|
|
1947
|
-
"peer": true,
|
|
1948
|
-
"dependencies": {
|
|
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"
|
|
1964
|
-
},
|
|
1965
|
-
"engines": {
|
|
1966
|
-
"node": ">=6.9.0"
|
|
1967
|
-
},
|
|
1968
|
-
"funding": {
|
|
1969
|
-
"type": "opencollective",
|
|
1970
|
-
"url": "https://opencollective.com/babel"
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
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==",
|
|
1977
|
-
"license": "MIT",
|
|
1978
|
-
"dependencies": {
|
|
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"
|
|
1984
|
-
},
|
|
1985
|
-
"engines": {
|
|
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"
|
|
2005
|
-
},
|
|
2006
|
-
"bin": {
|
|
2007
|
-
"parser": "bin/babel-parser.js"
|
|
2008
|
-
},
|
|
2009
|
-
"engines": {
|
|
2010
|
-
"node": ">=6.0.0"
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
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==",
|
|
2017
|
-
"license": "MIT",
|
|
2018
|
-
"dependencies": {
|
|
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"
|
|
2026
|
-
},
|
|
2027
|
-
"engines": {
|
|
2028
|
-
"node": ">=6.9.0"
|
|
2029
|
-
}
|
|
2030
|
-
},
|
|
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==",
|
|
2035
|
-
"license": "MIT",
|
|
2036
|
-
"dependencies": {
|
|
2037
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
2038
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
2039
|
-
},
|
|
2040
|
-
"engines": {
|
|
2041
|
-
"node": ">=6.9.0"
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
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
1705
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
2054
1706
|
"version": "7.28.0",
|
|
2055
1707
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
@@ -2132,36 +1784,60 @@
|
|
|
2132
1784
|
"@babel/core": "^7.0.0-0"
|
|
2133
1785
|
}
|
|
2134
1786
|
},
|
|
2135
|
-
"node_modules/@babel/plugin-transform-
|
|
2136
|
-
"version": "7.28.
|
|
1787
|
+
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1788
|
+
"version": "7.28.4",
|
|
1789
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
|
|
1790
|
+
"integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
|
|
2137
1791
|
"license": "MIT",
|
|
2138
|
-
"peer": true,
|
|
2139
1792
|
"dependencies": {
|
|
2140
|
-
"@babel/code-frame": "^7.27.1",
|
|
2141
|
-
"@babel/generator": "^7.28.5",
|
|
2142
1793
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
2143
|
-
"@babel/helper-
|
|
2144
|
-
"@babel/
|
|
2145
|
-
"@babel/
|
|
2146
|
-
"@babel/
|
|
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",
|
|
2154
|
-
"semver": "^6.3.1"
|
|
1794
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1795
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1796
|
+
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1797
|
+
"@babel/traverse": "^7.28.4"
|
|
2155
1798
|
},
|
|
2156
1799
|
"engines": {
|
|
2157
1800
|
"node": ">=6.9.0"
|
|
2158
1801
|
},
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2161
|
-
"url": "https://opencollective.com/babel"
|
|
1802
|
+
"peerDependencies": {
|
|
1803
|
+
"@babel/core": "^7.0.0-0"
|
|
2162
1804
|
}
|
|
2163
1805
|
},
|
|
2164
|
-
"node_modules/@babel/plugin-transform-
|
|
1806
|
+
"node_modules/@babel/plugin-transform-parameters": {
|
|
1807
|
+
"version": "7.27.7",
|
|
1808
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
1809
|
+
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
1810
|
+
"license": "MIT",
|
|
1811
|
+
"dependencies": {
|
|
1812
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1813
|
+
},
|
|
1814
|
+
"engines": {
|
|
1815
|
+
"node": ">=6.9.0"
|
|
1816
|
+
},
|
|
1817
|
+
"peerDependencies": {
|
|
1818
|
+
"@babel/core": "^7.0.0-0"
|
|
1819
|
+
}
|
|
1820
|
+
},
|
|
1821
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
|
1822
|
+
"version": "7.28.5",
|
|
1823
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
1824
|
+
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
1825
|
+
"license": "MIT",
|
|
1826
|
+
"dependencies": {
|
|
1827
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1828
|
+
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
1829
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1830
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1831
|
+
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
1832
|
+
},
|
|
1833
|
+
"engines": {
|
|
1834
|
+
"node": ">=6.9.0"
|
|
1835
|
+
},
|
|
1836
|
+
"peerDependencies": {
|
|
1837
|
+
"@babel/core": "^7.0.0-0"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/generator": {
|
|
2165
1841
|
"version": "7.28.5",
|
|
2166
1842
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
2167
1843
|
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
@@ -2177,7 +1853,41 @@
|
|
|
2177
1853
|
"node": ">=6.9.0"
|
|
2178
1854
|
}
|
|
2179
1855
|
},
|
|
2180
|
-
"node_modules/@babel/plugin-transform-
|
|
1856
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-create-class-features-plugin": {
|
|
1857
|
+
"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
|
+
"license": "MIT",
|
|
1861
|
+
"dependencies": {
|
|
1862
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1863
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
1864
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
1865
|
+
"@babel/helper-replace-supers": "^7.27.1",
|
|
1866
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1867
|
+
"@babel/traverse": "^7.28.5",
|
|
1868
|
+
"semver": "^6.3.1"
|
|
1869
|
+
},
|
|
1870
|
+
"engines": {
|
|
1871
|
+
"node": ">=6.9.0"
|
|
1872
|
+
},
|
|
1873
|
+
"peerDependencies": {
|
|
1874
|
+
"@babel/core": "^7.0.0"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-member-expression-to-functions": {
|
|
1878
|
+
"version": "7.28.5",
|
|
1879
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
1880
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
1881
|
+
"license": "MIT",
|
|
1882
|
+
"dependencies": {
|
|
1883
|
+
"@babel/traverse": "^7.28.5",
|
|
1884
|
+
"@babel/types": "^7.28.5"
|
|
1885
|
+
},
|
|
1886
|
+
"engines": {
|
|
1887
|
+
"node": ">=6.9.0"
|
|
1888
|
+
}
|
|
1889
|
+
},
|
|
1890
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-validator-identifier": {
|
|
2181
1891
|
"version": "7.28.5",
|
|
2182
1892
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
2183
1893
|
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
@@ -2186,7 +1896,7 @@
|
|
|
2186
1896
|
"node": ">=6.9.0"
|
|
2187
1897
|
}
|
|
2188
1898
|
},
|
|
2189
|
-
"node_modules/@babel/plugin-transform-
|
|
1899
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/parser": {
|
|
2190
1900
|
"version": "7.28.5",
|
|
2191
1901
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
2192
1902
|
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
@@ -2201,7 +1911,7 @@
|
|
|
2201
1911
|
"node": ">=6.0.0"
|
|
2202
1912
|
}
|
|
2203
1913
|
},
|
|
2204
|
-
"node_modules/@babel/plugin-transform-
|
|
1914
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/traverse": {
|
|
2205
1915
|
"version": "7.28.5",
|
|
2206
1916
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
2207
1917
|
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
@@ -2219,7 +1929,7 @@
|
|
|
2219
1929
|
"node": ">=6.9.0"
|
|
2220
1930
|
}
|
|
2221
1931
|
},
|
|
2222
|
-
"node_modules/@babel/plugin-transform-
|
|
1932
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/types": {
|
|
2223
1933
|
"version": "7.28.5",
|
|
2224
1934
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
2225
1935
|
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
@@ -2232,79 +1942,26 @@
|
|
|
2232
1942
|
"node": ">=6.9.0"
|
|
2233
1943
|
}
|
|
2234
1944
|
},
|
|
2235
|
-
"node_modules/@babel/plugin-transform-
|
|
1945
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/semver": {
|
|
2236
1946
|
"version": "6.3.1",
|
|
2237
1947
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
2238
1948
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
2239
|
-
"license": "ISC",
|
|
2240
|
-
"bin": {
|
|
2241
|
-
"semver": "bin/semver.js"
|
|
2242
|
-
}
|
|
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"
|
|
1949
|
+
"license": "ISC",
|
|
1950
|
+
"bin": {
|
|
1951
|
+
"semver": "bin/semver.js"
|
|
2295
1952
|
}
|
|
2296
1953
|
},
|
|
2297
1954
|
"node_modules/@babel/preset-typescript": {
|
|
2298
|
-
"version": "7.
|
|
2299
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.
|
|
2300
|
-
"integrity": "sha512
|
|
1955
|
+
"version": "7.28.5",
|
|
1956
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
1957
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
2301
1958
|
"license": "MIT",
|
|
2302
1959
|
"dependencies": {
|
|
2303
1960
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2304
1961
|
"@babel/helper-validator-option": "^7.27.1",
|
|
2305
1962
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
2306
1963
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
2307
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
1964
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
2308
1965
|
},
|
|
2309
1966
|
"engines": {
|
|
2310
1967
|
"node": ">=6.9.0"
|
|
@@ -4502,6 +4159,45 @@
|
|
|
4502
4159
|
"@babel/types": "^7.9.0"
|
|
4503
4160
|
}
|
|
4504
4161
|
},
|
|
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
|
+
},
|
|
4505
4201
|
"node_modules/@komaci/esm-generator": {
|
|
4506
4202
|
"version": "260.31.0",
|
|
4507
4203
|
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-260.31.0.tgz",
|
|
@@ -4515,6 +4211,45 @@
|
|
|
4515
4211
|
"@komaci/static-analyzer": "258.0.0"
|
|
4516
4212
|
}
|
|
4517
4213
|
},
|
|
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
|
+
},
|
|
4518
4253
|
"node_modules/@komaci/static-analyzer": {
|
|
4519
4254
|
"version": "258.0.0",
|
|
4520
4255
|
"resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz",
|
|
@@ -4656,20 +4391,20 @@
|
|
|
4656
4391
|
}
|
|
4657
4392
|
},
|
|
4658
4393
|
"node_modules/@lwc/aria-reflection": {
|
|
4659
|
-
"version": "8.
|
|
4660
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
4661
|
-
"integrity": "sha512-
|
|
4394
|
+
"version": "8.24.0",
|
|
4395
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.24.0.tgz",
|
|
4396
|
+
"integrity": "sha512-X6wYl0omMVsElJTpi+8ntyCaOfoRjtVF27K3SnaGaNkntIby/Suz/XKJN1KKgD+hAyQtWzxEsrAbdCYani2ROQ==",
|
|
4662
4397
|
"license": "MIT"
|
|
4663
4398
|
},
|
|
4664
4399
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4665
|
-
"version": "8.
|
|
4666
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
4667
|
-
"integrity": "sha512-
|
|
4400
|
+
"version": "8.24.0",
|
|
4401
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.24.0.tgz",
|
|
4402
|
+
"integrity": "sha512-WaJjoLzNqrhVUHudxv+O04OU5GRNVDfYb1s6fKDYV2VdCHRyl6LQ4v2zZmoeMbahg/S0AO4fyGWxAZS2D7Zuyw==",
|
|
4668
4403
|
"license": "MIT",
|
|
4669
4404
|
"dependencies": {
|
|
4670
4405
|
"@babel/helper-module-imports": "7.27.1",
|
|
4671
|
-
"@lwc/errors": "8.
|
|
4672
|
-
"@lwc/shared": "8.
|
|
4406
|
+
"@lwc/errors": "8.24.0",
|
|
4407
|
+
"@lwc/shared": "8.24.0",
|
|
4673
4408
|
"line-column": "~1.0.2"
|
|
4674
4409
|
},
|
|
4675
4410
|
"peerDependencies": {
|
|
@@ -4677,30 +4412,30 @@
|
|
|
4677
4412
|
}
|
|
4678
4413
|
},
|
|
4679
4414
|
"node_modules/@lwc/compiler": {
|
|
4680
|
-
"version": "8.
|
|
4681
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
4682
|
-
"integrity": "sha512-
|
|
4415
|
+
"version": "8.24.0",
|
|
4416
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.24.0.tgz",
|
|
4417
|
+
"integrity": "sha512-4WlQx1b7V0HlwQY3dLJ7XNdlLPRP8AQlNsfkgkbHGi1YtLx7acFr2ttGHBimsHc4uBHdqdguQ3IQD54agfj+CQ==",
|
|
4683
4418
|
"license": "MIT",
|
|
4684
4419
|
"peer": true,
|
|
4685
4420
|
"dependencies": {
|
|
4686
|
-
"@babel/core": "7.28.
|
|
4421
|
+
"@babel/core": "7.28.5",
|
|
4687
4422
|
"@babel/plugin-transform-async-generator-functions": "7.28.0",
|
|
4688
4423
|
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
|
4689
4424
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
4690
4425
|
"@babel/plugin-transform-object-rest-spread": "7.28.4",
|
|
4691
4426
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4692
|
-
"@lwc/babel-plugin-component": "8.
|
|
4693
|
-
"@lwc/errors": "8.
|
|
4694
|
-
"@lwc/shared": "8.
|
|
4695
|
-
"@lwc/ssr-compiler": "8.
|
|
4696
|
-
"@lwc/style-compiler": "8.
|
|
4697
|
-
"@lwc/template-compiler": "8.
|
|
4427
|
+
"@lwc/babel-plugin-component": "8.24.0",
|
|
4428
|
+
"@lwc/errors": "8.24.0",
|
|
4429
|
+
"@lwc/shared": "8.24.0",
|
|
4430
|
+
"@lwc/ssr-compiler": "8.24.0",
|
|
4431
|
+
"@lwc/style-compiler": "8.24.0",
|
|
4432
|
+
"@lwc/template-compiler": "8.24.0"
|
|
4698
4433
|
}
|
|
4699
4434
|
},
|
|
4700
4435
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
4701
|
-
"version": "13.2.
|
|
4702
|
-
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.
|
|
4703
|
-
"integrity": "sha512-
|
|
4436
|
+
"version": "13.2.19",
|
|
4437
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.19.tgz",
|
|
4438
|
+
"integrity": "sha512-bjkbqWplGaTlMqayh+m/UEJfi5ra3KbcuXNniCAALDV40xQPqhr2u1fj5j3G69ecAoILMMnIVPC6lWNsdRuWpw==",
|
|
4704
4439
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4705
4440
|
"dependencies": {
|
|
4706
4441
|
"magic-string": "~0.30.21"
|
|
@@ -4726,33 +4461,33 @@
|
|
|
4726
4461
|
}
|
|
4727
4462
|
},
|
|
4728
4463
|
"node_modules/@lwc/engine-core": {
|
|
4729
|
-
"version": "8.
|
|
4730
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.
|
|
4731
|
-
"integrity": "sha512-
|
|
4464
|
+
"version": "8.24.0",
|
|
4465
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.24.0.tgz",
|
|
4466
|
+
"integrity": "sha512-XYMx7wmVY84g7mWzEUUo/26gN3x6/H91Naaul5jKbFJXHrf1YQTF794S+5YPI82GlZYFiDNMYKqi3FXAqvyUpQ==",
|
|
4732
4467
|
"license": "MIT",
|
|
4733
4468
|
"dependencies": {
|
|
4734
|
-
"@lwc/features": "8.
|
|
4735
|
-
"@lwc/shared": "8.
|
|
4736
|
-
"@lwc/signals": "8.
|
|
4469
|
+
"@lwc/features": "8.24.0",
|
|
4470
|
+
"@lwc/shared": "8.24.0",
|
|
4471
|
+
"@lwc/signals": "8.24.0"
|
|
4737
4472
|
}
|
|
4738
4473
|
},
|
|
4739
4474
|
"node_modules/@lwc/engine-dom": {
|
|
4740
|
-
"version": "8.
|
|
4741
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.
|
|
4742
|
-
"integrity": "sha512-
|
|
4475
|
+
"version": "8.24.0",
|
|
4476
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.24.0.tgz",
|
|
4477
|
+
"integrity": "sha512-H0MeTt1DEYKY98m2ZblpSazuhZzKxxChi/iM/4n4fFWtBF87AAoQtGt1fFnEPCq9D9lGmVF28YQdBjL7NNw6nQ==",
|
|
4743
4478
|
"license": "MIT",
|
|
4744
4479
|
"peer": true
|
|
4745
4480
|
},
|
|
4746
4481
|
"node_modules/@lwc/engine-server": {
|
|
4747
|
-
"version": "8.
|
|
4748
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.
|
|
4749
|
-
"integrity": "sha512-
|
|
4482
|
+
"version": "8.24.0",
|
|
4483
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.24.0.tgz",
|
|
4484
|
+
"integrity": "sha512-FTgKGYj1pXtiUgXyi+m5BQCe4IMVAp8eF2sRY+NGV0INrmpKfVQaFd5aakGNl27EGEnr/kWUZrY+/dbtwErIdQ==",
|
|
4750
4485
|
"license": "MIT"
|
|
4751
4486
|
},
|
|
4752
4487
|
"node_modules/@lwc/errors": {
|
|
4753
|
-
"version": "8.
|
|
4754
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.
|
|
4755
|
-
"integrity": "sha512-
|
|
4488
|
+
"version": "8.24.0",
|
|
4489
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.24.0.tgz",
|
|
4490
|
+
"integrity": "sha512-shYEI9wjVXjKNRXAMAXHMZ23jvMuJIIkctwpkzFx09PcueflwXu9NfNsUlgK8662cOvnvlpAuYvcT+G0k1/wrw==",
|
|
4756
4491
|
"license": "MIT",
|
|
4757
4492
|
"peer": true
|
|
4758
4493
|
},
|
|
@@ -5494,22 +5229,22 @@
|
|
|
5494
5229
|
"license": "MIT"
|
|
5495
5230
|
},
|
|
5496
5231
|
"node_modules/@lwc/features": {
|
|
5497
|
-
"version": "8.
|
|
5498
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.
|
|
5499
|
-
"integrity": "sha512-
|
|
5232
|
+
"version": "8.24.0",
|
|
5233
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.24.0.tgz",
|
|
5234
|
+
"integrity": "sha512-h9FX63i6/wFUzU48jgrRxH3cmxdSZ/HRPwoR3jKb1qLKL0kKkWPF3EuRnXRgqhcD2qhFteTSAUgtwBcRFzvnSg==",
|
|
5500
5235
|
"license": "MIT",
|
|
5501
5236
|
"dependencies": {
|
|
5502
|
-
"@lwc/shared": "8.
|
|
5237
|
+
"@lwc/shared": "8.24.0"
|
|
5503
5238
|
}
|
|
5504
5239
|
},
|
|
5505
5240
|
"node_modules/@lwc/lwc-dev-server": {
|
|
5506
|
-
"version": "13.2.
|
|
5507
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.
|
|
5508
|
-
"integrity": "sha512-
|
|
5241
|
+
"version": "13.2.19",
|
|
5242
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.19.tgz",
|
|
5243
|
+
"integrity": "sha512-vagT4FcY39Z5ryhRwpdeNLWB07zm+IECDHhaVGJWGh4+C3hxnY4Fq5BHtVQOSbVSnR2H23+K8B0klUAhWnb04w==",
|
|
5509
5244
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5510
5245
|
"dependencies": {
|
|
5511
|
-
"@lwc/lwc-dev-server-types": "13.2.
|
|
5512
|
-
"@lwc/sfdc-lwc-compiler": "13.2.
|
|
5246
|
+
"@lwc/lwc-dev-server-types": "13.2.19",
|
|
5247
|
+
"@lwc/sfdc-lwc-compiler": "13.2.19",
|
|
5513
5248
|
"chalk": "~5.6.2",
|
|
5514
5249
|
"chokidar": "~3.6.0",
|
|
5515
5250
|
"commander": "~14.0.2",
|
|
@@ -5526,9 +5261,9 @@
|
|
|
5526
5261
|
}
|
|
5527
5262
|
},
|
|
5528
5263
|
"node_modules/@lwc/lwc-dev-server-types": {
|
|
5529
|
-
"version": "13.2.
|
|
5530
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.
|
|
5531
|
-
"integrity": "sha512
|
|
5264
|
+
"version": "13.2.19",
|
|
5265
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.19.tgz",
|
|
5266
|
+
"integrity": "sha512-BU4ZN6lMMa1+IhpH7SVmAWhimdXffV3/Ti7EYRf5TFB12OYTCACpDbv/qpL4CEpPDOMjWUOI5jZgP8FbPuHWSg==",
|
|
5532
5267
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5533
5268
|
"peerDependencies": {
|
|
5534
5269
|
"@lwc/compiler": ">=8"
|
|
@@ -5662,16 +5397,16 @@
|
|
|
5662
5397
|
}
|
|
5663
5398
|
},
|
|
5664
5399
|
"node_modules/@lwc/metadata": {
|
|
5665
|
-
"version": "13.2.
|
|
5666
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.
|
|
5667
|
-
"integrity": "sha512-
|
|
5400
|
+
"version": "13.2.19",
|
|
5401
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.19.tgz",
|
|
5402
|
+
"integrity": "sha512-qX6oMGYfyqXBBq+xEhyj9qTxTrIQuNZ0rTxX8j9QjIM4VZkeJiWkirerDvdlqpPjH1MoqElh+hm60YpZGmUKTw==",
|
|
5668
5403
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5669
5404
|
"peer": true,
|
|
5670
5405
|
"dependencies": {
|
|
5671
5406
|
"@babel/parser": "~7.28.5",
|
|
5672
5407
|
"@babel/traverse": "~7.28.5",
|
|
5673
5408
|
"@babel/types": "~7.28.5",
|
|
5674
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5409
|
+
"@lwc/sfdc-compiler-utils": "13.2.19",
|
|
5675
5410
|
"postcss": "~8.5.6",
|
|
5676
5411
|
"postcss-selector-parser": "~7.1.0",
|
|
5677
5412
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5756,24 +5491,44 @@
|
|
|
5756
5491
|
}
|
|
5757
5492
|
},
|
|
5758
5493
|
"node_modules/@lwc/module-resolver": {
|
|
5759
|
-
"version": "8.
|
|
5760
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.
|
|
5761
|
-
"integrity": "sha512-
|
|
5494
|
+
"version": "8.24.0",
|
|
5495
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.24.0.tgz",
|
|
5496
|
+
"integrity": "sha512-Mqj5PCU46coyUMWZ527JC6EwEv0DdIxEJpSK5RgLjgCGdSK7NXYx2zvTnIbWiLLpcj9u82DvFs/FFJu7ixTHbA==",
|
|
5762
5497
|
"license": "MIT",
|
|
5763
5498
|
"peer": true,
|
|
5764
5499
|
"dependencies": {
|
|
5765
|
-
"resolve": "~1.22.
|
|
5500
|
+
"resolve": "~1.22.11"
|
|
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"
|
|
5766
5521
|
}
|
|
5767
5522
|
},
|
|
5768
5523
|
"node_modules/@lwc/rollup-plugin": {
|
|
5769
|
-
"version": "8.
|
|
5770
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
5771
|
-
"integrity": "sha512-
|
|
5524
|
+
"version": "8.24.0",
|
|
5525
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.24.0.tgz",
|
|
5526
|
+
"integrity": "sha512-rPRDIdaw9q2A0jG03exzPmZe2YemGPgT9RCH6QPFppTl9s4MpiozLZvnyzJxLRXWIj2e3fu5Yq0o02e5EquqKw==",
|
|
5772
5527
|
"license": "MIT",
|
|
5773
5528
|
"dependencies": {
|
|
5774
|
-
"@lwc/compiler": "8.
|
|
5775
|
-
"@lwc/module-resolver": "8.
|
|
5776
|
-
"@lwc/shared": "8.
|
|
5529
|
+
"@lwc/compiler": "8.24.0",
|
|
5530
|
+
"@lwc/module-resolver": "8.24.0",
|
|
5531
|
+
"@lwc/shared": "8.24.0",
|
|
5777
5532
|
"@rollup/pluginutils": "~5.3.0"
|
|
5778
5533
|
},
|
|
5779
5534
|
"peerDependencies": {
|
|
@@ -5809,9 +5564,9 @@
|
|
|
5809
5564
|
"license": "MIT"
|
|
5810
5565
|
},
|
|
5811
5566
|
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
5812
|
-
"version": "13.2.
|
|
5813
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.
|
|
5814
|
-
"integrity": "sha512-
|
|
5567
|
+
"version": "13.2.19",
|
|
5568
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.19.tgz",
|
|
5569
|
+
"integrity": "sha512-Os9s6G+V7RnsnHd+qtz+mB0pQuoudExI622zKJCHe6TdmMPVUGnRjHkyFcw0d0i+JPImF5PkJuZ2QYqcDoPplA==",
|
|
5815
5570
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5816
5571
|
"peer": true,
|
|
5817
5572
|
"engines": {
|
|
@@ -5819,9 +5574,9 @@
|
|
|
5819
5574
|
}
|
|
5820
5575
|
},
|
|
5821
5576
|
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5822
|
-
"version": "13.2.
|
|
5823
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.
|
|
5824
|
-
"integrity": "sha512-
|
|
5577
|
+
"version": "13.2.19",
|
|
5578
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.19.tgz",
|
|
5579
|
+
"integrity": "sha512-8w1Wvc1q/0Vl6xWEyA34wWsyUJ5rdhsSQRJfQ7BOyVzhHas5EoZQ4rPh7z4aC7npA++EStOnm7fdbPK1aqNBMg==",
|
|
5825
5580
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5826
5581
|
"dependencies": {
|
|
5827
5582
|
"@babel/core": "7.28.5",
|
|
@@ -5831,11 +5586,11 @@
|
|
|
5831
5586
|
"@babel/traverse": "7.28.5",
|
|
5832
5587
|
"@babel/types": "7.28.5",
|
|
5833
5588
|
"@komaci/esm-generator": "260.31.0",
|
|
5834
|
-
"@lwc/dev-server-plugin-lex": "13.2.
|
|
5589
|
+
"@lwc/dev-server-plugin-lex": "13.2.19",
|
|
5835
5590
|
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5836
5591
|
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5837
|
-
"@lwc/metadata": "13.2.
|
|
5838
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5592
|
+
"@lwc/metadata": "13.2.19",
|
|
5593
|
+
"@lwc/sfdc-compiler-utils": "13.2.19",
|
|
5839
5594
|
"@rollup/plugin-babel": "^6.1.0",
|
|
5840
5595
|
"@rollup/plugin-replace": "^6.0.3",
|
|
5841
5596
|
"@rollup/wasm-node": "4.52.5",
|
|
@@ -5847,223 +5602,59 @@
|
|
|
5847
5602
|
"eslint": "~9.38.0",
|
|
5848
5603
|
"eslint-plugin-import": "~2.32.0",
|
|
5849
5604
|
"eslint-plugin-jest": "~29.0.1",
|
|
5850
|
-
"gray-matter": "~4.0.3",
|
|
5851
|
-
"line-column": "~1.0.2",
|
|
5852
|
-
"magic-string": "~0.30.21",
|
|
5853
|
-
"markdown-it": "~14.1.0",
|
|
5854
|
-
"parse5-sax-parser": "~8.0.0",
|
|
5855
|
-
"postcss": "~8.5.6",
|
|
5856
|
-
"postcss-selector-parser": "~7.1.0",
|
|
5857
|
-
"terser": "~5.44.0"
|
|
5858
|
-
},
|
|
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"
|
|
5894
|
-
}
|
|
5895
|
-
},
|
|
5896
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator": {
|
|
5897
|
-
"version": "7.28.5",
|
|
5898
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
5899
|
-
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
5900
|
-
"license": "MIT",
|
|
5901
|
-
"dependencies": {
|
|
5902
|
-
"@babel/parser": "^7.28.5",
|
|
5903
|
-
"@babel/types": "^7.28.5",
|
|
5904
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5905
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5906
|
-
"jsesc": "^3.0.2"
|
|
5907
|
-
},
|
|
5908
|
-
"engines": {
|
|
5909
|
-
"node": ">=6.9.0"
|
|
5910
|
-
}
|
|
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
|
-
},
|
|
5946
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-validator-identifier": {
|
|
5947
|
-
"version": "7.28.5",
|
|
5948
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5949
|
-
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
5950
|
-
"license": "MIT",
|
|
5951
|
-
"engines": {
|
|
5952
|
-
"node": ">=6.9.0"
|
|
5953
|
-
}
|
|
5954
|
-
},
|
|
5955
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
|
|
5956
|
-
"version": "7.28.5",
|
|
5957
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5958
|
-
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5959
|
-
"license": "MIT",
|
|
5960
|
-
"dependencies": {
|
|
5961
|
-
"@babel/types": "^7.28.5"
|
|
5962
|
-
},
|
|
5963
|
-
"bin": {
|
|
5964
|
-
"parser": "bin/babel-parser.js"
|
|
5965
|
-
},
|
|
5966
|
-
"engines": {
|
|
5967
|
-
"node": ">=6.0.0"
|
|
5968
|
-
}
|
|
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"
|
|
5605
|
+
"gray-matter": "~4.0.3",
|
|
5606
|
+
"line-column": "~1.0.2",
|
|
5607
|
+
"magic-string": "~0.30.21",
|
|
5608
|
+
"markdown-it": "~14.1.0",
|
|
5609
|
+
"parse5-sax-parser": "~8.0.0",
|
|
5610
|
+
"postcss": "~8.5.6",
|
|
5611
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5612
|
+
"terser": "~5.44.0"
|
|
6010
5613
|
},
|
|
6011
5614
|
"peerDependencies": {
|
|
6012
|
-
"@
|
|
5615
|
+
"@lwc/compiler": ">=8",
|
|
5616
|
+
"@lwc/errors": ">=8",
|
|
5617
|
+
"@lwc/template-compiler": ">=8"
|
|
6013
5618
|
}
|
|
6014
5619
|
},
|
|
6015
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
6016
|
-
"version": "7.
|
|
6017
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6018
|
-
"integrity": "sha512-
|
|
5620
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator": {
|
|
5621
|
+
"version": "7.28.5",
|
|
5622
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
5623
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
6019
5624
|
"license": "MIT",
|
|
6020
5625
|
"dependencies": {
|
|
6021
|
-
"@babel/
|
|
6022
|
-
"@babel/
|
|
5626
|
+
"@babel/parser": "^7.28.5",
|
|
5627
|
+
"@babel/types": "^7.28.5",
|
|
5628
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5629
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5630
|
+
"jsesc": "^3.0.2"
|
|
6023
5631
|
},
|
|
6024
5632
|
"engines": {
|
|
6025
5633
|
"node": ">=6.9.0"
|
|
6026
|
-
},
|
|
6027
|
-
"peerDependencies": {
|
|
6028
|
-
"@babel/core": "^7.0.0-0"
|
|
6029
5634
|
}
|
|
6030
5635
|
},
|
|
6031
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5636
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-validator-identifier": {
|
|
6032
5637
|
"version": "7.28.5",
|
|
6033
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6034
|
-
"integrity": "sha512-
|
|
5638
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5639
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
6035
5640
|
"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
5641
|
"engines": {
|
|
6044
5642
|
"node": ">=6.9.0"
|
|
6045
|
-
},
|
|
6046
|
-
"peerDependencies": {
|
|
6047
|
-
"@babel/core": "^7.0.0-0"
|
|
6048
5643
|
}
|
|
6049
5644
|
},
|
|
6050
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5645
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
|
|
6051
5646
|
"version": "7.28.5",
|
|
6052
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6053
|
-
"integrity": "sha512
|
|
5647
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5648
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
6054
5649
|
"license": "MIT",
|
|
6055
5650
|
"dependencies": {
|
|
6056
|
-
"@babel/
|
|
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"
|
|
5651
|
+
"@babel/types": "^7.28.5"
|
|
6061
5652
|
},
|
|
6062
|
-
"
|
|
6063
|
-
"
|
|
5653
|
+
"bin": {
|
|
5654
|
+
"parser": "bin/babel-parser.js"
|
|
6064
5655
|
},
|
|
6065
|
-
"
|
|
6066
|
-
"
|
|
5656
|
+
"engines": {
|
|
5657
|
+
"node": ">=6.0.0"
|
|
6067
5658
|
}
|
|
6068
5659
|
},
|
|
6069
5660
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
@@ -6180,32 +5771,6 @@
|
|
|
6180
5771
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
6181
5772
|
"license": "MIT"
|
|
6182
5773
|
},
|
|
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
|
-
},
|
|
6209
5774
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/doctrine": {
|
|
6210
5775
|
"version": "3.0.0",
|
|
6211
5776
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -6425,96 +5990,109 @@
|
|
|
6425
5990
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6426
5991
|
}
|
|
6427
5992
|
},
|
|
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
|
-
},
|
|
6437
5993
|
"node_modules/@lwc/shared": {
|
|
6438
|
-
"version": "8.
|
|
6439
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
6440
|
-
"integrity": "sha512-
|
|
5994
|
+
"version": "8.24.0",
|
|
5995
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.24.0.tgz",
|
|
5996
|
+
"integrity": "sha512-rYgSg5NLS0M3rvX8iOOez1rFy7JjbB/MWPvIuyNi2z2W/CS7oMen1XTW7you8/d0m0kYM7b7S9gMJHzZAuekXQ==",
|
|
6441
5997
|
"license": "MIT"
|
|
6442
5998
|
},
|
|
6443
5999
|
"node_modules/@lwc/signals": {
|
|
6444
|
-
"version": "8.
|
|
6445
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
6446
|
-
"integrity": "sha512-
|
|
6000
|
+
"version": "8.24.0",
|
|
6001
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.24.0.tgz",
|
|
6002
|
+
"integrity": "sha512-yvW4JRnAORYYrq3l3L//dG++sz5JM2HQ3lHMLpBbBKGWlLflDIUh6teApz8YUddGAyttTo4LcDAajx2HGN+Kfw==",
|
|
6447
6003
|
"license": "MIT"
|
|
6448
6004
|
},
|
|
6449
6005
|
"node_modules/@lwc/ssr-compiler": {
|
|
6450
|
-
"version": "8.
|
|
6451
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
6452
|
-
"integrity": "sha512-
|
|
6006
|
+
"version": "8.24.0",
|
|
6007
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.24.0.tgz",
|
|
6008
|
+
"integrity": "sha512-1pnCDuMx6tUrpMKWwq3NVF10B65CILWBen/Axldg5AxIu6TVdlYoy8CbkHcpeS3+Qd9BpAAuQnkZo+RkVEmYww==",
|
|
6453
6009
|
"license": "MIT",
|
|
6454
6010
|
"dependencies": {
|
|
6455
|
-
"@babel/types": "7.28.
|
|
6456
|
-
"@lwc/errors": "8.
|
|
6457
|
-
"@lwc/shared": "8.
|
|
6458
|
-
"@lwc/template-compiler": "8.
|
|
6011
|
+
"@babel/types": "7.28.5",
|
|
6012
|
+
"@lwc/errors": "8.24.0",
|
|
6013
|
+
"@lwc/shared": "8.24.0",
|
|
6014
|
+
"@lwc/template-compiler": "8.24.0",
|
|
6459
6015
|
"acorn": "8.15.0",
|
|
6460
6016
|
"astring": "^1.9.0",
|
|
6461
6017
|
"estree-toolkit": "^1.7.13",
|
|
6462
|
-
"immer": "^10.
|
|
6018
|
+
"immer": "^10.2.0",
|
|
6463
6019
|
"meriyah": "^5.0.0"
|
|
6464
6020
|
}
|
|
6465
6021
|
},
|
|
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
|
+
},
|
|
6466
6044
|
"node_modules/@lwc/ssr-runtime": {
|
|
6467
|
-
"version": "8.
|
|
6468
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
6469
|
-
"integrity": "sha512-
|
|
6045
|
+
"version": "8.24.0",
|
|
6046
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.24.0.tgz",
|
|
6047
|
+
"integrity": "sha512-ZZezcxHFwPu244ARazQZufXirXmdN5/ExiQcCQ5dqmtrzd+daypXpUYgD3tPbhI+423YMbQbfFxceiri0kL8Tw==",
|
|
6470
6048
|
"license": "MIT"
|
|
6471
6049
|
},
|
|
6472
6050
|
"node_modules/@lwc/style-compiler": {
|
|
6473
|
-
"version": "8.
|
|
6474
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
6475
|
-
"integrity": "sha512-
|
|
6051
|
+
"version": "8.24.0",
|
|
6052
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.24.0.tgz",
|
|
6053
|
+
"integrity": "sha512-AtlwvAOl8siJLXSb6mxXMw89HCgRWxNhVeYEsIvmCos9HTkdhoG8PX6EYcQj8oDnYFBqe2WcR2AUYRBqwV1iig==",
|
|
6476
6054
|
"license": "MIT",
|
|
6477
6055
|
"dependencies": {
|
|
6478
|
-
"@lwc/shared": "8.
|
|
6056
|
+
"@lwc/shared": "8.24.0",
|
|
6479
6057
|
"postcss": "~8.5.6",
|
|
6480
6058
|
"postcss-selector-parser": "~7.1.0",
|
|
6481
6059
|
"postcss-value-parser": "~4.2.0"
|
|
6482
6060
|
}
|
|
6483
6061
|
},
|
|
6484
6062
|
"node_modules/@lwc/synthetic-shadow": {
|
|
6485
|
-
"version": "8.
|
|
6486
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
6487
|
-
"integrity": "sha512-
|
|
6063
|
+
"version": "8.24.0",
|
|
6064
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.24.0.tgz",
|
|
6065
|
+
"integrity": "sha512-46fWZMRaT7a8fbX/03sXNLB6lBM6xJtIfBivexSUyvNkoyE3iNbRDhzFjTOD1O8Gxx/crpBHaiRtzzEuzcrYtg==",
|
|
6488
6066
|
"license": "MIT",
|
|
6489
6067
|
"peer": true
|
|
6490
6068
|
},
|
|
6491
6069
|
"node_modules/@lwc/template-compiler": {
|
|
6492
|
-
"version": "8.
|
|
6493
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
6494
|
-
"integrity": "sha512-
|
|
6070
|
+
"version": "8.24.0",
|
|
6071
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.24.0.tgz",
|
|
6072
|
+
"integrity": "sha512-x4SBSvDnC75QK4P2YCkAiwbTTeEmQ5RveT7LB6sk6WYma+OiDSk8pFrj5SFrsjtOy6oDxedvIpftlrbUa+Yh0w==",
|
|
6495
6073
|
"license": "MIT",
|
|
6496
6074
|
"peer": true,
|
|
6497
6075
|
"dependencies": {
|
|
6498
|
-
"@lwc/errors": "8.
|
|
6499
|
-
"@lwc/shared": "8.
|
|
6076
|
+
"@lwc/errors": "8.24.0",
|
|
6077
|
+
"@lwc/shared": "8.24.0",
|
|
6500
6078
|
"acorn": "~8.15.0",
|
|
6501
6079
|
"astring": "~1.9.0",
|
|
6502
6080
|
"he": "~1.2.0"
|
|
6503
6081
|
}
|
|
6504
6082
|
},
|
|
6505
6083
|
"node_modules/@lwc/types": {
|
|
6506
|
-
"version": "8.
|
|
6507
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
6508
|
-
"integrity": "sha512-
|
|
6084
|
+
"version": "8.24.0",
|
|
6085
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.24.0.tgz",
|
|
6086
|
+
"integrity": "sha512-yQe8VLfrnZoNxGaf13Hs4XJaqBQ8nrKEYfNHUGI9P1tNPGGr1ooNEFGQfNoBkUU7mxZomXRyOD/moUYOIRjqAw==",
|
|
6509
6087
|
"license": "MIT",
|
|
6510
6088
|
"dependencies": {
|
|
6511
|
-
"@lwc/engine-core": "8.
|
|
6089
|
+
"@lwc/engine-core": "8.24.0"
|
|
6512
6090
|
}
|
|
6513
6091
|
},
|
|
6514
6092
|
"node_modules/@lwc/wire-service": {
|
|
6515
|
-
"version": "8.
|
|
6516
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
6517
|
-
"integrity": "sha512-
|
|
6093
|
+
"version": "8.24.0",
|
|
6094
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.24.0.tgz",
|
|
6095
|
+
"integrity": "sha512-hpwgttHXCCABfWOy9ChspmpMrTX3HP6fYqEb+Qp85NP52jE1YSUgnncQ/lqDZF5Xak4b2pm7wM1gR6jMDT/jmA==",
|
|
6518
6096
|
"license": "MIT"
|
|
6519
6097
|
},
|
|
6520
6098
|
"node_modules/@lwrjs/api": {
|
|
@@ -6862,6 +6440,84 @@
|
|
|
6862
6440
|
"@lwc/module-resolver": ">= 2.x"
|
|
6863
6441
|
}
|
|
6864
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
|
+
},
|
|
6466
|
+
"engines": {
|
|
6467
|
+
"node": ">=6.9.0"
|
|
6468
|
+
},
|
|
6469
|
+
"funding": {
|
|
6470
|
+
"type": "opencollective",
|
|
6471
|
+
"url": "https://opencollective.com/babel"
|
|
6472
|
+
}
|
|
6473
|
+
},
|
|
6474
|
+
"node_modules/@lwrjs/lwc-module-provider/node_modules/@babel/plugin-transform-typescript": {
|
|
6475
|
+
"version": "7.28.0",
|
|
6476
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
6477
|
+
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
6478
|
+
"license": "MIT",
|
|
6479
|
+
"dependencies": {
|
|
6480
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
6481
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
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"
|
|
6485
|
+
},
|
|
6486
|
+
"engines": {
|
|
6487
|
+
"node": ">=6.9.0"
|
|
6488
|
+
},
|
|
6489
|
+
"peerDependencies": {
|
|
6490
|
+
"@babel/core": "^7.0.0-0"
|
|
6491
|
+
}
|
|
6492
|
+
},
|
|
6493
|
+
"node_modules/@lwrjs/lwc-module-provider/node_modules/@babel/preset-typescript": {
|
|
6494
|
+
"version": "7.27.1",
|
|
6495
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
6496
|
+
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
6497
|
+
"license": "MIT",
|
|
6498
|
+
"dependencies": {
|
|
6499
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
6500
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
6501
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
6502
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
6503
|
+
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
6504
|
+
},
|
|
6505
|
+
"engines": {
|
|
6506
|
+
"node": ">=6.9.0"
|
|
6507
|
+
},
|
|
6508
|
+
"peerDependencies": {
|
|
6509
|
+
"@babel/core": "^7.0.0-0"
|
|
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"
|
|
6519
|
+
}
|
|
6520
|
+
},
|
|
6865
6521
|
"node_modules/@lwrjs/lwc-ssr": {
|
|
6866
6522
|
"version": "0.18.3",
|
|
6867
6523
|
"resolved": "https://registry.npmjs.org/@lwrjs/lwc-ssr/-/lwc-ssr-0.18.3.tgz",
|
|
@@ -8503,6 +8159,32 @@
|
|
|
8503
8159
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
8504
8160
|
"license": "BSD-3-Clause"
|
|
8505
8161
|
},
|
|
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
|
+
},
|
|
8506
8188
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
8507
8189
|
"version": "15.3.1",
|
|
8508
8190
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
|
|
@@ -17425,9 +17107,9 @@
|
|
|
17425
17107
|
"license": "MIT"
|
|
17426
17108
|
},
|
|
17427
17109
|
"node_modules/immer": {
|
|
17428
|
-
"version": "10.
|
|
17429
|
-
"resolved": "https://registry.npmjs.org/immer/-/immer-10.
|
|
17430
|
-
"integrity": "sha512-
|
|
17110
|
+
"version": "10.2.0",
|
|
17111
|
+
"resolved": "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz",
|
|
17112
|
+
"integrity": "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==",
|
|
17431
17113
|
"license": "MIT",
|
|
17432
17114
|
"funding": {
|
|
17433
17115
|
"type": "opencollective",
|
|
@@ -18471,6 +18153,47 @@
|
|
|
18471
18153
|
"node": ">=10"
|
|
18472
18154
|
}
|
|
18473
18155
|
},
|
|
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
|
+
},
|
|
18474
18197
|
"node_modules/istanbul-lib-processinfo": {
|
|
18475
18198
|
"version": "2.0.3",
|
|
18476
18199
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -19394,30 +19117,30 @@
|
|
|
19394
19117
|
"license": "MIT"
|
|
19395
19118
|
},
|
|
19396
19119
|
"node_modules/lwc": {
|
|
19397
|
-
"version": "8.
|
|
19398
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
19399
|
-
"integrity": "sha512-
|
|
19120
|
+
"version": "8.24.0",
|
|
19121
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.24.0.tgz",
|
|
19122
|
+
"integrity": "sha512-u2l1MSulS5W1YIPkeA0ndG2vWFBgAnLGAkYGdbvhEuDdvhIJ7J/U+ftca3f67bx655y1jiBoWjiGEdUDprPcTQ==",
|
|
19400
19123
|
"license": "MIT",
|
|
19401
19124
|
"peer": true,
|
|
19402
19125
|
"dependencies": {
|
|
19403
|
-
"@lwc/aria-reflection": "8.
|
|
19404
|
-
"@lwc/babel-plugin-component": "8.
|
|
19405
|
-
"@lwc/compiler": "8.
|
|
19406
|
-
"@lwc/engine-core": "8.
|
|
19407
|
-
"@lwc/engine-dom": "8.
|
|
19408
|
-
"@lwc/engine-server": "8.
|
|
19409
|
-
"@lwc/errors": "8.
|
|
19410
|
-
"@lwc/features": "8.
|
|
19411
|
-
"@lwc/module-resolver": "8.
|
|
19412
|
-
"@lwc/rollup-plugin": "8.
|
|
19413
|
-
"@lwc/shared": "8.
|
|
19414
|
-
"@lwc/ssr-compiler": "8.
|
|
19415
|
-
"@lwc/ssr-runtime": "8.
|
|
19416
|
-
"@lwc/style-compiler": "8.
|
|
19417
|
-
"@lwc/synthetic-shadow": "8.
|
|
19418
|
-
"@lwc/template-compiler": "8.
|
|
19419
|
-
"@lwc/types": "8.
|
|
19420
|
-
"@lwc/wire-service": "8.
|
|
19126
|
+
"@lwc/aria-reflection": "8.24.0",
|
|
19127
|
+
"@lwc/babel-plugin-component": "8.24.0",
|
|
19128
|
+
"@lwc/compiler": "8.24.0",
|
|
19129
|
+
"@lwc/engine-core": "8.24.0",
|
|
19130
|
+
"@lwc/engine-dom": "8.24.0",
|
|
19131
|
+
"@lwc/engine-server": "8.24.0",
|
|
19132
|
+
"@lwc/errors": "8.24.0",
|
|
19133
|
+
"@lwc/features": "8.24.0",
|
|
19134
|
+
"@lwc/module-resolver": "8.24.0",
|
|
19135
|
+
"@lwc/rollup-plugin": "8.24.0",
|
|
19136
|
+
"@lwc/shared": "8.24.0",
|
|
19137
|
+
"@lwc/ssr-compiler": "8.24.0",
|
|
19138
|
+
"@lwc/ssr-runtime": "8.24.0",
|
|
19139
|
+
"@lwc/style-compiler": "8.24.0",
|
|
19140
|
+
"@lwc/synthetic-shadow": "8.24.0",
|
|
19141
|
+
"@lwc/template-compiler": "8.24.0",
|
|
19142
|
+
"@lwc/types": "8.24.0",
|
|
19143
|
+
"@lwc/wire-service": "8.24.0"
|
|
19421
19144
|
}
|
|
19422
19145
|
},
|
|
19423
19146
|
"node_modules/magic-string": {
|