@salesforce/plugin-lightning-dev 5.0.22 → 5.0.24
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 +3 -3
- package/npm-shrinkwrap.json +1965 -799
- package/oclif.lock +593 -319
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.24",
|
|
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.24",
|
|
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.
|
|
14
|
+
"@lwc/lwc-dev-server": "~13.2.18",
|
|
15
15
|
"@lwc/sfdc-lwc-compiler": "~13.2.7",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@salesforce/kit": "^3.2.4",
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.13",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
|
-
"axios": "^1.
|
|
22
|
+
"axios": "^1.13.1",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
24
|
"lwc": "~8.23.0",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@oclif/plugin-command-snapshot": "^5.3.6",
|
|
31
31
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
32
32
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
33
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
33
|
+
"@salesforce/plugin-command-reference": "^3.1.77",
|
|
34
34
|
"@types/node-fetch": "^2.6.13",
|
|
35
35
|
"@types/xml2js": "^0.4.14",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
@@ -1207,6 +1207,25 @@
|
|
|
1207
1207
|
"node": ">=18.0.0"
|
|
1208
1208
|
}
|
|
1209
1209
|
},
|
|
1210
|
+
"node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser": {
|
|
1211
|
+
"version": "5.2.5",
|
|
1212
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
|
|
1213
|
+
"integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
|
|
1214
|
+
"dev": true,
|
|
1215
|
+
"funding": [
|
|
1216
|
+
{
|
|
1217
|
+
"type": "github",
|
|
1218
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1219
|
+
}
|
|
1220
|
+
],
|
|
1221
|
+
"license": "MIT",
|
|
1222
|
+
"dependencies": {
|
|
1223
|
+
"strnum": "^2.1.0"
|
|
1224
|
+
},
|
|
1225
|
+
"bin": {
|
|
1226
|
+
"fxparser": "src/cli/cli.js"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1210
1229
|
"node_modules/@aws/lambda-invoke-store": {
|
|
1211
1230
|
"version": "0.0.1",
|
|
1212
1231
|
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.0.1.tgz",
|
|
@@ -1245,6 +1264,7 @@
|
|
|
1245
1264
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
1246
1265
|
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
1247
1266
|
"license": "MIT",
|
|
1267
|
+
"peer": true,
|
|
1248
1268
|
"dependencies": {
|
|
1249
1269
|
"@babel/code-frame": "^7.27.1",
|
|
1250
1270
|
"@babel/generator": "^7.28.3",
|
|
@@ -1270,19 +1290,6 @@
|
|
|
1270
1290
|
"url": "https://opencollective.com/babel"
|
|
1271
1291
|
}
|
|
1272
1292
|
},
|
|
1273
|
-
"node_modules/@babel/core/node_modules/@babel/helpers": {
|
|
1274
|
-
"version": "7.28.4",
|
|
1275
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
1276
|
-
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
1277
|
-
"license": "MIT",
|
|
1278
|
-
"dependencies": {
|
|
1279
|
-
"@babel/template": "^7.27.2",
|
|
1280
|
-
"@babel/types": "^7.28.4"
|
|
1281
|
-
},
|
|
1282
|
-
"engines": {
|
|
1283
|
-
"node": ">=6.9.0"
|
|
1284
|
-
}
|
|
1285
|
-
},
|
|
1286
1293
|
"node_modules/@babel/core/node_modules/semver": {
|
|
1287
1294
|
"version": "6.3.1",
|
|
1288
1295
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1443,20 +1450,19 @@
|
|
|
1443
1450
|
}
|
|
1444
1451
|
},
|
|
1445
1452
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
|
|
1446
|
-
"version": "7.
|
|
1453
|
+
"version": "7.28.5",
|
|
1447
1454
|
"license": "MIT",
|
|
1448
|
-
"peer": true,
|
|
1449
1455
|
"dependencies": {
|
|
1450
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1451
1456
|
"@babel/code-frame": "^7.27.1",
|
|
1452
|
-
"@babel/generator": "^7.
|
|
1457
|
+
"@babel/generator": "^7.28.5",
|
|
1453
1458
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1454
|
-
"@babel/helper-module-transforms": "^7.
|
|
1455
|
-
"@babel/helpers": "^7.
|
|
1456
|
-
"@babel/parser": "^7.
|
|
1459
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1460
|
+
"@babel/helpers": "^7.28.4",
|
|
1461
|
+
"@babel/parser": "^7.28.5",
|
|
1457
1462
|
"@babel/template": "^7.27.2",
|
|
1458
|
-
"@babel/traverse": "^7.
|
|
1459
|
-
"@babel/types": "^7.
|
|
1463
|
+
"@babel/traverse": "^7.28.5",
|
|
1464
|
+
"@babel/types": "^7.28.5",
|
|
1465
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1460
1466
|
"convert-source-map": "^2.0.0",
|
|
1461
1467
|
"debug": "^4.1.0",
|
|
1462
1468
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1471,12 +1477,82 @@
|
|
|
1471
1477
|
"url": "https://opencollective.com/babel"
|
|
1472
1478
|
}
|
|
1473
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
|
+
},
|
|
1474
1551
|
"node_modules/@babel/helper-module-transforms/node_modules/semver": {
|
|
1475
1552
|
"version": "6.3.1",
|
|
1476
1553
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1477
1554
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1478
1555
|
"license": "ISC",
|
|
1479
|
-
"peer": true,
|
|
1480
1556
|
"bin": {
|
|
1481
1557
|
"semver": "bin/semver.js"
|
|
1482
1558
|
}
|
|
@@ -1537,20 +1613,19 @@
|
|
|
1537
1613
|
}
|
|
1538
1614
|
},
|
|
1539
1615
|
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1540
|
-
"version": "7.
|
|
1616
|
+
"version": "7.28.5",
|
|
1541
1617
|
"license": "MIT",
|
|
1542
|
-
"peer": true,
|
|
1543
1618
|
"dependencies": {
|
|
1544
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1545
1619
|
"@babel/code-frame": "^7.27.1",
|
|
1546
|
-
"@babel/generator": "^7.
|
|
1620
|
+
"@babel/generator": "^7.28.5",
|
|
1547
1621
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1548
|
-
"@babel/helper-module-transforms": "^7.
|
|
1549
|
-
"@babel/helpers": "^7.
|
|
1550
|
-
"@babel/parser": "^7.
|
|
1622
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1623
|
+
"@babel/helpers": "^7.28.4",
|
|
1624
|
+
"@babel/parser": "^7.28.5",
|
|
1551
1625
|
"@babel/template": "^7.27.2",
|
|
1552
|
-
"@babel/traverse": "^7.
|
|
1553
|
-
"@babel/types": "^7.
|
|
1626
|
+
"@babel/traverse": "^7.28.5",
|
|
1627
|
+
"@babel/types": "^7.28.5",
|
|
1628
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1554
1629
|
"convert-source-map": "^2.0.0",
|
|
1555
1630
|
"debug": "^4.1.0",
|
|
1556
1631
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1565,12 +1640,82 @@
|
|
|
1565
1640
|
"url": "https://opencollective.com/babel"
|
|
1566
1641
|
}
|
|
1567
1642
|
},
|
|
1643
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1644
|
+
"version": "7.28.5",
|
|
1645
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1646
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1647
|
+
"license": "MIT",
|
|
1648
|
+
"dependencies": {
|
|
1649
|
+
"@babel/code-frame": "^7.27.1",
|
|
1650
|
+
"@babel/generator": "^7.28.5",
|
|
1651
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1652
|
+
"@babel/parser": "^7.28.5",
|
|
1653
|
+
"@babel/template": "^7.27.2",
|
|
1654
|
+
"@babel/types": "^7.28.5",
|
|
1655
|
+
"debug": "^4.3.1"
|
|
1656
|
+
},
|
|
1657
|
+
"engines": {
|
|
1658
|
+
"node": ">=6.9.0"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/generator": {
|
|
1662
|
+
"version": "7.28.5",
|
|
1663
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1664
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1665
|
+
"license": "MIT",
|
|
1666
|
+
"dependencies": {
|
|
1667
|
+
"@babel/parser": "^7.28.5",
|
|
1668
|
+
"@babel/types": "^7.28.5",
|
|
1669
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1670
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1671
|
+
"jsesc": "^3.0.2"
|
|
1672
|
+
},
|
|
1673
|
+
"engines": {
|
|
1674
|
+
"node": ">=6.9.0"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/helper-validator-identifier": {
|
|
1678
|
+
"version": "7.28.5",
|
|
1679
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1680
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1681
|
+
"license": "MIT",
|
|
1682
|
+
"engines": {
|
|
1683
|
+
"node": ">=6.9.0"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
|
|
1687
|
+
"version": "7.28.5",
|
|
1688
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1689
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1690
|
+
"license": "MIT",
|
|
1691
|
+
"dependencies": {
|
|
1692
|
+
"@babel/types": "^7.28.5"
|
|
1693
|
+
},
|
|
1694
|
+
"bin": {
|
|
1695
|
+
"parser": "bin/babel-parser.js"
|
|
1696
|
+
},
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": ">=6.0.0"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/types": {
|
|
1702
|
+
"version": "7.28.5",
|
|
1703
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1704
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1705
|
+
"license": "MIT",
|
|
1706
|
+
"dependencies": {
|
|
1707
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1708
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1709
|
+
},
|
|
1710
|
+
"engines": {
|
|
1711
|
+
"node": ">=6.9.0"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1568
1714
|
"node_modules/@babel/helper-replace-supers/node_modules/semver": {
|
|
1569
1715
|
"version": "6.3.1",
|
|
1570
1716
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1571
1717
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1572
1718
|
"license": "ISC",
|
|
1573
|
-
"peer": true,
|
|
1574
1719
|
"bin": {
|
|
1575
1720
|
"semver": "bin/semver.js"
|
|
1576
1721
|
}
|
|
@@ -1630,13 +1775,13 @@
|
|
|
1630
1775
|
}
|
|
1631
1776
|
},
|
|
1632
1777
|
"node_modules/@babel/helpers": {
|
|
1633
|
-
"version": "7.28.
|
|
1634
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.
|
|
1635
|
-
"integrity": "sha512-
|
|
1778
|
+
"version": "7.28.4",
|
|
1779
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
1780
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
1636
1781
|
"license": "MIT",
|
|
1637
1782
|
"dependencies": {
|
|
1638
1783
|
"@babel/template": "^7.27.2",
|
|
1639
|
-
"@babel/types": "^7.28.
|
|
1784
|
+
"@babel/types": "^7.28.4"
|
|
1640
1785
|
},
|
|
1641
1786
|
"engines": {
|
|
1642
1787
|
"node": ">=6.9.0"
|
|
@@ -1657,6 +1802,254 @@
|
|
|
1657
1802
|
"node": ">=6.0.0"
|
|
1658
1803
|
}
|
|
1659
1804
|
},
|
|
1805
|
+
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1806
|
+
"version": "7.27.1",
|
|
1807
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
1808
|
+
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
1809
|
+
"license": "MIT",
|
|
1810
|
+
"dependencies": {
|
|
1811
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1812
|
+
},
|
|
1813
|
+
"engines": {
|
|
1814
|
+
"node": ">=6.9.0"
|
|
1815
|
+
},
|
|
1816
|
+
"peerDependencies": {
|
|
1817
|
+
"@babel/core": "^7.0.0-0"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/core": {
|
|
1821
|
+
"version": "7.28.5",
|
|
1822
|
+
"license": "MIT",
|
|
1823
|
+
"peer": true,
|
|
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==",
|
|
1853
|
+
"license": "MIT",
|
|
1854
|
+
"dependencies": {
|
|
1855
|
+
"@babel/parser": "^7.28.5",
|
|
1856
|
+
"@babel/types": "^7.28.5",
|
|
1857
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1858
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1859
|
+
"jsesc": "^3.0.2"
|
|
1860
|
+
},
|
|
1861
|
+
"engines": {
|
|
1862
|
+
"node": ">=6.9.0"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/helper-validator-identifier": {
|
|
1866
|
+
"version": "7.28.5",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1868
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1869
|
+
"license": "MIT",
|
|
1870
|
+
"engines": {
|
|
1871
|
+
"node": ">=6.9.0"
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/parser": {
|
|
1875
|
+
"version": "7.28.5",
|
|
1876
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1877
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1878
|
+
"license": "MIT",
|
|
1879
|
+
"dependencies": {
|
|
1880
|
+
"@babel/types": "^7.28.5"
|
|
1881
|
+
},
|
|
1882
|
+
"bin": {
|
|
1883
|
+
"parser": "bin/babel-parser.js"
|
|
1884
|
+
},
|
|
1885
|
+
"engines": {
|
|
1886
|
+
"node": ">=6.0.0"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/traverse": {
|
|
1890
|
+
"version": "7.28.5",
|
|
1891
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1892
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1893
|
+
"license": "MIT",
|
|
1894
|
+
"dependencies": {
|
|
1895
|
+
"@babel/code-frame": "^7.27.1",
|
|
1896
|
+
"@babel/generator": "^7.28.5",
|
|
1897
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1898
|
+
"@babel/parser": "^7.28.5",
|
|
1899
|
+
"@babel/template": "^7.27.2",
|
|
1900
|
+
"@babel/types": "^7.28.5",
|
|
1901
|
+
"debug": "^4.3.1"
|
|
1902
|
+
},
|
|
1903
|
+
"engines": {
|
|
1904
|
+
"node": ">=6.9.0"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/types": {
|
|
1908
|
+
"version": "7.28.5",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1910
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1911
|
+
"license": "MIT",
|
|
1912
|
+
"dependencies": {
|
|
1913
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1914
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1915
|
+
},
|
|
1916
|
+
"engines": {
|
|
1917
|
+
"node": ">=6.9.0"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/semver": {
|
|
1921
|
+
"version": "6.3.1",
|
|
1922
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1923
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1924
|
+
"license": "ISC",
|
|
1925
|
+
"bin": {
|
|
1926
|
+
"semver": "bin/semver.js"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"node_modules/@babel/plugin-syntax-typescript": {
|
|
1930
|
+
"version": "7.27.1",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
1932
|
+
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
1933
|
+
"license": "MIT",
|
|
1934
|
+
"dependencies": {
|
|
1935
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1936
|
+
},
|
|
1937
|
+
"engines": {
|
|
1938
|
+
"node": ">=6.9.0"
|
|
1939
|
+
},
|
|
1940
|
+
"peerDependencies": {
|
|
1941
|
+
"@babel/core": "^7.0.0-0"
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
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
|
+
},
|
|
1660
2053
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1661
2054
|
"version": "7.28.0",
|
|
1662
2055
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
@@ -1723,17 +2116,14 @@
|
|
|
1723
2116
|
"@babel/core": "^7.0.0-0"
|
|
1724
2117
|
}
|
|
1725
2118
|
},
|
|
1726
|
-
"node_modules/@babel/plugin-transform-
|
|
1727
|
-
"version": "7.
|
|
1728
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-
|
|
1729
|
-
"integrity": "sha512-
|
|
2119
|
+
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
2120
|
+
"version": "7.27.1",
|
|
2121
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
2122
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
1730
2123
|
"license": "MIT",
|
|
1731
2124
|
"dependencies": {
|
|
1732
|
-
"@babel/helper-
|
|
1733
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1734
|
-
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1735
|
-
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1736
|
-
"@babel/traverse": "^7.28.4"
|
|
2125
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
2126
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1737
2127
|
},
|
|
1738
2128
|
"engines": {
|
|
1739
2129
|
"node": ">=6.9.0"
|
|
@@ -1742,91 +2132,126 @@
|
|
|
1742
2132
|
"@babel/core": "^7.0.0-0"
|
|
1743
2133
|
}
|
|
1744
2134
|
},
|
|
1745
|
-
"node_modules/@babel/plugin-transform-
|
|
1746
|
-
"version": "7.
|
|
1747
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
1748
|
-
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
2135
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/core": {
|
|
2136
|
+
"version": "7.28.5",
|
|
1749
2137
|
"license": "MIT",
|
|
2138
|
+
"peer": true,
|
|
1750
2139
|
"dependencies": {
|
|
1751
|
-
"@babel/
|
|
2140
|
+
"@babel/code-frame": "^7.27.1",
|
|
2141
|
+
"@babel/generator": "^7.28.5",
|
|
2142
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
2143
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
2144
|
+
"@babel/helpers": "^7.28.4",
|
|
2145
|
+
"@babel/parser": "^7.28.5",
|
|
2146
|
+
"@babel/template": "^7.27.2",
|
|
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"
|
|
1752
2155
|
},
|
|
1753
2156
|
"engines": {
|
|
1754
2157
|
"node": ">=6.9.0"
|
|
1755
2158
|
},
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
2159
|
+
"funding": {
|
|
2160
|
+
"type": "opencollective",
|
|
2161
|
+
"url": "https://opencollective.com/babel"
|
|
1758
2162
|
}
|
|
1759
2163
|
},
|
|
1760
|
-
"node_modules/@babel/
|
|
1761
|
-
"version": "7.
|
|
1762
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1763
|
-
"integrity": "sha512-
|
|
2164
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/generator": {
|
|
2165
|
+
"version": "7.28.5",
|
|
2166
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
2167
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1764
2168
|
"license": "MIT",
|
|
1765
2169
|
"dependencies": {
|
|
1766
|
-
"@babel/
|
|
1767
|
-
"@babel/
|
|
1768
|
-
"@
|
|
1769
|
-
"@
|
|
1770
|
-
"
|
|
2170
|
+
"@babel/parser": "^7.28.5",
|
|
2171
|
+
"@babel/types": "^7.28.5",
|
|
2172
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
2173
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
2174
|
+
"jsesc": "^3.0.2"
|
|
1771
2175
|
},
|
|
1772
2176
|
"engines": {
|
|
1773
2177
|
"node": ">=6.9.0"
|
|
2178
|
+
}
|
|
2179
|
+
},
|
|
2180
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/helper-validator-identifier": {
|
|
2181
|
+
"version": "7.28.5",
|
|
2182
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
2183
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
2184
|
+
"license": "MIT",
|
|
2185
|
+
"engines": {
|
|
2186
|
+
"node": ">=6.9.0"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/parser": {
|
|
2190
|
+
"version": "7.28.5",
|
|
2191
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
2192
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
2193
|
+
"license": "MIT",
|
|
2194
|
+
"dependencies": {
|
|
2195
|
+
"@babel/types": "^7.28.5"
|
|
1774
2196
|
},
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
2197
|
+
"bin": {
|
|
2198
|
+
"parser": "bin/babel-parser.js"
|
|
2199
|
+
},
|
|
2200
|
+
"engines": {
|
|
2201
|
+
"node": ">=6.0.0"
|
|
1777
2202
|
}
|
|
1778
2203
|
},
|
|
1779
|
-
"node_modules/@babel/
|
|
1780
|
-
"version": "7.
|
|
2204
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/traverse": {
|
|
2205
|
+
"version": "7.28.5",
|
|
2206
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
2207
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1781
2208
|
"license": "MIT",
|
|
1782
|
-
"peer": true,
|
|
1783
2209
|
"dependencies": {
|
|
1784
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1785
2210
|
"@babel/code-frame": "^7.27.1",
|
|
1786
|
-
"@babel/generator": "^7.
|
|
1787
|
-
"@babel/helper-
|
|
1788
|
-
"@babel/
|
|
1789
|
-
"@babel/helpers": "^7.27.4",
|
|
1790
|
-
"@babel/parser": "^7.27.4",
|
|
2211
|
+
"@babel/generator": "^7.28.5",
|
|
2212
|
+
"@babel/helper-globals": "^7.28.0",
|
|
2213
|
+
"@babel/parser": "^7.28.5",
|
|
1791
2214
|
"@babel/template": "^7.27.2",
|
|
1792
|
-
"@babel/
|
|
1793
|
-
"
|
|
1794
|
-
"convert-source-map": "^2.0.0",
|
|
1795
|
-
"debug": "^4.1.0",
|
|
1796
|
-
"gensync": "^1.0.0-beta.2",
|
|
1797
|
-
"json5": "^2.2.3",
|
|
1798
|
-
"semver": "^6.3.1"
|
|
2215
|
+
"@babel/types": "^7.28.5",
|
|
2216
|
+
"debug": "^4.3.1"
|
|
1799
2217
|
},
|
|
1800
2218
|
"engines": {
|
|
1801
2219
|
"node": ">=6.9.0"
|
|
1802
|
-
},
|
|
1803
|
-
"funding": {
|
|
1804
|
-
"type": "opencollective",
|
|
1805
|
-
"url": "https://opencollective.com/babel"
|
|
1806
2220
|
}
|
|
1807
2221
|
},
|
|
1808
|
-
"node_modules/@babel/
|
|
1809
|
-
"version": "7.
|
|
1810
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1811
|
-
"integrity": "sha512-
|
|
2222
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/types": {
|
|
2223
|
+
"version": "7.28.5",
|
|
2224
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
2225
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1812
2226
|
"license": "MIT",
|
|
1813
2227
|
"dependencies": {
|
|
1814
|
-
"@babel/helper-
|
|
2228
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
2229
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1815
2230
|
},
|
|
1816
2231
|
"engines": {
|
|
1817
2232
|
"node": ">=6.9.0"
|
|
1818
|
-
},
|
|
1819
|
-
"peerDependencies": {
|
|
1820
|
-
"@babel/core": "^7.0.0-0"
|
|
1821
2233
|
}
|
|
1822
2234
|
},
|
|
1823
|
-
"node_modules/@babel/
|
|
1824
|
-
"version": "
|
|
1825
|
-
"resolved": "https://registry.npmjs.org
|
|
1826
|
-
"integrity": "sha512-
|
|
2235
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/semver": {
|
|
2236
|
+
"version": "6.3.1",
|
|
2237
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
2238
|
+
"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==",
|
|
1827
2248
|
"license": "MIT",
|
|
1828
2249
|
"dependencies": {
|
|
1829
|
-
"@babel/helper-
|
|
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"
|
|
1830
2255
|
},
|
|
1831
2256
|
"engines": {
|
|
1832
2257
|
"node": ">=6.9.0"
|
|
@@ -1835,13 +2260,12 @@
|
|
|
1835
2260
|
"@babel/core": "^7.0.0-0"
|
|
1836
2261
|
}
|
|
1837
2262
|
},
|
|
1838
|
-
"node_modules/@babel/
|
|
1839
|
-
"version": "7.27.
|
|
1840
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-
|
|
1841
|
-
"integrity": "sha512-
|
|
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==",
|
|
1842
2267
|
"license": "MIT",
|
|
1843
2268
|
"dependencies": {
|
|
1844
|
-
"@babel/helper-module-transforms": "^7.27.1",
|
|
1845
2269
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1846
2270
|
},
|
|
1847
2271
|
"engines": {
|
|
@@ -1851,7 +2275,7 @@
|
|
|
1851
2275
|
"@babel/core": "^7.0.0-0"
|
|
1852
2276
|
}
|
|
1853
2277
|
},
|
|
1854
|
-
"node_modules/@babel/
|
|
2278
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
|
1855
2279
|
"version": "7.28.0",
|
|
1856
2280
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
1857
2281
|
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
@@ -1870,14 +2294,23 @@
|
|
|
1870
2294
|
"@babel/core": "^7.0.0-0"
|
|
1871
2295
|
}
|
|
1872
2296
|
},
|
|
1873
|
-
"node_modules/@babel/preset-typescript
|
|
1874
|
-
"version": "
|
|
1875
|
-
"resolved": "https://registry.npmjs.org/
|
|
1876
|
-
"integrity": "sha512-
|
|
1877
|
-
"license": "
|
|
1878
|
-
"
|
|
1879
|
-
|
|
1880
|
-
"
|
|
2297
|
+
"node_modules/@babel/preset-typescript": {
|
|
2298
|
+
"version": "7.27.1",
|
|
2299
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
2300
|
+
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
2301
|
+
"license": "MIT",
|
|
2302
|
+
"dependencies": {
|
|
2303
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2304
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
2305
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
2306
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
2307
|
+
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
2308
|
+
},
|
|
2309
|
+
"engines": {
|
|
2310
|
+
"node": ">=6.9.0"
|
|
2311
|
+
},
|
|
2312
|
+
"peerDependencies": {
|
|
2313
|
+
"@babel/core": "^7.0.0-0"
|
|
1881
2314
|
}
|
|
1882
2315
|
},
|
|
1883
2316
|
"node_modules/@babel/template": {
|
|
@@ -2133,7 +2566,8 @@
|
|
|
2133
2566
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
|
|
2134
2567
|
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
|
|
2135
2568
|
"dev": true,
|
|
2136
|
-
"license": "MIT"
|
|
2569
|
+
"license": "MIT",
|
|
2570
|
+
"peer": true
|
|
2137
2571
|
},
|
|
2138
2572
|
"node_modules/@commitlint/load/node_modules/cosmiconfig-typescript-loader": {
|
|
2139
2573
|
"version": "4.4.0",
|
|
@@ -2412,12 +2846,12 @@
|
|
|
2412
2846
|
}
|
|
2413
2847
|
},
|
|
2414
2848
|
"node_modules/@eslint/config-array": {
|
|
2415
|
-
"version": "0.
|
|
2416
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.
|
|
2417
|
-
"integrity": "sha512-
|
|
2849
|
+
"version": "0.21.1",
|
|
2850
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
|
2851
|
+
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
|
2418
2852
|
"license": "Apache-2.0",
|
|
2419
2853
|
"dependencies": {
|
|
2420
|
-
"@eslint/object-schema": "^2.1.
|
|
2854
|
+
"@eslint/object-schema": "^2.1.7",
|
|
2421
2855
|
"debug": "^4.3.1",
|
|
2422
2856
|
"minimatch": "^3.1.2"
|
|
2423
2857
|
},
|
|
@@ -2426,18 +2860,21 @@
|
|
|
2426
2860
|
}
|
|
2427
2861
|
},
|
|
2428
2862
|
"node_modules/@eslint/config-helpers": {
|
|
2429
|
-
"version": "0.2
|
|
2430
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.
|
|
2431
|
-
"integrity": "sha512-
|
|
2863
|
+
"version": "0.4.2",
|
|
2864
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
2865
|
+
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
2432
2866
|
"license": "Apache-2.0",
|
|
2867
|
+
"dependencies": {
|
|
2868
|
+
"@eslint/core": "^0.17.0"
|
|
2869
|
+
},
|
|
2433
2870
|
"engines": {
|
|
2434
2871
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2435
2872
|
}
|
|
2436
2873
|
},
|
|
2437
2874
|
"node_modules/@eslint/core": {
|
|
2438
|
-
"version": "0.
|
|
2439
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
|
2440
|
-
"integrity": "sha512-
|
|
2875
|
+
"version": "0.17.0",
|
|
2876
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
2877
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
2441
2878
|
"license": "Apache-2.0",
|
|
2442
2879
|
"dependencies": {
|
|
2443
2880
|
"@types/json-schema": "^7.0.15"
|
|
@@ -2486,74 +2923,32 @@
|
|
|
2486
2923
|
"url": "https://opencollective.com/eslint"
|
|
2487
2924
|
}
|
|
2488
2925
|
},
|
|
2489
|
-
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
2490
|
-
"version": "13.24.0",
|
|
2491
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
2492
|
-
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
2493
|
-
"license": "MIT",
|
|
2494
|
-
"dependencies": {
|
|
2495
|
-
"type-fest": "^0.20.2"
|
|
2496
|
-
},
|
|
2497
|
-
"engines": {
|
|
2498
|
-
"node": ">=8"
|
|
2499
|
-
},
|
|
2500
|
-
"funding": {
|
|
2501
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2502
|
-
}
|
|
2503
|
-
},
|
|
2504
|
-
"node_modules/@eslint/eslintrc/node_modules/type-fest": {
|
|
2505
|
-
"version": "0.20.2",
|
|
2506
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
2507
|
-
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
2508
|
-
"license": "(MIT OR CC0-1.0)",
|
|
2509
|
-
"engines": {
|
|
2510
|
-
"node": ">=10"
|
|
2511
|
-
},
|
|
2512
|
-
"funding": {
|
|
2513
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2514
|
-
}
|
|
2515
|
-
},
|
|
2516
2926
|
"node_modules/@eslint/js": {
|
|
2517
|
-
"version": "
|
|
2518
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-
|
|
2519
|
-
"integrity": "sha512-
|
|
2927
|
+
"version": "8.57.1",
|
|
2928
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
|
|
2929
|
+
"integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
|
|
2520
2930
|
"license": "MIT",
|
|
2521
2931
|
"engines": {
|
|
2522
|
-
"node": "^
|
|
2523
|
-
},
|
|
2524
|
-
"funding": {
|
|
2525
|
-
"url": "https://eslint.org/donate"
|
|
2932
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2526
2933
|
}
|
|
2527
2934
|
},
|
|
2528
2935
|
"node_modules/@eslint/object-schema": {
|
|
2529
|
-
"version": "2.1.
|
|
2530
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.
|
|
2531
|
-
"integrity": "sha512-
|
|
2936
|
+
"version": "2.1.7",
|
|
2937
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
|
2938
|
+
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
|
2532
2939
|
"license": "Apache-2.0",
|
|
2533
2940
|
"engines": {
|
|
2534
2941
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2535
2942
|
}
|
|
2536
2943
|
},
|
|
2537
|
-
"node_modules/@eslint/plugin-kit": {
|
|
2538
|
-
"version": "0.
|
|
2539
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
2540
|
-
"integrity": "sha512-
|
|
2541
|
-
"license": "Apache-2.0",
|
|
2542
|
-
"dependencies": {
|
|
2543
|
-
"@eslint/core": "^0.15.1",
|
|
2544
|
-
"levn": "^0.4.1"
|
|
2545
|
-
},
|
|
2546
|
-
"engines": {
|
|
2547
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2548
|
-
}
|
|
2549
|
-
},
|
|
2550
|
-
"node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
|
|
2551
|
-
"version": "0.15.1",
|
|
2552
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
|
|
2553
|
-
"integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
|
|
2944
|
+
"node_modules/@eslint/plugin-kit": {
|
|
2945
|
+
"version": "0.4.1",
|
|
2946
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
|
|
2947
|
+
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
|
|
2554
2948
|
"license": "Apache-2.0",
|
|
2555
2949
|
"dependencies": {
|
|
2556
|
-
"@
|
|
2950
|
+
"@eslint/core": "^0.17.0",
|
|
2951
|
+
"levn": "^0.4.1"
|
|
2557
2952
|
},
|
|
2558
2953
|
"engines": {
|
|
2559
2954
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3671,6 +4066,27 @@
|
|
|
3671
4066
|
"node": ">=18"
|
|
3672
4067
|
}
|
|
3673
4068
|
},
|
|
4069
|
+
"node_modules/@isaacs/balanced-match": {
|
|
4070
|
+
"version": "4.0.1",
|
|
4071
|
+
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
4072
|
+
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
4073
|
+
"license": "MIT",
|
|
4074
|
+
"engines": {
|
|
4075
|
+
"node": "20 || >=22"
|
|
4076
|
+
}
|
|
4077
|
+
},
|
|
4078
|
+
"node_modules/@isaacs/brace-expansion": {
|
|
4079
|
+
"version": "5.0.0",
|
|
4080
|
+
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
|
|
4081
|
+
"integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
|
|
4082
|
+
"license": "MIT",
|
|
4083
|
+
"dependencies": {
|
|
4084
|
+
"@isaacs/balanced-match": "^4.0.1"
|
|
4085
|
+
},
|
|
4086
|
+
"engines": {
|
|
4087
|
+
"node": "20 || >=22"
|
|
4088
|
+
}
|
|
4089
|
+
},
|
|
3674
4090
|
"node_modules/@isaacs/cliui": {
|
|
3675
4091
|
"version": "8.0.2",
|
|
3676
4092
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -4087,9 +4503,9 @@
|
|
|
4087
4503
|
}
|
|
4088
4504
|
},
|
|
4089
4505
|
"node_modules/@komaci/esm-generator": {
|
|
4090
|
-
"version": "
|
|
4091
|
-
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-
|
|
4092
|
-
"integrity": "sha512-
|
|
4506
|
+
"version": "260.31.0",
|
|
4507
|
+
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-260.31.0.tgz",
|
|
4508
|
+
"integrity": "sha512-7TzTckrdoLqxSI63A5QZBsPpQPr3QOFNrjkwWETp44+EXeCRmE1tzNztbSoePVMV/o+JQI2FaZDTTTsg5BuKfA==",
|
|
4093
4509
|
"license": "MIT",
|
|
4094
4510
|
"dependencies": {
|
|
4095
4511
|
"@babel/core": "^7.9.0",
|
|
@@ -4265,6 +4681,7 @@
|
|
|
4265
4681
|
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.23.0.tgz",
|
|
4266
4682
|
"integrity": "sha512-ejGsAR9c+Lv3Xtu6XC8RbNl7XUIt3tIES3g4r3FanrU5FHQ2fsqXdLTT2I9jxlTiKHiRnvpq49pQQLWQcUPr0Q==",
|
|
4267
4683
|
"license": "MIT",
|
|
4684
|
+
"peer": true,
|
|
4268
4685
|
"dependencies": {
|
|
4269
4686
|
"@babel/core": "7.28.4",
|
|
4270
4687
|
"@babel/plugin-transform-async-generator-functions": "7.28.0",
|
|
@@ -4281,18 +4698,33 @@
|
|
|
4281
4698
|
}
|
|
4282
4699
|
},
|
|
4283
4700
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
4284
|
-
"version": "13.2.
|
|
4285
|
-
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.
|
|
4286
|
-
"integrity": "sha512-
|
|
4701
|
+
"version": "13.2.18",
|
|
4702
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.18.tgz",
|
|
4703
|
+
"integrity": "sha512-Zy08ZENaLMe7PXVycY+N2I1LUS2thLrXTLtRfc3MZdE8SqHXmSHloP+LikR+qIsLBv7s5ox2E12+OEufLroLGw==",
|
|
4287
4704
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4288
4705
|
"dependencies": {
|
|
4289
|
-
"magic-string": "~0.30.
|
|
4706
|
+
"magic-string": "~0.30.21"
|
|
4290
4707
|
},
|
|
4291
4708
|
"peerDependencies": {
|
|
4292
4709
|
"@lwc/compiler": ">=8",
|
|
4293
4710
|
"@lwc/errors": ">=8"
|
|
4294
4711
|
}
|
|
4295
4712
|
},
|
|
4713
|
+
"node_modules/@lwc/dev-server-plugin-lex/node_modules/@jridgewell/sourcemap-codec": {
|
|
4714
|
+
"version": "1.5.5",
|
|
4715
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
4716
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
4717
|
+
"license": "MIT"
|
|
4718
|
+
},
|
|
4719
|
+
"node_modules/@lwc/dev-server-plugin-lex/node_modules/magic-string": {
|
|
4720
|
+
"version": "0.30.21",
|
|
4721
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
4722
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
4723
|
+
"license": "MIT",
|
|
4724
|
+
"dependencies": {
|
|
4725
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
4726
|
+
}
|
|
4727
|
+
},
|
|
4296
4728
|
"node_modules/@lwc/engine-core": {
|
|
4297
4729
|
"version": "8.23.0",
|
|
4298
4730
|
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.23.0.tgz",
|
|
@@ -4308,7 +4740,8 @@
|
|
|
4308
4740
|
"version": "8.23.0",
|
|
4309
4741
|
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.23.0.tgz",
|
|
4310
4742
|
"integrity": "sha512-cbMVwFkYmhFFmCpnSYBePk8wnpdhqESVFDZJqFgeR4Tb0LBVlI18gGqHn9MmjxT3SnurDp1EW/ArH8QFYJgf1g==",
|
|
4311
|
-
"license": "MIT"
|
|
4743
|
+
"license": "MIT",
|
|
4744
|
+
"peer": true
|
|
4312
4745
|
},
|
|
4313
4746
|
"node_modules/@lwc/engine-server": {
|
|
4314
4747
|
"version": "8.23.0",
|
|
@@ -4320,14 +4753,16 @@
|
|
|
4320
4753
|
"version": "8.23.0",
|
|
4321
4754
|
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.23.0.tgz",
|
|
4322
4755
|
"integrity": "sha512-cqziHl/aDg0pgAIm9HhNz2OrR0t08vML7+FNrqgrnaSwLgYCYp2WPNmvMjD5ZRy/bIBESwA/dCWf9Cs7Vo/ZGw==",
|
|
4323
|
-
"license": "MIT"
|
|
4756
|
+
"license": "MIT",
|
|
4757
|
+
"peer": true
|
|
4324
4758
|
},
|
|
4325
4759
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
4326
|
-
"version": "3.
|
|
4327
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.
|
|
4328
|
-
"integrity": "sha512-
|
|
4760
|
+
"version": "3.3.0",
|
|
4761
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.3.0.tgz",
|
|
4762
|
+
"integrity": "sha512-qTcRGGTdBAfuPlJTL2sTk65skQHqnthz8TRx/1IasFZb+aljSn+CamnaPyzq8s2xAzQsS+NZJQoWlrZjyzzCzw==",
|
|
4329
4763
|
"license": "MIT",
|
|
4330
4764
|
"dependencies": {
|
|
4765
|
+
"fast-xml-parser": "^4.5.1",
|
|
4331
4766
|
"globals": "~15.14.0",
|
|
4332
4767
|
"minimatch": "~9.0.4"
|
|
4333
4768
|
},
|
|
@@ -4340,9 +4775,9 @@
|
|
|
4340
4775
|
}
|
|
4341
4776
|
},
|
|
4342
4777
|
"node_modules/@lwc/eslint-plugin-lwc-platform": {
|
|
4343
|
-
"version": "6.
|
|
4344
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.
|
|
4345
|
-
"integrity": "sha512-
|
|
4778
|
+
"version": "6.3.0",
|
|
4779
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.3.0.tgz",
|
|
4780
|
+
"integrity": "sha512-wlLiHeYureubt/JDhPllXbQcjJu58NMpiSkZMF6KRCBtZzHs4m6cxwpXJ1iy6d638/66O1B79FL3ZTC7v1hDxg==",
|
|
4346
4781
|
"license": "MIT",
|
|
4347
4782
|
"dependencies": {
|
|
4348
4783
|
"minimatch": "~5.1.1"
|
|
@@ -4355,12 +4790,53 @@
|
|
|
4355
4790
|
"eslint": "^9"
|
|
4356
4791
|
}
|
|
4357
4792
|
},
|
|
4793
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint-community/eslint-utils": {
|
|
4794
|
+
"version": "4.9.0",
|
|
4795
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
4796
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
4797
|
+
"license": "MIT",
|
|
4798
|
+
"dependencies": {
|
|
4799
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
4800
|
+
},
|
|
4801
|
+
"engines": {
|
|
4802
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4803
|
+
},
|
|
4804
|
+
"funding": {
|
|
4805
|
+
"url": "https://opencollective.com/eslint"
|
|
4806
|
+
},
|
|
4807
|
+
"peerDependencies": {
|
|
4808
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4811
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
4812
|
+
"version": "3.4.3",
|
|
4813
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
4814
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
4815
|
+
"license": "Apache-2.0",
|
|
4816
|
+
"engines": {
|
|
4817
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4818
|
+
},
|
|
4819
|
+
"funding": {
|
|
4820
|
+
"url": "https://opencollective.com/eslint"
|
|
4821
|
+
}
|
|
4822
|
+
},
|
|
4823
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/core": {
|
|
4824
|
+
"version": "0.16.0",
|
|
4825
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
4826
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
4827
|
+
"license": "Apache-2.0",
|
|
4828
|
+
"dependencies": {
|
|
4829
|
+
"@types/json-schema": "^7.0.15"
|
|
4830
|
+
},
|
|
4831
|
+
"engines": {
|
|
4832
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4833
|
+
}
|
|
4834
|
+
},
|
|
4358
4835
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc": {
|
|
4359
4836
|
"version": "3.3.1",
|
|
4360
4837
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
4361
4838
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
4362
4839
|
"license": "MIT",
|
|
4363
|
-
"peer": true,
|
|
4364
4840
|
"dependencies": {
|
|
4365
4841
|
"ajv": "^6.12.4",
|
|
4366
4842
|
"debug": "^4.3.2",
|
|
@@ -4384,7 +4860,6 @@
|
|
|
4384
4860
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4385
4861
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
4386
4862
|
"license": "MIT",
|
|
4387
|
-
"peer": true,
|
|
4388
4863
|
"dependencies": {
|
|
4389
4864
|
"balanced-match": "^1.0.0",
|
|
4390
4865
|
"concat-map": "0.0.1"
|
|
@@ -4395,7 +4870,6 @@
|
|
|
4395
4870
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
4396
4871
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
4397
4872
|
"license": "ISC",
|
|
4398
|
-
"peer": true,
|
|
4399
4873
|
"dependencies": {
|
|
4400
4874
|
"brace-expansion": "^1.1.7"
|
|
4401
4875
|
},
|
|
@@ -4403,24 +4877,35 @@
|
|
|
4403
4877
|
"node": "*"
|
|
4404
4878
|
}
|
|
4405
4879
|
},
|
|
4880
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/js": {
|
|
4881
|
+
"version": "9.38.0",
|
|
4882
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
4883
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
4884
|
+
"license": "MIT",
|
|
4885
|
+
"engines": {
|
|
4886
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4887
|
+
},
|
|
4888
|
+
"funding": {
|
|
4889
|
+
"url": "https://eslint.org/donate"
|
|
4890
|
+
}
|
|
4891
|
+
},
|
|
4406
4892
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint": {
|
|
4407
|
-
"version": "9.
|
|
4893
|
+
"version": "9.38.0",
|
|
4408
4894
|
"license": "MIT",
|
|
4409
4895
|
"peer": true,
|
|
4410
4896
|
"dependencies": {
|
|
4411
|
-
"@eslint-community/eslint-utils": "^4.
|
|
4897
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4412
4898
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4413
|
-
"@eslint/config-array": "^0.
|
|
4414
|
-
"@eslint/config-helpers": "^0.
|
|
4415
|
-
"@eslint/core": "^0.
|
|
4899
|
+
"@eslint/config-array": "^0.21.1",
|
|
4900
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
4901
|
+
"@eslint/core": "^0.16.0",
|
|
4416
4902
|
"@eslint/eslintrc": "^3.3.1",
|
|
4417
|
-
"@eslint/js": "9.
|
|
4418
|
-
"@eslint/plugin-kit": "^0.
|
|
4903
|
+
"@eslint/js": "9.38.0",
|
|
4904
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
4419
4905
|
"@humanfs/node": "^0.16.6",
|
|
4420
4906
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4421
4907
|
"@humanwhocodes/retry": "^0.4.2",
|
|
4422
4908
|
"@types/estree": "^1.0.6",
|
|
4423
|
-
"@types/json-schema": "^7.0.15",
|
|
4424
4909
|
"ajv": "^6.12.4",
|
|
4425
4910
|
"chalk": "^4.0.0",
|
|
4426
4911
|
"cross-spawn": "^7.0.6",
|
|
@@ -4467,7 +4952,6 @@
|
|
|
4467
4952
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
4468
4953
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
4469
4954
|
"license": "BSD-2-Clause",
|
|
4470
|
-
"peer": true,
|
|
4471
4955
|
"dependencies": {
|
|
4472
4956
|
"esrecurse": "^4.3.0",
|
|
4473
4957
|
"estraverse": "^5.2.0"
|
|
@@ -4484,7 +4968,6 @@
|
|
|
4484
4968
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
4485
4969
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
4486
4970
|
"license": "Apache-2.0",
|
|
4487
|
-
"peer": true,
|
|
4488
4971
|
"engines": {
|
|
4489
4972
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4490
4973
|
},
|
|
@@ -4497,7 +4980,6 @@
|
|
|
4497
4980
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4498
4981
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
4499
4982
|
"license": "MIT",
|
|
4500
|
-
"peer": true,
|
|
4501
4983
|
"dependencies": {
|
|
4502
4984
|
"balanced-match": "^1.0.0",
|
|
4503
4985
|
"concat-map": "0.0.1"
|
|
@@ -4508,7 +4990,6 @@
|
|
|
4508
4990
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
4509
4991
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
4510
4992
|
"license": "ISC",
|
|
4511
|
-
"peer": true,
|
|
4512
4993
|
"dependencies": {
|
|
4513
4994
|
"brace-expansion": "^1.1.7"
|
|
4514
4995
|
},
|
|
@@ -4521,7 +5002,6 @@
|
|
|
4521
5002
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
4522
5003
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
4523
5004
|
"license": "MIT",
|
|
4524
|
-
"peer": true,
|
|
4525
5005
|
"dependencies": {
|
|
4526
5006
|
"flat-cache": "^4.0.0"
|
|
4527
5007
|
},
|
|
@@ -4534,7 +5014,6 @@
|
|
|
4534
5014
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
4535
5015
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
4536
5016
|
"license": "MIT",
|
|
4537
|
-
"peer": true,
|
|
4538
5017
|
"dependencies": {
|
|
4539
5018
|
"locate-path": "^6.0.0",
|
|
4540
5019
|
"path-exists": "^4.0.0"
|
|
@@ -4551,7 +5030,6 @@
|
|
|
4551
5030
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
4552
5031
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
4553
5032
|
"license": "MIT",
|
|
4554
|
-
"peer": true,
|
|
4555
5033
|
"dependencies": {
|
|
4556
5034
|
"flatted": "^3.2.9",
|
|
4557
5035
|
"keyv": "^4.5.4"
|
|
@@ -4565,7 +5043,6 @@
|
|
|
4565
5043
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
4566
5044
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
4567
5045
|
"license": "ISC",
|
|
4568
|
-
"peer": true,
|
|
4569
5046
|
"dependencies": {
|
|
4570
5047
|
"is-glob": "^4.0.3"
|
|
4571
5048
|
},
|
|
@@ -4578,7 +5055,6 @@
|
|
|
4578
5055
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
4579
5056
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
4580
5057
|
"license": "MIT",
|
|
4581
|
-
"peer": true,
|
|
4582
5058
|
"engines": {
|
|
4583
5059
|
"node": ">=18"
|
|
4584
5060
|
},
|
|
@@ -4591,7 +5067,6 @@
|
|
|
4591
5067
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
4592
5068
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
4593
5069
|
"license": "MIT",
|
|
4594
|
-
"peer": true,
|
|
4595
5070
|
"dependencies": {
|
|
4596
5071
|
"p-locate": "^5.0.0"
|
|
4597
5072
|
},
|
|
@@ -4619,7 +5094,6 @@
|
|
|
4619
5094
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
4620
5095
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
4621
5096
|
"license": "MIT",
|
|
4622
|
-
"peer": true,
|
|
4623
5097
|
"dependencies": {
|
|
4624
5098
|
"yocto-queue": "^0.1.0"
|
|
4625
5099
|
},
|
|
@@ -4635,7 +5109,6 @@
|
|
|
4635
5109
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
4636
5110
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
4637
5111
|
"license": "MIT",
|
|
4638
|
-
"peer": true,
|
|
4639
5112
|
"dependencies": {
|
|
4640
5113
|
"p-limit": "^3.0.2"
|
|
4641
5114
|
},
|
|
@@ -4646,12 +5119,53 @@
|
|
|
4646
5119
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4647
5120
|
}
|
|
4648
5121
|
},
|
|
5122
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint-community/eslint-utils": {
|
|
5123
|
+
"version": "4.9.0",
|
|
5124
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
5125
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
5126
|
+
"license": "MIT",
|
|
5127
|
+
"dependencies": {
|
|
5128
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
5129
|
+
},
|
|
5130
|
+
"engines": {
|
|
5131
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5132
|
+
},
|
|
5133
|
+
"funding": {
|
|
5134
|
+
"url": "https://opencollective.com/eslint"
|
|
5135
|
+
},
|
|
5136
|
+
"peerDependencies": {
|
|
5137
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5140
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
5141
|
+
"version": "3.4.3",
|
|
5142
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
5143
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
5144
|
+
"license": "Apache-2.0",
|
|
5145
|
+
"engines": {
|
|
5146
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5147
|
+
},
|
|
5148
|
+
"funding": {
|
|
5149
|
+
"url": "https://opencollective.com/eslint"
|
|
5150
|
+
}
|
|
5151
|
+
},
|
|
5152
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/core": {
|
|
5153
|
+
"version": "0.16.0",
|
|
5154
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
5155
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
5156
|
+
"license": "Apache-2.0",
|
|
5157
|
+
"dependencies": {
|
|
5158
|
+
"@types/json-schema": "^7.0.15"
|
|
5159
|
+
},
|
|
5160
|
+
"engines": {
|
|
5161
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5162
|
+
}
|
|
5163
|
+
},
|
|
4649
5164
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc": {
|
|
4650
5165
|
"version": "3.3.1",
|
|
4651
5166
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
4652
5167
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
4653
5168
|
"license": "MIT",
|
|
4654
|
-
"peer": true,
|
|
4655
5169
|
"dependencies": {
|
|
4656
5170
|
"ajv": "^6.12.4",
|
|
4657
5171
|
"debug": "^4.3.2",
|
|
@@ -4675,7 +5189,6 @@
|
|
|
4675
5189
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4676
5190
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
4677
5191
|
"license": "MIT",
|
|
4678
|
-
"peer": true,
|
|
4679
5192
|
"dependencies": {
|
|
4680
5193
|
"balanced-match": "^1.0.0",
|
|
4681
5194
|
"concat-map": "0.0.1"
|
|
@@ -4686,7 +5199,6 @@
|
|
|
4686
5199
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
4687
5200
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
4688
5201
|
"license": "MIT",
|
|
4689
|
-
"peer": true,
|
|
4690
5202
|
"engines": {
|
|
4691
5203
|
"node": ">=18"
|
|
4692
5204
|
},
|
|
@@ -4699,7 +5211,6 @@
|
|
|
4699
5211
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
4700
5212
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
4701
5213
|
"license": "ISC",
|
|
4702
|
-
"peer": true,
|
|
4703
5214
|
"dependencies": {
|
|
4704
5215
|
"brace-expansion": "^1.1.7"
|
|
4705
5216
|
},
|
|
@@ -4707,24 +5218,35 @@
|
|
|
4707
5218
|
"node": "*"
|
|
4708
5219
|
}
|
|
4709
5220
|
},
|
|
5221
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/js": {
|
|
5222
|
+
"version": "9.38.0",
|
|
5223
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
5224
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
5225
|
+
"license": "MIT",
|
|
5226
|
+
"engines": {
|
|
5227
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5228
|
+
},
|
|
5229
|
+
"funding": {
|
|
5230
|
+
"url": "https://eslint.org/donate"
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
4710
5233
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint": {
|
|
4711
|
-
"version": "9.
|
|
5234
|
+
"version": "9.38.0",
|
|
4712
5235
|
"license": "MIT",
|
|
4713
5236
|
"peer": true,
|
|
4714
5237
|
"dependencies": {
|
|
4715
|
-
"@eslint-community/eslint-utils": "^4.
|
|
5238
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4716
5239
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4717
|
-
"@eslint/config-array": "^0.
|
|
4718
|
-
"@eslint/config-helpers": "^0.
|
|
4719
|
-
"@eslint/core": "^0.
|
|
5240
|
+
"@eslint/config-array": "^0.21.1",
|
|
5241
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
5242
|
+
"@eslint/core": "^0.16.0",
|
|
4720
5243
|
"@eslint/eslintrc": "^3.3.1",
|
|
4721
|
-
"@eslint/js": "9.
|
|
4722
|
-
"@eslint/plugin-kit": "^0.
|
|
5244
|
+
"@eslint/js": "9.38.0",
|
|
5245
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
4723
5246
|
"@humanfs/node": "^0.16.6",
|
|
4724
5247
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4725
5248
|
"@humanwhocodes/retry": "^0.4.2",
|
|
4726
5249
|
"@types/estree": "^1.0.6",
|
|
4727
|
-
"@types/json-schema": "^7.0.15",
|
|
4728
5250
|
"ajv": "^6.12.4",
|
|
4729
5251
|
"chalk": "^4.0.0",
|
|
4730
5252
|
"cross-spawn": "^7.0.6",
|
|
@@ -4771,7 +5293,6 @@
|
|
|
4771
5293
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
4772
5294
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
4773
5295
|
"license": "BSD-2-Clause",
|
|
4774
|
-
"peer": true,
|
|
4775
5296
|
"dependencies": {
|
|
4776
5297
|
"esrecurse": "^4.3.0",
|
|
4777
5298
|
"estraverse": "^5.2.0"
|
|
@@ -4788,7 +5309,6 @@
|
|
|
4788
5309
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
4789
5310
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
4790
5311
|
"license": "Apache-2.0",
|
|
4791
|
-
"peer": true,
|
|
4792
5312
|
"engines": {
|
|
4793
5313
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4794
5314
|
},
|
|
@@ -4801,7 +5321,6 @@
|
|
|
4801
5321
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4802
5322
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
4803
5323
|
"license": "MIT",
|
|
4804
|
-
"peer": true,
|
|
4805
5324
|
"dependencies": {
|
|
4806
5325
|
"balanced-match": "^1.0.0",
|
|
4807
5326
|
"concat-map": "0.0.1"
|
|
@@ -4812,7 +5331,6 @@
|
|
|
4812
5331
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
4813
5332
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
4814
5333
|
"license": "ISC",
|
|
4815
|
-
"peer": true,
|
|
4816
5334
|
"dependencies": {
|
|
4817
5335
|
"brace-expansion": "^1.1.7"
|
|
4818
5336
|
},
|
|
@@ -4820,12 +5338,29 @@
|
|
|
4820
5338
|
"node": "*"
|
|
4821
5339
|
}
|
|
4822
5340
|
},
|
|
5341
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/fast-xml-parser": {
|
|
5342
|
+
"version": "4.5.3",
|
|
5343
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
5344
|
+
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
5345
|
+
"funding": [
|
|
5346
|
+
{
|
|
5347
|
+
"type": "github",
|
|
5348
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5349
|
+
}
|
|
5350
|
+
],
|
|
5351
|
+
"license": "MIT",
|
|
5352
|
+
"dependencies": {
|
|
5353
|
+
"strnum": "^1.1.1"
|
|
5354
|
+
},
|
|
5355
|
+
"bin": {
|
|
5356
|
+
"fxparser": "src/cli/cli.js"
|
|
5357
|
+
}
|
|
5358
|
+
},
|
|
4823
5359
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/file-entry-cache": {
|
|
4824
5360
|
"version": "8.0.0",
|
|
4825
5361
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
4826
5362
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
4827
5363
|
"license": "MIT",
|
|
4828
|
-
"peer": true,
|
|
4829
5364
|
"dependencies": {
|
|
4830
5365
|
"flat-cache": "^4.0.0"
|
|
4831
5366
|
},
|
|
@@ -4838,7 +5373,6 @@
|
|
|
4838
5373
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
4839
5374
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
4840
5375
|
"license": "MIT",
|
|
4841
|
-
"peer": true,
|
|
4842
5376
|
"dependencies": {
|
|
4843
5377
|
"locate-path": "^6.0.0",
|
|
4844
5378
|
"path-exists": "^4.0.0"
|
|
@@ -4855,7 +5389,6 @@
|
|
|
4855
5389
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
4856
5390
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
4857
5391
|
"license": "MIT",
|
|
4858
|
-
"peer": true,
|
|
4859
5392
|
"dependencies": {
|
|
4860
5393
|
"flatted": "^3.2.9",
|
|
4861
5394
|
"keyv": "^4.5.4"
|
|
@@ -4869,7 +5402,6 @@
|
|
|
4869
5402
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
4870
5403
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
4871
5404
|
"license": "ISC",
|
|
4872
|
-
"peer": true,
|
|
4873
5405
|
"dependencies": {
|
|
4874
5406
|
"is-glob": "^4.0.3"
|
|
4875
5407
|
},
|
|
@@ -4894,7 +5426,6 @@
|
|
|
4894
5426
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
4895
5427
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
4896
5428
|
"license": "MIT",
|
|
4897
|
-
"peer": true,
|
|
4898
5429
|
"dependencies": {
|
|
4899
5430
|
"p-locate": "^5.0.0"
|
|
4900
5431
|
},
|
|
@@ -4925,7 +5456,6 @@
|
|
|
4925
5456
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
4926
5457
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
4927
5458
|
"license": "MIT",
|
|
4928
|
-
"peer": true,
|
|
4929
5459
|
"dependencies": {
|
|
4930
5460
|
"yocto-queue": "^0.1.0"
|
|
4931
5461
|
},
|
|
@@ -4941,7 +5471,6 @@
|
|
|
4941
5471
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
4942
5472
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
4943
5473
|
"license": "MIT",
|
|
4944
|
-
"peer": true,
|
|
4945
5474
|
"dependencies": {
|
|
4946
5475
|
"p-limit": "^3.0.2"
|
|
4947
5476
|
},
|
|
@@ -4949,83 +5478,202 @@
|
|
|
4949
5478
|
"node": ">=10"
|
|
4950
5479
|
},
|
|
4951
5480
|
"funding": {
|
|
4952
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5481
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5482
|
+
}
|
|
5483
|
+
},
|
|
5484
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/strnum": {
|
|
5485
|
+
"version": "1.1.2",
|
|
5486
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
|
|
5487
|
+
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
|
5488
|
+
"funding": [
|
|
5489
|
+
{
|
|
5490
|
+
"type": "github",
|
|
5491
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"license": "MIT"
|
|
5495
|
+
},
|
|
5496
|
+
"node_modules/@lwc/features": {
|
|
5497
|
+
"version": "8.23.0",
|
|
5498
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.23.0.tgz",
|
|
5499
|
+
"integrity": "sha512-Y1yVOH6LAJMWJaeUHJwjx7OHjbRxycdSSZKewhQlRTGLrmca1Rtpi31nfrRtcCdOkxfF3oPMFlPlA4ZKDyA6aA==",
|
|
5500
|
+
"license": "MIT",
|
|
5501
|
+
"dependencies": {
|
|
5502
|
+
"@lwc/shared": "8.23.0"
|
|
5503
|
+
}
|
|
5504
|
+
},
|
|
5505
|
+
"node_modules/@lwc/lwc-dev-server": {
|
|
5506
|
+
"version": "13.2.18",
|
|
5507
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.18.tgz",
|
|
5508
|
+
"integrity": "sha512-us06Uayh+sYZENToFqNC0rnl7R/LlCGb37EcRjNpOCVCpeiY540pQC/vd8fPeUqcNgrReF2/AZ7dvLxdVzmTwg==",
|
|
5509
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5510
|
+
"dependencies": {
|
|
5511
|
+
"@lwc/lwc-dev-server-types": "13.2.18",
|
|
5512
|
+
"@lwc/sfdc-lwc-compiler": "13.2.18",
|
|
5513
|
+
"chalk": "~5.6.2",
|
|
5514
|
+
"chokidar": "~3.6.0",
|
|
5515
|
+
"commander": "~14.0.2",
|
|
5516
|
+
"fast-xml-parser": "^5.3.0",
|
|
5517
|
+
"glob": "^11.0.3",
|
|
5518
|
+
"ws": "^8.18.3"
|
|
5519
|
+
},
|
|
5520
|
+
"engines": {
|
|
5521
|
+
"node": ">=16"
|
|
5522
|
+
},
|
|
5523
|
+
"peerDependencies": {
|
|
5524
|
+
"@lwc/compiler": ">=8",
|
|
5525
|
+
"@salesforce/core": ">=8"
|
|
5526
|
+
}
|
|
5527
|
+
},
|
|
5528
|
+
"node_modules/@lwc/lwc-dev-server-types": {
|
|
5529
|
+
"version": "13.2.18",
|
|
5530
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.18.tgz",
|
|
5531
|
+
"integrity": "sha512-/ehLAJtjaf4QUVjK6qHO7pFJjeNFc6qaSrxXTxfNBD/EelpyNr3S5CT/Ob6Okt6zmZkTAHs1jvK54shk52Tadw==",
|
|
5532
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5533
|
+
"peerDependencies": {
|
|
5534
|
+
"@lwc/compiler": ">=8"
|
|
5535
|
+
}
|
|
5536
|
+
},
|
|
5537
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
|
|
5538
|
+
"version": "5.6.2",
|
|
5539
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
5540
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
5541
|
+
"license": "MIT",
|
|
5542
|
+
"engines": {
|
|
5543
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
5544
|
+
},
|
|
5545
|
+
"funding": {
|
|
5546
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5547
|
+
}
|
|
5548
|
+
},
|
|
5549
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/commander": {
|
|
5550
|
+
"version": "14.0.2",
|
|
5551
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
5552
|
+
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
5553
|
+
"license": "MIT",
|
|
5554
|
+
"engines": {
|
|
5555
|
+
"node": ">=20"
|
|
5556
|
+
}
|
|
5557
|
+
},
|
|
5558
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/foreground-child": {
|
|
5559
|
+
"version": "3.3.1",
|
|
5560
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
5561
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
5562
|
+
"license": "ISC",
|
|
5563
|
+
"dependencies": {
|
|
5564
|
+
"cross-spawn": "^7.0.6",
|
|
5565
|
+
"signal-exit": "^4.0.1"
|
|
5566
|
+
},
|
|
5567
|
+
"engines": {
|
|
5568
|
+
"node": ">=14"
|
|
5569
|
+
},
|
|
5570
|
+
"funding": {
|
|
5571
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5572
|
+
}
|
|
5573
|
+
},
|
|
5574
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/glob": {
|
|
5575
|
+
"version": "11.0.3",
|
|
5576
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
|
|
5577
|
+
"integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
|
|
5578
|
+
"license": "ISC",
|
|
5579
|
+
"dependencies": {
|
|
5580
|
+
"foreground-child": "^3.3.1",
|
|
5581
|
+
"jackspeak": "^4.1.1",
|
|
5582
|
+
"minimatch": "^10.0.3",
|
|
5583
|
+
"minipass": "^7.1.2",
|
|
5584
|
+
"package-json-from-dist": "^1.0.0",
|
|
5585
|
+
"path-scurry": "^2.0.0"
|
|
5586
|
+
},
|
|
5587
|
+
"bin": {
|
|
5588
|
+
"glob": "dist/esm/bin.mjs"
|
|
5589
|
+
},
|
|
5590
|
+
"engines": {
|
|
5591
|
+
"node": "20 || >=22"
|
|
5592
|
+
},
|
|
5593
|
+
"funding": {
|
|
5594
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5595
|
+
}
|
|
5596
|
+
},
|
|
5597
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/jackspeak": {
|
|
5598
|
+
"version": "4.1.1",
|
|
5599
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
|
|
5600
|
+
"integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
|
|
5601
|
+
"license": "BlueOak-1.0.0",
|
|
5602
|
+
"dependencies": {
|
|
5603
|
+
"@isaacs/cliui": "^8.0.2"
|
|
5604
|
+
},
|
|
5605
|
+
"engines": {
|
|
5606
|
+
"node": "20 || >=22"
|
|
5607
|
+
},
|
|
5608
|
+
"funding": {
|
|
5609
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4953
5610
|
}
|
|
4954
5611
|
},
|
|
4955
|
-
"node_modules/@lwc/
|
|
4956
|
-
"version": "
|
|
4957
|
-
"resolved": "https://registry.npmjs.org
|
|
4958
|
-
"integrity": "sha512-
|
|
4959
|
-
"license": "
|
|
4960
|
-
"
|
|
4961
|
-
"
|
|
5612
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/lru-cache": {
|
|
5613
|
+
"version": "11.2.2",
|
|
5614
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
5615
|
+
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
|
5616
|
+
"license": "ISC",
|
|
5617
|
+
"engines": {
|
|
5618
|
+
"node": "20 || >=22"
|
|
4962
5619
|
}
|
|
4963
5620
|
},
|
|
4964
|
-
"node_modules/@lwc/lwc-dev-server": {
|
|
4965
|
-
"version": "
|
|
4966
|
-
"resolved": "https://registry.npmjs.org
|
|
4967
|
-
"integrity": "sha512-
|
|
4968
|
-
"license": "
|
|
5621
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/minimatch": {
|
|
5622
|
+
"version": "10.1.1",
|
|
5623
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
5624
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
5625
|
+
"license": "BlueOak-1.0.0",
|
|
4969
5626
|
"dependencies": {
|
|
4970
|
-
"@
|
|
4971
|
-
"@lwc/sfdc-lwc-compiler": "13.2.7",
|
|
4972
|
-
"chalk": "~5.4.1",
|
|
4973
|
-
"chokidar": "~3.6.0",
|
|
4974
|
-
"commander": "~10.0.0",
|
|
4975
|
-
"fast-xml-parser": "^5.2.5",
|
|
4976
|
-
"glob": "^10.4.5",
|
|
4977
|
-
"ws": "^8.18.2"
|
|
5627
|
+
"@isaacs/brace-expansion": "^5.0.0"
|
|
4978
5628
|
},
|
|
4979
5629
|
"engines": {
|
|
4980
|
-
"node": ">=
|
|
5630
|
+
"node": "20 || >=22"
|
|
4981
5631
|
},
|
|
4982
|
-
"
|
|
4983
|
-
"
|
|
4984
|
-
"@salesforce/core": ">=8"
|
|
4985
|
-
}
|
|
4986
|
-
},
|
|
4987
|
-
"node_modules/@lwc/lwc-dev-server-types": {
|
|
4988
|
-
"version": "13.2.7",
|
|
4989
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.7.tgz",
|
|
4990
|
-
"integrity": "sha512-yAyzyGRqYqWCrNqbG5Oq/1PUALaB63u+gChczswdnua80X2QbJ5Oos7bniDAKE9kXaGkbCkqI9xnGSZRn6kPfQ==",
|
|
4991
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4992
|
-
"peerDependencies": {
|
|
4993
|
-
"@lwc/compiler": ">=8"
|
|
5632
|
+
"funding": {
|
|
5633
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4994
5634
|
}
|
|
4995
5635
|
},
|
|
4996
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
4997
|
-
"version": "
|
|
4998
|
-
"resolved": "https://registry.npmjs.org/
|
|
4999
|
-
"integrity": "sha512-
|
|
5000
|
-
"license": "
|
|
5636
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/path-scurry": {
|
|
5637
|
+
"version": "2.0.0",
|
|
5638
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
5639
|
+
"integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
|
5640
|
+
"license": "BlueOak-1.0.0",
|
|
5641
|
+
"dependencies": {
|
|
5642
|
+
"lru-cache": "^11.0.0",
|
|
5643
|
+
"minipass": "^7.1.2"
|
|
5644
|
+
},
|
|
5001
5645
|
"engines": {
|
|
5002
|
-
"node": "
|
|
5646
|
+
"node": "20 || >=22"
|
|
5003
5647
|
},
|
|
5004
5648
|
"funding": {
|
|
5005
|
-
"url": "https://github.com/
|
|
5649
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5006
5650
|
}
|
|
5007
5651
|
},
|
|
5008
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
5009
|
-
"version": "
|
|
5010
|
-
"resolved": "https://registry.npmjs.org/
|
|
5011
|
-
"integrity": "sha512-
|
|
5012
|
-
"license": "
|
|
5652
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/signal-exit": {
|
|
5653
|
+
"version": "4.1.0",
|
|
5654
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
5655
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
5656
|
+
"license": "ISC",
|
|
5013
5657
|
"engines": {
|
|
5014
5658
|
"node": ">=14"
|
|
5659
|
+
},
|
|
5660
|
+
"funding": {
|
|
5661
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5015
5662
|
}
|
|
5016
5663
|
},
|
|
5017
5664
|
"node_modules/@lwc/metadata": {
|
|
5018
|
-
"version": "13.2.
|
|
5019
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.
|
|
5020
|
-
"integrity": "sha512-
|
|
5665
|
+
"version": "13.2.18",
|
|
5666
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.18.tgz",
|
|
5667
|
+
"integrity": "sha512-J/Xc5H4KtAKoiB7kVORjUs1AccPv/grZ+CwbRlWaO7FypsTkNwQTMqj0dQOYVXpq1Yeil2RcR4MWgmG5VlJ3Cg==",
|
|
5021
5668
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5669
|
+
"peer": true,
|
|
5022
5670
|
"dependencies": {
|
|
5023
|
-
"@babel/parser": "~7.
|
|
5024
|
-
"@babel/traverse": "~7.
|
|
5025
|
-
"@babel/types": "~7.
|
|
5026
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5027
|
-
"postcss": "~8.5.
|
|
5028
|
-
"postcss-selector-parser": "~
|
|
5671
|
+
"@babel/parser": "~7.28.5",
|
|
5672
|
+
"@babel/traverse": "~7.28.5",
|
|
5673
|
+
"@babel/types": "~7.28.5",
|
|
5674
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
5675
|
+
"postcss": "~8.5.6",
|
|
5676
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5029
5677
|
"postcss-value-parser": "~4.2.0"
|
|
5030
5678
|
},
|
|
5031
5679
|
"engines": {
|
|
@@ -5036,59 +5684,38 @@
|
|
|
5036
5684
|
"@lwc/template-compiler": ">=8"
|
|
5037
5685
|
}
|
|
5038
5686
|
},
|
|
5039
|
-
"node_modules/@lwc/metadata/node_modules/@babel/
|
|
5040
|
-
"version": "7.
|
|
5041
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5042
|
-
"integrity": "sha512-
|
|
5043
|
-
"license": "MIT",
|
|
5044
|
-
"dependencies": {
|
|
5045
|
-
"@babel/types": "^7.27.7"
|
|
5046
|
-
},
|
|
5047
|
-
"bin": {
|
|
5048
|
-
"parser": "bin/babel-parser.js"
|
|
5049
|
-
},
|
|
5050
|
-
"engines": {
|
|
5051
|
-
"node": ">=6.0.0"
|
|
5052
|
-
}
|
|
5053
|
-
},
|
|
5054
|
-
"node_modules/@lwc/metadata/node_modules/@babel/parser/node_modules/@babel/types": {
|
|
5055
|
-
"version": "7.28.4",
|
|
5056
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
|
|
5057
|
-
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
|
|
5687
|
+
"node_modules/@lwc/metadata/node_modules/@babel/generator": {
|
|
5688
|
+
"version": "7.28.5",
|
|
5689
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
5690
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
5058
5691
|
"license": "MIT",
|
|
5059
5692
|
"dependencies": {
|
|
5060
|
-
"@babel/
|
|
5061
|
-
"@babel/
|
|
5693
|
+
"@babel/parser": "^7.28.5",
|
|
5694
|
+
"@babel/types": "^7.28.5",
|
|
5695
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5696
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5697
|
+
"jsesc": "^3.0.2"
|
|
5062
5698
|
},
|
|
5063
5699
|
"engines": {
|
|
5064
5700
|
"node": ">=6.9.0"
|
|
5065
5701
|
}
|
|
5066
5702
|
},
|
|
5067
|
-
"node_modules/@lwc/metadata/node_modules/@babel/
|
|
5068
|
-
"version": "7.
|
|
5069
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5070
|
-
"integrity": "sha512-
|
|
5703
|
+
"node_modules/@lwc/metadata/node_modules/@babel/helper-validator-identifier": {
|
|
5704
|
+
"version": "7.28.5",
|
|
5705
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5706
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
5071
5707
|
"license": "MIT",
|
|
5072
|
-
"dependencies": {
|
|
5073
|
-
"@babel/code-frame": "^7.27.1",
|
|
5074
|
-
"@babel/generator": "^7.27.5",
|
|
5075
|
-
"@babel/parser": "^7.27.7",
|
|
5076
|
-
"@babel/template": "^7.27.2",
|
|
5077
|
-
"@babel/types": "^7.27.7",
|
|
5078
|
-
"debug": "^4.3.1",
|
|
5079
|
-
"globals": "^11.1.0"
|
|
5080
|
-
},
|
|
5081
5708
|
"engines": {
|
|
5082
5709
|
"node": ">=6.9.0"
|
|
5083
5710
|
}
|
|
5084
5711
|
},
|
|
5085
|
-
"node_modules/@lwc/metadata/node_modules/@babel/
|
|
5086
|
-
"version": "7.28.
|
|
5087
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
5088
|
-
"integrity": "sha512-
|
|
5712
|
+
"node_modules/@lwc/metadata/node_modules/@babel/parser": {
|
|
5713
|
+
"version": "7.28.5",
|
|
5714
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5715
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5089
5716
|
"license": "MIT",
|
|
5090
5717
|
"dependencies": {
|
|
5091
|
-
"@babel/types": "^7.28.
|
|
5718
|
+
"@babel/types": "^7.28.5"
|
|
5092
5719
|
},
|
|
5093
5720
|
"bin": {
|
|
5094
5721
|
"parser": "bin/babel-parser.js"
|
|
@@ -5097,27 +5724,32 @@
|
|
|
5097
5724
|
"node": ">=6.0.0"
|
|
5098
5725
|
}
|
|
5099
5726
|
},
|
|
5100
|
-
"node_modules/@lwc/metadata/node_modules/@babel/traverse
|
|
5101
|
-
"version": "7.28.
|
|
5102
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5103
|
-
"integrity": "sha512-
|
|
5727
|
+
"node_modules/@lwc/metadata/node_modules/@babel/traverse": {
|
|
5728
|
+
"version": "7.28.5",
|
|
5729
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
5730
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
5104
5731
|
"license": "MIT",
|
|
5105
5732
|
"dependencies": {
|
|
5106
|
-
"@babel/
|
|
5107
|
-
"@babel/
|
|
5733
|
+
"@babel/code-frame": "^7.27.1",
|
|
5734
|
+
"@babel/generator": "^7.28.5",
|
|
5735
|
+
"@babel/helper-globals": "^7.28.0",
|
|
5736
|
+
"@babel/parser": "^7.28.5",
|
|
5737
|
+
"@babel/template": "^7.27.2",
|
|
5738
|
+
"@babel/types": "^7.28.5",
|
|
5739
|
+
"debug": "^4.3.1"
|
|
5108
5740
|
},
|
|
5109
5741
|
"engines": {
|
|
5110
5742
|
"node": ">=6.9.0"
|
|
5111
5743
|
}
|
|
5112
5744
|
},
|
|
5113
5745
|
"node_modules/@lwc/metadata/node_modules/@babel/types": {
|
|
5114
|
-
"version": "7.
|
|
5115
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
5116
|
-
"integrity": "sha512-
|
|
5746
|
+
"version": "7.28.5",
|
|
5747
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
5748
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
5117
5749
|
"license": "MIT",
|
|
5118
5750
|
"dependencies": {
|
|
5119
5751
|
"@babel/helper-string-parser": "^7.27.1",
|
|
5120
|
-
"@babel/helper-validator-identifier": "^7.
|
|
5752
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
5121
5753
|
},
|
|
5122
5754
|
"engines": {
|
|
5123
5755
|
"node": ">=6.9.0"
|
|
@@ -5128,6 +5760,7 @@
|
|
|
5128
5760
|
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.23.0.tgz",
|
|
5129
5761
|
"integrity": "sha512-ZqZ/402NvVswMK2HMhwH6Fmkzn19xn5Yx7VZr1QmIefKXr8OKqFSlsySujN3CSwNH9XHybyREWe4TXlkT7LHFw==",
|
|
5130
5762
|
"license": "MIT",
|
|
5763
|
+
"peer": true,
|
|
5131
5764
|
"dependencies": {
|
|
5132
5765
|
"resolve": "~1.22.10"
|
|
5133
5766
|
}
|
|
@@ -5176,51 +5809,52 @@
|
|
|
5176
5809
|
"license": "MIT"
|
|
5177
5810
|
},
|
|
5178
5811
|
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
5179
|
-
"version": "13.2.
|
|
5180
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.
|
|
5181
|
-
"integrity": "sha512-
|
|
5812
|
+
"version": "13.2.18",
|
|
5813
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.18.tgz",
|
|
5814
|
+
"integrity": "sha512-V/eFDRfdgCDdK9yTr5IVVTx12Z+mDpjfLIeyK44Zbio1x1rppWwfLP9ek4tpyAIGyGoo34IxiojfdenSIH/bPQ==",
|
|
5182
5815
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5816
|
+
"peer": true,
|
|
5183
5817
|
"engines": {
|
|
5184
5818
|
"node": ">=14"
|
|
5185
5819
|
}
|
|
5186
5820
|
},
|
|
5187
5821
|
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5188
|
-
"version": "13.2.
|
|
5189
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.
|
|
5190
|
-
"integrity": "sha512-
|
|
5822
|
+
"version": "13.2.18",
|
|
5823
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.18.tgz",
|
|
5824
|
+
"integrity": "sha512-YutIaXMhv2JxYkmxBROYtvm0PKIc2mAoKPel9WX54LivODV1fjGAzlms2cCVEes1RIuH3EHkmW4Hp0I/WP2S/A==",
|
|
5191
5825
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5192
5826
|
"dependencies": {
|
|
5193
|
-
"@babel/core": "7.
|
|
5194
|
-
"@babel/parser": "7.
|
|
5827
|
+
"@babel/core": "7.28.5",
|
|
5828
|
+
"@babel/parser": "7.28.5",
|
|
5195
5829
|
"@babel/plugin-syntax-decorators": "7.27.1",
|
|
5196
|
-
"@babel/preset-typescript": "7.
|
|
5197
|
-
"@babel/traverse": "7.
|
|
5198
|
-
"@babel/types": "7.
|
|
5199
|
-
"@komaci/esm-generator": "
|
|
5200
|
-
"@lwc/dev-server-plugin-lex": "13.2.
|
|
5201
|
-
"@lwc/eslint-plugin-lwc": "3.
|
|
5202
|
-
"@lwc/eslint-plugin-lwc-platform": "6.
|
|
5203
|
-
"@lwc/metadata": "13.2.
|
|
5204
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5205
|
-
"@rollup/plugin-babel": "^6.0
|
|
5206
|
-
"@rollup/plugin-replace": "^6.0.
|
|
5207
|
-
"@rollup/wasm-node": "4.
|
|
5208
|
-
"@salesforce/eslint-config-lwc": "4.
|
|
5209
|
-
"@salesforce/eslint-plugin-lightning": "2.0.0
|
|
5210
|
-
"@swc/wasm": "1.
|
|
5211
|
-
"astring": "~1.
|
|
5830
|
+
"@babel/preset-typescript": "7.28.5",
|
|
5831
|
+
"@babel/traverse": "7.28.5",
|
|
5832
|
+
"@babel/types": "7.28.5",
|
|
5833
|
+
"@komaci/esm-generator": "260.31.0",
|
|
5834
|
+
"@lwc/dev-server-plugin-lex": "13.2.18",
|
|
5835
|
+
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5836
|
+
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5837
|
+
"@lwc/metadata": "13.2.18",
|
|
5838
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
5839
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
5840
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
5841
|
+
"@rollup/wasm-node": "4.52.5",
|
|
5842
|
+
"@salesforce/eslint-config-lwc": "4.1.1",
|
|
5843
|
+
"@salesforce/eslint-plugin-lightning": "2.0.0",
|
|
5844
|
+
"@swc/wasm": "1.14.0",
|
|
5845
|
+
"astring": "~1.9.0",
|
|
5212
5846
|
"doctrine": "~3.0.0",
|
|
5213
|
-
"eslint": "~9.
|
|
5214
|
-
"eslint-plugin-import": "~2.
|
|
5215
|
-
"eslint-plugin-jest": "~
|
|
5847
|
+
"eslint": "~9.38.0",
|
|
5848
|
+
"eslint-plugin-import": "~2.32.0",
|
|
5849
|
+
"eslint-plugin-jest": "~29.0.1",
|
|
5216
5850
|
"gray-matter": "~4.0.3",
|
|
5217
5851
|
"line-column": "~1.0.2",
|
|
5218
|
-
"magic-string": "~0.30.
|
|
5852
|
+
"magic-string": "~0.30.21",
|
|
5219
5853
|
"markdown-it": "~14.1.0",
|
|
5220
|
-
"parse5-sax-parser": "~
|
|
5221
|
-
"postcss": "~8.5.
|
|
5222
|
-
"postcss-selector-parser": "~
|
|
5223
|
-
"terser": "~5.
|
|
5854
|
+
"parse5-sax-parser": "~8.0.0",
|
|
5855
|
+
"postcss": "~8.5.6",
|
|
5856
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5857
|
+
"terser": "~5.44.0"
|
|
5224
5858
|
},
|
|
5225
5859
|
"peerDependencies": {
|
|
5226
5860
|
"@lwc/compiler": ">=8",
|
|
@@ -5229,21 +5863,22 @@
|
|
|
5229
5863
|
}
|
|
5230
5864
|
},
|
|
5231
5865
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
|
|
5232
|
-
"version": "7.
|
|
5233
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
5234
|
-
"integrity": "sha512-
|
|
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==",
|
|
5235
5869
|
"license": "MIT",
|
|
5870
|
+
"peer": true,
|
|
5236
5871
|
"dependencies": {
|
|
5237
|
-
"@ampproject/remapping": "^2.2.0",
|
|
5238
5872
|
"@babel/code-frame": "^7.27.1",
|
|
5239
|
-
"@babel/generator": "^7.
|
|
5873
|
+
"@babel/generator": "^7.28.5",
|
|
5240
5874
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
5241
|
-
"@babel/helper-module-transforms": "^7.
|
|
5242
|
-
"@babel/helpers": "^7.
|
|
5243
|
-
"@babel/parser": "^7.
|
|
5875
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
5876
|
+
"@babel/helpers": "^7.28.4",
|
|
5877
|
+
"@babel/parser": "^7.28.5",
|
|
5244
5878
|
"@babel/template": "^7.27.2",
|
|
5245
|
-
"@babel/traverse": "^7.
|
|
5246
|
-
"@babel/types": "^7.
|
|
5879
|
+
"@babel/traverse": "^7.28.5",
|
|
5880
|
+
"@babel/types": "^7.28.5",
|
|
5881
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
5247
5882
|
"convert-source-map": "^2.0.0",
|
|
5248
5883
|
"debug": "^4.1.0",
|
|
5249
5884
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -5258,59 +5893,72 @@
|
|
|
5258
5893
|
"url": "https://opencollective.com/babel"
|
|
5259
5894
|
}
|
|
5260
5895
|
},
|
|
5261
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5262
|
-
"version": "7.28.
|
|
5263
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5264
|
-
"integrity": "sha512-
|
|
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==",
|
|
5265
5900
|
"license": "MIT",
|
|
5266
5901
|
"dependencies": {
|
|
5267
|
-
"@babel/
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
"
|
|
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"
|
|
5271
5907
|
},
|
|
5272
5908
|
"engines": {
|
|
5273
|
-
"node": ">=6.
|
|
5909
|
+
"node": ">=6.9.0"
|
|
5274
5910
|
}
|
|
5275
5911
|
},
|
|
5276
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5277
|
-
"version": "7.28.
|
|
5278
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5279
|
-
"integrity": "sha512-
|
|
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==",
|
|
5280
5916
|
"license": "MIT",
|
|
5281
5917
|
"dependencies": {
|
|
5282
|
-
"@babel/
|
|
5283
|
-
"@babel/
|
|
5284
|
-
"@babel/helper-
|
|
5285
|
-
"@babel/
|
|
5286
|
-
"@babel/
|
|
5287
|
-
"@babel/
|
|
5288
|
-
"
|
|
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"
|
|
5289
5925
|
},
|
|
5290
5926
|
"engines": {
|
|
5291
5927
|
"node": ">=6.9.0"
|
|
5928
|
+
},
|
|
5929
|
+
"peerDependencies": {
|
|
5930
|
+
"@babel/core": "^7.0.0"
|
|
5292
5931
|
}
|
|
5293
5932
|
},
|
|
5294
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5295
|
-
"version": "7.28.
|
|
5296
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5297
|
-
"integrity": "sha512-
|
|
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==",
|
|
5298
5937
|
"license": "MIT",
|
|
5299
5938
|
"dependencies": {
|
|
5300
|
-
"@babel/
|
|
5301
|
-
"@babel/
|
|
5939
|
+
"@babel/traverse": "^7.28.5",
|
|
5940
|
+
"@babel/types": "^7.28.5"
|
|
5302
5941
|
},
|
|
5303
5942
|
"engines": {
|
|
5304
5943
|
"node": ">=6.9.0"
|
|
5305
5944
|
}
|
|
5306
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
|
+
},
|
|
5307
5955
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
|
|
5308
|
-
"version": "7.
|
|
5309
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
5310
|
-
"integrity": "sha512-
|
|
5956
|
+
"version": "7.28.5",
|
|
5957
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5958
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5311
5959
|
"license": "MIT",
|
|
5312
5960
|
"dependencies": {
|
|
5313
|
-
"@babel/types": "^7.
|
|
5961
|
+
"@babel/types": "^7.28.5"
|
|
5314
5962
|
},
|
|
5315
5963
|
"bin": {
|
|
5316
5964
|
"parser": "bin/babel-parser.js"
|
|
@@ -5319,19 +5967,6 @@
|
|
|
5319
5967
|
"node": ">=6.0.0"
|
|
5320
5968
|
}
|
|
5321
5969
|
},
|
|
5322
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser/node_modules/@babel/types": {
|
|
5323
|
-
"version": "7.28.4",
|
|
5324
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
|
|
5325
|
-
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
|
|
5326
|
-
"license": "MIT",
|
|
5327
|
-
"dependencies": {
|
|
5328
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
5329
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5330
|
-
},
|
|
5331
|
-
"engines": {
|
|
5332
|
-
"node": ">=6.9.0"
|
|
5333
|
-
}
|
|
5334
|
-
},
|
|
5335
5970
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
|
|
5336
5971
|
"version": "7.27.1",
|
|
5337
5972
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
@@ -5394,13 +6029,13 @@
|
|
|
5394
6029
|
}
|
|
5395
6030
|
},
|
|
5396
6031
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
|
|
5397
|
-
"version": "7.28.
|
|
5398
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.
|
|
5399
|
-
"integrity": "sha512-
|
|
6032
|
+
"version": "7.28.5",
|
|
6033
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
6034
|
+
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
5400
6035
|
"license": "MIT",
|
|
5401
6036
|
"dependencies": {
|
|
5402
6037
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
5403
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
6038
|
+
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
5404
6039
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5405
6040
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
5406
6041
|
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
@@ -5413,16 +6048,16 @@
|
|
|
5413
6048
|
}
|
|
5414
6049
|
},
|
|
5415
6050
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
|
|
5416
|
-
"version": "7.
|
|
5417
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.
|
|
5418
|
-
"integrity": "sha512
|
|
6051
|
+
"version": "7.28.5",
|
|
6052
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
6053
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
5419
6054
|
"license": "MIT",
|
|
5420
6055
|
"dependencies": {
|
|
5421
6056
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5422
6057
|
"@babel/helper-validator-option": "^7.27.1",
|
|
5423
6058
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
5424
6059
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
5425
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
6060
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
5426
6061
|
},
|
|
5427
6062
|
"engines": {
|
|
5428
6063
|
"node": ">=6.9.0"
|
|
@@ -5432,62 +6067,76 @@
|
|
|
5432
6067
|
}
|
|
5433
6068
|
},
|
|
5434
6069
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
5435
|
-
"version": "7.
|
|
5436
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
5437
|
-
"integrity": "sha512-
|
|
6070
|
+
"version": "7.28.5",
|
|
6071
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
6072
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
5438
6073
|
"license": "MIT",
|
|
5439
6074
|
"dependencies": {
|
|
5440
6075
|
"@babel/code-frame": "^7.27.1",
|
|
5441
|
-
"@babel/generator": "^7.
|
|
5442
|
-
"@babel/
|
|
6076
|
+
"@babel/generator": "^7.28.5",
|
|
6077
|
+
"@babel/helper-globals": "^7.28.0",
|
|
6078
|
+
"@babel/parser": "^7.28.5",
|
|
5443
6079
|
"@babel/template": "^7.27.2",
|
|
5444
|
-
"@babel/types": "^7.
|
|
5445
|
-
"debug": "^4.3.1"
|
|
5446
|
-
"globals": "^11.1.0"
|
|
6080
|
+
"@babel/types": "^7.28.5",
|
|
6081
|
+
"debug": "^4.3.1"
|
|
5447
6082
|
},
|
|
5448
6083
|
"engines": {
|
|
5449
6084
|
"node": ">=6.9.0"
|
|
5450
6085
|
}
|
|
5451
6086
|
},
|
|
5452
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5453
|
-
"version": "7.28.
|
|
5454
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5455
|
-
"integrity": "sha512-
|
|
6087
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/types": {
|
|
6088
|
+
"version": "7.28.5",
|
|
6089
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
6090
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
5456
6091
|
"license": "MIT",
|
|
5457
6092
|
"dependencies": {
|
|
5458
|
-
"@babel/
|
|
5459
|
-
|
|
5460
|
-
"bin": {
|
|
5461
|
-
"parser": "bin/babel-parser.js"
|
|
6093
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
6094
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
5462
6095
|
},
|
|
5463
6096
|
"engines": {
|
|
5464
|
-
"node": ">=6.
|
|
6097
|
+
"node": ">=6.9.0"
|
|
5465
6098
|
}
|
|
5466
6099
|
},
|
|
5467
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@
|
|
5468
|
-
"version": "
|
|
5469
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5470
|
-
"integrity": "sha512-
|
|
6100
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint-community/eslint-utils": {
|
|
6101
|
+
"version": "4.9.0",
|
|
6102
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
6103
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
5471
6104
|
"license": "MIT",
|
|
5472
6105
|
"dependencies": {
|
|
5473
|
-
"
|
|
5474
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
6106
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
5475
6107
|
},
|
|
5476
6108
|
"engines": {
|
|
5477
|
-
"node": ">=
|
|
6109
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6110
|
+
},
|
|
6111
|
+
"funding": {
|
|
6112
|
+
"url": "https://opencollective.com/eslint"
|
|
6113
|
+
},
|
|
6114
|
+
"peerDependencies": {
|
|
6115
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
5478
6116
|
}
|
|
5479
6117
|
},
|
|
5480
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@
|
|
5481
|
-
"version": "
|
|
5482
|
-
"resolved": "https://registry.npmjs.org
|
|
5483
|
-
"integrity": "sha512-
|
|
5484
|
-
"license": "
|
|
6118
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
6119
|
+
"version": "3.4.3",
|
|
6120
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
6121
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
6122
|
+
"license": "Apache-2.0",
|
|
6123
|
+
"engines": {
|
|
6124
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6125
|
+
},
|
|
6126
|
+
"funding": {
|
|
6127
|
+
"url": "https://opencollective.com/eslint"
|
|
6128
|
+
}
|
|
6129
|
+
},
|
|
6130
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/core": {
|
|
6131
|
+
"version": "0.16.0",
|
|
6132
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
6133
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
6134
|
+
"license": "Apache-2.0",
|
|
5485
6135
|
"dependencies": {
|
|
5486
|
-
"@
|
|
5487
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
6136
|
+
"@types/json-schema": "^7.0.15"
|
|
5488
6137
|
},
|
|
5489
6138
|
"engines": {
|
|
5490
|
-
"node": "
|
|
6139
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5491
6140
|
}
|
|
5492
6141
|
},
|
|
5493
6142
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/eslintrc": {
|
|
@@ -5513,22 +6162,28 @@
|
|
|
5513
6162
|
"url": "https://opencollective.com/eslint"
|
|
5514
6163
|
}
|
|
5515
6164
|
},
|
|
5516
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/
|
|
5517
|
-
"version": "
|
|
5518
|
-
"resolved": "https://registry.npmjs.org/
|
|
5519
|
-
"integrity": "sha512-
|
|
6165
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/js": {
|
|
6166
|
+
"version": "9.38.0",
|
|
6167
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
6168
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
5520
6169
|
"license": "MIT",
|
|
5521
6170
|
"engines": {
|
|
5522
|
-
"node": ">=
|
|
6171
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5523
6172
|
},
|
|
5524
6173
|
"funding": {
|
|
5525
|
-
"url": "https://
|
|
6174
|
+
"url": "https://eslint.org/donate"
|
|
5526
6175
|
}
|
|
5527
6176
|
},
|
|
6177
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@jridgewell/sourcemap-codec": {
|
|
6178
|
+
"version": "1.5.5",
|
|
6179
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
6180
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
6181
|
+
"license": "MIT"
|
|
6182
|
+
},
|
|
5528
6183
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/plugin-babel": {
|
|
5529
|
-
"version": "6.0
|
|
5530
|
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.
|
|
5531
|
-
"integrity": "sha512-
|
|
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==",
|
|
5532
6187
|
"license": "MIT",
|
|
5533
6188
|
"dependencies": {
|
|
5534
6189
|
"@babel/helper-module-imports": "^7.18.6",
|
|
@@ -5551,34 +6206,37 @@
|
|
|
5551
6206
|
}
|
|
5552
6207
|
}
|
|
5553
6208
|
},
|
|
5554
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/
|
|
5555
|
-
"version": "
|
|
5556
|
-
"resolved": "https://registry.npmjs.org/
|
|
5557
|
-
"integrity": "sha512-
|
|
5558
|
-
"license": "
|
|
5559
|
-
"
|
|
5560
|
-
"
|
|
6209
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/doctrine": {
|
|
6210
|
+
"version": "3.0.0",
|
|
6211
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
6212
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
6213
|
+
"license": "Apache-2.0",
|
|
6214
|
+
"dependencies": {
|
|
6215
|
+
"esutils": "^2.0.2"
|
|
6216
|
+
},
|
|
6217
|
+
"engines": {
|
|
6218
|
+
"node": ">=6.0.0"
|
|
5561
6219
|
}
|
|
5562
6220
|
},
|
|
5563
6221
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint": {
|
|
5564
|
-
"version": "9.
|
|
5565
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
5566
|
-
"integrity": "sha512-
|
|
6222
|
+
"version": "9.38.0",
|
|
6223
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
|
|
6224
|
+
"integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
|
|
5567
6225
|
"license": "MIT",
|
|
6226
|
+
"peer": true,
|
|
5568
6227
|
"dependencies": {
|
|
5569
|
-
"@eslint-community/eslint-utils": "^4.
|
|
6228
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5570
6229
|
"@eslint-community/regexpp": "^4.12.1",
|
|
5571
|
-
"@eslint/config-array": "^0.
|
|
5572
|
-
"@eslint/config-helpers": "^0.
|
|
5573
|
-
"@eslint/core": "^0.
|
|
6230
|
+
"@eslint/config-array": "^0.21.1",
|
|
6231
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
6232
|
+
"@eslint/core": "^0.16.0",
|
|
5574
6233
|
"@eslint/eslintrc": "^3.3.1",
|
|
5575
|
-
"@eslint/js": "9.
|
|
5576
|
-
"@eslint/plugin-kit": "^0.
|
|
6234
|
+
"@eslint/js": "9.38.0",
|
|
6235
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
5577
6236
|
"@humanfs/node": "^0.16.6",
|
|
5578
6237
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5579
6238
|
"@humanwhocodes/retry": "^0.4.2",
|
|
5580
6239
|
"@types/estree": "^1.0.6",
|
|
5581
|
-
"@types/json-schema": "^7.0.15",
|
|
5582
6240
|
"ajv": "^6.12.4",
|
|
5583
6241
|
"chalk": "^4.0.0",
|
|
5584
6242
|
"cross-spawn": "^7.0.6",
|
|
@@ -5701,6 +6359,18 @@
|
|
|
5701
6359
|
"node": ">=10.13.0"
|
|
5702
6360
|
}
|
|
5703
6361
|
},
|
|
6362
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/globals": {
|
|
6363
|
+
"version": "14.0.0",
|
|
6364
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
6365
|
+
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
6366
|
+
"license": "MIT",
|
|
6367
|
+
"engines": {
|
|
6368
|
+
"node": ">=18"
|
|
6369
|
+
},
|
|
6370
|
+
"funding": {
|
|
6371
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6372
|
+
}
|
|
6373
|
+
},
|
|
5704
6374
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/locate-path": {
|
|
5705
6375
|
"version": "6.0.0",
|
|
5706
6376
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -5716,6 +6386,15 @@
|
|
|
5716
6386
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5717
6387
|
}
|
|
5718
6388
|
},
|
|
6389
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/magic-string": {
|
|
6390
|
+
"version": "0.30.21",
|
|
6391
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
6392
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
6393
|
+
"license": "MIT",
|
|
6394
|
+
"dependencies": {
|
|
6395
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
6396
|
+
}
|
|
6397
|
+
},
|
|
5719
6398
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/p-limit": {
|
|
5720
6399
|
"version": "3.1.0",
|
|
5721
6400
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -5802,30 +6481,19 @@
|
|
|
5802
6481
|
"postcss-value-parser": "~4.2.0"
|
|
5803
6482
|
}
|
|
5804
6483
|
},
|
|
5805
|
-
"node_modules/@lwc/style-compiler/node_modules/postcss-selector-parser": {
|
|
5806
|
-
"version": "7.1.0",
|
|
5807
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
5808
|
-
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
5809
|
-
"license": "MIT",
|
|
5810
|
-
"dependencies": {
|
|
5811
|
-
"cssesc": "^3.0.0",
|
|
5812
|
-
"util-deprecate": "^1.0.2"
|
|
5813
|
-
},
|
|
5814
|
-
"engines": {
|
|
5815
|
-
"node": ">=4"
|
|
5816
|
-
}
|
|
5817
|
-
},
|
|
5818
6484
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5819
6485
|
"version": "8.23.0",
|
|
5820
6486
|
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.23.0.tgz",
|
|
5821
6487
|
"integrity": "sha512-wmFB6nMKlsH47+YW+Wr3HdhPdUbHor6yPzbsai85St8+xSlrCzQWuXPWuqv6raFyHg6YnWAiF2Hf5e2h9sdCig==",
|
|
5822
|
-
"license": "MIT"
|
|
6488
|
+
"license": "MIT",
|
|
6489
|
+
"peer": true
|
|
5823
6490
|
},
|
|
5824
6491
|
"node_modules/@lwc/template-compiler": {
|
|
5825
6492
|
"version": "8.23.0",
|
|
5826
6493
|
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.23.0.tgz",
|
|
5827
6494
|
"integrity": "sha512-E24VtNe4Ej307ui8BuQncBzcd6MdzOjXjrhIOQDnGLzNnGL7I3cuGA2wVwTuV8WNrPg7JkgpJghUduEkN3kubw==",
|
|
5828
6495
|
"license": "MIT",
|
|
6496
|
+
"peer": true,
|
|
5829
6497
|
"dependencies": {
|
|
5830
6498
|
"@lwc/errors": "8.23.0",
|
|
5831
6499
|
"@lwc/shared": "8.23.0",
|
|
@@ -6073,6 +6741,7 @@
|
|
|
6073
6741
|
"resolved": "https://registry.npmjs.org/@lwrjs/esbuild/-/esbuild-0.18.3.tgz",
|
|
6074
6742
|
"integrity": "sha512-LEInAhyT/y01SO0SqluaNIawL1bFSWfLlVaJMTVZnHDe6JkRAOCJHuRU42XhVPC8Qn0ZpbwpO9MOl5Zg9LS+2Q==",
|
|
6075
6743
|
"license": "MIT",
|
|
6744
|
+
"peer": true,
|
|
6076
6745
|
"dependencies": {
|
|
6077
6746
|
"@lwrjs/diagnostics": "0.18.3",
|
|
6078
6747
|
"@lwrjs/shared-utils": "0.18.3",
|
|
@@ -6363,6 +7032,7 @@
|
|
|
6363
7032
|
"integrity": "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==",
|
|
6364
7033
|
"hasInstallScript": true,
|
|
6365
7034
|
"license": "MIT",
|
|
7035
|
+
"peer": true,
|
|
6366
7036
|
"bin": {
|
|
6367
7037
|
"esbuild": "bin/esbuild"
|
|
6368
7038
|
},
|
|
@@ -6498,18 +7168,6 @@
|
|
|
6498
7168
|
"node": ">=18.0.0"
|
|
6499
7169
|
}
|
|
6500
7170
|
},
|
|
6501
|
-
"node_modules/@lwrjs/shared-utils/node_modules/parse5": {
|
|
6502
|
-
"version": "7.2.1",
|
|
6503
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
|
|
6504
|
-
"integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
|
|
6505
|
-
"license": "MIT",
|
|
6506
|
-
"dependencies": {
|
|
6507
|
-
"entities": "^4.5.0"
|
|
6508
|
-
},
|
|
6509
|
-
"funding": {
|
|
6510
|
-
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
6511
|
-
}
|
|
6512
|
-
},
|
|
6513
7171
|
"node_modules/@lwrjs/static": {
|
|
6514
7172
|
"version": "0.18.3",
|
|
6515
7173
|
"resolved": "https://registry.npmjs.org/@lwrjs/static/-/static-0.18.3.tgz",
|
|
@@ -7233,6 +7891,7 @@
|
|
|
7233
7891
|
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
|
|
7234
7892
|
"integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
|
|
7235
7893
|
"license": "Apache-2.0",
|
|
7894
|
+
"peer": true,
|
|
7236
7895
|
"engines": {
|
|
7237
7896
|
"node": ">=8.0.0"
|
|
7238
7897
|
}
|
|
@@ -7869,9 +8528,9 @@
|
|
|
7869
8528
|
}
|
|
7870
8529
|
},
|
|
7871
8530
|
"node_modules/@rollup/plugin-replace": {
|
|
7872
|
-
"version": "6.0.
|
|
7873
|
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.
|
|
7874
|
-
"integrity": "sha512-
|
|
8531
|
+
"version": "6.0.3",
|
|
8532
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
|
|
8533
|
+
"integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
|
|
7875
8534
|
"license": "MIT",
|
|
7876
8535
|
"dependencies": {
|
|
7877
8536
|
"@rollup/pluginutils": "^5.0.1",
|
|
@@ -7958,12 +8617,12 @@
|
|
|
7958
8617
|
"license": "MIT"
|
|
7959
8618
|
},
|
|
7960
8619
|
"node_modules/@rollup/wasm-node": {
|
|
7961
|
-
"version": "4.
|
|
7962
|
-
"resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.
|
|
7963
|
-
"integrity": "sha512-
|
|
8620
|
+
"version": "4.52.5",
|
|
8621
|
+
"resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.52.5.tgz",
|
|
8622
|
+
"integrity": "sha512-ldY4tEzSMBHNwB8TfRpi7RRRjjyfKlwjdebw5pS1lu0xaY3g4RDc6ople2wEYulVOKVeH7ZJwRx0iw4pGtjMHg==",
|
|
7964
8623
|
"license": "MIT",
|
|
7965
8624
|
"dependencies": {
|
|
7966
|
-
"@types/estree": "1.0.
|
|
8625
|
+
"@types/estree": "1.0.8"
|
|
7967
8626
|
},
|
|
7968
8627
|
"bin": {
|
|
7969
8628
|
"rollup": "dist/bin/rollup"
|
|
@@ -7976,12 +8635,6 @@
|
|
|
7976
8635
|
"fsevents": "~2.3.2"
|
|
7977
8636
|
}
|
|
7978
8637
|
},
|
|
7979
|
-
"node_modules/@rollup/wasm-node/node_modules/@types/estree": {
|
|
7980
|
-
"version": "1.0.5",
|
|
7981
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
|
|
7982
|
-
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
|
|
7983
|
-
"license": "MIT"
|
|
7984
|
-
},
|
|
7985
8638
|
"node_modules/@rtsao/scc": {
|
|
7986
8639
|
"version": "1.1.0",
|
|
7987
8640
|
"resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
|
|
@@ -8127,6 +8780,7 @@
|
|
|
8127
8780
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.3.tgz",
|
|
8128
8781
|
"integrity": "sha512-BD9cOUOw3wTR8ud6dBacLvA4x0KAfQXkNGdxtU9ujz5nEW86ms5tU1AEUzVXnhuDrrtdQZh7/yTGxqg5mS7rZg==",
|
|
8129
8782
|
"license": "BSD-3-Clause",
|
|
8783
|
+
"peer": true,
|
|
8130
8784
|
"dependencies": {
|
|
8131
8785
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
8132
8786
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -8275,9 +8929,9 @@
|
|
|
8275
8929
|
"license": "MIT"
|
|
8276
8930
|
},
|
|
8277
8931
|
"node_modules/@salesforce/eslint-config-lwc": {
|
|
8278
|
-
"version": "4.
|
|
8279
|
-
"resolved": "https://registry.npmjs.org/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.
|
|
8280
|
-
"integrity": "sha512-
|
|
8932
|
+
"version": "4.1.1",
|
|
8933
|
+
"resolved": "https://registry.npmjs.org/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.1.1.tgz",
|
|
8934
|
+
"integrity": "sha512-twgNRNnFgD0rwIgtROQEJ0m9QQhEAVuQ4DgO8fmSPZiKlsJsLduULeLZtVzok6qSWLY3ZImetgMBPF7mv+I1kw==",
|
|
8281
8935
|
"license": "MIT",
|
|
8282
8936
|
"dependencies": {
|
|
8283
8937
|
"@babel/core": "~7.26.0",
|
|
@@ -8364,12 +9018,66 @@
|
|
|
8364
9018
|
"semver": "bin/semver.js"
|
|
8365
9019
|
}
|
|
8366
9020
|
},
|
|
9021
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@babel/helpers": {
|
|
9022
|
+
"version": "7.28.3",
|
|
9023
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
|
|
9024
|
+
"integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
|
|
9025
|
+
"license": "MIT",
|
|
9026
|
+
"dependencies": {
|
|
9027
|
+
"@babel/template": "^7.27.2",
|
|
9028
|
+
"@babel/types": "^7.28.2"
|
|
9029
|
+
},
|
|
9030
|
+
"engines": {
|
|
9031
|
+
"node": ">=6.9.0"
|
|
9032
|
+
}
|
|
9033
|
+
},
|
|
9034
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint-community/eslint-utils": {
|
|
9035
|
+
"version": "4.9.0",
|
|
9036
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
9037
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
9038
|
+
"license": "MIT",
|
|
9039
|
+
"dependencies": {
|
|
9040
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9041
|
+
},
|
|
9042
|
+
"engines": {
|
|
9043
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9044
|
+
},
|
|
9045
|
+
"funding": {
|
|
9046
|
+
"url": "https://opencollective.com/eslint"
|
|
9047
|
+
},
|
|
9048
|
+
"peerDependencies": {
|
|
9049
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
9050
|
+
}
|
|
9051
|
+
},
|
|
9052
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
9053
|
+
"version": "3.4.3",
|
|
9054
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
9055
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
9056
|
+
"license": "Apache-2.0",
|
|
9057
|
+
"engines": {
|
|
9058
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9059
|
+
},
|
|
9060
|
+
"funding": {
|
|
9061
|
+
"url": "https://opencollective.com/eslint"
|
|
9062
|
+
}
|
|
9063
|
+
},
|
|
9064
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/core": {
|
|
9065
|
+
"version": "0.16.0",
|
|
9066
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
9067
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
9068
|
+
"license": "Apache-2.0",
|
|
9069
|
+
"dependencies": {
|
|
9070
|
+
"@types/json-schema": "^7.0.15"
|
|
9071
|
+
},
|
|
9072
|
+
"engines": {
|
|
9073
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9074
|
+
}
|
|
9075
|
+
},
|
|
8367
9076
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/eslintrc": {
|
|
8368
9077
|
"version": "3.3.1",
|
|
8369
9078
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
8370
9079
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
8371
9080
|
"license": "MIT",
|
|
8372
|
-
"peer": true,
|
|
8373
9081
|
"dependencies": {
|
|
8374
9082
|
"ajv": "^6.12.4",
|
|
8375
9083
|
"debug": "^4.3.2",
|
|
@@ -8393,7 +9101,6 @@
|
|
|
8393
9101
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
8394
9102
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
8395
9103
|
"license": "MIT",
|
|
8396
|
-
"peer": true,
|
|
8397
9104
|
"engines": {
|
|
8398
9105
|
"node": ">=18"
|
|
8399
9106
|
},
|
|
@@ -8401,24 +9108,35 @@
|
|
|
8401
9108
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8402
9109
|
}
|
|
8403
9110
|
},
|
|
8404
|
-
"node_modules/@salesforce/eslint-config-lwc/node_modules/
|
|
9111
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/js": {
|
|
8405
9112
|
"version": "9.29.0",
|
|
9113
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
|
|
9114
|
+
"integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
|
|
9115
|
+
"license": "MIT",
|
|
9116
|
+
"engines": {
|
|
9117
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9118
|
+
},
|
|
9119
|
+
"funding": {
|
|
9120
|
+
"url": "https://eslint.org/donate"
|
|
9121
|
+
}
|
|
9122
|
+
},
|
|
9123
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint": {
|
|
9124
|
+
"version": "9.38.0",
|
|
8406
9125
|
"license": "MIT",
|
|
8407
9126
|
"peer": true,
|
|
8408
9127
|
"dependencies": {
|
|
8409
|
-
"@eslint-community/eslint-utils": "^4.
|
|
9128
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8410
9129
|
"@eslint-community/regexpp": "^4.12.1",
|
|
8411
|
-
"@eslint/config-array": "^0.
|
|
8412
|
-
"@eslint/config-helpers": "^0.
|
|
8413
|
-
"@eslint/core": "^0.
|
|
9130
|
+
"@eslint/config-array": "^0.21.1",
|
|
9131
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
9132
|
+
"@eslint/core": "^0.16.0",
|
|
8414
9133
|
"@eslint/eslintrc": "^3.3.1",
|
|
8415
|
-
"@eslint/js": "9.
|
|
8416
|
-
"@eslint/plugin-kit": "^0.
|
|
9134
|
+
"@eslint/js": "9.38.0",
|
|
9135
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
8417
9136
|
"@humanfs/node": "^0.16.6",
|
|
8418
9137
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8419
9138
|
"@humanwhocodes/retry": "^0.4.2",
|
|
8420
9139
|
"@types/estree": "^1.0.6",
|
|
8421
|
-
"@types/json-schema": "^7.0.15",
|
|
8422
9140
|
"ajv": "^6.12.4",
|
|
8423
9141
|
"chalk": "^4.0.0",
|
|
8424
9142
|
"cross-spawn": "^7.0.6",
|
|
@@ -8465,7 +9183,6 @@
|
|
|
8465
9183
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
8466
9184
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
8467
9185
|
"license": "BSD-2-Clause",
|
|
8468
|
-
"peer": true,
|
|
8469
9186
|
"dependencies": {
|
|
8470
9187
|
"esrecurse": "^4.3.0",
|
|
8471
9188
|
"estraverse": "^5.2.0"
|
|
@@ -8486,12 +9203,23 @@
|
|
|
8486
9203
|
"node": ">=10"
|
|
8487
9204
|
}
|
|
8488
9205
|
},
|
|
9206
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint/node_modules/@eslint/js": {
|
|
9207
|
+
"version": "9.38.0",
|
|
9208
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
9209
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
9210
|
+
"license": "MIT",
|
|
9211
|
+
"engines": {
|
|
9212
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9213
|
+
},
|
|
9214
|
+
"funding": {
|
|
9215
|
+
"url": "https://eslint.org/donate"
|
|
9216
|
+
}
|
|
9217
|
+
},
|
|
8489
9218
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
8490
9219
|
"version": "4.2.1",
|
|
8491
9220
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
8492
9221
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
8493
9222
|
"license": "Apache-2.0",
|
|
8494
|
-
"peer": true,
|
|
8495
9223
|
"engines": {
|
|
8496
9224
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8497
9225
|
},
|
|
@@ -8504,7 +9232,6 @@
|
|
|
8504
9232
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
8505
9233
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
8506
9234
|
"license": "MIT",
|
|
8507
|
-
"peer": true,
|
|
8508
9235
|
"dependencies": {
|
|
8509
9236
|
"flat-cache": "^4.0.0"
|
|
8510
9237
|
},
|
|
@@ -8517,7 +9244,6 @@
|
|
|
8517
9244
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
8518
9245
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
8519
9246
|
"license": "MIT",
|
|
8520
|
-
"peer": true,
|
|
8521
9247
|
"dependencies": {
|
|
8522
9248
|
"locate-path": "^6.0.0",
|
|
8523
9249
|
"path-exists": "^4.0.0"
|
|
@@ -8534,7 +9260,6 @@
|
|
|
8534
9260
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
8535
9261
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
8536
9262
|
"license": "MIT",
|
|
8537
|
-
"peer": true,
|
|
8538
9263
|
"dependencies": {
|
|
8539
9264
|
"flatted": "^3.2.9",
|
|
8540
9265
|
"keyv": "^4.5.4"
|
|
@@ -8548,7 +9273,6 @@
|
|
|
8548
9273
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
8549
9274
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
8550
9275
|
"license": "ISC",
|
|
8551
|
-
"peer": true,
|
|
8552
9276
|
"dependencies": {
|
|
8553
9277
|
"is-glob": "^4.0.3"
|
|
8554
9278
|
},
|
|
@@ -8573,7 +9297,6 @@
|
|
|
8573
9297
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
8574
9298
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
8575
9299
|
"license": "MIT",
|
|
8576
|
-
"peer": true,
|
|
8577
9300
|
"dependencies": {
|
|
8578
9301
|
"p-locate": "^5.0.0"
|
|
8579
9302
|
},
|
|
@@ -8589,7 +9312,6 @@
|
|
|
8589
9312
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
8590
9313
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
8591
9314
|
"license": "MIT",
|
|
8592
|
-
"peer": true,
|
|
8593
9315
|
"dependencies": {
|
|
8594
9316
|
"yocto-queue": "^0.1.0"
|
|
8595
9317
|
},
|
|
@@ -8605,7 +9327,6 @@
|
|
|
8605
9327
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
8606
9328
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
8607
9329
|
"license": "MIT",
|
|
8608
|
-
"peer": true,
|
|
8609
9330
|
"dependencies": {
|
|
8610
9331
|
"p-limit": "^3.0.2"
|
|
8611
9332
|
},
|
|
@@ -8617,10 +9338,11 @@
|
|
|
8617
9338
|
}
|
|
8618
9339
|
},
|
|
8619
9340
|
"node_modules/@salesforce/eslint-plugin-lightning": {
|
|
8620
|
-
"version": "2.0.0
|
|
8621
|
-
"resolved": "https://registry.npmjs.org/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0
|
|
8622
|
-
"integrity": "sha512-
|
|
9341
|
+
"version": "2.0.0",
|
|
9342
|
+
"resolved": "https://registry.npmjs.org/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0.tgz",
|
|
9343
|
+
"integrity": "sha512-lC3GL2j6B2wAGeTFWT0h47BFg+0R7naqqlQW+ANvNSaIC/qEB+tNSRcdAZ8DRTojsI3GRdpgq3FTB1llbrFBng==",
|
|
8623
9344
|
"license": "MIT",
|
|
9345
|
+
"peer": true,
|
|
8624
9346
|
"engines": {
|
|
8625
9347
|
"node": ">=10.0.0"
|
|
8626
9348
|
},
|
|
@@ -8628,12 +9350,53 @@
|
|
|
8628
9350
|
"eslint": "^9"
|
|
8629
9351
|
}
|
|
8630
9352
|
},
|
|
9353
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint-community/eslint-utils": {
|
|
9354
|
+
"version": "4.9.0",
|
|
9355
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
9356
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
9357
|
+
"license": "MIT",
|
|
9358
|
+
"dependencies": {
|
|
9359
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9360
|
+
},
|
|
9361
|
+
"engines": {
|
|
9362
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9363
|
+
},
|
|
9364
|
+
"funding": {
|
|
9365
|
+
"url": "https://opencollective.com/eslint"
|
|
9366
|
+
},
|
|
9367
|
+
"peerDependencies": {
|
|
9368
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
9369
|
+
}
|
|
9370
|
+
},
|
|
9371
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
9372
|
+
"version": "3.4.3",
|
|
9373
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
9374
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
9375
|
+
"license": "Apache-2.0",
|
|
9376
|
+
"engines": {
|
|
9377
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9378
|
+
},
|
|
9379
|
+
"funding": {
|
|
9380
|
+
"url": "https://opencollective.com/eslint"
|
|
9381
|
+
}
|
|
9382
|
+
},
|
|
9383
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/core": {
|
|
9384
|
+
"version": "0.16.0",
|
|
9385
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
9386
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
9387
|
+
"license": "Apache-2.0",
|
|
9388
|
+
"dependencies": {
|
|
9389
|
+
"@types/json-schema": "^7.0.15"
|
|
9390
|
+
},
|
|
9391
|
+
"engines": {
|
|
9392
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9393
|
+
}
|
|
9394
|
+
},
|
|
8631
9395
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/eslintrc": {
|
|
8632
9396
|
"version": "3.3.1",
|
|
8633
9397
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
8634
9398
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
8635
9399
|
"license": "MIT",
|
|
8636
|
-
"peer": true,
|
|
8637
9400
|
"dependencies": {
|
|
8638
9401
|
"ajv": "^6.12.4",
|
|
8639
9402
|
"debug": "^4.3.2",
|
|
@@ -8652,24 +9415,35 @@
|
|
|
8652
9415
|
"url": "https://opencollective.com/eslint"
|
|
8653
9416
|
}
|
|
8654
9417
|
},
|
|
9418
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/js": {
|
|
9419
|
+
"version": "9.38.0",
|
|
9420
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
9421
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
9422
|
+
"license": "MIT",
|
|
9423
|
+
"engines": {
|
|
9424
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9425
|
+
},
|
|
9426
|
+
"funding": {
|
|
9427
|
+
"url": "https://eslint.org/donate"
|
|
9428
|
+
}
|
|
9429
|
+
},
|
|
8655
9430
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint": {
|
|
8656
|
-
"version": "9.
|
|
9431
|
+
"version": "9.38.0",
|
|
8657
9432
|
"license": "MIT",
|
|
8658
9433
|
"peer": true,
|
|
8659
9434
|
"dependencies": {
|
|
8660
|
-
"@eslint-community/eslint-utils": "^4.
|
|
9435
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8661
9436
|
"@eslint-community/regexpp": "^4.12.1",
|
|
8662
|
-
"@eslint/config-array": "^0.
|
|
8663
|
-
"@eslint/config-helpers": "^0.
|
|
8664
|
-
"@eslint/core": "^0.
|
|
9437
|
+
"@eslint/config-array": "^0.21.1",
|
|
9438
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
9439
|
+
"@eslint/core": "^0.16.0",
|
|
8665
9440
|
"@eslint/eslintrc": "^3.3.1",
|
|
8666
|
-
"@eslint/js": "9.
|
|
8667
|
-
"@eslint/plugin-kit": "^0.
|
|
9441
|
+
"@eslint/js": "9.38.0",
|
|
9442
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
8668
9443
|
"@humanfs/node": "^0.16.6",
|
|
8669
9444
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8670
9445
|
"@humanwhocodes/retry": "^0.4.2",
|
|
8671
9446
|
"@types/estree": "^1.0.6",
|
|
8672
|
-
"@types/json-schema": "^7.0.15",
|
|
8673
9447
|
"ajv": "^6.12.4",
|
|
8674
9448
|
"chalk": "^4.0.0",
|
|
8675
9449
|
"cross-spawn": "^7.0.6",
|
|
@@ -8716,7 +9490,6 @@
|
|
|
8716
9490
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
8717
9491
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
8718
9492
|
"license": "BSD-2-Clause",
|
|
8719
|
-
"peer": true,
|
|
8720
9493
|
"dependencies": {
|
|
8721
9494
|
"esrecurse": "^4.3.0",
|
|
8722
9495
|
"estraverse": "^5.2.0"
|
|
@@ -8733,7 +9506,6 @@
|
|
|
8733
9506
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
8734
9507
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
8735
9508
|
"license": "Apache-2.0",
|
|
8736
|
-
"peer": true,
|
|
8737
9509
|
"engines": {
|
|
8738
9510
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8739
9511
|
},
|
|
@@ -8746,7 +9518,6 @@
|
|
|
8746
9518
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
8747
9519
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
8748
9520
|
"license": "MIT",
|
|
8749
|
-
"peer": true,
|
|
8750
9521
|
"dependencies": {
|
|
8751
9522
|
"flat-cache": "^4.0.0"
|
|
8752
9523
|
},
|
|
@@ -8759,7 +9530,6 @@
|
|
|
8759
9530
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
8760
9531
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
8761
9532
|
"license": "MIT",
|
|
8762
|
-
"peer": true,
|
|
8763
9533
|
"dependencies": {
|
|
8764
9534
|
"locate-path": "^6.0.0",
|
|
8765
9535
|
"path-exists": "^4.0.0"
|
|
@@ -8776,7 +9546,6 @@
|
|
|
8776
9546
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
8777
9547
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
8778
9548
|
"license": "MIT",
|
|
8779
|
-
"peer": true,
|
|
8780
9549
|
"dependencies": {
|
|
8781
9550
|
"flatted": "^3.2.9",
|
|
8782
9551
|
"keyv": "^4.5.4"
|
|
@@ -8790,7 +9559,6 @@
|
|
|
8790
9559
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
8791
9560
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
8792
9561
|
"license": "ISC",
|
|
8793
|
-
"peer": true,
|
|
8794
9562
|
"dependencies": {
|
|
8795
9563
|
"is-glob": "^4.0.3"
|
|
8796
9564
|
},
|
|
@@ -8803,7 +9571,6 @@
|
|
|
8803
9571
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
8804
9572
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
8805
9573
|
"license": "MIT",
|
|
8806
|
-
"peer": true,
|
|
8807
9574
|
"engines": {
|
|
8808
9575
|
"node": ">=18"
|
|
8809
9576
|
},
|
|
@@ -8816,7 +9583,6 @@
|
|
|
8816
9583
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
8817
9584
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
8818
9585
|
"license": "MIT",
|
|
8819
|
-
"peer": true,
|
|
8820
9586
|
"dependencies": {
|
|
8821
9587
|
"p-locate": "^5.0.0"
|
|
8822
9588
|
},
|
|
@@ -8832,7 +9598,6 @@
|
|
|
8832
9598
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
8833
9599
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
8834
9600
|
"license": "MIT",
|
|
8835
|
-
"peer": true,
|
|
8836
9601
|
"dependencies": {
|
|
8837
9602
|
"yocto-queue": "^0.1.0"
|
|
8838
9603
|
},
|
|
@@ -8848,7 +9613,6 @@
|
|
|
8848
9613
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
8849
9614
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
8850
9615
|
"license": "MIT",
|
|
8851
|
-
"peer": true,
|
|
8852
9616
|
"dependencies": {
|
|
8853
9617
|
"p-limit": "^3.0.2"
|
|
8854
9618
|
},
|
|
@@ -8943,14 +9707,14 @@
|
|
|
8943
9707
|
"license": "MIT"
|
|
8944
9708
|
},
|
|
8945
9709
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
8946
|
-
"version": "3.1.
|
|
8947
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
8948
|
-
"integrity": "sha512-
|
|
9710
|
+
"version": "3.1.77",
|
|
9711
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.77.tgz",
|
|
9712
|
+
"integrity": "sha512-npuxDH+ewoJduPH1NBneIYjnsgeMV/9Vrm7PpA+foboap1rBI8DRyi32ZJvGfOBRIZz4s2H377Dw7Y3E4JujDg==",
|
|
8949
9713
|
"dev": true,
|
|
8950
9714
|
"license": "Apache-2.0",
|
|
8951
9715
|
"dependencies": {
|
|
8952
9716
|
"@oclif/core": "^4",
|
|
8953
|
-
"@salesforce/core": "^8.23.
|
|
9717
|
+
"@salesforce/core": "^8.23.3",
|
|
8954
9718
|
"@salesforce/kit": "^3.2.4",
|
|
8955
9719
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
8956
9720
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -9975,9 +10739,9 @@
|
|
|
9975
10739
|
}
|
|
9976
10740
|
},
|
|
9977
10741
|
"node_modules/@swc/wasm": {
|
|
9978
|
-
"version": "1.
|
|
9979
|
-
"resolved": "https://registry.npmjs.org/@swc/wasm/-/wasm-1.
|
|
9980
|
-
"integrity": "sha512-
|
|
10742
|
+
"version": "1.14.0",
|
|
10743
|
+
"resolved": "https://registry.npmjs.org/@swc/wasm/-/wasm-1.14.0.tgz",
|
|
10744
|
+
"integrity": "sha512-eUUA3jEwFzoMh6mUksvaqX3wK+FxKFFFapBic+sQigxD5NytXM+PFARbv17BECKV/XcCCROHFV9+e73lYOsV3A==",
|
|
9981
10745
|
"license": "Apache-2.0"
|
|
9982
10746
|
},
|
|
9983
10747
|
"node_modules/@szmarczak/http-timer": {
|
|
@@ -10103,6 +10867,7 @@
|
|
|
10103
10867
|
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
|
|
10104
10868
|
"integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
|
|
10105
10869
|
"license": "MIT",
|
|
10870
|
+
"peer": true,
|
|
10106
10871
|
"dependencies": {
|
|
10107
10872
|
"@types/body-parser": "*",
|
|
10108
10873
|
"@types/express-serve-static-core": "^4.17.33",
|
|
@@ -10314,6 +11079,7 @@
|
|
|
10314
11079
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz",
|
|
10315
11080
|
"integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==",
|
|
10316
11081
|
"license": "MIT",
|
|
11082
|
+
"peer": true,
|
|
10317
11083
|
"dependencies": {
|
|
10318
11084
|
"@types/prop-types": "*",
|
|
10319
11085
|
"csstype": "^3.0.2"
|
|
@@ -10421,6 +11187,7 @@
|
|
|
10421
11187
|
"integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
|
|
10422
11188
|
"devOptional": true,
|
|
10423
11189
|
"license": "MIT",
|
|
11190
|
+
"peer": true,
|
|
10424
11191
|
"dependencies": {
|
|
10425
11192
|
"@eslint-community/regexpp": "^4.5.1",
|
|
10426
11193
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
@@ -10457,6 +11224,7 @@
|
|
|
10457
11224
|
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
10458
11225
|
"devOptional": true,
|
|
10459
11226
|
"license": "BSD-2-Clause",
|
|
11227
|
+
"peer": true,
|
|
10460
11228
|
"dependencies": {
|
|
10461
11229
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
10462
11230
|
"@typescript-eslint/types": "6.21.0",
|
|
@@ -10480,6 +11248,40 @@
|
|
|
10480
11248
|
}
|
|
10481
11249
|
}
|
|
10482
11250
|
},
|
|
11251
|
+
"node_modules/@typescript-eslint/project-service": {
|
|
11252
|
+
"version": "8.46.2",
|
|
11253
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.2.tgz",
|
|
11254
|
+
"integrity": "sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==",
|
|
11255
|
+
"license": "MIT",
|
|
11256
|
+
"dependencies": {
|
|
11257
|
+
"@typescript-eslint/tsconfig-utils": "^8.46.2",
|
|
11258
|
+
"@typescript-eslint/types": "^8.46.2",
|
|
11259
|
+
"debug": "^4.3.4"
|
|
11260
|
+
},
|
|
11261
|
+
"engines": {
|
|
11262
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
11263
|
+
},
|
|
11264
|
+
"funding": {
|
|
11265
|
+
"type": "opencollective",
|
|
11266
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
11267
|
+
},
|
|
11268
|
+
"peerDependencies": {
|
|
11269
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
11270
|
+
}
|
|
11271
|
+
},
|
|
11272
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
11273
|
+
"version": "8.46.2",
|
|
11274
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
|
|
11275
|
+
"integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
|
|
11276
|
+
"license": "MIT",
|
|
11277
|
+
"engines": {
|
|
11278
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
11279
|
+
},
|
|
11280
|
+
"funding": {
|
|
11281
|
+
"type": "opencollective",
|
|
11282
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
11283
|
+
}
|
|
11284
|
+
},
|
|
10483
11285
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
10484
11286
|
"version": "6.21.0",
|
|
10485
11287
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
@@ -10498,6 +11300,22 @@
|
|
|
10498
11300
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10499
11301
|
}
|
|
10500
11302
|
},
|
|
11303
|
+
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
11304
|
+
"version": "8.46.2",
|
|
11305
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz",
|
|
11306
|
+
"integrity": "sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==",
|
|
11307
|
+
"license": "MIT",
|
|
11308
|
+
"engines": {
|
|
11309
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
11310
|
+
},
|
|
11311
|
+
"funding": {
|
|
11312
|
+
"type": "opencollective",
|
|
11313
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
11314
|
+
},
|
|
11315
|
+
"peerDependencies": {
|
|
11316
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
11317
|
+
}
|
|
11318
|
+
},
|
|
10501
11319
|
"node_modules/@typescript-eslint/type-utils": {
|
|
10502
11320
|
"version": "6.21.0",
|
|
10503
11321
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
|
@@ -10671,6 +11489,7 @@
|
|
|
10671
11489
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
10672
11490
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
10673
11491
|
"license": "MIT",
|
|
11492
|
+
"peer": true,
|
|
10674
11493
|
"bin": {
|
|
10675
11494
|
"acorn": "bin/acorn"
|
|
10676
11495
|
},
|
|
@@ -10932,17 +11751,87 @@
|
|
|
10932
11751
|
"license": "MIT"
|
|
10933
11752
|
},
|
|
10934
11753
|
"node_modules/array-includes": {
|
|
10935
|
-
"version": "3.1.
|
|
10936
|
-
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.
|
|
10937
|
-
"integrity": "sha512-
|
|
11754
|
+
"version": "3.1.9",
|
|
11755
|
+
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
|
|
11756
|
+
"integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
|
|
10938
11757
|
"license": "MIT",
|
|
10939
11758
|
"dependencies": {
|
|
10940
|
-
"call-bind": "^1.0.
|
|
11759
|
+
"call-bind": "^1.0.8",
|
|
11760
|
+
"call-bound": "^1.0.4",
|
|
10941
11761
|
"define-properties": "^1.2.1",
|
|
10942
|
-
"es-abstract": "^1.
|
|
10943
|
-
"es-object-atoms": "^1.
|
|
10944
|
-
"get-intrinsic": "^1.
|
|
10945
|
-
"is-string": "^1.
|
|
11762
|
+
"es-abstract": "^1.24.0",
|
|
11763
|
+
"es-object-atoms": "^1.1.1",
|
|
11764
|
+
"get-intrinsic": "^1.3.0",
|
|
11765
|
+
"is-string": "^1.1.1",
|
|
11766
|
+
"math-intrinsics": "^1.1.0"
|
|
11767
|
+
},
|
|
11768
|
+
"engines": {
|
|
11769
|
+
"node": ">= 0.4"
|
|
11770
|
+
},
|
|
11771
|
+
"funding": {
|
|
11772
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
11773
|
+
}
|
|
11774
|
+
},
|
|
11775
|
+
"node_modules/array-includes/node_modules/es-abstract": {
|
|
11776
|
+
"version": "1.24.0",
|
|
11777
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
|
|
11778
|
+
"integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
|
|
11779
|
+
"license": "MIT",
|
|
11780
|
+
"dependencies": {
|
|
11781
|
+
"array-buffer-byte-length": "^1.0.2",
|
|
11782
|
+
"arraybuffer.prototype.slice": "^1.0.4",
|
|
11783
|
+
"available-typed-arrays": "^1.0.7",
|
|
11784
|
+
"call-bind": "^1.0.8",
|
|
11785
|
+
"call-bound": "^1.0.4",
|
|
11786
|
+
"data-view-buffer": "^1.0.2",
|
|
11787
|
+
"data-view-byte-length": "^1.0.2",
|
|
11788
|
+
"data-view-byte-offset": "^1.0.1",
|
|
11789
|
+
"es-define-property": "^1.0.1",
|
|
11790
|
+
"es-errors": "^1.3.0",
|
|
11791
|
+
"es-object-atoms": "^1.1.1",
|
|
11792
|
+
"es-set-tostringtag": "^2.1.0",
|
|
11793
|
+
"es-to-primitive": "^1.3.0",
|
|
11794
|
+
"function.prototype.name": "^1.1.8",
|
|
11795
|
+
"get-intrinsic": "^1.3.0",
|
|
11796
|
+
"get-proto": "^1.0.1",
|
|
11797
|
+
"get-symbol-description": "^1.1.0",
|
|
11798
|
+
"globalthis": "^1.0.4",
|
|
11799
|
+
"gopd": "^1.2.0",
|
|
11800
|
+
"has-property-descriptors": "^1.0.2",
|
|
11801
|
+
"has-proto": "^1.2.0",
|
|
11802
|
+
"has-symbols": "^1.1.0",
|
|
11803
|
+
"hasown": "^2.0.2",
|
|
11804
|
+
"internal-slot": "^1.1.0",
|
|
11805
|
+
"is-array-buffer": "^3.0.5",
|
|
11806
|
+
"is-callable": "^1.2.7",
|
|
11807
|
+
"is-data-view": "^1.0.2",
|
|
11808
|
+
"is-negative-zero": "^2.0.3",
|
|
11809
|
+
"is-regex": "^1.2.1",
|
|
11810
|
+
"is-set": "^2.0.3",
|
|
11811
|
+
"is-shared-array-buffer": "^1.0.4",
|
|
11812
|
+
"is-string": "^1.1.1",
|
|
11813
|
+
"is-typed-array": "^1.1.15",
|
|
11814
|
+
"is-weakref": "^1.1.1",
|
|
11815
|
+
"math-intrinsics": "^1.1.0",
|
|
11816
|
+
"object-inspect": "^1.13.4",
|
|
11817
|
+
"object-keys": "^1.1.1",
|
|
11818
|
+
"object.assign": "^4.1.7",
|
|
11819
|
+
"own-keys": "^1.0.1",
|
|
11820
|
+
"regexp.prototype.flags": "^1.5.4",
|
|
11821
|
+
"safe-array-concat": "^1.1.3",
|
|
11822
|
+
"safe-push-apply": "^1.0.0",
|
|
11823
|
+
"safe-regex-test": "^1.1.0",
|
|
11824
|
+
"set-proto": "^1.0.0",
|
|
11825
|
+
"stop-iteration-iterator": "^1.1.0",
|
|
11826
|
+
"string.prototype.trim": "^1.2.10",
|
|
11827
|
+
"string.prototype.trimend": "^1.0.9",
|
|
11828
|
+
"string.prototype.trimstart": "^1.0.8",
|
|
11829
|
+
"typed-array-buffer": "^1.0.3",
|
|
11830
|
+
"typed-array-byte-length": "^1.0.3",
|
|
11831
|
+
"typed-array-byte-offset": "^1.0.4",
|
|
11832
|
+
"typed-array-length": "^1.0.7",
|
|
11833
|
+
"unbox-primitive": "^1.1.0",
|
|
11834
|
+
"which-typed-array": "^1.1.19"
|
|
10946
11835
|
},
|
|
10947
11836
|
"engines": {
|
|
10948
11837
|
"node": ">= 0.4"
|
|
@@ -10983,15 +11872,15 @@
|
|
|
10983
11872
|
}
|
|
10984
11873
|
},
|
|
10985
11874
|
"node_modules/array.prototype.flat": {
|
|
10986
|
-
"version": "1.3.
|
|
10987
|
-
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.
|
|
10988
|
-
"integrity": "sha512-
|
|
11875
|
+
"version": "1.3.3",
|
|
11876
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
|
|
11877
|
+
"integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
|
|
10989
11878
|
"license": "MIT",
|
|
10990
11879
|
"dependencies": {
|
|
10991
|
-
"call-bind": "^1.0.
|
|
10992
|
-
"define-properties": "^1.2.
|
|
10993
|
-
"es-abstract": "^1.
|
|
10994
|
-
"es-shim-unscopables": "^1.0.
|
|
11880
|
+
"call-bind": "^1.0.8",
|
|
11881
|
+
"define-properties": "^1.2.1",
|
|
11882
|
+
"es-abstract": "^1.23.5",
|
|
11883
|
+
"es-shim-unscopables": "^1.0.2"
|
|
10995
11884
|
},
|
|
10996
11885
|
"engines": {
|
|
10997
11886
|
"node": ">= 0.4"
|
|
@@ -11001,15 +11890,15 @@
|
|
|
11001
11890
|
}
|
|
11002
11891
|
},
|
|
11003
11892
|
"node_modules/array.prototype.flatmap": {
|
|
11004
|
-
"version": "1.3.
|
|
11005
|
-
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.
|
|
11006
|
-
"integrity": "sha512-
|
|
11893
|
+
"version": "1.3.3",
|
|
11894
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
|
|
11895
|
+
"integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
|
|
11007
11896
|
"license": "MIT",
|
|
11008
11897
|
"dependencies": {
|
|
11009
|
-
"call-bind": "^1.0.
|
|
11010
|
-
"define-properties": "^1.2.
|
|
11011
|
-
"es-abstract": "^1.
|
|
11012
|
-
"es-shim-unscopables": "^1.0.
|
|
11898
|
+
"call-bind": "^1.0.8",
|
|
11899
|
+
"define-properties": "^1.2.1",
|
|
11900
|
+
"es-abstract": "^1.23.5",
|
|
11901
|
+
"es-shim-unscopables": "^1.0.2"
|
|
11013
11902
|
},
|
|
11014
11903
|
"engines": {
|
|
11015
11904
|
"node": ">= 0.4"
|
|
@@ -11142,9 +12031,9 @@
|
|
|
11142
12031
|
}
|
|
11143
12032
|
},
|
|
11144
12033
|
"node_modules/axios": {
|
|
11145
|
-
"version": "1.
|
|
11146
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
11147
|
-
"integrity": "sha512-
|
|
12034
|
+
"version": "1.13.1",
|
|
12035
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz",
|
|
12036
|
+
"integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==",
|
|
11148
12037
|
"license": "MIT",
|
|
11149
12038
|
"dependencies": {
|
|
11150
12039
|
"follow-redirects": "^1.15.6",
|
|
@@ -11302,6 +12191,7 @@
|
|
|
11302
12191
|
}
|
|
11303
12192
|
],
|
|
11304
12193
|
"license": "MIT",
|
|
12194
|
+
"peer": true,
|
|
11305
12195
|
"dependencies": {
|
|
11306
12196
|
"caniuse-lite": "^1.0.30001663",
|
|
11307
12197
|
"electron-to-chromium": "^1.5.28",
|
|
@@ -12291,6 +13181,7 @@
|
|
|
12291
13181
|
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
|
12292
13182
|
"dev": true,
|
|
12293
13183
|
"license": "MIT",
|
|
13184
|
+
"peer": true,
|
|
12294
13185
|
"dependencies": {
|
|
12295
13186
|
"import-fresh": "^3.3.0",
|
|
12296
13187
|
"js-yaml": "^4.1.0",
|
|
@@ -12739,15 +13630,15 @@
|
|
|
12739
13630
|
}
|
|
12740
13631
|
},
|
|
12741
13632
|
"node_modules/doctrine": {
|
|
12742
|
-
"version": "
|
|
12743
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
|
12744
|
-
"integrity": "sha512-
|
|
13633
|
+
"version": "2.1.0",
|
|
13634
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
13635
|
+
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
12745
13636
|
"license": "Apache-2.0",
|
|
12746
13637
|
"dependencies": {
|
|
12747
13638
|
"esutils": "^2.0.2"
|
|
12748
13639
|
},
|
|
12749
13640
|
"engines": {
|
|
12750
|
-
"node": ">=
|
|
13641
|
+
"node": ">=0.10.0"
|
|
12751
13642
|
}
|
|
12752
13643
|
},
|
|
12753
13644
|
"node_modules/dom-serializer": {
|
|
@@ -13171,6 +14062,7 @@
|
|
|
13171
14062
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
|
|
13172
14063
|
"integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
|
|
13173
14064
|
"license": "MIT",
|
|
14065
|
+
"peer": true,
|
|
13174
14066
|
"dependencies": {
|
|
13175
14067
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
13176
14068
|
"@eslint-community/regexpp": "^4.6.1",
|
|
@@ -13267,6 +14159,137 @@
|
|
|
13267
14159
|
"eslint-plugin-unicorn": "^50.0.1"
|
|
13268
14160
|
}
|
|
13269
14161
|
},
|
|
14162
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array-includes": {
|
|
14163
|
+
"version": "3.1.8",
|
|
14164
|
+
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
|
|
14165
|
+
"integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
|
|
14166
|
+
"dev": true,
|
|
14167
|
+
"license": "MIT",
|
|
14168
|
+
"dependencies": {
|
|
14169
|
+
"call-bind": "^1.0.7",
|
|
14170
|
+
"define-properties": "^1.2.1",
|
|
14171
|
+
"es-abstract": "^1.23.2",
|
|
14172
|
+
"es-object-atoms": "^1.0.0",
|
|
14173
|
+
"get-intrinsic": "^1.2.4",
|
|
14174
|
+
"is-string": "^1.0.7"
|
|
14175
|
+
},
|
|
14176
|
+
"engines": {
|
|
14177
|
+
"node": ">= 0.4"
|
|
14178
|
+
},
|
|
14179
|
+
"funding": {
|
|
14180
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
14181
|
+
}
|
|
14182
|
+
},
|
|
14183
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array.prototype.flat": {
|
|
14184
|
+
"version": "1.3.2",
|
|
14185
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
|
|
14186
|
+
"integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
|
|
14187
|
+
"dev": true,
|
|
14188
|
+
"license": "MIT",
|
|
14189
|
+
"dependencies": {
|
|
14190
|
+
"call-bind": "^1.0.2",
|
|
14191
|
+
"define-properties": "^1.2.0",
|
|
14192
|
+
"es-abstract": "^1.22.1",
|
|
14193
|
+
"es-shim-unscopables": "^1.0.0"
|
|
14194
|
+
},
|
|
14195
|
+
"engines": {
|
|
14196
|
+
"node": ">= 0.4"
|
|
14197
|
+
},
|
|
14198
|
+
"funding": {
|
|
14199
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
14200
|
+
}
|
|
14201
|
+
},
|
|
14202
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array.prototype.flatmap": {
|
|
14203
|
+
"version": "1.3.2",
|
|
14204
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
|
|
14205
|
+
"integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
|
|
14206
|
+
"dev": true,
|
|
14207
|
+
"license": "MIT",
|
|
14208
|
+
"dependencies": {
|
|
14209
|
+
"call-bind": "^1.0.2",
|
|
14210
|
+
"define-properties": "^1.2.0",
|
|
14211
|
+
"es-abstract": "^1.22.1",
|
|
14212
|
+
"es-shim-unscopables": "^1.0.0"
|
|
14213
|
+
},
|
|
14214
|
+
"engines": {
|
|
14215
|
+
"node": ">= 0.4"
|
|
14216
|
+
},
|
|
14217
|
+
"funding": {
|
|
14218
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
14219
|
+
}
|
|
14220
|
+
},
|
|
14221
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/debug": {
|
|
14222
|
+
"version": "3.2.7",
|
|
14223
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
14224
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
14225
|
+
"dev": true,
|
|
14226
|
+
"license": "MIT",
|
|
14227
|
+
"dependencies": {
|
|
14228
|
+
"ms": "^2.1.1"
|
|
14229
|
+
}
|
|
14230
|
+
},
|
|
14231
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-module-utils": {
|
|
14232
|
+
"version": "2.12.0",
|
|
14233
|
+
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
|
|
14234
|
+
"integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
|
|
14235
|
+
"dev": true,
|
|
14236
|
+
"license": "MIT",
|
|
14237
|
+
"dependencies": {
|
|
14238
|
+
"debug": "^3.2.7"
|
|
14239
|
+
},
|
|
14240
|
+
"engines": {
|
|
14241
|
+
"node": ">=4"
|
|
14242
|
+
},
|
|
14243
|
+
"peerDependenciesMeta": {
|
|
14244
|
+
"eslint": {
|
|
14245
|
+
"optional": true
|
|
14246
|
+
}
|
|
14247
|
+
}
|
|
14248
|
+
},
|
|
14249
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-plugin-import": {
|
|
14250
|
+
"version": "2.31.0",
|
|
14251
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz",
|
|
14252
|
+
"integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==",
|
|
14253
|
+
"dev": true,
|
|
14254
|
+
"license": "MIT",
|
|
14255
|
+
"dependencies": {
|
|
14256
|
+
"@rtsao/scc": "^1.1.0",
|
|
14257
|
+
"array-includes": "^3.1.8",
|
|
14258
|
+
"array.prototype.findlastindex": "^1.2.5",
|
|
14259
|
+
"array.prototype.flat": "^1.3.2",
|
|
14260
|
+
"array.prototype.flatmap": "^1.3.2",
|
|
14261
|
+
"debug": "^3.2.7",
|
|
14262
|
+
"doctrine": "^2.1.0",
|
|
14263
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
14264
|
+
"eslint-module-utils": "^2.12.0",
|
|
14265
|
+
"hasown": "^2.0.2",
|
|
14266
|
+
"is-core-module": "^2.15.1",
|
|
14267
|
+
"is-glob": "^4.0.3",
|
|
14268
|
+
"minimatch": "^3.1.2",
|
|
14269
|
+
"object.fromentries": "^2.0.8",
|
|
14270
|
+
"object.groupby": "^1.0.3",
|
|
14271
|
+
"object.values": "^1.2.0",
|
|
14272
|
+
"semver": "^6.3.1",
|
|
14273
|
+
"string.prototype.trimend": "^1.0.8",
|
|
14274
|
+
"tsconfig-paths": "^3.15.0"
|
|
14275
|
+
},
|
|
14276
|
+
"engines": {
|
|
14277
|
+
"node": ">=4"
|
|
14278
|
+
},
|
|
14279
|
+
"peerDependencies": {
|
|
14280
|
+
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
14281
|
+
}
|
|
14282
|
+
},
|
|
14283
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/semver": {
|
|
14284
|
+
"version": "6.3.1",
|
|
14285
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
14286
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
14287
|
+
"dev": true,
|
|
14288
|
+
"license": "ISC",
|
|
14289
|
+
"bin": {
|
|
14290
|
+
"semver": "bin/semver.js"
|
|
14291
|
+
}
|
|
14292
|
+
},
|
|
13270
14293
|
"node_modules/eslint-import-resolver-node": {
|
|
13271
14294
|
"version": "0.3.9",
|
|
13272
14295
|
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
|
|
@@ -13288,9 +14311,9 @@
|
|
|
13288
14311
|
}
|
|
13289
14312
|
},
|
|
13290
14313
|
"node_modules/eslint-module-utils": {
|
|
13291
|
-
"version": "2.12.
|
|
13292
|
-
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.
|
|
13293
|
-
"integrity": "sha512-
|
|
14314
|
+
"version": "2.12.1",
|
|
14315
|
+
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
|
|
14316
|
+
"integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
|
|
13294
14317
|
"license": "MIT",
|
|
13295
14318
|
"dependencies": {
|
|
13296
14319
|
"debug": "^3.2.7"
|
|
@@ -13324,29 +14347,30 @@
|
|
|
13324
14347
|
}
|
|
13325
14348
|
},
|
|
13326
14349
|
"node_modules/eslint-plugin-import": {
|
|
13327
|
-
"version": "2.
|
|
13328
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.
|
|
13329
|
-
"integrity": "sha512-
|
|
14350
|
+
"version": "2.32.0",
|
|
14351
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
|
|
14352
|
+
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
|
|
13330
14353
|
"license": "MIT",
|
|
14354
|
+
"peer": true,
|
|
13331
14355
|
"dependencies": {
|
|
13332
14356
|
"@rtsao/scc": "^1.1.0",
|
|
13333
|
-
"array-includes": "^3.1.
|
|
13334
|
-
"array.prototype.findlastindex": "^1.2.
|
|
13335
|
-
"array.prototype.flat": "^1.3.
|
|
13336
|
-
"array.prototype.flatmap": "^1.3.
|
|
14357
|
+
"array-includes": "^3.1.9",
|
|
14358
|
+
"array.prototype.findlastindex": "^1.2.6",
|
|
14359
|
+
"array.prototype.flat": "^1.3.3",
|
|
14360
|
+
"array.prototype.flatmap": "^1.3.3",
|
|
13337
14361
|
"debug": "^3.2.7",
|
|
13338
14362
|
"doctrine": "^2.1.0",
|
|
13339
14363
|
"eslint-import-resolver-node": "^0.3.9",
|
|
13340
|
-
"eslint-module-utils": "^2.12.
|
|
14364
|
+
"eslint-module-utils": "^2.12.1",
|
|
13341
14365
|
"hasown": "^2.0.2",
|
|
13342
|
-
"is-core-module": "^2.
|
|
14366
|
+
"is-core-module": "^2.16.1",
|
|
13343
14367
|
"is-glob": "^4.0.3",
|
|
13344
14368
|
"minimatch": "^3.1.2",
|
|
13345
14369
|
"object.fromentries": "^2.0.8",
|
|
13346
14370
|
"object.groupby": "^1.0.3",
|
|
13347
|
-
"object.values": "^1.2.
|
|
14371
|
+
"object.values": "^1.2.1",
|
|
13348
14372
|
"semver": "^6.3.1",
|
|
13349
|
-
"string.prototype.trimend": "^1.0.
|
|
14373
|
+
"string.prototype.trimend": "^1.0.9",
|
|
13350
14374
|
"tsconfig-paths": "^3.15.0"
|
|
13351
14375
|
},
|
|
13352
14376
|
"engines": {
|
|
@@ -13356,12 +14380,53 @@
|
|
|
13356
14380
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
13357
14381
|
}
|
|
13358
14382
|
},
|
|
14383
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint-community/eslint-utils": {
|
|
14384
|
+
"version": "4.9.0",
|
|
14385
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
14386
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
14387
|
+
"license": "MIT",
|
|
14388
|
+
"dependencies": {
|
|
14389
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
14390
|
+
},
|
|
14391
|
+
"engines": {
|
|
14392
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14393
|
+
},
|
|
14394
|
+
"funding": {
|
|
14395
|
+
"url": "https://opencollective.com/eslint"
|
|
14396
|
+
},
|
|
14397
|
+
"peerDependencies": {
|
|
14398
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
14399
|
+
}
|
|
14400
|
+
},
|
|
14401
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
14402
|
+
"version": "3.4.3",
|
|
14403
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
14404
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
14405
|
+
"license": "Apache-2.0",
|
|
14406
|
+
"engines": {
|
|
14407
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14408
|
+
},
|
|
14409
|
+
"funding": {
|
|
14410
|
+
"url": "https://opencollective.com/eslint"
|
|
14411
|
+
}
|
|
14412
|
+
},
|
|
14413
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint/core": {
|
|
14414
|
+
"version": "0.16.0",
|
|
14415
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
14416
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
14417
|
+
"license": "Apache-2.0",
|
|
14418
|
+
"dependencies": {
|
|
14419
|
+
"@types/json-schema": "^7.0.15"
|
|
14420
|
+
},
|
|
14421
|
+
"engines": {
|
|
14422
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14423
|
+
}
|
|
14424
|
+
},
|
|
13359
14425
|
"node_modules/eslint-plugin-import/node_modules/@eslint/eslintrc": {
|
|
13360
14426
|
"version": "3.3.1",
|
|
13361
14427
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
13362
14428
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
13363
14429
|
"license": "MIT",
|
|
13364
|
-
"peer": true,
|
|
13365
14430
|
"dependencies": {
|
|
13366
14431
|
"ajv": "^6.12.4",
|
|
13367
14432
|
"debug": "^4.3.2",
|
|
@@ -13385,7 +14450,6 @@
|
|
|
13385
14450
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
13386
14451
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
13387
14452
|
"license": "MIT",
|
|
13388
|
-
"peer": true,
|
|
13389
14453
|
"dependencies": {
|
|
13390
14454
|
"ms": "^2.1.3"
|
|
13391
14455
|
},
|
|
@@ -13398,45 +14462,44 @@
|
|
|
13398
14462
|
}
|
|
13399
14463
|
}
|
|
13400
14464
|
},
|
|
13401
|
-
"node_modules/eslint-plugin-import/node_modules/
|
|
13402
|
-
"version": "
|
|
13403
|
-
"resolved": "https://registry.npmjs.org/
|
|
13404
|
-
"integrity": "sha512-
|
|
14465
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint/js": {
|
|
14466
|
+
"version": "9.38.0",
|
|
14467
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
14468
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
13405
14469
|
"license": "MIT",
|
|
13406
|
-
"
|
|
13407
|
-
"
|
|
14470
|
+
"engines": {
|
|
14471
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14472
|
+
},
|
|
14473
|
+
"funding": {
|
|
14474
|
+
"url": "https://eslint.org/donate"
|
|
13408
14475
|
}
|
|
13409
14476
|
},
|
|
13410
|
-
"node_modules/eslint-plugin-import/node_modules/
|
|
13411
|
-
"version": "2.
|
|
13412
|
-
"resolved": "https://registry.npmjs.org/
|
|
13413
|
-
"integrity": "sha512-
|
|
13414
|
-
"license": "
|
|
13415
|
-
"dependencies": {
|
|
13416
|
-
"
|
|
13417
|
-
},
|
|
13418
|
-
"engines": {
|
|
13419
|
-
"node": ">=0.10.0"
|
|
14477
|
+
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
14478
|
+
"version": "3.2.7",
|
|
14479
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
14480
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
14481
|
+
"license": "MIT",
|
|
14482
|
+
"dependencies": {
|
|
14483
|
+
"ms": "^2.1.1"
|
|
13420
14484
|
}
|
|
13421
14485
|
},
|
|
13422
14486
|
"node_modules/eslint-plugin-import/node_modules/eslint": {
|
|
13423
|
-
"version": "9.
|
|
14487
|
+
"version": "9.38.0",
|
|
13424
14488
|
"license": "MIT",
|
|
13425
14489
|
"peer": true,
|
|
13426
14490
|
"dependencies": {
|
|
13427
|
-
"@eslint-community/eslint-utils": "^4.
|
|
14491
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
13428
14492
|
"@eslint-community/regexpp": "^4.12.1",
|
|
13429
|
-
"@eslint/config-array": "^0.
|
|
13430
|
-
"@eslint/config-helpers": "^0.
|
|
13431
|
-
"@eslint/core": "^0.
|
|
14493
|
+
"@eslint/config-array": "^0.21.1",
|
|
14494
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
14495
|
+
"@eslint/core": "^0.16.0",
|
|
13432
14496
|
"@eslint/eslintrc": "^3.3.1",
|
|
13433
|
-
"@eslint/js": "9.
|
|
13434
|
-
"@eslint/plugin-kit": "^0.
|
|
14497
|
+
"@eslint/js": "9.38.0",
|
|
14498
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
13435
14499
|
"@humanfs/node": "^0.16.6",
|
|
13436
14500
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
13437
14501
|
"@humanwhocodes/retry": "^0.4.2",
|
|
13438
14502
|
"@types/estree": "^1.0.6",
|
|
13439
|
-
"@types/json-schema": "^7.0.15",
|
|
13440
14503
|
"ajv": "^6.12.4",
|
|
13441
14504
|
"chalk": "^4.0.0",
|
|
13442
14505
|
"cross-spawn": "^7.0.6",
|
|
@@ -13483,7 +14546,6 @@
|
|
|
13483
14546
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
13484
14547
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
13485
14548
|
"license": "BSD-2-Clause",
|
|
13486
|
-
"peer": true,
|
|
13487
14549
|
"dependencies": {
|
|
13488
14550
|
"esrecurse": "^4.3.0",
|
|
13489
14551
|
"estraverse": "^5.2.0"
|
|
@@ -13500,7 +14562,6 @@
|
|
|
13500
14562
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
13501
14563
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
13502
14564
|
"license": "Apache-2.0",
|
|
13503
|
-
"peer": true,
|
|
13504
14565
|
"engines": {
|
|
13505
14566
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
13506
14567
|
},
|
|
@@ -13513,7 +14574,6 @@
|
|
|
13513
14574
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
13514
14575
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
13515
14576
|
"license": "MIT",
|
|
13516
|
-
"peer": true,
|
|
13517
14577
|
"dependencies": {
|
|
13518
14578
|
"ms": "^2.1.3"
|
|
13519
14579
|
},
|
|
@@ -13531,7 +14591,6 @@
|
|
|
13531
14591
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
13532
14592
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
13533
14593
|
"license": "MIT",
|
|
13534
|
-
"peer": true,
|
|
13535
14594
|
"dependencies": {
|
|
13536
14595
|
"flat-cache": "^4.0.0"
|
|
13537
14596
|
},
|
|
@@ -13544,7 +14603,6 @@
|
|
|
13544
14603
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
13545
14604
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
13546
14605
|
"license": "MIT",
|
|
13547
|
-
"peer": true,
|
|
13548
14606
|
"dependencies": {
|
|
13549
14607
|
"locate-path": "^6.0.0",
|
|
13550
14608
|
"path-exists": "^4.0.0"
|
|
@@ -13561,7 +14619,6 @@
|
|
|
13561
14619
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
13562
14620
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
13563
14621
|
"license": "MIT",
|
|
13564
|
-
"peer": true,
|
|
13565
14622
|
"dependencies": {
|
|
13566
14623
|
"flatted": "^3.2.9",
|
|
13567
14624
|
"keyv": "^4.5.4"
|
|
@@ -13575,7 +14632,6 @@
|
|
|
13575
14632
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
13576
14633
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
13577
14634
|
"license": "ISC",
|
|
13578
|
-
"peer": true,
|
|
13579
14635
|
"dependencies": {
|
|
13580
14636
|
"is-glob": "^4.0.3"
|
|
13581
14637
|
},
|
|
@@ -13588,7 +14644,6 @@
|
|
|
13588
14644
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
13589
14645
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
13590
14646
|
"license": "MIT",
|
|
13591
|
-
"peer": true,
|
|
13592
14647
|
"engines": {
|
|
13593
14648
|
"node": ">=18"
|
|
13594
14649
|
},
|
|
@@ -13601,7 +14656,6 @@
|
|
|
13601
14656
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
13602
14657
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
13603
14658
|
"license": "MIT",
|
|
13604
|
-
"peer": true,
|
|
13605
14659
|
"dependencies": {
|
|
13606
14660
|
"p-locate": "^5.0.0"
|
|
13607
14661
|
},
|
|
@@ -13617,7 +14671,6 @@
|
|
|
13617
14671
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
13618
14672
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
13619
14673
|
"license": "MIT",
|
|
13620
|
-
"peer": true,
|
|
13621
14674
|
"dependencies": {
|
|
13622
14675
|
"yocto-queue": "^0.1.0"
|
|
13623
14676
|
},
|
|
@@ -13633,7 +14686,6 @@
|
|
|
13633
14686
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
13634
14687
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
13635
14688
|
"license": "MIT",
|
|
13636
|
-
"peer": true,
|
|
13637
14689
|
"dependencies": {
|
|
13638
14690
|
"p-limit": "^3.0.2"
|
|
13639
14691
|
},
|
|
@@ -13654,19 +14706,20 @@
|
|
|
13654
14706
|
}
|
|
13655
14707
|
},
|
|
13656
14708
|
"node_modules/eslint-plugin-jest": {
|
|
13657
|
-
"version": "
|
|
13658
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-
|
|
13659
|
-
"integrity": "sha512-
|
|
14709
|
+
"version": "29.0.1",
|
|
14710
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz",
|
|
14711
|
+
"integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==",
|
|
13660
14712
|
"license": "MIT",
|
|
14713
|
+
"peer": true,
|
|
13661
14714
|
"dependencies": {
|
|
13662
|
-
"@typescript-eslint/utils": "^
|
|
14715
|
+
"@typescript-eslint/utils": "^8.0.0"
|
|
13663
14716
|
},
|
|
13664
14717
|
"engines": {
|
|
13665
|
-
"node": "^
|
|
14718
|
+
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
|
|
13666
14719
|
},
|
|
13667
14720
|
"peerDependencies": {
|
|
13668
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
13669
|
-
"eslint": "^
|
|
14721
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
14722
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
13670
14723
|
"jest": "*"
|
|
13671
14724
|
},
|
|
13672
14725
|
"peerDependenciesMeta": {
|
|
@@ -13678,12 +14731,23 @@
|
|
|
13678
14731
|
}
|
|
13679
14732
|
}
|
|
13680
14733
|
},
|
|
14734
|
+
"node_modules/eslint-plugin-jest/node_modules/@eslint/core": {
|
|
14735
|
+
"version": "0.16.0",
|
|
14736
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
14737
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
14738
|
+
"license": "Apache-2.0",
|
|
14739
|
+
"dependencies": {
|
|
14740
|
+
"@types/json-schema": "^7.0.15"
|
|
14741
|
+
},
|
|
14742
|
+
"engines": {
|
|
14743
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14744
|
+
}
|
|
14745
|
+
},
|
|
13681
14746
|
"node_modules/eslint-plugin-jest/node_modules/@eslint/eslintrc": {
|
|
13682
14747
|
"version": "3.3.1",
|
|
13683
14748
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
13684
14749
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
13685
14750
|
"license": "MIT",
|
|
13686
|
-
"peer": true,
|
|
13687
14751
|
"dependencies": {
|
|
13688
14752
|
"ajv": "^6.12.4",
|
|
13689
14753
|
"debug": "^4.3.2",
|
|
@@ -13702,14 +14766,26 @@
|
|
|
13702
14766
|
"url": "https://opencollective.com/eslint"
|
|
13703
14767
|
}
|
|
13704
14768
|
},
|
|
14769
|
+
"node_modules/eslint-plugin-jest/node_modules/@eslint/js": {
|
|
14770
|
+
"version": "9.38.0",
|
|
14771
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
14772
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
14773
|
+
"license": "MIT",
|
|
14774
|
+
"engines": {
|
|
14775
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14776
|
+
},
|
|
14777
|
+
"funding": {
|
|
14778
|
+
"url": "https://eslint.org/donate"
|
|
14779
|
+
}
|
|
14780
|
+
},
|
|
13705
14781
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": {
|
|
13706
|
-
"version": "8.
|
|
13707
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
13708
|
-
"integrity": "sha512-
|
|
14782
|
+
"version": "8.46.2",
|
|
14783
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz",
|
|
14784
|
+
"integrity": "sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==",
|
|
13709
14785
|
"license": "MIT",
|
|
13710
14786
|
"dependencies": {
|
|
13711
|
-
"@typescript-eslint/types": "8.
|
|
13712
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
14787
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14788
|
+
"@typescript-eslint/visitor-keys": "8.46.2"
|
|
13713
14789
|
},
|
|
13714
14790
|
"engines": {
|
|
13715
14791
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13720,9 +14796,9 @@
|
|
|
13720
14796
|
}
|
|
13721
14797
|
},
|
|
13722
14798
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": {
|
|
13723
|
-
"version": "8.
|
|
13724
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
13725
|
-
"integrity": "sha512-
|
|
14799
|
+
"version": "8.46.2",
|
|
14800
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
|
|
14801
|
+
"integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
|
|
13726
14802
|
"license": "MIT",
|
|
13727
14803
|
"engines": {
|
|
13728
14804
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13733,13 +14809,15 @@
|
|
|
13733
14809
|
}
|
|
13734
14810
|
},
|
|
13735
14811
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": {
|
|
13736
|
-
"version": "8.
|
|
13737
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
13738
|
-
"integrity": "sha512-
|
|
14812
|
+
"version": "8.46.2",
|
|
14813
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz",
|
|
14814
|
+
"integrity": "sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==",
|
|
13739
14815
|
"license": "MIT",
|
|
13740
14816
|
"dependencies": {
|
|
13741
|
-
"@typescript-eslint/
|
|
13742
|
-
"@typescript-eslint/
|
|
14817
|
+
"@typescript-eslint/project-service": "8.46.2",
|
|
14818
|
+
"@typescript-eslint/tsconfig-utils": "8.46.2",
|
|
14819
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14820
|
+
"@typescript-eslint/visitor-keys": "8.46.2",
|
|
13743
14821
|
"debug": "^4.3.4",
|
|
13744
14822
|
"fast-glob": "^3.3.2",
|
|
13745
14823
|
"is-glob": "^4.0.3",
|
|
@@ -13755,7 +14833,7 @@
|
|
|
13755
14833
|
"url": "https://opencollective.com/typescript-eslint"
|
|
13756
14834
|
},
|
|
13757
14835
|
"peerDependencies": {
|
|
13758
|
-
"typescript": ">=4.8.4 <
|
|
14836
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
13759
14837
|
}
|
|
13760
14838
|
},
|
|
13761
14839
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
@@ -13774,15 +14852,15 @@
|
|
|
13774
14852
|
}
|
|
13775
14853
|
},
|
|
13776
14854
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": {
|
|
13777
|
-
"version": "8.
|
|
13778
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
13779
|
-
"integrity": "sha512-
|
|
14855
|
+
"version": "8.46.2",
|
|
14856
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.2.tgz",
|
|
14857
|
+
"integrity": "sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==",
|
|
13780
14858
|
"license": "MIT",
|
|
13781
14859
|
"dependencies": {
|
|
13782
14860
|
"@eslint-community/eslint-utils": "^4.7.0",
|
|
13783
|
-
"@typescript-eslint/scope-manager": "8.
|
|
13784
|
-
"@typescript-eslint/types": "8.
|
|
13785
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
14861
|
+
"@typescript-eslint/scope-manager": "8.46.2",
|
|
14862
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14863
|
+
"@typescript-eslint/typescript-estree": "8.46.2"
|
|
13786
14864
|
},
|
|
13787
14865
|
"engines": {
|
|
13788
14866
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13793,17 +14871,17 @@
|
|
|
13793
14871
|
},
|
|
13794
14872
|
"peerDependencies": {
|
|
13795
14873
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
13796
|
-
"typescript": ">=4.8.4 <
|
|
14874
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
13797
14875
|
}
|
|
13798
14876
|
},
|
|
13799
14877
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": {
|
|
13800
|
-
"version": "8.
|
|
13801
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
13802
|
-
"integrity": "sha512-
|
|
14878
|
+
"version": "8.46.2",
|
|
14879
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz",
|
|
14880
|
+
"integrity": "sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==",
|
|
13803
14881
|
"license": "MIT",
|
|
13804
14882
|
"dependencies": {
|
|
13805
|
-
"@typescript-eslint/types": "8.
|
|
13806
|
-
"eslint-visitor-keys": "^4.2.
|
|
14883
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14884
|
+
"eslint-visitor-keys": "^4.2.1"
|
|
13807
14885
|
},
|
|
13808
14886
|
"engines": {
|
|
13809
14887
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13814,23 +14892,22 @@
|
|
|
13814
14892
|
}
|
|
13815
14893
|
},
|
|
13816
14894
|
"node_modules/eslint-plugin-jest/node_modules/eslint": {
|
|
13817
|
-
"version": "9.
|
|
14895
|
+
"version": "9.38.0",
|
|
13818
14896
|
"license": "MIT",
|
|
13819
14897
|
"peer": true,
|
|
13820
14898
|
"dependencies": {
|
|
13821
|
-
"@eslint-community/eslint-utils": "^4.
|
|
14899
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
13822
14900
|
"@eslint-community/regexpp": "^4.12.1",
|
|
13823
|
-
"@eslint/config-array": "^0.
|
|
13824
|
-
"@eslint/config-helpers": "^0.
|
|
13825
|
-
"@eslint/core": "^0.
|
|
14901
|
+
"@eslint/config-array": "^0.21.1",
|
|
14902
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
14903
|
+
"@eslint/core": "^0.16.0",
|
|
13826
14904
|
"@eslint/eslintrc": "^3.3.1",
|
|
13827
|
-
"@eslint/js": "9.
|
|
13828
|
-
"@eslint/plugin-kit": "^0.
|
|
14905
|
+
"@eslint/js": "9.38.0",
|
|
14906
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
13829
14907
|
"@humanfs/node": "^0.16.6",
|
|
13830
14908
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
13831
14909
|
"@humanwhocodes/retry": "^0.4.2",
|
|
13832
14910
|
"@types/estree": "^1.0.6",
|
|
13833
|
-
"@types/json-schema": "^7.0.15",
|
|
13834
14911
|
"ajv": "^6.12.4",
|
|
13835
14912
|
"chalk": "^4.0.0",
|
|
13836
14913
|
"cross-spawn": "^7.0.6",
|
|
@@ -13877,7 +14954,6 @@
|
|
|
13877
14954
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
13878
14955
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
13879
14956
|
"license": "BSD-2-Clause",
|
|
13880
|
-
"peer": true,
|
|
13881
14957
|
"dependencies": {
|
|
13882
14958
|
"esrecurse": "^4.3.0",
|
|
13883
14959
|
"estraverse": "^5.2.0"
|
|
@@ -13901,12 +14977,41 @@
|
|
|
13901
14977
|
"url": "https://opencollective.com/eslint"
|
|
13902
14978
|
}
|
|
13903
14979
|
},
|
|
14980
|
+
"node_modules/eslint-plugin-jest/node_modules/eslint/node_modules/@eslint-community/eslint-utils": {
|
|
14981
|
+
"version": "4.9.0",
|
|
14982
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
14983
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
14984
|
+
"license": "MIT",
|
|
14985
|
+
"dependencies": {
|
|
14986
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
14987
|
+
},
|
|
14988
|
+
"engines": {
|
|
14989
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14990
|
+
},
|
|
14991
|
+
"funding": {
|
|
14992
|
+
"url": "https://opencollective.com/eslint"
|
|
14993
|
+
},
|
|
14994
|
+
"peerDependencies": {
|
|
14995
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
14996
|
+
}
|
|
14997
|
+
},
|
|
14998
|
+
"node_modules/eslint-plugin-jest/node_modules/eslint/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
14999
|
+
"version": "3.4.3",
|
|
15000
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
15001
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
15002
|
+
"license": "Apache-2.0",
|
|
15003
|
+
"engines": {
|
|
15004
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
15005
|
+
},
|
|
15006
|
+
"funding": {
|
|
15007
|
+
"url": "https://opencollective.com/eslint"
|
|
15008
|
+
}
|
|
15009
|
+
},
|
|
13904
15010
|
"node_modules/eslint-plugin-jest/node_modules/file-entry-cache": {
|
|
13905
15011
|
"version": "8.0.0",
|
|
13906
15012
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
13907
15013
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
13908
15014
|
"license": "MIT",
|
|
13909
|
-
"peer": true,
|
|
13910
15015
|
"dependencies": {
|
|
13911
15016
|
"flat-cache": "^4.0.0"
|
|
13912
15017
|
},
|
|
@@ -13919,7 +15024,6 @@
|
|
|
13919
15024
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
13920
15025
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
13921
15026
|
"license": "MIT",
|
|
13922
|
-
"peer": true,
|
|
13923
15027
|
"dependencies": {
|
|
13924
15028
|
"locate-path": "^6.0.0",
|
|
13925
15029
|
"path-exists": "^4.0.0"
|
|
@@ -13936,7 +15040,6 @@
|
|
|
13936
15040
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
13937
15041
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
13938
15042
|
"license": "MIT",
|
|
13939
|
-
"peer": true,
|
|
13940
15043
|
"dependencies": {
|
|
13941
15044
|
"flatted": "^3.2.9",
|
|
13942
15045
|
"keyv": "^4.5.4"
|
|
@@ -13950,7 +15053,6 @@
|
|
|
13950
15053
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
13951
15054
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
13952
15055
|
"license": "ISC",
|
|
13953
|
-
"peer": true,
|
|
13954
15056
|
"dependencies": {
|
|
13955
15057
|
"is-glob": "^4.0.3"
|
|
13956
15058
|
},
|
|
@@ -13963,7 +15065,6 @@
|
|
|
13963
15065
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
13964
15066
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
13965
15067
|
"license": "MIT",
|
|
13966
|
-
"peer": true,
|
|
13967
15068
|
"engines": {
|
|
13968
15069
|
"node": ">=18"
|
|
13969
15070
|
},
|
|
@@ -13976,7 +15077,6 @@
|
|
|
13976
15077
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
13977
15078
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
13978
15079
|
"license": "MIT",
|
|
13979
|
-
"peer": true,
|
|
13980
15080
|
"dependencies": {
|
|
13981
15081
|
"p-locate": "^5.0.0"
|
|
13982
15082
|
},
|
|
@@ -13992,7 +15092,6 @@
|
|
|
13992
15092
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
13993
15093
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
13994
15094
|
"license": "MIT",
|
|
13995
|
-
"peer": true,
|
|
13996
15095
|
"dependencies": {
|
|
13997
15096
|
"yocto-queue": "^0.1.0"
|
|
13998
15097
|
},
|
|
@@ -14008,7 +15107,6 @@
|
|
|
14008
15107
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
14009
15108
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
14010
15109
|
"license": "MIT",
|
|
14011
|
-
"peer": true,
|
|
14012
15110
|
"dependencies": {
|
|
14013
15111
|
"p-limit": "^3.0.2"
|
|
14014
15112
|
},
|
|
@@ -14266,13 +15364,16 @@
|
|
|
14266
15364
|
"url": "https://opencollective.com/eslint"
|
|
14267
15365
|
}
|
|
14268
15366
|
},
|
|
14269
|
-
"node_modules/eslint/node_modules
|
|
14270
|
-
"version": "
|
|
14271
|
-
"resolved": "https://registry.npmjs.org
|
|
14272
|
-
"integrity": "sha512-
|
|
14273
|
-
"license": "
|
|
15367
|
+
"node_modules/eslint/node_modules/doctrine": {
|
|
15368
|
+
"version": "3.0.0",
|
|
15369
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
15370
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
15371
|
+
"license": "Apache-2.0",
|
|
15372
|
+
"dependencies": {
|
|
15373
|
+
"esutils": "^2.0.2"
|
|
15374
|
+
},
|
|
14274
15375
|
"engines": {
|
|
14275
|
-
"node": "
|
|
15376
|
+
"node": ">=6.0.0"
|
|
14276
15377
|
}
|
|
14277
15378
|
},
|
|
14278
15379
|
"node_modules/eslint/node_modules/espree": {
|
|
@@ -14320,21 +15421,6 @@
|
|
|
14320
15421
|
"node": ">=10.13.0"
|
|
14321
15422
|
}
|
|
14322
15423
|
},
|
|
14323
|
-
"node_modules/eslint/node_modules/globals": {
|
|
14324
|
-
"version": "13.24.0",
|
|
14325
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
14326
|
-
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
14327
|
-
"license": "MIT",
|
|
14328
|
-
"dependencies": {
|
|
14329
|
-
"type-fest": "^0.20.2"
|
|
14330
|
-
},
|
|
14331
|
-
"engines": {
|
|
14332
|
-
"node": ">=8"
|
|
14333
|
-
},
|
|
14334
|
-
"funding": {
|
|
14335
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14336
|
-
}
|
|
14337
|
-
},
|
|
14338
15424
|
"node_modules/eslint/node_modules/locate-path": {
|
|
14339
15425
|
"version": "6.0.0",
|
|
14340
15426
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -14380,18 +15466,6 @@
|
|
|
14380
15466
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14381
15467
|
}
|
|
14382
15468
|
},
|
|
14383
|
-
"node_modules/eslint/node_modules/type-fest": {
|
|
14384
|
-
"version": "0.20.2",
|
|
14385
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
14386
|
-
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
14387
|
-
"license": "(MIT OR CC0-1.0)",
|
|
14388
|
-
"engines": {
|
|
14389
|
-
"node": ">=10"
|
|
14390
|
-
},
|
|
14391
|
-
"funding": {
|
|
14392
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14393
|
-
}
|
|
14394
|
-
},
|
|
14395
15469
|
"node_modules/esmock": {
|
|
14396
15470
|
"version": "2.7.3",
|
|
14397
15471
|
"resolved": "https://registry.npmjs.org/esmock/-/esmock-2.7.3.tgz",
|
|
@@ -14719,9 +15793,9 @@
|
|
|
14719
15793
|
"license": "MIT"
|
|
14720
15794
|
},
|
|
14721
15795
|
"node_modules/fast-xml-parser": {
|
|
14722
|
-
"version": "5.
|
|
14723
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
14724
|
-
"integrity": "sha512-
|
|
15796
|
+
"version": "5.3.0",
|
|
15797
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz",
|
|
15798
|
+
"integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==",
|
|
14725
15799
|
"funding": [
|
|
14726
15800
|
{
|
|
14727
15801
|
"type": "github",
|
|
@@ -15122,6 +16196,18 @@
|
|
|
15122
16196
|
"node": ">= 8"
|
|
15123
16197
|
}
|
|
15124
16198
|
},
|
|
16199
|
+
"node_modules/fs-minipass/node_modules/minipass": {
|
|
16200
|
+
"version": "3.3.6",
|
|
16201
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
16202
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
16203
|
+
"license": "ISC",
|
|
16204
|
+
"dependencies": {
|
|
16205
|
+
"yallist": "^4.0.0"
|
|
16206
|
+
},
|
|
16207
|
+
"engines": {
|
|
16208
|
+
"node": ">=8"
|
|
16209
|
+
}
|
|
16210
|
+
},
|
|
15125
16211
|
"node_modules/fs.realpath": {
|
|
15126
16212
|
"version": "1.0.0",
|
|
15127
16213
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -15460,15 +16546,6 @@
|
|
|
15460
16546
|
"url": "https://github.com/sponsors/isaacs"
|
|
15461
16547
|
}
|
|
15462
16548
|
},
|
|
15463
|
-
"node_modules/glob/node_modules/minipass": {
|
|
15464
|
-
"version": "7.1.2",
|
|
15465
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
15466
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
15467
|
-
"license": "ISC",
|
|
15468
|
-
"engines": {
|
|
15469
|
-
"node": ">=16 || 14 >=14.17"
|
|
15470
|
-
}
|
|
15471
|
-
},
|
|
15472
16549
|
"node_modules/glob/node_modules/signal-exit": {
|
|
15473
16550
|
"version": "4.1.0",
|
|
15474
16551
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -15495,12 +16572,30 @@
|
|
|
15495
16572
|
}
|
|
15496
16573
|
},
|
|
15497
16574
|
"node_modules/globals": {
|
|
15498
|
-
"version": "
|
|
15499
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-
|
|
15500
|
-
"integrity": "sha512-
|
|
16575
|
+
"version": "13.24.0",
|
|
16576
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
16577
|
+
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
15501
16578
|
"license": "MIT",
|
|
16579
|
+
"dependencies": {
|
|
16580
|
+
"type-fest": "^0.20.2"
|
|
16581
|
+
},
|
|
15502
16582
|
"engines": {
|
|
15503
|
-
"node": ">=
|
|
16583
|
+
"node": ">=8"
|
|
16584
|
+
},
|
|
16585
|
+
"funding": {
|
|
16586
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16587
|
+
}
|
|
16588
|
+
},
|
|
16589
|
+
"node_modules/globals/node_modules/type-fest": {
|
|
16590
|
+
"version": "0.20.2",
|
|
16591
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
16592
|
+
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
16593
|
+
"license": "(MIT OR CC0-1.0)",
|
|
16594
|
+
"engines": {
|
|
16595
|
+
"node": ">=10"
|
|
16596
|
+
},
|
|
16597
|
+
"funding": {
|
|
16598
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15504
16599
|
}
|
|
15505
16600
|
},
|
|
15506
16601
|
"node_modules/globalthis": {
|
|
@@ -15873,6 +16968,12 @@
|
|
|
15873
16968
|
"url": "https://opencollective.com/unified"
|
|
15874
16969
|
}
|
|
15875
16970
|
},
|
|
16971
|
+
"node_modules/hast-util-raw/node_modules/parse5": {
|
|
16972
|
+
"version": "6.0.1",
|
|
16973
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
16974
|
+
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
|
16975
|
+
"license": "MIT"
|
|
16976
|
+
},
|
|
15876
16977
|
"node_modules/hast-util-to-html": {
|
|
15877
16978
|
"version": "7.1.3",
|
|
15878
16979
|
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-7.1.3.tgz",
|
|
@@ -17027,6 +18128,18 @@
|
|
|
17027
18128
|
"integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
|
|
17028
18129
|
"license": "MIT"
|
|
17029
18130
|
},
|
|
18131
|
+
"node_modules/is-negative-zero": {
|
|
18132
|
+
"version": "2.0.3",
|
|
18133
|
+
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
|
|
18134
|
+
"integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
|
|
18135
|
+
"license": "MIT",
|
|
18136
|
+
"engines": {
|
|
18137
|
+
"node": ">= 0.4"
|
|
18138
|
+
},
|
|
18139
|
+
"funding": {
|
|
18140
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
18141
|
+
}
|
|
18142
|
+
},
|
|
17030
18143
|
"node_modules/is-number": {
|
|
17031
18144
|
"version": "7.0.0",
|
|
17032
18145
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
@@ -18285,6 +19398,7 @@
|
|
|
18285
19398
|
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.23.0.tgz",
|
|
18286
19399
|
"integrity": "sha512-XeNx83aT0NZJ8ORfR4bHWIgL5m+XoDJvIX0Og+8ZAr9YYMmZJuBd83tmdhrneYXaJTaGbX54TVbvRY90k+/noA==",
|
|
18287
19400
|
"license": "MIT",
|
|
19401
|
+
"peer": true,
|
|
18288
19402
|
"dependencies": {
|
|
18289
19403
|
"@lwc/aria-reflection": "8.23.0",
|
|
18290
19404
|
"@lwc/babel-plugin-component": "8.23.0",
|
|
@@ -18966,15 +20080,12 @@
|
|
|
18966
20080
|
}
|
|
18967
20081
|
},
|
|
18968
20082
|
"node_modules/minipass": {
|
|
18969
|
-
"version": "
|
|
18970
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
18971
|
-
"integrity": "sha512-
|
|
20083
|
+
"version": "7.1.2",
|
|
20084
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
20085
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
18972
20086
|
"license": "ISC",
|
|
18973
|
-
"dependencies": {
|
|
18974
|
-
"yallist": "^4.0.0"
|
|
18975
|
-
},
|
|
18976
20087
|
"engines": {
|
|
18977
|
-
"node": ">=
|
|
20088
|
+
"node": ">=16 || 14 >=14.17"
|
|
18978
20089
|
}
|
|
18979
20090
|
},
|
|
18980
20091
|
"node_modules/minizlib": {
|
|
@@ -18990,6 +20101,18 @@
|
|
|
18990
20101
|
"node": ">= 8"
|
|
18991
20102
|
}
|
|
18992
20103
|
},
|
|
20104
|
+
"node_modules/minizlib/node_modules/minipass": {
|
|
20105
|
+
"version": "3.3.6",
|
|
20106
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
20107
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
20108
|
+
"license": "ISC",
|
|
20109
|
+
"dependencies": {
|
|
20110
|
+
"yallist": "^4.0.0"
|
|
20111
|
+
},
|
|
20112
|
+
"engines": {
|
|
20113
|
+
"node": ">=8"
|
|
20114
|
+
}
|
|
20115
|
+
},
|
|
18993
20116
|
"node_modules/mkdirp": {
|
|
18994
20117
|
"version": "1.0.4",
|
|
18995
20118
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
@@ -20055,18 +21178,51 @@
|
|
|
20055
21178
|
}
|
|
20056
21179
|
},
|
|
20057
21180
|
"node_modules/parse5": {
|
|
20058
|
-
"version": "
|
|
20059
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-
|
|
20060
|
-
"integrity": "sha512-
|
|
20061
|
-
"license": "MIT"
|
|
21181
|
+
"version": "7.2.1",
|
|
21182
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
|
|
21183
|
+
"integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
|
|
21184
|
+
"license": "MIT",
|
|
21185
|
+
"dependencies": {
|
|
21186
|
+
"entities": "^4.5.0"
|
|
21187
|
+
},
|
|
21188
|
+
"funding": {
|
|
21189
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
21190
|
+
}
|
|
20062
21191
|
},
|
|
20063
21192
|
"node_modules/parse5-sax-parser": {
|
|
21193
|
+
"version": "8.0.0",
|
|
21194
|
+
"resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-8.0.0.tgz",
|
|
21195
|
+
"integrity": "sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==",
|
|
21196
|
+
"license": "MIT",
|
|
21197
|
+
"dependencies": {
|
|
21198
|
+
"parse5": "^8.0.0"
|
|
21199
|
+
},
|
|
21200
|
+
"funding": {
|
|
21201
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
21202
|
+
}
|
|
21203
|
+
},
|
|
21204
|
+
"node_modules/parse5-sax-parser/node_modules/entities": {
|
|
20064
21205
|
"version": "6.0.1",
|
|
20065
|
-
"resolved": "https://registry.npmjs.org/
|
|
20066
|
-
"integrity": "sha512-
|
|
21206
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
21207
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
21208
|
+
"license": "BSD-2-Clause",
|
|
21209
|
+
"engines": {
|
|
21210
|
+
"node": ">=0.12"
|
|
21211
|
+
},
|
|
21212
|
+
"funding": {
|
|
21213
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
21214
|
+
}
|
|
21215
|
+
},
|
|
21216
|
+
"node_modules/parse5-sax-parser/node_modules/parse5": {
|
|
21217
|
+
"version": "8.0.0",
|
|
21218
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
|
|
21219
|
+
"integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
|
|
20067
21220
|
"license": "MIT",
|
|
20068
21221
|
"dependencies": {
|
|
20069
|
-
"
|
|
21222
|
+
"entities": "^6.0.0"
|
|
21223
|
+
},
|
|
21224
|
+
"funding": {
|
|
21225
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
20070
21226
|
}
|
|
20071
21227
|
},
|
|
20072
21228
|
"node_modules/parseurl": {
|
|
@@ -20156,15 +21312,6 @@
|
|
|
20156
21312
|
"url": "https://github.com/sponsors/isaacs"
|
|
20157
21313
|
}
|
|
20158
21314
|
},
|
|
20159
|
-
"node_modules/path-scurry/node_modules/minipass": {
|
|
20160
|
-
"version": "7.1.2",
|
|
20161
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
20162
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
20163
|
-
"license": "ISC",
|
|
20164
|
-
"engines": {
|
|
20165
|
-
"node": ">=16 || 14 >=14.17"
|
|
20166
|
-
}
|
|
20167
|
-
},
|
|
20168
21315
|
"node_modules/path-to-regexp": {
|
|
20169
21316
|
"version": "6.3.0",
|
|
20170
21317
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
|
|
@@ -20357,9 +21504,9 @@
|
|
|
20357
21504
|
}
|
|
20358
21505
|
},
|
|
20359
21506
|
"node_modules/postcss-selector-parser": {
|
|
20360
|
-
"version": "
|
|
20361
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-
|
|
20362
|
-
"integrity": "sha512-
|
|
21507
|
+
"version": "7.1.0",
|
|
21508
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
21509
|
+
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
20363
21510
|
"license": "MIT",
|
|
20364
21511
|
"dependencies": {
|
|
20365
21512
|
"cssesc": "^3.0.0",
|
|
@@ -20390,6 +21537,7 @@
|
|
|
20390
21537
|
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
20391
21538
|
"dev": true,
|
|
20392
21539
|
"license": "MIT",
|
|
21540
|
+
"peer": true,
|
|
20393
21541
|
"bin": {
|
|
20394
21542
|
"prettier": "bin-prettier.js"
|
|
20395
21543
|
},
|
|
@@ -20744,6 +21892,7 @@
|
|
|
20744
21892
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
20745
21893
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
20746
21894
|
"license": "MIT",
|
|
21895
|
+
"peer": true,
|
|
20747
21896
|
"dependencies": {
|
|
20748
21897
|
"loose-envify": "^1.1.0"
|
|
20749
21898
|
},
|
|
@@ -21309,6 +22458,7 @@
|
|
|
21309
22458
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
|
|
21310
22459
|
"integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
|
|
21311
22460
|
"license": "MIT",
|
|
22461
|
+
"peer": true,
|
|
21312
22462
|
"bin": {
|
|
21313
22463
|
"rollup": "dist/bin/rollup"
|
|
21314
22464
|
},
|
|
@@ -22186,6 +23336,19 @@
|
|
|
22186
23336
|
"node": ">= 0.8"
|
|
22187
23337
|
}
|
|
22188
23338
|
},
|
|
23339
|
+
"node_modules/stop-iteration-iterator": {
|
|
23340
|
+
"version": "1.1.0",
|
|
23341
|
+
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
|
|
23342
|
+
"integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
|
|
23343
|
+
"license": "MIT",
|
|
23344
|
+
"dependencies": {
|
|
23345
|
+
"es-errors": "^1.3.0",
|
|
23346
|
+
"internal-slot": "^1.1.0"
|
|
23347
|
+
},
|
|
23348
|
+
"engines": {
|
|
23349
|
+
"node": ">= 0.4"
|
|
23350
|
+
}
|
|
23351
|
+
},
|
|
22189
23352
|
"node_modules/string_decoder": {
|
|
22190
23353
|
"version": "1.3.0",
|
|
22191
23354
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
@@ -22501,13 +23664,13 @@
|
|
|
22501
23664
|
}
|
|
22502
23665
|
},
|
|
22503
23666
|
"node_modules/terser": {
|
|
22504
|
-
"version": "5.
|
|
22505
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
22506
|
-
"integrity": "sha512-
|
|
23667
|
+
"version": "5.44.0",
|
|
23668
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
|
|
23669
|
+
"integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
|
|
22507
23670
|
"license": "BSD-2-Clause",
|
|
22508
23671
|
"dependencies": {
|
|
22509
23672
|
"@jridgewell/source-map": "^0.3.3",
|
|
22510
|
-
"acorn": "^8.
|
|
23673
|
+
"acorn": "^8.15.0",
|
|
22511
23674
|
"commander": "^2.20.0",
|
|
22512
23675
|
"source-map-support": "~0.5.20"
|
|
22513
23676
|
},
|
|
@@ -22832,6 +23995,7 @@
|
|
|
22832
23995
|
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
22833
23996
|
"dev": true,
|
|
22834
23997
|
"license": "MIT",
|
|
23998
|
+
"peer": true,
|
|
22835
23999
|
"dependencies": {
|
|
22836
24000
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
22837
24001
|
"@tsconfig/node10": "^1.0.7",
|
|
@@ -22907,7 +24071,8 @@
|
|
|
22907
24071
|
"version": "2.8.1",
|
|
22908
24072
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
22909
24073
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
22910
|
-
"license": "0BSD"
|
|
24074
|
+
"license": "0BSD",
|
|
24075
|
+
"peer": true
|
|
22911
24076
|
},
|
|
22912
24077
|
"node_modules/tsscmp": {
|
|
22913
24078
|
"version": "1.0.6",
|
|
@@ -23113,6 +24278,7 @@
|
|
|
23113
24278
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
|
|
23114
24279
|
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
|
|
23115
24280
|
"license": "Apache-2.0",
|
|
24281
|
+
"peer": true,
|
|
23116
24282
|
"bin": {
|
|
23117
24283
|
"tsc": "bin/tsc",
|
|
23118
24284
|
"tsserver": "bin/tsserver"
|