@salesforce/plugin-lightning-dev 5.0.23 → 5.0.25-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -8
- package/lib/commands/lightning/dev/component.d.ts +10 -2
- package/lib/commands/lightning/dev/component.js +65 -28
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/shared/metaUtils.d.ts +78 -0
- package/lib/shared/metaUtils.js +187 -0
- package/lib/shared/metaUtils.js.map +1 -0
- package/lib/shared/previewUtils.d.ts +11 -0
- package/lib/shared/previewUtils.js +18 -0
- package/lib/shared/previewUtils.js.map +1 -1
- package/npm-shrinkwrap.json +1965 -1027
- package/oclif.lock +727 -444
- package/oclif.manifest.json +8 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.25-alpha.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.25-alpha.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
13
13
|
"@inquirer/select": "^2.4.7",
|
|
14
|
-
"@lwc/lwc-dev-server": "~13.2.
|
|
15
|
-
"@lwc/sfdc-lwc-compiler": "~13.2.
|
|
14
|
+
"@lwc/lwc-dev-server": "~13.2.19",
|
|
15
|
+
"@lwc/sfdc-lwc-compiler": "~13.2.19",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
18
18
|
"@salesforce/core": "^8.23.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.13.1",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
|
-
"lwc": "~8.
|
|
24
|
+
"lwc": "~8.24.0",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
26
26
|
"open": "^10.2.0",
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
@@ -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",
|
|
@@ -1241,21 +1260,21 @@
|
|
|
1241
1260
|
}
|
|
1242
1261
|
},
|
|
1243
1262
|
"node_modules/@babel/core": {
|
|
1244
|
-
"version": "7.28.
|
|
1245
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
1246
|
-
"integrity": "sha512-
|
|
1263
|
+
"version": "7.28.5",
|
|
1264
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
1265
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
1247
1266
|
"license": "MIT",
|
|
1248
1267
|
"peer": true,
|
|
1249
1268
|
"dependencies": {
|
|
1250
1269
|
"@babel/code-frame": "^7.27.1",
|
|
1251
|
-
"@babel/generator": "^7.28.
|
|
1270
|
+
"@babel/generator": "^7.28.5",
|
|
1252
1271
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1253
1272
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
1254
1273
|
"@babel/helpers": "^7.28.4",
|
|
1255
|
-
"@babel/parser": "^7.28.
|
|
1274
|
+
"@babel/parser": "^7.28.5",
|
|
1256
1275
|
"@babel/template": "^7.27.2",
|
|
1257
|
-
"@babel/traverse": "^7.28.
|
|
1258
|
-
"@babel/types": "^7.28.
|
|
1276
|
+
"@babel/traverse": "^7.28.5",
|
|
1277
|
+
"@babel/types": "^7.28.5",
|
|
1259
1278
|
"@jridgewell/remapping": "^2.3.5",
|
|
1260
1279
|
"convert-source-map": "^2.0.0",
|
|
1261
1280
|
"debug": "^4.1.0",
|
|
@@ -1271,14 +1290,72 @@
|
|
|
1271
1290
|
"url": "https://opencollective.com/babel"
|
|
1272
1291
|
}
|
|
1273
1292
|
},
|
|
1274
|
-
"node_modules/@babel/core/node_modules/@babel/
|
|
1275
|
-
"version": "7.28.
|
|
1276
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1277
|
-
"integrity": "sha512-
|
|
1293
|
+
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
1294
|
+
"version": "7.28.5",
|
|
1295
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1296
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1297
|
+
"license": "MIT",
|
|
1298
|
+
"dependencies": {
|
|
1299
|
+
"@babel/parser": "^7.28.5",
|
|
1300
|
+
"@babel/types": "^7.28.5",
|
|
1301
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1302
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1303
|
+
"jsesc": "^3.0.2"
|
|
1304
|
+
},
|
|
1305
|
+
"engines": {
|
|
1306
|
+
"node": ">=6.9.0"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
"node_modules/@babel/core/node_modules/@babel/helper-validator-identifier": {
|
|
1310
|
+
"version": "7.28.5",
|
|
1311
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1312
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1313
|
+
"license": "MIT",
|
|
1314
|
+
"engines": {
|
|
1315
|
+
"node": ">=6.9.0"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
1319
|
+
"version": "7.28.5",
|
|
1320
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1321
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1322
|
+
"license": "MIT",
|
|
1323
|
+
"dependencies": {
|
|
1324
|
+
"@babel/types": "^7.28.5"
|
|
1325
|
+
},
|
|
1326
|
+
"bin": {
|
|
1327
|
+
"parser": "bin/babel-parser.js"
|
|
1328
|
+
},
|
|
1329
|
+
"engines": {
|
|
1330
|
+
"node": ">=6.0.0"
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1334
|
+
"version": "7.28.5",
|
|
1335
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1336
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1278
1337
|
"license": "MIT",
|
|
1279
1338
|
"dependencies": {
|
|
1339
|
+
"@babel/code-frame": "^7.27.1",
|
|
1340
|
+
"@babel/generator": "^7.28.5",
|
|
1341
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1342
|
+
"@babel/parser": "^7.28.5",
|
|
1280
1343
|
"@babel/template": "^7.27.2",
|
|
1281
|
-
"@babel/types": "^7.28.
|
|
1344
|
+
"@babel/types": "^7.28.5",
|
|
1345
|
+
"debug": "^4.3.1"
|
|
1346
|
+
},
|
|
1347
|
+
"engines": {
|
|
1348
|
+
"node": ">=6.9.0"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
"node_modules/@babel/core/node_modules/@babel/types": {
|
|
1352
|
+
"version": "7.28.5",
|
|
1353
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1354
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1355
|
+
"license": "MIT",
|
|
1356
|
+
"dependencies": {
|
|
1357
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1358
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1282
1359
|
},
|
|
1283
1360
|
"engines": {
|
|
1284
1361
|
"node": ">=6.9.0"
|
|
@@ -1443,44 +1520,6 @@
|
|
|
1443
1520
|
"@babel/core": "^7.0.0"
|
|
1444
1521
|
}
|
|
1445
1522
|
},
|
|
1446
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
|
|
1447
|
-
"version": "7.27.4",
|
|
1448
|
-
"license": "MIT",
|
|
1449
|
-
"peer": true,
|
|
1450
|
-
"dependencies": {
|
|
1451
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1452
|
-
"@babel/code-frame": "^7.27.1",
|
|
1453
|
-
"@babel/generator": "^7.27.3",
|
|
1454
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1455
|
-
"@babel/helper-module-transforms": "^7.27.3",
|
|
1456
|
-
"@babel/helpers": "^7.27.4",
|
|
1457
|
-
"@babel/parser": "^7.27.4",
|
|
1458
|
-
"@babel/template": "^7.27.2",
|
|
1459
|
-
"@babel/traverse": "^7.27.4",
|
|
1460
|
-
"@babel/types": "^7.27.3",
|
|
1461
|
-
"convert-source-map": "^2.0.0",
|
|
1462
|
-
"debug": "^4.1.0",
|
|
1463
|
-
"gensync": "^1.0.0-beta.2",
|
|
1464
|
-
"json5": "^2.2.3",
|
|
1465
|
-
"semver": "^6.3.1"
|
|
1466
|
-
},
|
|
1467
|
-
"engines": {
|
|
1468
|
-
"node": ">=6.9.0"
|
|
1469
|
-
},
|
|
1470
|
-
"funding": {
|
|
1471
|
-
"type": "opencollective",
|
|
1472
|
-
"url": "https://opencollective.com/babel"
|
|
1473
|
-
}
|
|
1474
|
-
},
|
|
1475
|
-
"node_modules/@babel/helper-module-transforms/node_modules/semver": {
|
|
1476
|
-
"version": "6.3.1",
|
|
1477
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1478
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1479
|
-
"license": "ISC",
|
|
1480
|
-
"bin": {
|
|
1481
|
-
"semver": "bin/semver.js"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
1523
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1485
1524
|
"version": "7.27.1",
|
|
1486
1525
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
@@ -1536,44 +1575,6 @@
|
|
|
1536
1575
|
"@babel/core": "^7.0.0"
|
|
1537
1576
|
}
|
|
1538
1577
|
},
|
|
1539
|
-
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1540
|
-
"version": "7.27.4",
|
|
1541
|
-
"license": "MIT",
|
|
1542
|
-
"peer": true,
|
|
1543
|
-
"dependencies": {
|
|
1544
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1545
|
-
"@babel/code-frame": "^7.27.1",
|
|
1546
|
-
"@babel/generator": "^7.27.3",
|
|
1547
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1548
|
-
"@babel/helper-module-transforms": "^7.27.3",
|
|
1549
|
-
"@babel/helpers": "^7.27.4",
|
|
1550
|
-
"@babel/parser": "^7.27.4",
|
|
1551
|
-
"@babel/template": "^7.27.2",
|
|
1552
|
-
"@babel/traverse": "^7.27.4",
|
|
1553
|
-
"@babel/types": "^7.27.3",
|
|
1554
|
-
"convert-source-map": "^2.0.0",
|
|
1555
|
-
"debug": "^4.1.0",
|
|
1556
|
-
"gensync": "^1.0.0-beta.2",
|
|
1557
|
-
"json5": "^2.2.3",
|
|
1558
|
-
"semver": "^6.3.1"
|
|
1559
|
-
},
|
|
1560
|
-
"engines": {
|
|
1561
|
-
"node": ">=6.9.0"
|
|
1562
|
-
},
|
|
1563
|
-
"funding": {
|
|
1564
|
-
"type": "opencollective",
|
|
1565
|
-
"url": "https://opencollective.com/babel"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
"node_modules/@babel/helper-replace-supers/node_modules/semver": {
|
|
1569
|
-
"version": "6.3.1",
|
|
1570
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1571
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1572
|
-
"license": "ISC",
|
|
1573
|
-
"bin": {
|
|
1574
|
-
"semver": "bin/semver.js"
|
|
1575
|
-
}
|
|
1576
|
-
},
|
|
1577
1578
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
1578
1579
|
"version": "7.27.1",
|
|
1579
1580
|
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
@@ -1629,13 +1630,13 @@
|
|
|
1629
1630
|
}
|
|
1630
1631
|
},
|
|
1631
1632
|
"node_modules/@babel/helpers": {
|
|
1632
|
-
"version": "7.28.
|
|
1633
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.
|
|
1634
|
-
"integrity": "sha512-
|
|
1633
|
+
"version": "7.28.4",
|
|
1634
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
1635
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
1635
1636
|
"license": "MIT",
|
|
1636
1637
|
"dependencies": {
|
|
1637
1638
|
"@babel/template": "^7.27.2",
|
|
1638
|
-
"@babel/types": "^7.28.
|
|
1639
|
+
"@babel/types": "^7.28.4"
|
|
1639
1640
|
},
|
|
1640
1641
|
"engines": {
|
|
1641
1642
|
"node": ">=6.9.0"
|
|
@@ -1656,6 +1657,51 @@
|
|
|
1656
1657
|
"node": ">=6.0.0"
|
|
1657
1658
|
}
|
|
1658
1659
|
},
|
|
1660
|
+
"node_modules/@babel/plugin-syntax-decorators": {
|
|
1661
|
+
"version": "7.27.1",
|
|
1662
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
1663
|
+
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
1664
|
+
"license": "MIT",
|
|
1665
|
+
"dependencies": {
|
|
1666
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1667
|
+
},
|
|
1668
|
+
"engines": {
|
|
1669
|
+
"node": ">=6.9.0"
|
|
1670
|
+
},
|
|
1671
|
+
"peerDependencies": {
|
|
1672
|
+
"@babel/core": "^7.0.0-0"
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1676
|
+
"version": "7.27.1",
|
|
1677
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
1678
|
+
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
1679
|
+
"license": "MIT",
|
|
1680
|
+
"dependencies": {
|
|
1681
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1682
|
+
},
|
|
1683
|
+
"engines": {
|
|
1684
|
+
"node": ">=6.9.0"
|
|
1685
|
+
},
|
|
1686
|
+
"peerDependencies": {
|
|
1687
|
+
"@babel/core": "^7.0.0-0"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
"node_modules/@babel/plugin-syntax-typescript": {
|
|
1691
|
+
"version": "7.27.1",
|
|
1692
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
1693
|
+
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
1694
|
+
"license": "MIT",
|
|
1695
|
+
"dependencies": {
|
|
1696
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1697
|
+
},
|
|
1698
|
+
"engines": {
|
|
1699
|
+
"node": ">=6.9.0"
|
|
1700
|
+
},
|
|
1701
|
+
"peerDependencies": {
|
|
1702
|
+
"@babel/core": "^7.0.0-0"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1659
1705
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1660
1706
|
"version": "7.28.0",
|
|
1661
1707
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
@@ -1722,6 +1768,22 @@
|
|
|
1722
1768
|
"@babel/core": "^7.0.0-0"
|
|
1723
1769
|
}
|
|
1724
1770
|
},
|
|
1771
|
+
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1772
|
+
"version": "7.27.1",
|
|
1773
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
1774
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
1775
|
+
"license": "MIT",
|
|
1776
|
+
"dependencies": {
|
|
1777
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
1778
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1779
|
+
},
|
|
1780
|
+
"engines": {
|
|
1781
|
+
"node": ">=6.9.0"
|
|
1782
|
+
},
|
|
1783
|
+
"peerDependencies": {
|
|
1784
|
+
"@babel/core": "^7.0.0-0"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1725
1787
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1726
1788
|
"version": "7.28.4",
|
|
1727
1789
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
|
|
@@ -1756,17 +1818,17 @@
|
|
|
1756
1818
|
"@babel/core": "^7.0.0-0"
|
|
1757
1819
|
}
|
|
1758
1820
|
},
|
|
1759
|
-
"node_modules/@babel/
|
|
1760
|
-
"version": "7.
|
|
1761
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1762
|
-
"integrity": "sha512-
|
|
1821
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
|
1822
|
+
"version": "7.28.5",
|
|
1823
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
1824
|
+
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
1763
1825
|
"license": "MIT",
|
|
1764
1826
|
"dependencies": {
|
|
1827
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1828
|
+
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
1765
1829
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1766
|
-
"@babel/helper-
|
|
1767
|
-
"@babel/plugin-syntax-
|
|
1768
|
-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1769
|
-
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
1830
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1831
|
+
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
1770
1832
|
},
|
|
1771
1833
|
"engines": {
|
|
1772
1834
|
"node": ">=6.9.0"
|
|
@@ -1775,101 +1837,112 @@
|
|
|
1775
1837
|
"@babel/core": "^7.0.0-0"
|
|
1776
1838
|
}
|
|
1777
1839
|
},
|
|
1778
|
-
"node_modules/@babel/
|
|
1779
|
-
"version": "7.
|
|
1840
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/generator": {
|
|
1841
|
+
"version": "7.28.5",
|
|
1842
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1843
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1780
1844
|
"license": "MIT",
|
|
1781
|
-
"peer": true,
|
|
1782
1845
|
"dependencies": {
|
|
1783
|
-
"@
|
|
1784
|
-
"@babel/
|
|
1785
|
-
"@
|
|
1786
|
-
"@
|
|
1787
|
-
"
|
|
1788
|
-
"@babel/helpers": "^7.27.4",
|
|
1789
|
-
"@babel/parser": "^7.27.4",
|
|
1790
|
-
"@babel/template": "^7.27.2",
|
|
1791
|
-
"@babel/traverse": "^7.27.4",
|
|
1792
|
-
"@babel/types": "^7.27.3",
|
|
1793
|
-
"convert-source-map": "^2.0.0",
|
|
1794
|
-
"debug": "^4.1.0",
|
|
1795
|
-
"gensync": "^1.0.0-beta.2",
|
|
1796
|
-
"json5": "^2.2.3",
|
|
1797
|
-
"semver": "^6.3.1"
|
|
1846
|
+
"@babel/parser": "^7.28.5",
|
|
1847
|
+
"@babel/types": "^7.28.5",
|
|
1848
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1849
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1850
|
+
"jsesc": "^3.0.2"
|
|
1798
1851
|
},
|
|
1799
1852
|
"engines": {
|
|
1800
1853
|
"node": ">=6.9.0"
|
|
1801
|
-
},
|
|
1802
|
-
"funding": {
|
|
1803
|
-
"type": "opencollective",
|
|
1804
|
-
"url": "https://opencollective.com/babel"
|
|
1805
1854
|
}
|
|
1806
1855
|
},
|
|
1807
|
-
"node_modules/@babel/
|
|
1808
|
-
"version": "7.
|
|
1809
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1810
|
-
"integrity": "sha512-
|
|
1856
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-create-class-features-plugin": {
|
|
1857
|
+
"version": "7.28.5",
|
|
1858
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
1859
|
+
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
1811
1860
|
"license": "MIT",
|
|
1812
1861
|
"dependencies": {
|
|
1813
|
-
"@babel/helper-
|
|
1862
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1863
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
1864
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
1865
|
+
"@babel/helper-replace-supers": "^7.27.1",
|
|
1866
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1867
|
+
"@babel/traverse": "^7.28.5",
|
|
1868
|
+
"semver": "^6.3.1"
|
|
1814
1869
|
},
|
|
1815
1870
|
"engines": {
|
|
1816
1871
|
"node": ">=6.9.0"
|
|
1817
1872
|
},
|
|
1818
1873
|
"peerDependencies": {
|
|
1819
|
-
"@babel/core": "^7.0.0
|
|
1874
|
+
"@babel/core": "^7.0.0"
|
|
1820
1875
|
}
|
|
1821
1876
|
},
|
|
1822
|
-
"node_modules/@babel/
|
|
1823
|
-
"version": "7.
|
|
1824
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1825
|
-
"integrity": "sha512-
|
|
1877
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-member-expression-to-functions": {
|
|
1878
|
+
"version": "7.28.5",
|
|
1879
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
1880
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
1826
1881
|
"license": "MIT",
|
|
1827
1882
|
"dependencies": {
|
|
1828
|
-
"@babel/
|
|
1883
|
+
"@babel/traverse": "^7.28.5",
|
|
1884
|
+
"@babel/types": "^7.28.5"
|
|
1829
1885
|
},
|
|
1830
1886
|
"engines": {
|
|
1831
1887
|
"node": ">=6.9.0"
|
|
1832
|
-
},
|
|
1833
|
-
"peerDependencies": {
|
|
1834
|
-
"@babel/core": "^7.0.0-0"
|
|
1835
1888
|
}
|
|
1836
1889
|
},
|
|
1837
|
-
"node_modules/@babel/
|
|
1838
|
-
"version": "7.
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1840
|
-
"integrity": "sha512-
|
|
1890
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-validator-identifier": {
|
|
1891
|
+
"version": "7.28.5",
|
|
1892
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1893
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1841
1894
|
"license": "MIT",
|
|
1842
|
-
"dependencies": {
|
|
1843
|
-
"@babel/helper-module-transforms": "^7.27.1",
|
|
1844
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1845
|
-
},
|
|
1846
1895
|
"engines": {
|
|
1847
1896
|
"node": ">=6.9.0"
|
|
1848
|
-
},
|
|
1849
|
-
"peerDependencies": {
|
|
1850
|
-
"@babel/core": "^7.0.0-0"
|
|
1851
1897
|
}
|
|
1852
1898
|
},
|
|
1853
|
-
"node_modules/@babel/
|
|
1854
|
-
"version": "7.28.
|
|
1855
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1856
|
-
"integrity": "sha512-
|
|
1899
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/parser": {
|
|
1900
|
+
"version": "7.28.5",
|
|
1901
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1902
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1857
1903
|
"license": "MIT",
|
|
1858
1904
|
"dependencies": {
|
|
1859
|
-
"@babel/
|
|
1860
|
-
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1861
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1862
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1863
|
-
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
1905
|
+
"@babel/types": "^7.28.5"
|
|
1864
1906
|
},
|
|
1865
|
-
"
|
|
1866
|
-
"
|
|
1907
|
+
"bin": {
|
|
1908
|
+
"parser": "bin/babel-parser.js"
|
|
1867
1909
|
},
|
|
1868
|
-
"
|
|
1869
|
-
"
|
|
1910
|
+
"engines": {
|
|
1911
|
+
"node": ">=6.0.0"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/traverse": {
|
|
1915
|
+
"version": "7.28.5",
|
|
1916
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1917
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1918
|
+
"license": "MIT",
|
|
1919
|
+
"dependencies": {
|
|
1920
|
+
"@babel/code-frame": "^7.27.1",
|
|
1921
|
+
"@babel/generator": "^7.28.5",
|
|
1922
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1923
|
+
"@babel/parser": "^7.28.5",
|
|
1924
|
+
"@babel/template": "^7.27.2",
|
|
1925
|
+
"@babel/types": "^7.28.5",
|
|
1926
|
+
"debug": "^4.3.1"
|
|
1927
|
+
},
|
|
1928
|
+
"engines": {
|
|
1929
|
+
"node": ">=6.9.0"
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/types": {
|
|
1933
|
+
"version": "7.28.5",
|
|
1934
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1935
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1936
|
+
"license": "MIT",
|
|
1937
|
+
"dependencies": {
|
|
1938
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1939
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1940
|
+
},
|
|
1941
|
+
"engines": {
|
|
1942
|
+
"node": ">=6.9.0"
|
|
1870
1943
|
}
|
|
1871
1944
|
},
|
|
1872
|
-
"node_modules/@babel/
|
|
1945
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/semver": {
|
|
1873
1946
|
"version": "6.3.1",
|
|
1874
1947
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1875
1948
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
@@ -1878,6 +1951,25 @@
|
|
|
1878
1951
|
"semver": "bin/semver.js"
|
|
1879
1952
|
}
|
|
1880
1953
|
},
|
|
1954
|
+
"node_modules/@babel/preset-typescript": {
|
|
1955
|
+
"version": "7.28.5",
|
|
1956
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
1957
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
1958
|
+
"license": "MIT",
|
|
1959
|
+
"dependencies": {
|
|
1960
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1961
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
1962
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1963
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1964
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
1965
|
+
},
|
|
1966
|
+
"engines": {
|
|
1967
|
+
"node": ">=6.9.0"
|
|
1968
|
+
},
|
|
1969
|
+
"peerDependencies": {
|
|
1970
|
+
"@babel/core": "^7.0.0-0"
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1881
1973
|
"node_modules/@babel/template": {
|
|
1882
1974
|
"version": "7.27.2",
|
|
1883
1975
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
@@ -2411,12 +2503,12 @@
|
|
|
2411
2503
|
}
|
|
2412
2504
|
},
|
|
2413
2505
|
"node_modules/@eslint/config-array": {
|
|
2414
|
-
"version": "0.
|
|
2415
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.
|
|
2416
|
-
"integrity": "sha512-
|
|
2506
|
+
"version": "0.21.1",
|
|
2507
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
|
2508
|
+
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
|
2417
2509
|
"license": "Apache-2.0",
|
|
2418
2510
|
"dependencies": {
|
|
2419
|
-
"@eslint/object-schema": "^2.1.
|
|
2511
|
+
"@eslint/object-schema": "^2.1.7",
|
|
2420
2512
|
"debug": "^4.3.1",
|
|
2421
2513
|
"minimatch": "^3.1.2"
|
|
2422
2514
|
},
|
|
@@ -2425,18 +2517,21 @@
|
|
|
2425
2517
|
}
|
|
2426
2518
|
},
|
|
2427
2519
|
"node_modules/@eslint/config-helpers": {
|
|
2428
|
-
"version": "0.2
|
|
2429
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.
|
|
2430
|
-
"integrity": "sha512-
|
|
2520
|
+
"version": "0.4.2",
|
|
2521
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
2522
|
+
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
2431
2523
|
"license": "Apache-2.0",
|
|
2524
|
+
"dependencies": {
|
|
2525
|
+
"@eslint/core": "^0.17.0"
|
|
2526
|
+
},
|
|
2432
2527
|
"engines": {
|
|
2433
2528
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2434
2529
|
}
|
|
2435
2530
|
},
|
|
2436
2531
|
"node_modules/@eslint/core": {
|
|
2437
|
-
"version": "0.
|
|
2438
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
|
2439
|
-
"integrity": "sha512-
|
|
2532
|
+
"version": "0.17.0",
|
|
2533
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
2534
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
2440
2535
|
"license": "Apache-2.0",
|
|
2441
2536
|
"dependencies": {
|
|
2442
2537
|
"@types/json-schema": "^7.0.15"
|
|
@@ -2485,79 +2580,37 @@
|
|
|
2485
2580
|
"url": "https://opencollective.com/eslint"
|
|
2486
2581
|
}
|
|
2487
2582
|
},
|
|
2488
|
-
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
2489
|
-
"version": "13.24.0",
|
|
2490
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
2491
|
-
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
2492
|
-
"license": "MIT",
|
|
2493
|
-
"dependencies": {
|
|
2494
|
-
"type-fest": "^0.20.2"
|
|
2495
|
-
},
|
|
2496
|
-
"engines": {
|
|
2497
|
-
"node": ">=8"
|
|
2498
|
-
},
|
|
2499
|
-
"funding": {
|
|
2500
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
"node_modules/@eslint/eslintrc/node_modules/type-fest": {
|
|
2504
|
-
"version": "0.20.2",
|
|
2505
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
2506
|
-
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
2507
|
-
"license": "(MIT OR CC0-1.0)",
|
|
2508
|
-
"engines": {
|
|
2509
|
-
"node": ">=10"
|
|
2510
|
-
},
|
|
2511
|
-
"funding": {
|
|
2512
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2513
|
-
}
|
|
2514
|
-
},
|
|
2515
2583
|
"node_modules/@eslint/js": {
|
|
2516
|
-
"version": "
|
|
2517
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-
|
|
2518
|
-
"integrity": "sha512-
|
|
2584
|
+
"version": "8.57.1",
|
|
2585
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
|
|
2586
|
+
"integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
|
|
2519
2587
|
"license": "MIT",
|
|
2520
2588
|
"engines": {
|
|
2521
|
-
"node": "^
|
|
2522
|
-
},
|
|
2523
|
-
"funding": {
|
|
2524
|
-
"url": "https://eslint.org/donate"
|
|
2589
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2525
2590
|
}
|
|
2526
2591
|
},
|
|
2527
2592
|
"node_modules/@eslint/object-schema": {
|
|
2528
|
-
"version": "2.1.
|
|
2529
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.
|
|
2530
|
-
"integrity": "sha512-
|
|
2593
|
+
"version": "2.1.7",
|
|
2594
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
|
2595
|
+
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
|
2531
2596
|
"license": "Apache-2.0",
|
|
2532
2597
|
"engines": {
|
|
2533
2598
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2534
2599
|
}
|
|
2535
2600
|
},
|
|
2536
2601
|
"node_modules/@eslint/plugin-kit": {
|
|
2537
|
-
"version": "0.
|
|
2538
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
2539
|
-
"integrity": "sha512-
|
|
2602
|
+
"version": "0.4.1",
|
|
2603
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
|
|
2604
|
+
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
|
|
2540
2605
|
"license": "Apache-2.0",
|
|
2541
2606
|
"dependencies": {
|
|
2542
|
-
"@eslint/core": "^0.
|
|
2607
|
+
"@eslint/core": "^0.17.0",
|
|
2543
2608
|
"levn": "^0.4.1"
|
|
2544
2609
|
},
|
|
2545
2610
|
"engines": {
|
|
2546
2611
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2547
2612
|
}
|
|
2548
2613
|
},
|
|
2549
|
-
"node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
|
|
2550
|
-
"version": "0.15.1",
|
|
2551
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
|
|
2552
|
-
"integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
|
|
2553
|
-
"license": "Apache-2.0",
|
|
2554
|
-
"dependencies": {
|
|
2555
|
-
"@types/json-schema": "^7.0.15"
|
|
2556
|
-
},
|
|
2557
|
-
"engines": {
|
|
2558
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2559
|
-
}
|
|
2560
|
-
},
|
|
2561
2614
|
"node_modules/@grpc/grpc-js": {
|
|
2562
2615
|
"version": "1.11.1",
|
|
2563
2616
|
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.1.tgz",
|
|
@@ -3670,6 +3723,27 @@
|
|
|
3670
3723
|
"node": ">=18"
|
|
3671
3724
|
}
|
|
3672
3725
|
},
|
|
3726
|
+
"node_modules/@isaacs/balanced-match": {
|
|
3727
|
+
"version": "4.0.1",
|
|
3728
|
+
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
3729
|
+
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
3730
|
+
"license": "MIT",
|
|
3731
|
+
"engines": {
|
|
3732
|
+
"node": "20 || >=22"
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3735
|
+
"node_modules/@isaacs/brace-expansion": {
|
|
3736
|
+
"version": "5.0.0",
|
|
3737
|
+
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
|
|
3738
|
+
"integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
|
|
3739
|
+
"license": "MIT",
|
|
3740
|
+
"dependencies": {
|
|
3741
|
+
"@isaacs/balanced-match": "^4.0.1"
|
|
3742
|
+
},
|
|
3743
|
+
"engines": {
|
|
3744
|
+
"node": "20 || >=22"
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3673
3747
|
"node_modules/@isaacs/cliui": {
|
|
3674
3748
|
"version": "8.0.2",
|
|
3675
3749
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -4085,10 +4159,49 @@
|
|
|
4085
4159
|
"@babel/types": "^7.9.0"
|
|
4086
4160
|
}
|
|
4087
4161
|
},
|
|
4162
|
+
"node_modules/@komaci/common-shared/node_modules/@babel/core": {
|
|
4163
|
+
"version": "7.28.4",
|
|
4164
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
4165
|
+
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
4166
|
+
"license": "MIT",
|
|
4167
|
+
"dependencies": {
|
|
4168
|
+
"@babel/code-frame": "^7.27.1",
|
|
4169
|
+
"@babel/generator": "^7.28.3",
|
|
4170
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4171
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
4172
|
+
"@babel/helpers": "^7.28.4",
|
|
4173
|
+
"@babel/parser": "^7.28.4",
|
|
4174
|
+
"@babel/template": "^7.27.2",
|
|
4175
|
+
"@babel/traverse": "^7.28.4",
|
|
4176
|
+
"@babel/types": "^7.28.4",
|
|
4177
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
4178
|
+
"convert-source-map": "^2.0.0",
|
|
4179
|
+
"debug": "^4.1.0",
|
|
4180
|
+
"gensync": "^1.0.0-beta.2",
|
|
4181
|
+
"json5": "^2.2.3",
|
|
4182
|
+
"semver": "^6.3.1"
|
|
4183
|
+
},
|
|
4184
|
+
"engines": {
|
|
4185
|
+
"node": ">=6.9.0"
|
|
4186
|
+
},
|
|
4187
|
+
"funding": {
|
|
4188
|
+
"type": "opencollective",
|
|
4189
|
+
"url": "https://opencollective.com/babel"
|
|
4190
|
+
}
|
|
4191
|
+
},
|
|
4192
|
+
"node_modules/@komaci/common-shared/node_modules/semver": {
|
|
4193
|
+
"version": "6.3.1",
|
|
4194
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
4195
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
4196
|
+
"license": "ISC",
|
|
4197
|
+
"bin": {
|
|
4198
|
+
"semver": "bin/semver.js"
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4088
4201
|
"node_modules/@komaci/esm-generator": {
|
|
4089
|
-
"version": "
|
|
4090
|
-
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-
|
|
4091
|
-
"integrity": "sha512-
|
|
4202
|
+
"version": "260.31.0",
|
|
4203
|
+
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-260.31.0.tgz",
|
|
4204
|
+
"integrity": "sha512-7TzTckrdoLqxSI63A5QZBsPpQPr3QOFNrjkwWETp44+EXeCRmE1tzNztbSoePVMV/o+JQI2FaZDTTTsg5BuKfA==",
|
|
4092
4205
|
"license": "MIT",
|
|
4093
4206
|
"dependencies": {
|
|
4094
4207
|
"@babel/core": "^7.9.0",
|
|
@@ -4098,6 +4211,45 @@
|
|
|
4098
4211
|
"@komaci/static-analyzer": "258.0.0"
|
|
4099
4212
|
}
|
|
4100
4213
|
},
|
|
4214
|
+
"node_modules/@komaci/esm-generator/node_modules/@babel/core": {
|
|
4215
|
+
"version": "7.28.4",
|
|
4216
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
4217
|
+
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
4218
|
+
"license": "MIT",
|
|
4219
|
+
"dependencies": {
|
|
4220
|
+
"@babel/code-frame": "^7.27.1",
|
|
4221
|
+
"@babel/generator": "^7.28.3",
|
|
4222
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4223
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
4224
|
+
"@babel/helpers": "^7.28.4",
|
|
4225
|
+
"@babel/parser": "^7.28.4",
|
|
4226
|
+
"@babel/template": "^7.27.2",
|
|
4227
|
+
"@babel/traverse": "^7.28.4",
|
|
4228
|
+
"@babel/types": "^7.28.4",
|
|
4229
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
4230
|
+
"convert-source-map": "^2.0.0",
|
|
4231
|
+
"debug": "^4.1.0",
|
|
4232
|
+
"gensync": "^1.0.0-beta.2",
|
|
4233
|
+
"json5": "^2.2.3",
|
|
4234
|
+
"semver": "^6.3.1"
|
|
4235
|
+
},
|
|
4236
|
+
"engines": {
|
|
4237
|
+
"node": ">=6.9.0"
|
|
4238
|
+
},
|
|
4239
|
+
"funding": {
|
|
4240
|
+
"type": "opencollective",
|
|
4241
|
+
"url": "https://opencollective.com/babel"
|
|
4242
|
+
}
|
|
4243
|
+
},
|
|
4244
|
+
"node_modules/@komaci/esm-generator/node_modules/semver": {
|
|
4245
|
+
"version": "6.3.1",
|
|
4246
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
4247
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
4248
|
+
"license": "ISC",
|
|
4249
|
+
"bin": {
|
|
4250
|
+
"semver": "bin/semver.js"
|
|
4251
|
+
}
|
|
4252
|
+
},
|
|
4101
4253
|
"node_modules/@komaci/static-analyzer": {
|
|
4102
4254
|
"version": "258.0.0",
|
|
4103
4255
|
"resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz",
|
|
@@ -4239,20 +4391,20 @@
|
|
|
4239
4391
|
}
|
|
4240
4392
|
},
|
|
4241
4393
|
"node_modules/@lwc/aria-reflection": {
|
|
4242
|
-
"version": "8.
|
|
4243
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
4244
|
-
"integrity": "sha512-
|
|
4394
|
+
"version": "8.24.0",
|
|
4395
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.24.0.tgz",
|
|
4396
|
+
"integrity": "sha512-X6wYl0omMVsElJTpi+8ntyCaOfoRjtVF27K3SnaGaNkntIby/Suz/XKJN1KKgD+hAyQtWzxEsrAbdCYani2ROQ==",
|
|
4245
4397
|
"license": "MIT"
|
|
4246
4398
|
},
|
|
4247
4399
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4248
|
-
"version": "8.
|
|
4249
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
4250
|
-
"integrity": "sha512-
|
|
4400
|
+
"version": "8.24.0",
|
|
4401
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.24.0.tgz",
|
|
4402
|
+
"integrity": "sha512-WaJjoLzNqrhVUHudxv+O04OU5GRNVDfYb1s6fKDYV2VdCHRyl6LQ4v2zZmoeMbahg/S0AO4fyGWxAZS2D7Zuyw==",
|
|
4251
4403
|
"license": "MIT",
|
|
4252
4404
|
"dependencies": {
|
|
4253
4405
|
"@babel/helper-module-imports": "7.27.1",
|
|
4254
|
-
"@lwc/errors": "8.
|
|
4255
|
-
"@lwc/shared": "8.
|
|
4406
|
+
"@lwc/errors": "8.24.0",
|
|
4407
|
+
"@lwc/shared": "8.24.0",
|
|
4256
4408
|
"line-column": "~1.0.2"
|
|
4257
4409
|
},
|
|
4258
4410
|
"peerDependencies": {
|
|
@@ -4260,76 +4412,92 @@
|
|
|
4260
4412
|
}
|
|
4261
4413
|
},
|
|
4262
4414
|
"node_modules/@lwc/compiler": {
|
|
4263
|
-
"version": "8.
|
|
4264
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
4265
|
-
"integrity": "sha512-
|
|
4415
|
+
"version": "8.24.0",
|
|
4416
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.24.0.tgz",
|
|
4417
|
+
"integrity": "sha512-4WlQx1b7V0HlwQY3dLJ7XNdlLPRP8AQlNsfkgkbHGi1YtLx7acFr2ttGHBimsHc4uBHdqdguQ3IQD54agfj+CQ==",
|
|
4266
4418
|
"license": "MIT",
|
|
4267
4419
|
"peer": true,
|
|
4268
4420
|
"dependencies": {
|
|
4269
|
-
"@babel/core": "7.28.
|
|
4421
|
+
"@babel/core": "7.28.5",
|
|
4270
4422
|
"@babel/plugin-transform-async-generator-functions": "7.28.0",
|
|
4271
4423
|
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
|
4272
4424
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
4273
4425
|
"@babel/plugin-transform-object-rest-spread": "7.28.4",
|
|
4274
4426
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4275
|
-
"@lwc/babel-plugin-component": "8.
|
|
4276
|
-
"@lwc/errors": "8.
|
|
4277
|
-
"@lwc/shared": "8.
|
|
4278
|
-
"@lwc/ssr-compiler": "8.
|
|
4279
|
-
"@lwc/style-compiler": "8.
|
|
4280
|
-
"@lwc/template-compiler": "8.
|
|
4427
|
+
"@lwc/babel-plugin-component": "8.24.0",
|
|
4428
|
+
"@lwc/errors": "8.24.0",
|
|
4429
|
+
"@lwc/shared": "8.24.0",
|
|
4430
|
+
"@lwc/ssr-compiler": "8.24.0",
|
|
4431
|
+
"@lwc/style-compiler": "8.24.0",
|
|
4432
|
+
"@lwc/template-compiler": "8.24.0"
|
|
4281
4433
|
}
|
|
4282
4434
|
},
|
|
4283
4435
|
"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-
|
|
4436
|
+
"version": "13.2.19",
|
|
4437
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.19.tgz",
|
|
4438
|
+
"integrity": "sha512-bjkbqWplGaTlMqayh+m/UEJfi5ra3KbcuXNniCAALDV40xQPqhr2u1fj5j3G69ecAoILMMnIVPC6lWNsdRuWpw==",
|
|
4287
4439
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4288
4440
|
"dependencies": {
|
|
4289
|
-
"magic-string": "~0.30.
|
|
4441
|
+
"magic-string": "~0.30.21"
|
|
4290
4442
|
},
|
|
4291
4443
|
"peerDependencies": {
|
|
4292
4444
|
"@lwc/compiler": ">=8",
|
|
4293
4445
|
"@lwc/errors": ">=8"
|
|
4294
4446
|
}
|
|
4295
4447
|
},
|
|
4448
|
+
"node_modules/@lwc/dev-server-plugin-lex/node_modules/@jridgewell/sourcemap-codec": {
|
|
4449
|
+
"version": "1.5.5",
|
|
4450
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
4451
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
4452
|
+
"license": "MIT"
|
|
4453
|
+
},
|
|
4454
|
+
"node_modules/@lwc/dev-server-plugin-lex/node_modules/magic-string": {
|
|
4455
|
+
"version": "0.30.21",
|
|
4456
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
4457
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
4458
|
+
"license": "MIT",
|
|
4459
|
+
"dependencies": {
|
|
4460
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
4461
|
+
}
|
|
4462
|
+
},
|
|
4296
4463
|
"node_modules/@lwc/engine-core": {
|
|
4297
|
-
"version": "8.
|
|
4298
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.
|
|
4299
|
-
"integrity": "sha512-
|
|
4464
|
+
"version": "8.24.0",
|
|
4465
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.24.0.tgz",
|
|
4466
|
+
"integrity": "sha512-XYMx7wmVY84g7mWzEUUo/26gN3x6/H91Naaul5jKbFJXHrf1YQTF794S+5YPI82GlZYFiDNMYKqi3FXAqvyUpQ==",
|
|
4300
4467
|
"license": "MIT",
|
|
4301
4468
|
"dependencies": {
|
|
4302
|
-
"@lwc/features": "8.
|
|
4303
|
-
"@lwc/shared": "8.
|
|
4304
|
-
"@lwc/signals": "8.
|
|
4469
|
+
"@lwc/features": "8.24.0",
|
|
4470
|
+
"@lwc/shared": "8.24.0",
|
|
4471
|
+
"@lwc/signals": "8.24.0"
|
|
4305
4472
|
}
|
|
4306
4473
|
},
|
|
4307
4474
|
"node_modules/@lwc/engine-dom": {
|
|
4308
|
-
"version": "8.
|
|
4309
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.
|
|
4310
|
-
"integrity": "sha512-
|
|
4475
|
+
"version": "8.24.0",
|
|
4476
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.24.0.tgz",
|
|
4477
|
+
"integrity": "sha512-H0MeTt1DEYKY98m2ZblpSazuhZzKxxChi/iM/4n4fFWtBF87AAoQtGt1fFnEPCq9D9lGmVF28YQdBjL7NNw6nQ==",
|
|
4311
4478
|
"license": "MIT",
|
|
4312
4479
|
"peer": true
|
|
4313
4480
|
},
|
|
4314
4481
|
"node_modules/@lwc/engine-server": {
|
|
4315
|
-
"version": "8.
|
|
4316
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.
|
|
4317
|
-
"integrity": "sha512-
|
|
4482
|
+
"version": "8.24.0",
|
|
4483
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.24.0.tgz",
|
|
4484
|
+
"integrity": "sha512-FTgKGYj1pXtiUgXyi+m5BQCe4IMVAp8eF2sRY+NGV0INrmpKfVQaFd5aakGNl27EGEnr/kWUZrY+/dbtwErIdQ==",
|
|
4318
4485
|
"license": "MIT"
|
|
4319
4486
|
},
|
|
4320
4487
|
"node_modules/@lwc/errors": {
|
|
4321
|
-
"version": "8.
|
|
4322
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.
|
|
4323
|
-
"integrity": "sha512-
|
|
4488
|
+
"version": "8.24.0",
|
|
4489
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.24.0.tgz",
|
|
4490
|
+
"integrity": "sha512-shYEI9wjVXjKNRXAMAXHMZ23jvMuJIIkctwpkzFx09PcueflwXu9NfNsUlgK8662cOvnvlpAuYvcT+G0k1/wrw==",
|
|
4324
4491
|
"license": "MIT",
|
|
4325
4492
|
"peer": true
|
|
4326
4493
|
},
|
|
4327
4494
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
4328
|
-
"version": "3.
|
|
4329
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.
|
|
4330
|
-
"integrity": "sha512-
|
|
4495
|
+
"version": "3.3.0",
|
|
4496
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.3.0.tgz",
|
|
4497
|
+
"integrity": "sha512-qTcRGGTdBAfuPlJTL2sTk65skQHqnthz8TRx/1IasFZb+aljSn+CamnaPyzq8s2xAzQsS+NZJQoWlrZjyzzCzw==",
|
|
4331
4498
|
"license": "MIT",
|
|
4332
4499
|
"dependencies": {
|
|
4500
|
+
"fast-xml-parser": "^4.5.1",
|
|
4333
4501
|
"globals": "~15.14.0",
|
|
4334
4502
|
"minimatch": "~9.0.4"
|
|
4335
4503
|
},
|
|
@@ -4342,9 +4510,9 @@
|
|
|
4342
4510
|
}
|
|
4343
4511
|
},
|
|
4344
4512
|
"node_modules/@lwc/eslint-plugin-lwc-platform": {
|
|
4345
|
-
"version": "6.
|
|
4346
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.
|
|
4347
|
-
"integrity": "sha512-
|
|
4513
|
+
"version": "6.3.0",
|
|
4514
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.3.0.tgz",
|
|
4515
|
+
"integrity": "sha512-wlLiHeYureubt/JDhPllXbQcjJu58NMpiSkZMF6KRCBtZzHs4m6cxwpXJ1iy6d638/66O1B79FL3ZTC7v1hDxg==",
|
|
4348
4516
|
"license": "MIT",
|
|
4349
4517
|
"dependencies": {
|
|
4350
4518
|
"minimatch": "~5.1.1"
|
|
@@ -4357,6 +4525,48 @@
|
|
|
4357
4525
|
"eslint": "^9"
|
|
4358
4526
|
}
|
|
4359
4527
|
},
|
|
4528
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint-community/eslint-utils": {
|
|
4529
|
+
"version": "4.9.0",
|
|
4530
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
4531
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
4532
|
+
"license": "MIT",
|
|
4533
|
+
"dependencies": {
|
|
4534
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
4535
|
+
},
|
|
4536
|
+
"engines": {
|
|
4537
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4538
|
+
},
|
|
4539
|
+
"funding": {
|
|
4540
|
+
"url": "https://opencollective.com/eslint"
|
|
4541
|
+
},
|
|
4542
|
+
"peerDependencies": {
|
|
4543
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
4544
|
+
}
|
|
4545
|
+
},
|
|
4546
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
4547
|
+
"version": "3.4.3",
|
|
4548
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
4549
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
4550
|
+
"license": "Apache-2.0",
|
|
4551
|
+
"engines": {
|
|
4552
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4553
|
+
},
|
|
4554
|
+
"funding": {
|
|
4555
|
+
"url": "https://opencollective.com/eslint"
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
4558
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/core": {
|
|
4559
|
+
"version": "0.16.0",
|
|
4560
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
4561
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
4562
|
+
"license": "Apache-2.0",
|
|
4563
|
+
"dependencies": {
|
|
4564
|
+
"@types/json-schema": "^7.0.15"
|
|
4565
|
+
},
|
|
4566
|
+
"engines": {
|
|
4567
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4568
|
+
}
|
|
4569
|
+
},
|
|
4360
4570
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc": {
|
|
4361
4571
|
"version": "3.3.1",
|
|
4362
4572
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -4402,23 +4612,35 @@
|
|
|
4402
4612
|
"node": "*"
|
|
4403
4613
|
}
|
|
4404
4614
|
},
|
|
4615
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/js": {
|
|
4616
|
+
"version": "9.38.0",
|
|
4617
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
4618
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
4619
|
+
"license": "MIT",
|
|
4620
|
+
"engines": {
|
|
4621
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4622
|
+
},
|
|
4623
|
+
"funding": {
|
|
4624
|
+
"url": "https://eslint.org/donate"
|
|
4625
|
+
}
|
|
4626
|
+
},
|
|
4405
4627
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint": {
|
|
4406
|
-
"version": "9.
|
|
4628
|
+
"version": "9.38.0",
|
|
4407
4629
|
"license": "MIT",
|
|
4630
|
+
"peer": true,
|
|
4408
4631
|
"dependencies": {
|
|
4409
|
-
"@eslint-community/eslint-utils": "^4.
|
|
4632
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4410
4633
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4411
|
-
"@eslint/config-array": "^0.
|
|
4412
|
-
"@eslint/config-helpers": "^0.
|
|
4413
|
-
"@eslint/core": "^0.
|
|
4634
|
+
"@eslint/config-array": "^0.21.1",
|
|
4635
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
4636
|
+
"@eslint/core": "^0.16.0",
|
|
4414
4637
|
"@eslint/eslintrc": "^3.3.1",
|
|
4415
|
-
"@eslint/js": "9.
|
|
4416
|
-
"@eslint/plugin-kit": "^0.
|
|
4638
|
+
"@eslint/js": "9.38.0",
|
|
4639
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
4417
4640
|
"@humanfs/node": "^0.16.6",
|
|
4418
4641
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4419
4642
|
"@humanwhocodes/retry": "^0.4.2",
|
|
4420
4643
|
"@types/estree": "^1.0.6",
|
|
4421
|
-
"@types/json-schema": "^7.0.15",
|
|
4422
4644
|
"ajv": "^6.12.4",
|
|
4423
4645
|
"chalk": "^4.0.0",
|
|
4424
4646
|
"cross-spawn": "^7.0.6",
|
|
@@ -4632,38 +4854,80 @@
|
|
|
4632
4854
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4633
4855
|
}
|
|
4634
4856
|
},
|
|
4635
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/
|
|
4636
|
-
"version": "
|
|
4637
|
-
"resolved": "https://registry.npmjs.org/@eslint/
|
|
4638
|
-
"integrity": "sha512-
|
|
4857
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint-community/eslint-utils": {
|
|
4858
|
+
"version": "4.9.0",
|
|
4859
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
4860
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
4639
4861
|
"license": "MIT",
|
|
4640
4862
|
"dependencies": {
|
|
4641
|
-
"
|
|
4642
|
-
"debug": "^4.3.2",
|
|
4643
|
-
"espree": "^10.0.1",
|
|
4644
|
-
"globals": "^14.0.0",
|
|
4645
|
-
"ignore": "^5.2.0",
|
|
4646
|
-
"import-fresh": "^3.2.1",
|
|
4647
|
-
"js-yaml": "^4.1.0",
|
|
4648
|
-
"minimatch": "^3.1.2",
|
|
4649
|
-
"strip-json-comments": "^3.1.1"
|
|
4863
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
4650
4864
|
},
|
|
4651
4865
|
"engines": {
|
|
4652
|
-
"node": "^
|
|
4866
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4653
4867
|
},
|
|
4654
4868
|
"funding": {
|
|
4655
4869
|
"url": "https://opencollective.com/eslint"
|
|
4870
|
+
},
|
|
4871
|
+
"peerDependencies": {
|
|
4872
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
4656
4873
|
}
|
|
4657
4874
|
},
|
|
4658
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/
|
|
4659
|
-
"version": "
|
|
4660
|
-
"resolved": "https://registry.npmjs.org/
|
|
4661
|
-
"integrity": "sha512-
|
|
4662
|
-
"license": "
|
|
4663
|
-
"
|
|
4664
|
-
"
|
|
4665
|
-
|
|
4666
|
-
|
|
4875
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
4876
|
+
"version": "3.4.3",
|
|
4877
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
4878
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
4879
|
+
"license": "Apache-2.0",
|
|
4880
|
+
"engines": {
|
|
4881
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4882
|
+
},
|
|
4883
|
+
"funding": {
|
|
4884
|
+
"url": "https://opencollective.com/eslint"
|
|
4885
|
+
}
|
|
4886
|
+
},
|
|
4887
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/core": {
|
|
4888
|
+
"version": "0.16.0",
|
|
4889
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
4890
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
4891
|
+
"license": "Apache-2.0",
|
|
4892
|
+
"dependencies": {
|
|
4893
|
+
"@types/json-schema": "^7.0.15"
|
|
4894
|
+
},
|
|
4895
|
+
"engines": {
|
|
4896
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4897
|
+
}
|
|
4898
|
+
},
|
|
4899
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc": {
|
|
4900
|
+
"version": "3.3.1",
|
|
4901
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
4902
|
+
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
4903
|
+
"license": "MIT",
|
|
4904
|
+
"dependencies": {
|
|
4905
|
+
"ajv": "^6.12.4",
|
|
4906
|
+
"debug": "^4.3.2",
|
|
4907
|
+
"espree": "^10.0.1",
|
|
4908
|
+
"globals": "^14.0.0",
|
|
4909
|
+
"ignore": "^5.2.0",
|
|
4910
|
+
"import-fresh": "^3.2.1",
|
|
4911
|
+
"js-yaml": "^4.1.0",
|
|
4912
|
+
"minimatch": "^3.1.2",
|
|
4913
|
+
"strip-json-comments": "^3.1.1"
|
|
4914
|
+
},
|
|
4915
|
+
"engines": {
|
|
4916
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4917
|
+
},
|
|
4918
|
+
"funding": {
|
|
4919
|
+
"url": "https://opencollective.com/eslint"
|
|
4920
|
+
}
|
|
4921
|
+
},
|
|
4922
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
4923
|
+
"version": "1.1.11",
|
|
4924
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4925
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
4926
|
+
"license": "MIT",
|
|
4927
|
+
"dependencies": {
|
|
4928
|
+
"balanced-match": "^1.0.0",
|
|
4929
|
+
"concat-map": "0.0.1"
|
|
4930
|
+
}
|
|
4667
4931
|
},
|
|
4668
4932
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
4669
4933
|
"version": "14.0.0",
|
|
@@ -4689,23 +4953,35 @@
|
|
|
4689
4953
|
"node": "*"
|
|
4690
4954
|
}
|
|
4691
4955
|
},
|
|
4956
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/js": {
|
|
4957
|
+
"version": "9.38.0",
|
|
4958
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
4959
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
4960
|
+
"license": "MIT",
|
|
4961
|
+
"engines": {
|
|
4962
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4963
|
+
},
|
|
4964
|
+
"funding": {
|
|
4965
|
+
"url": "https://eslint.org/donate"
|
|
4966
|
+
}
|
|
4967
|
+
},
|
|
4692
4968
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint": {
|
|
4693
|
-
"version": "9.
|
|
4969
|
+
"version": "9.38.0",
|
|
4694
4970
|
"license": "MIT",
|
|
4971
|
+
"peer": true,
|
|
4695
4972
|
"dependencies": {
|
|
4696
|
-
"@eslint-community/eslint-utils": "^4.
|
|
4973
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4697
4974
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4698
|
-
"@eslint/config-array": "^0.
|
|
4699
|
-
"@eslint/config-helpers": "^0.
|
|
4700
|
-
"@eslint/core": "^0.
|
|
4975
|
+
"@eslint/config-array": "^0.21.1",
|
|
4976
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
4977
|
+
"@eslint/core": "^0.16.0",
|
|
4701
4978
|
"@eslint/eslintrc": "^3.3.1",
|
|
4702
|
-
"@eslint/js": "9.
|
|
4703
|
-
"@eslint/plugin-kit": "^0.
|
|
4979
|
+
"@eslint/js": "9.38.0",
|
|
4980
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
4704
4981
|
"@humanfs/node": "^0.16.6",
|
|
4705
4982
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4706
4983
|
"@humanwhocodes/retry": "^0.4.2",
|
|
4707
4984
|
"@types/estree": "^1.0.6",
|
|
4708
|
-
"@types/json-schema": "^7.0.15",
|
|
4709
4985
|
"ajv": "^6.12.4",
|
|
4710
4986
|
"chalk": "^4.0.0",
|
|
4711
4987
|
"cross-spawn": "^7.0.6",
|
|
@@ -4797,6 +5073,24 @@
|
|
|
4797
5073
|
"node": "*"
|
|
4798
5074
|
}
|
|
4799
5075
|
},
|
|
5076
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/fast-xml-parser": {
|
|
5077
|
+
"version": "4.5.3",
|
|
5078
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
5079
|
+
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
5080
|
+
"funding": [
|
|
5081
|
+
{
|
|
5082
|
+
"type": "github",
|
|
5083
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5084
|
+
}
|
|
5085
|
+
],
|
|
5086
|
+
"license": "MIT",
|
|
5087
|
+
"dependencies": {
|
|
5088
|
+
"strnum": "^1.1.1"
|
|
5089
|
+
},
|
|
5090
|
+
"bin": {
|
|
5091
|
+
"fxparser": "src/cli/cli.js"
|
|
5092
|
+
}
|
|
5093
|
+
},
|
|
4800
5094
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/file-entry-cache": {
|
|
4801
5095
|
"version": "8.0.0",
|
|
4802
5096
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
@@ -4922,29 +5216,41 @@
|
|
|
4922
5216
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4923
5217
|
}
|
|
4924
5218
|
},
|
|
5219
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/strnum": {
|
|
5220
|
+
"version": "1.1.2",
|
|
5221
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
|
|
5222
|
+
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
|
5223
|
+
"funding": [
|
|
5224
|
+
{
|
|
5225
|
+
"type": "github",
|
|
5226
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5227
|
+
}
|
|
5228
|
+
],
|
|
5229
|
+
"license": "MIT"
|
|
5230
|
+
},
|
|
4925
5231
|
"node_modules/@lwc/features": {
|
|
4926
|
-
"version": "8.
|
|
4927
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.
|
|
4928
|
-
"integrity": "sha512-
|
|
5232
|
+
"version": "8.24.0",
|
|
5233
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.24.0.tgz",
|
|
5234
|
+
"integrity": "sha512-h9FX63i6/wFUzU48jgrRxH3cmxdSZ/HRPwoR3jKb1qLKL0kKkWPF3EuRnXRgqhcD2qhFteTSAUgtwBcRFzvnSg==",
|
|
4929
5235
|
"license": "MIT",
|
|
4930
5236
|
"dependencies": {
|
|
4931
|
-
"@lwc/shared": "8.
|
|
5237
|
+
"@lwc/shared": "8.24.0"
|
|
4932
5238
|
}
|
|
4933
5239
|
},
|
|
4934
5240
|
"node_modules/@lwc/lwc-dev-server": {
|
|
4935
|
-
"version": "13.2.
|
|
4936
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.
|
|
4937
|
-
"integrity": "sha512-
|
|
5241
|
+
"version": "13.2.19",
|
|
5242
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.19.tgz",
|
|
5243
|
+
"integrity": "sha512-vagT4FcY39Z5ryhRwpdeNLWB07zm+IECDHhaVGJWGh4+C3hxnY4Fq5BHtVQOSbVSnR2H23+K8B0klUAhWnb04w==",
|
|
4938
5244
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4939
5245
|
"dependencies": {
|
|
4940
|
-
"@lwc/lwc-dev-server-types": "13.2.
|
|
4941
|
-
"@lwc/sfdc-lwc-compiler": "13.2.
|
|
4942
|
-
"chalk": "~5.
|
|
5246
|
+
"@lwc/lwc-dev-server-types": "13.2.19",
|
|
5247
|
+
"@lwc/sfdc-lwc-compiler": "13.2.19",
|
|
5248
|
+
"chalk": "~5.6.2",
|
|
4943
5249
|
"chokidar": "~3.6.0",
|
|
4944
|
-
"commander": "~
|
|
4945
|
-
"fast-xml-parser": "^5.
|
|
4946
|
-
"glob": "^
|
|
4947
|
-
"ws": "^8.18.
|
|
5250
|
+
"commander": "~14.0.2",
|
|
5251
|
+
"fast-xml-parser": "^5.3.0",
|
|
5252
|
+
"glob": "^11.0.3",
|
|
5253
|
+
"ws": "^8.18.3"
|
|
4948
5254
|
},
|
|
4949
5255
|
"engines": {
|
|
4950
5256
|
"node": ">=16"
|
|
@@ -4955,18 +5261,18 @@
|
|
|
4955
5261
|
}
|
|
4956
5262
|
},
|
|
4957
5263
|
"node_modules/@lwc/lwc-dev-server-types": {
|
|
4958
|
-
"version": "13.2.
|
|
4959
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.
|
|
4960
|
-
"integrity": "sha512-
|
|
5264
|
+
"version": "13.2.19",
|
|
5265
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.19.tgz",
|
|
5266
|
+
"integrity": "sha512-BU4ZN6lMMa1+IhpH7SVmAWhimdXffV3/Ti7EYRf5TFB12OYTCACpDbv/qpL4CEpPDOMjWUOI5jZgP8FbPuHWSg==",
|
|
4961
5267
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4962
5268
|
"peerDependencies": {
|
|
4963
5269
|
"@lwc/compiler": ">=8"
|
|
4964
5270
|
}
|
|
4965
5271
|
},
|
|
4966
5272
|
"node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
|
|
4967
|
-
"version": "5.
|
|
4968
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
4969
|
-
"integrity": "sha512-
|
|
5273
|
+
"version": "5.6.2",
|
|
5274
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
5275
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
4970
5276
|
"license": "MIT",
|
|
4971
5277
|
"engines": {
|
|
4972
5278
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -4976,269 +5282,175 @@
|
|
|
4976
5282
|
}
|
|
4977
5283
|
},
|
|
4978
5284
|
"node_modules/@lwc/lwc-dev-server/node_modules/commander": {
|
|
4979
|
-
"version": "
|
|
4980
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
4981
|
-
"integrity": "sha512-
|
|
5285
|
+
"version": "14.0.2",
|
|
5286
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
5287
|
+
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
4982
5288
|
"license": "MIT",
|
|
4983
5289
|
"engines": {
|
|
4984
|
-
"node": ">=
|
|
5290
|
+
"node": ">=20"
|
|
4985
5291
|
}
|
|
4986
5292
|
},
|
|
4987
|
-
"node_modules/@lwc/
|
|
4988
|
-
"version": "
|
|
4989
|
-
"resolved": "https://registry.npmjs.org
|
|
4990
|
-
"integrity": "sha512-
|
|
4991
|
-
"license": "
|
|
4992
|
-
"peer": true,
|
|
5293
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/foreground-child": {
|
|
5294
|
+
"version": "3.3.1",
|
|
5295
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
5296
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
5297
|
+
"license": "ISC",
|
|
4993
5298
|
"dependencies": {
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4996
|
-
"@babel/types": "~7.27.6",
|
|
4997
|
-
"@lwc/sfdc-compiler-utils": "13.2.7",
|
|
4998
|
-
"postcss": "~8.5.5",
|
|
4999
|
-
"postcss-selector-parser": "~6.1.2",
|
|
5000
|
-
"postcss-value-parser": "~4.2.0"
|
|
5299
|
+
"cross-spawn": "^7.0.6",
|
|
5300
|
+
"signal-exit": "^4.0.1"
|
|
5001
5301
|
},
|
|
5002
5302
|
"engines": {
|
|
5003
5303
|
"node": ">=14"
|
|
5004
5304
|
},
|
|
5005
|
-
"
|
|
5006
|
-
"
|
|
5007
|
-
"@lwc/template-compiler": ">=8"
|
|
5305
|
+
"funding": {
|
|
5306
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5008
5307
|
}
|
|
5009
5308
|
},
|
|
5010
|
-
"node_modules/@lwc/
|
|
5011
|
-
"version": "
|
|
5012
|
-
"resolved": "https://registry.npmjs.org
|
|
5013
|
-
"integrity": "sha512-
|
|
5014
|
-
"license": "
|
|
5309
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/glob": {
|
|
5310
|
+
"version": "11.0.3",
|
|
5311
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
|
|
5312
|
+
"integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
|
|
5313
|
+
"license": "ISC",
|
|
5015
5314
|
"dependencies": {
|
|
5016
|
-
"
|
|
5315
|
+
"foreground-child": "^3.3.1",
|
|
5316
|
+
"jackspeak": "^4.1.1",
|
|
5317
|
+
"minimatch": "^10.0.3",
|
|
5318
|
+
"minipass": "^7.1.2",
|
|
5319
|
+
"package-json-from-dist": "^1.0.0",
|
|
5320
|
+
"path-scurry": "^2.0.0"
|
|
5017
5321
|
},
|
|
5018
5322
|
"bin": {
|
|
5019
|
-
"
|
|
5323
|
+
"glob": "dist/esm/bin.mjs"
|
|
5020
5324
|
},
|
|
5021
5325
|
"engines": {
|
|
5022
|
-
"node": ">=
|
|
5023
|
-
}
|
|
5024
|
-
},
|
|
5025
|
-
"node_modules/@lwc/metadata/node_modules/@babel/parser/node_modules/@babel/types": {
|
|
5026
|
-
"version": "7.28.4",
|
|
5027
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
|
|
5028
|
-
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
|
|
5029
|
-
"license": "MIT",
|
|
5030
|
-
"dependencies": {
|
|
5031
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
5032
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5326
|
+
"node": "20 || >=22"
|
|
5033
5327
|
},
|
|
5034
|
-
"
|
|
5035
|
-
"
|
|
5328
|
+
"funding": {
|
|
5329
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5036
5330
|
}
|
|
5037
5331
|
},
|
|
5038
|
-
"node_modules/@lwc/
|
|
5039
|
-
"version": "
|
|
5040
|
-
"resolved": "https://registry.npmjs.org
|
|
5041
|
-
"integrity": "sha512-
|
|
5042
|
-
"license": "
|
|
5332
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/jackspeak": {
|
|
5333
|
+
"version": "4.1.1",
|
|
5334
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
|
|
5335
|
+
"integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
|
|
5336
|
+
"license": "BlueOak-1.0.0",
|
|
5043
5337
|
"dependencies": {
|
|
5044
|
-
"@
|
|
5045
|
-
"@babel/generator": "^7.27.5",
|
|
5046
|
-
"@babel/parser": "^7.27.7",
|
|
5047
|
-
"@babel/template": "^7.27.2",
|
|
5048
|
-
"@babel/types": "^7.27.7",
|
|
5049
|
-
"debug": "^4.3.1",
|
|
5050
|
-
"globals": "^11.1.0"
|
|
5338
|
+
"@isaacs/cliui": "^8.0.2"
|
|
5051
5339
|
},
|
|
5052
5340
|
"engines": {
|
|
5053
|
-
"node": ">=
|
|
5054
|
-
}
|
|
5055
|
-
},
|
|
5056
|
-
"node_modules/@lwc/metadata/node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
5057
|
-
"version": "7.28.4",
|
|
5058
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
|
|
5059
|
-
"integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
|
|
5060
|
-
"license": "MIT",
|
|
5061
|
-
"dependencies": {
|
|
5062
|
-
"@babel/types": "^7.28.4"
|
|
5063
|
-
},
|
|
5064
|
-
"bin": {
|
|
5065
|
-
"parser": "bin/babel-parser.js"
|
|
5341
|
+
"node": "20 || >=22"
|
|
5066
5342
|
},
|
|
5067
|
-
"
|
|
5068
|
-
"
|
|
5343
|
+
"funding": {
|
|
5344
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5069
5345
|
}
|
|
5070
5346
|
},
|
|
5071
|
-
"node_modules/@lwc/
|
|
5072
|
-
"version": "
|
|
5073
|
-
"resolved": "https://registry.npmjs.org
|
|
5074
|
-
"integrity": "sha512-
|
|
5075
|
-
"license": "
|
|
5076
|
-
"dependencies": {
|
|
5077
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
5078
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5079
|
-
},
|
|
5347
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/lru-cache": {
|
|
5348
|
+
"version": "11.2.2",
|
|
5349
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
5350
|
+
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
|
5351
|
+
"license": "ISC",
|
|
5080
5352
|
"engines": {
|
|
5081
|
-
"node": ">=
|
|
5353
|
+
"node": "20 || >=22"
|
|
5082
5354
|
}
|
|
5083
5355
|
},
|
|
5084
|
-
"node_modules/@lwc/
|
|
5085
|
-
"version": "
|
|
5086
|
-
"resolved": "https://registry.npmjs.org
|
|
5087
|
-
"integrity": "sha512-
|
|
5088
|
-
"license": "
|
|
5356
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/minimatch": {
|
|
5357
|
+
"version": "10.1.1",
|
|
5358
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
5359
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
5360
|
+
"license": "BlueOak-1.0.0",
|
|
5089
5361
|
"dependencies": {
|
|
5090
|
-
"@
|
|
5091
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5362
|
+
"@isaacs/brace-expansion": "^5.0.0"
|
|
5092
5363
|
},
|
|
5093
5364
|
"engines": {
|
|
5094
|
-
"node": ">=
|
|
5095
|
-
}
|
|
5096
|
-
},
|
|
5097
|
-
"node_modules/@lwc/module-resolver": {
|
|
5098
|
-
"version": "8.23.0",
|
|
5099
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.23.0.tgz",
|
|
5100
|
-
"integrity": "sha512-ZqZ/402NvVswMK2HMhwH6Fmkzn19xn5Yx7VZr1QmIefKXr8OKqFSlsySujN3CSwNH9XHybyREWe4TXlkT7LHFw==",
|
|
5101
|
-
"license": "MIT",
|
|
5102
|
-
"peer": true,
|
|
5103
|
-
"dependencies": {
|
|
5104
|
-
"resolve": "~1.22.10"
|
|
5105
|
-
}
|
|
5106
|
-
},
|
|
5107
|
-
"node_modules/@lwc/rollup-plugin": {
|
|
5108
|
-
"version": "8.23.0",
|
|
5109
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.23.0.tgz",
|
|
5110
|
-
"integrity": "sha512-bDlnRXWOVN4VE+/h1dj2KXuej9bED2A07CtxHPepCH4iIwpN6w+s/495zDndJgO/VppnZ3ZUiUooUrcDOrOmBA==",
|
|
5111
|
-
"license": "MIT",
|
|
5112
|
-
"dependencies": {
|
|
5113
|
-
"@lwc/compiler": "8.23.0",
|
|
5114
|
-
"@lwc/module-resolver": "8.23.0",
|
|
5115
|
-
"@lwc/shared": "8.23.0",
|
|
5116
|
-
"@rollup/pluginutils": "~5.3.0"
|
|
5365
|
+
"node": "20 || >=22"
|
|
5117
5366
|
},
|
|
5118
|
-
"
|
|
5119
|
-
"
|
|
5367
|
+
"funding": {
|
|
5368
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5120
5369
|
}
|
|
5121
5370
|
},
|
|
5122
|
-
"node_modules/@lwc/
|
|
5123
|
-
"version": "
|
|
5124
|
-
"resolved": "https://registry.npmjs.org
|
|
5125
|
-
"integrity": "sha512-
|
|
5126
|
-
"license": "
|
|
5371
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/path-scurry": {
|
|
5372
|
+
"version": "2.0.0",
|
|
5373
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
5374
|
+
"integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
|
5375
|
+
"license": "BlueOak-1.0.0",
|
|
5127
5376
|
"dependencies": {
|
|
5128
|
-
"
|
|
5129
|
-
"
|
|
5130
|
-
"picomatch": "^4.0.2"
|
|
5377
|
+
"lru-cache": "^11.0.0",
|
|
5378
|
+
"minipass": "^7.1.2"
|
|
5131
5379
|
},
|
|
5132
5380
|
"engines": {
|
|
5133
|
-
"node": ">=
|
|
5381
|
+
"node": "20 || >=22"
|
|
5134
5382
|
},
|
|
5135
|
-
"
|
|
5136
|
-
"
|
|
5137
|
-
},
|
|
5138
|
-
"peerDependenciesMeta": {
|
|
5139
|
-
"rollup": {
|
|
5140
|
-
"optional": true
|
|
5141
|
-
}
|
|
5383
|
+
"funding": {
|
|
5384
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5142
5385
|
}
|
|
5143
5386
|
},
|
|
5144
|
-
"node_modules/@lwc/
|
|
5145
|
-
"version": "
|
|
5146
|
-
"resolved": "https://registry.npmjs.org/
|
|
5147
|
-
"integrity": "sha512-
|
|
5148
|
-
"license": "
|
|
5149
|
-
},
|
|
5150
|
-
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
5151
|
-
"version": "13.2.7",
|
|
5152
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.7.tgz",
|
|
5153
|
-
"integrity": "sha512-vONz/KO8K8edhNeCHOMqImwvqNoAZYWyu0rcvH1IsoQo6EjAClz2qTWNGFGycCnhAOKrDAPxI/odzVoS1sw8Ew==",
|
|
5154
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5155
|
-
"peer": true,
|
|
5387
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/signal-exit": {
|
|
5388
|
+
"version": "4.1.0",
|
|
5389
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
5390
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
5391
|
+
"license": "ISC",
|
|
5156
5392
|
"engines": {
|
|
5157
5393
|
"node": ">=14"
|
|
5394
|
+
},
|
|
5395
|
+
"funding": {
|
|
5396
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5158
5397
|
}
|
|
5159
5398
|
},
|
|
5160
|
-
"node_modules/@lwc/
|
|
5161
|
-
"version": "13.2.
|
|
5162
|
-
"resolved": "https://registry.npmjs.org/@lwc/
|
|
5163
|
-
"integrity": "sha512-
|
|
5399
|
+
"node_modules/@lwc/metadata": {
|
|
5400
|
+
"version": "13.2.19",
|
|
5401
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.19.tgz",
|
|
5402
|
+
"integrity": "sha512-qX6oMGYfyqXBBq+xEhyj9qTxTrIQuNZ0rTxX8j9QjIM4VZkeJiWkirerDvdlqpPjH1MoqElh+hm60YpZGmUKTw==",
|
|
5164
5403
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5404
|
+
"peer": true,
|
|
5165
5405
|
"dependencies": {
|
|
5166
|
-
"@babel/
|
|
5167
|
-
"@babel/
|
|
5168
|
-
"@babel/
|
|
5169
|
-
"@
|
|
5170
|
-
"
|
|
5171
|
-
"
|
|
5172
|
-
"
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
"
|
|
5176
|
-
"@lwc/metadata": "13.2.7",
|
|
5177
|
-
"@lwc/sfdc-compiler-utils": "13.2.7",
|
|
5178
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
5179
|
-
"@rollup/plugin-replace": "^6.0.2",
|
|
5180
|
-
"@rollup/wasm-node": "4.10.0",
|
|
5181
|
-
"@salesforce/eslint-config-lwc": "4.0.0-beta.5",
|
|
5182
|
-
"@salesforce/eslint-plugin-lightning": "2.0.0-beta.1",
|
|
5183
|
-
"@swc/wasm": "1.4.16",
|
|
5184
|
-
"astring": "~1.8.6",
|
|
5185
|
-
"doctrine": "~3.0.0",
|
|
5186
|
-
"eslint": "~9.29.0",
|
|
5187
|
-
"eslint-plugin-import": "~2.31.0",
|
|
5188
|
-
"eslint-plugin-jest": "~28.13.5",
|
|
5189
|
-
"gray-matter": "~4.0.3",
|
|
5190
|
-
"line-column": "~1.0.2",
|
|
5191
|
-
"magic-string": "~0.30.17",
|
|
5192
|
-
"markdown-it": "~14.1.0",
|
|
5193
|
-
"parse5-sax-parser": "~6.0.1",
|
|
5194
|
-
"postcss": "~8.5.5",
|
|
5195
|
-
"postcss-selector-parser": "~6.1.2",
|
|
5196
|
-
"terser": "~5.36.0"
|
|
5406
|
+
"@babel/parser": "~7.28.5",
|
|
5407
|
+
"@babel/traverse": "~7.28.5",
|
|
5408
|
+
"@babel/types": "~7.28.5",
|
|
5409
|
+
"@lwc/sfdc-compiler-utils": "13.2.19",
|
|
5410
|
+
"postcss": "~8.5.6",
|
|
5411
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5412
|
+
"postcss-value-parser": "~4.2.0"
|
|
5413
|
+
},
|
|
5414
|
+
"engines": {
|
|
5415
|
+
"node": ">=14"
|
|
5197
5416
|
},
|
|
5198
5417
|
"peerDependencies": {
|
|
5199
|
-
"@lwc/compiler": ">=8",
|
|
5200
5418
|
"@lwc/errors": ">=8",
|
|
5201
5419
|
"@lwc/template-compiler": ">=8"
|
|
5202
5420
|
}
|
|
5203
5421
|
},
|
|
5204
|
-
"node_modules/@lwc/
|
|
5205
|
-
"version": "7.
|
|
5206
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5207
|
-
"integrity": "sha512-
|
|
5422
|
+
"node_modules/@lwc/metadata/node_modules/@babel/generator": {
|
|
5423
|
+
"version": "7.28.5",
|
|
5424
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
5425
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
5208
5426
|
"license": "MIT",
|
|
5209
|
-
"peer": true,
|
|
5210
5427
|
"dependencies": {
|
|
5211
|
-
"@
|
|
5212
|
-
"@babel/
|
|
5213
|
-
"@
|
|
5214
|
-
"@
|
|
5215
|
-
"
|
|
5216
|
-
"@babel/helpers": "^7.27.4",
|
|
5217
|
-
"@babel/parser": "^7.27.4",
|
|
5218
|
-
"@babel/template": "^7.27.2",
|
|
5219
|
-
"@babel/traverse": "^7.27.4",
|
|
5220
|
-
"@babel/types": "^7.27.3",
|
|
5221
|
-
"convert-source-map": "^2.0.0",
|
|
5222
|
-
"debug": "^4.1.0",
|
|
5223
|
-
"gensync": "^1.0.0-beta.2",
|
|
5224
|
-
"json5": "^2.2.3",
|
|
5225
|
-
"semver": "^6.3.1"
|
|
5428
|
+
"@babel/parser": "^7.28.5",
|
|
5429
|
+
"@babel/types": "^7.28.5",
|
|
5430
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5431
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5432
|
+
"jsesc": "^3.0.2"
|
|
5226
5433
|
},
|
|
5227
5434
|
"engines": {
|
|
5228
5435
|
"node": ">=6.9.0"
|
|
5229
|
-
},
|
|
5230
|
-
"funding": {
|
|
5231
|
-
"type": "opencollective",
|
|
5232
|
-
"url": "https://opencollective.com/babel"
|
|
5233
5436
|
}
|
|
5234
5437
|
},
|
|
5235
|
-
"node_modules/@lwc/
|
|
5236
|
-
"version": "7.28.
|
|
5237
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5238
|
-
"integrity": "sha512-
|
|
5438
|
+
"node_modules/@lwc/metadata/node_modules/@babel/helper-validator-identifier": {
|
|
5439
|
+
"version": "7.28.5",
|
|
5440
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5441
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
5442
|
+
"license": "MIT",
|
|
5443
|
+
"engines": {
|
|
5444
|
+
"node": ">=6.9.0"
|
|
5445
|
+
}
|
|
5446
|
+
},
|
|
5447
|
+
"node_modules/@lwc/metadata/node_modules/@babel/parser": {
|
|
5448
|
+
"version": "7.28.5",
|
|
5449
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5450
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5239
5451
|
"license": "MIT",
|
|
5240
5452
|
"dependencies": {
|
|
5241
|
-
"@babel/types": "^7.28.
|
|
5453
|
+
"@babel/types": "^7.28.5"
|
|
5242
5454
|
},
|
|
5243
5455
|
"bin": {
|
|
5244
5456
|
"parser": "bin/babel-parser.js"
|
|
@@ -5247,221 +5459,275 @@
|
|
|
5247
5459
|
"node": ">=6.0.0"
|
|
5248
5460
|
}
|
|
5249
5461
|
},
|
|
5250
|
-
"node_modules/@lwc/
|
|
5251
|
-
"version": "7.28.
|
|
5252
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.
|
|
5253
|
-
"integrity": "sha512-
|
|
5462
|
+
"node_modules/@lwc/metadata/node_modules/@babel/traverse": {
|
|
5463
|
+
"version": "7.28.5",
|
|
5464
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
5465
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
5254
5466
|
"license": "MIT",
|
|
5255
5467
|
"dependencies": {
|
|
5256
5468
|
"@babel/code-frame": "^7.27.1",
|
|
5257
|
-
"@babel/generator": "^7.28.
|
|
5469
|
+
"@babel/generator": "^7.28.5",
|
|
5258
5470
|
"@babel/helper-globals": "^7.28.0",
|
|
5259
|
-
"@babel/parser": "^7.28.
|
|
5471
|
+
"@babel/parser": "^7.28.5",
|
|
5260
5472
|
"@babel/template": "^7.27.2",
|
|
5261
|
-
"@babel/types": "^7.28.
|
|
5473
|
+
"@babel/types": "^7.28.5",
|
|
5262
5474
|
"debug": "^4.3.1"
|
|
5263
5475
|
},
|
|
5264
5476
|
"engines": {
|
|
5265
5477
|
"node": ">=6.9.0"
|
|
5266
5478
|
}
|
|
5267
5479
|
},
|
|
5268
|
-
"node_modules/@lwc/
|
|
5269
|
-
"version": "7.28.
|
|
5270
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
5271
|
-
"integrity": "sha512-
|
|
5480
|
+
"node_modules/@lwc/metadata/node_modules/@babel/types": {
|
|
5481
|
+
"version": "7.28.5",
|
|
5482
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
5483
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
5272
5484
|
"license": "MIT",
|
|
5273
5485
|
"dependencies": {
|
|
5274
5486
|
"@babel/helper-string-parser": "^7.27.1",
|
|
5275
|
-
"@babel/helper-validator-identifier": "^7.
|
|
5487
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
5276
5488
|
},
|
|
5277
5489
|
"engines": {
|
|
5278
5490
|
"node": ">=6.9.0"
|
|
5279
5491
|
}
|
|
5280
5492
|
},
|
|
5281
|
-
"node_modules/@lwc/
|
|
5282
|
-
"version": "
|
|
5283
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5284
|
-
"integrity": "sha512-
|
|
5493
|
+
"node_modules/@lwc/module-resolver": {
|
|
5494
|
+
"version": "8.24.0",
|
|
5495
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.24.0.tgz",
|
|
5496
|
+
"integrity": "sha512-Mqj5PCU46coyUMWZ527JC6EwEv0DdIxEJpSK5RgLjgCGdSK7NXYx2zvTnIbWiLLpcj9u82DvFs/FFJu7ixTHbA==",
|
|
5285
5497
|
"license": "MIT",
|
|
5498
|
+
"peer": true,
|
|
5286
5499
|
"dependencies": {
|
|
5287
|
-
"
|
|
5288
|
-
},
|
|
5289
|
-
"bin": {
|
|
5290
|
-
"parser": "bin/babel-parser.js"
|
|
5291
|
-
},
|
|
5292
|
-
"engines": {
|
|
5293
|
-
"node": ">=6.0.0"
|
|
5500
|
+
"resolve": "~1.22.11"
|
|
5294
5501
|
}
|
|
5295
5502
|
},
|
|
5296
|
-
"node_modules/@lwc/
|
|
5297
|
-
"version": "
|
|
5298
|
-
"resolved": "https://registry.npmjs.org
|
|
5299
|
-
"integrity": "sha512-
|
|
5503
|
+
"node_modules/@lwc/module-resolver/node_modules/resolve": {
|
|
5504
|
+
"version": "1.22.11",
|
|
5505
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
5506
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
5300
5507
|
"license": "MIT",
|
|
5301
5508
|
"dependencies": {
|
|
5302
|
-
"
|
|
5303
|
-
"
|
|
5509
|
+
"is-core-module": "^2.16.1",
|
|
5510
|
+
"path-parse": "^1.0.7",
|
|
5511
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
5512
|
+
},
|
|
5513
|
+
"bin": {
|
|
5514
|
+
"resolve": "bin/resolve"
|
|
5304
5515
|
},
|
|
5305
5516
|
"engines": {
|
|
5306
|
-
"node": ">=
|
|
5517
|
+
"node": ">= 0.4"
|
|
5518
|
+
},
|
|
5519
|
+
"funding": {
|
|
5520
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
5307
5521
|
}
|
|
5308
5522
|
},
|
|
5309
|
-
"node_modules/@lwc/
|
|
5310
|
-
"version": "
|
|
5311
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5312
|
-
"integrity": "sha512-
|
|
5523
|
+
"node_modules/@lwc/rollup-plugin": {
|
|
5524
|
+
"version": "8.24.0",
|
|
5525
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.24.0.tgz",
|
|
5526
|
+
"integrity": "sha512-rPRDIdaw9q2A0jG03exzPmZe2YemGPgT9RCH6QPFppTl9s4MpiozLZvnyzJxLRXWIj2e3fu5Yq0o02e5EquqKw==",
|
|
5313
5527
|
"license": "MIT",
|
|
5314
5528
|
"dependencies": {
|
|
5315
|
-
"@
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
"
|
|
5529
|
+
"@lwc/compiler": "8.24.0",
|
|
5530
|
+
"@lwc/module-resolver": "8.24.0",
|
|
5531
|
+
"@lwc/shared": "8.24.0",
|
|
5532
|
+
"@rollup/pluginutils": "~5.3.0"
|
|
5319
5533
|
},
|
|
5320
5534
|
"peerDependencies": {
|
|
5321
|
-
"
|
|
5535
|
+
"rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0"
|
|
5322
5536
|
}
|
|
5323
5537
|
},
|
|
5324
|
-
"node_modules/@lwc/
|
|
5325
|
-
"version": "
|
|
5326
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5327
|
-
"integrity": "sha512-
|
|
5538
|
+
"node_modules/@lwc/rollup-plugin/node_modules/@rollup/pluginutils": {
|
|
5539
|
+
"version": "5.3.0",
|
|
5540
|
+
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
|
|
5541
|
+
"integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
|
|
5328
5542
|
"license": "MIT",
|
|
5329
5543
|
"dependencies": {
|
|
5330
|
-
"@
|
|
5544
|
+
"@types/estree": "^1.0.0",
|
|
5545
|
+
"estree-walker": "^2.0.2",
|
|
5546
|
+
"picomatch": "^4.0.2"
|
|
5331
5547
|
},
|
|
5332
5548
|
"engines": {
|
|
5333
|
-
"node": ">=
|
|
5549
|
+
"node": ">=14.0.0"
|
|
5334
5550
|
},
|
|
5335
5551
|
"peerDependencies": {
|
|
5336
|
-
"
|
|
5552
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
5553
|
+
},
|
|
5554
|
+
"peerDependenciesMeta": {
|
|
5555
|
+
"rollup": {
|
|
5556
|
+
"optional": true
|
|
5557
|
+
}
|
|
5337
5558
|
}
|
|
5338
5559
|
},
|
|
5339
|
-
"node_modules/@lwc/
|
|
5340
|
-
"version": "
|
|
5341
|
-
"resolved": "https://registry.npmjs.org
|
|
5342
|
-
"integrity": "sha512-
|
|
5343
|
-
"license": "MIT"
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5560
|
+
"node_modules/@lwc/rollup-plugin/node_modules/estree-walker": {
|
|
5561
|
+
"version": "2.0.2",
|
|
5562
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
5563
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
5564
|
+
"license": "MIT"
|
|
5565
|
+
},
|
|
5566
|
+
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
5567
|
+
"version": "13.2.19",
|
|
5568
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.19.tgz",
|
|
5569
|
+
"integrity": "sha512-Os9s6G+V7RnsnHd+qtz+mB0pQuoudExI622zKJCHe6TdmMPVUGnRjHkyFcw0d0i+JPImF5PkJuZ2QYqcDoPplA==",
|
|
5570
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5571
|
+
"peer": true,
|
|
5347
5572
|
"engines": {
|
|
5348
|
-
"node": ">=
|
|
5573
|
+
"node": ">=14"
|
|
5574
|
+
}
|
|
5575
|
+
},
|
|
5576
|
+
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5577
|
+
"version": "13.2.19",
|
|
5578
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.19.tgz",
|
|
5579
|
+
"integrity": "sha512-8w1Wvc1q/0Vl6xWEyA34wWsyUJ5rdhsSQRJfQ7BOyVzhHas5EoZQ4rPh7z4aC7npA++EStOnm7fdbPK1aqNBMg==",
|
|
5580
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5581
|
+
"dependencies": {
|
|
5582
|
+
"@babel/core": "7.28.5",
|
|
5583
|
+
"@babel/parser": "7.28.5",
|
|
5584
|
+
"@babel/plugin-syntax-decorators": "7.27.1",
|
|
5585
|
+
"@babel/preset-typescript": "7.28.5",
|
|
5586
|
+
"@babel/traverse": "7.28.5",
|
|
5587
|
+
"@babel/types": "7.28.5",
|
|
5588
|
+
"@komaci/esm-generator": "260.31.0",
|
|
5589
|
+
"@lwc/dev-server-plugin-lex": "13.2.19",
|
|
5590
|
+
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5591
|
+
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5592
|
+
"@lwc/metadata": "13.2.19",
|
|
5593
|
+
"@lwc/sfdc-compiler-utils": "13.2.19",
|
|
5594
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
5595
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
5596
|
+
"@rollup/wasm-node": "4.52.5",
|
|
5597
|
+
"@salesforce/eslint-config-lwc": "4.1.1",
|
|
5598
|
+
"@salesforce/eslint-plugin-lightning": "2.0.0",
|
|
5599
|
+
"@swc/wasm": "1.14.0",
|
|
5600
|
+
"astring": "~1.9.0",
|
|
5601
|
+
"doctrine": "~3.0.0",
|
|
5602
|
+
"eslint": "~9.38.0",
|
|
5603
|
+
"eslint-plugin-import": "~2.32.0",
|
|
5604
|
+
"eslint-plugin-jest": "~29.0.1",
|
|
5605
|
+
"gray-matter": "~4.0.3",
|
|
5606
|
+
"line-column": "~1.0.2",
|
|
5607
|
+
"magic-string": "~0.30.21",
|
|
5608
|
+
"markdown-it": "~14.1.0",
|
|
5609
|
+
"parse5-sax-parser": "~8.0.0",
|
|
5610
|
+
"postcss": "~8.5.6",
|
|
5611
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5612
|
+
"terser": "~5.44.0"
|
|
5349
5613
|
},
|
|
5350
5614
|
"peerDependencies": {
|
|
5351
|
-
"@
|
|
5615
|
+
"@lwc/compiler": ">=8",
|
|
5616
|
+
"@lwc/errors": ">=8",
|
|
5617
|
+
"@lwc/template-compiler": ">=8"
|
|
5352
5618
|
}
|
|
5353
5619
|
},
|
|
5354
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5355
|
-
"version": "7.
|
|
5356
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5357
|
-
"integrity": "sha512-
|
|
5620
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator": {
|
|
5621
|
+
"version": "7.28.5",
|
|
5622
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
5623
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
5358
5624
|
"license": "MIT",
|
|
5359
5625
|
"dependencies": {
|
|
5360
|
-
"@babel/
|
|
5361
|
-
"@babel/
|
|
5626
|
+
"@babel/parser": "^7.28.5",
|
|
5627
|
+
"@babel/types": "^7.28.5",
|
|
5628
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5629
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5630
|
+
"jsesc": "^3.0.2"
|
|
5362
5631
|
},
|
|
5363
5632
|
"engines": {
|
|
5364
5633
|
"node": ">=6.9.0"
|
|
5365
|
-
},
|
|
5366
|
-
"peerDependencies": {
|
|
5367
|
-
"@babel/core": "^7.0.0-0"
|
|
5368
5634
|
}
|
|
5369
5635
|
},
|
|
5370
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5371
|
-
"version": "7.28.
|
|
5372
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5373
|
-
"integrity": "sha512-
|
|
5636
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-validator-identifier": {
|
|
5637
|
+
"version": "7.28.5",
|
|
5638
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5639
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
5374
5640
|
"license": "MIT",
|
|
5375
|
-
"dependencies": {
|
|
5376
|
-
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
5377
|
-
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
5378
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5379
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
5380
|
-
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
5381
|
-
},
|
|
5382
5641
|
"engines": {
|
|
5383
5642
|
"node": ">=6.9.0"
|
|
5384
|
-
},
|
|
5385
|
-
"peerDependencies": {
|
|
5386
|
-
"@babel/core": "^7.0.0-0"
|
|
5387
5643
|
}
|
|
5388
5644
|
},
|
|
5389
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5390
|
-
"version": "7.
|
|
5391
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5392
|
-
"integrity": "sha512-
|
|
5645
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
|
|
5646
|
+
"version": "7.28.5",
|
|
5647
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5648
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5393
5649
|
"license": "MIT",
|
|
5394
5650
|
"dependencies": {
|
|
5395
|
-
"@babel/
|
|
5396
|
-
"@babel/helper-validator-option": "^7.27.1",
|
|
5397
|
-
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
5398
|
-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
5399
|
-
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
5651
|
+
"@babel/types": "^7.28.5"
|
|
5400
5652
|
},
|
|
5401
|
-
"
|
|
5402
|
-
"
|
|
5653
|
+
"bin": {
|
|
5654
|
+
"parser": "bin/babel-parser.js"
|
|
5403
5655
|
},
|
|
5404
|
-
"
|
|
5405
|
-
"
|
|
5656
|
+
"engines": {
|
|
5657
|
+
"node": ">=6.0.0"
|
|
5406
5658
|
}
|
|
5407
5659
|
},
|
|
5408
5660
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
5409
|
-
"version": "7.
|
|
5410
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
5411
|
-
"integrity": "sha512-
|
|
5661
|
+
"version": "7.28.5",
|
|
5662
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
5663
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
5412
5664
|
"license": "MIT",
|
|
5413
5665
|
"dependencies": {
|
|
5414
5666
|
"@babel/code-frame": "^7.27.1",
|
|
5415
|
-
"@babel/generator": "^7.
|
|
5416
|
-
"@babel/
|
|
5667
|
+
"@babel/generator": "^7.28.5",
|
|
5668
|
+
"@babel/helper-globals": "^7.28.0",
|
|
5669
|
+
"@babel/parser": "^7.28.5",
|
|
5417
5670
|
"@babel/template": "^7.27.2",
|
|
5418
|
-
"@babel/types": "^7.
|
|
5419
|
-
"debug": "^4.3.1"
|
|
5420
|
-
"globals": "^11.1.0"
|
|
5671
|
+
"@babel/types": "^7.28.5",
|
|
5672
|
+
"debug": "^4.3.1"
|
|
5421
5673
|
},
|
|
5422
5674
|
"engines": {
|
|
5423
5675
|
"node": ">=6.9.0"
|
|
5424
5676
|
}
|
|
5425
5677
|
},
|
|
5426
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5427
|
-
"version": "7.28.
|
|
5428
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5429
|
-
"integrity": "sha512-
|
|
5678
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/types": {
|
|
5679
|
+
"version": "7.28.5",
|
|
5680
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
5681
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
5430
5682
|
"license": "MIT",
|
|
5431
5683
|
"dependencies": {
|
|
5432
|
-
"@babel/
|
|
5433
|
-
|
|
5434
|
-
"bin": {
|
|
5435
|
-
"parser": "bin/babel-parser.js"
|
|
5684
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
5685
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
5436
5686
|
},
|
|
5437
5687
|
"engines": {
|
|
5438
|
-
"node": ">=6.
|
|
5688
|
+
"node": ">=6.9.0"
|
|
5439
5689
|
}
|
|
5440
5690
|
},
|
|
5441
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@
|
|
5442
|
-
"version": "
|
|
5443
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5444
|
-
"integrity": "sha512-
|
|
5691
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint-community/eslint-utils": {
|
|
5692
|
+
"version": "4.9.0",
|
|
5693
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
5694
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
5445
5695
|
"license": "MIT",
|
|
5446
5696
|
"dependencies": {
|
|
5447
|
-
"
|
|
5448
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5697
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
5449
5698
|
},
|
|
5450
5699
|
"engines": {
|
|
5451
|
-
"node": ">=
|
|
5700
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5701
|
+
},
|
|
5702
|
+
"funding": {
|
|
5703
|
+
"url": "https://opencollective.com/eslint"
|
|
5704
|
+
},
|
|
5705
|
+
"peerDependencies": {
|
|
5706
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
5452
5707
|
}
|
|
5453
5708
|
},
|
|
5454
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@
|
|
5455
|
-
"version": "
|
|
5456
|
-
"resolved": "https://registry.npmjs.org
|
|
5457
|
-
"integrity": "sha512-
|
|
5458
|
-
"license": "
|
|
5709
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
5710
|
+
"version": "3.4.3",
|
|
5711
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
5712
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
5713
|
+
"license": "Apache-2.0",
|
|
5714
|
+
"engines": {
|
|
5715
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5716
|
+
},
|
|
5717
|
+
"funding": {
|
|
5718
|
+
"url": "https://opencollective.com/eslint"
|
|
5719
|
+
}
|
|
5720
|
+
},
|
|
5721
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/core": {
|
|
5722
|
+
"version": "0.16.0",
|
|
5723
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
5724
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
5725
|
+
"license": "Apache-2.0",
|
|
5459
5726
|
"dependencies": {
|
|
5460
|
-
"@
|
|
5461
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5727
|
+
"@types/json-schema": "^7.0.15"
|
|
5462
5728
|
},
|
|
5463
5729
|
"engines": {
|
|
5464
|
-
"node": "
|
|
5730
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5465
5731
|
}
|
|
5466
5732
|
},
|
|
5467
5733
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/eslintrc": {
|
|
@@ -5487,72 +5753,55 @@
|
|
|
5487
5753
|
"url": "https://opencollective.com/eslint"
|
|
5488
5754
|
}
|
|
5489
5755
|
},
|
|
5490
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/
|
|
5491
|
-
"version": "
|
|
5492
|
-
"resolved": "https://registry.npmjs.org/
|
|
5493
|
-
"integrity": "sha512-
|
|
5756
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/js": {
|
|
5757
|
+
"version": "9.38.0",
|
|
5758
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
5759
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
5494
5760
|
"license": "MIT",
|
|
5495
5761
|
"engines": {
|
|
5496
|
-
"node": ">=
|
|
5762
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5497
5763
|
},
|
|
5498
5764
|
"funding": {
|
|
5499
|
-
"url": "https://
|
|
5765
|
+
"url": "https://eslint.org/donate"
|
|
5500
5766
|
}
|
|
5501
5767
|
},
|
|
5502
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@
|
|
5503
|
-
"version": "
|
|
5504
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5505
|
-
"integrity": "sha512-
|
|
5506
|
-
"license": "MIT"
|
|
5768
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@jridgewell/sourcemap-codec": {
|
|
5769
|
+
"version": "1.5.5",
|
|
5770
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
5771
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
5772
|
+
"license": "MIT"
|
|
5773
|
+
},
|
|
5774
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/doctrine": {
|
|
5775
|
+
"version": "3.0.0",
|
|
5776
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
5777
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
5778
|
+
"license": "Apache-2.0",
|
|
5507
5779
|
"dependencies": {
|
|
5508
|
-
"
|
|
5509
|
-
"@rollup/pluginutils": "^5.0.1"
|
|
5780
|
+
"esutils": "^2.0.2"
|
|
5510
5781
|
},
|
|
5511
5782
|
"engines": {
|
|
5512
|
-
"node": ">=
|
|
5513
|
-
},
|
|
5514
|
-
"peerDependencies": {
|
|
5515
|
-
"@babel/core": "^7.0.0",
|
|
5516
|
-
"@types/babel__core": "^7.1.9",
|
|
5517
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
5518
|
-
},
|
|
5519
|
-
"peerDependenciesMeta": {
|
|
5520
|
-
"@types/babel__core": {
|
|
5521
|
-
"optional": true
|
|
5522
|
-
},
|
|
5523
|
-
"rollup": {
|
|
5524
|
-
"optional": true
|
|
5525
|
-
}
|
|
5526
|
-
}
|
|
5527
|
-
},
|
|
5528
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/astring": {
|
|
5529
|
-
"version": "1.8.6",
|
|
5530
|
-
"resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
|
|
5531
|
-
"integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==",
|
|
5532
|
-
"license": "MIT",
|
|
5533
|
-
"bin": {
|
|
5534
|
-
"astring": "bin/astring"
|
|
5783
|
+
"node": ">=6.0.0"
|
|
5535
5784
|
}
|
|
5536
5785
|
},
|
|
5537
5786
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint": {
|
|
5538
|
-
"version": "9.
|
|
5539
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
5540
|
-
"integrity": "sha512-
|
|
5787
|
+
"version": "9.38.0",
|
|
5788
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
|
|
5789
|
+
"integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
|
|
5541
5790
|
"license": "MIT",
|
|
5791
|
+
"peer": true,
|
|
5542
5792
|
"dependencies": {
|
|
5543
|
-
"@eslint-community/eslint-utils": "^4.
|
|
5793
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5544
5794
|
"@eslint-community/regexpp": "^4.12.1",
|
|
5545
|
-
"@eslint/config-array": "^0.
|
|
5546
|
-
"@eslint/config-helpers": "^0.
|
|
5547
|
-
"@eslint/core": "^0.
|
|
5795
|
+
"@eslint/config-array": "^0.21.1",
|
|
5796
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
5797
|
+
"@eslint/core": "^0.16.0",
|
|
5548
5798
|
"@eslint/eslintrc": "^3.3.1",
|
|
5549
|
-
"@eslint/js": "9.
|
|
5550
|
-
"@eslint/plugin-kit": "^0.
|
|
5799
|
+
"@eslint/js": "9.38.0",
|
|
5800
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
5551
5801
|
"@humanfs/node": "^0.16.6",
|
|
5552
5802
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5553
5803
|
"@humanwhocodes/retry": "^0.4.2",
|
|
5554
5804
|
"@types/estree": "^1.0.6",
|
|
5555
|
-
"@types/json-schema": "^7.0.15",
|
|
5556
5805
|
"ajv": "^6.12.4",
|
|
5557
5806
|
"chalk": "^4.0.0",
|
|
5558
5807
|
"cross-spawn": "^7.0.6",
|
|
@@ -5675,6 +5924,18 @@
|
|
|
5675
5924
|
"node": ">=10.13.0"
|
|
5676
5925
|
}
|
|
5677
5926
|
},
|
|
5927
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/globals": {
|
|
5928
|
+
"version": "14.0.0",
|
|
5929
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
5930
|
+
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
5931
|
+
"license": "MIT",
|
|
5932
|
+
"engines": {
|
|
5933
|
+
"node": ">=18"
|
|
5934
|
+
},
|
|
5935
|
+
"funding": {
|
|
5936
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5937
|
+
}
|
|
5938
|
+
},
|
|
5678
5939
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/locate-path": {
|
|
5679
5940
|
"version": "6.0.0",
|
|
5680
5941
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -5690,6 +5951,15 @@
|
|
|
5690
5951
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5691
5952
|
}
|
|
5692
5953
|
},
|
|
5954
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/magic-string": {
|
|
5955
|
+
"version": "0.30.21",
|
|
5956
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
5957
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
5958
|
+
"license": "MIT",
|
|
5959
|
+
"dependencies": {
|
|
5960
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
5961
|
+
}
|
|
5962
|
+
},
|
|
5693
5963
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/p-limit": {
|
|
5694
5964
|
"version": "3.1.0",
|
|
5695
5965
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -5720,109 +5990,109 @@
|
|
|
5720
5990
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5721
5991
|
}
|
|
5722
5992
|
},
|
|
5723
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/semver": {
|
|
5724
|
-
"version": "6.3.1",
|
|
5725
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
5726
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
5727
|
-
"license": "ISC",
|
|
5728
|
-
"bin": {
|
|
5729
|
-
"semver": "bin/semver.js"
|
|
5730
|
-
}
|
|
5731
|
-
},
|
|
5732
5993
|
"node_modules/@lwc/shared": {
|
|
5733
|
-
"version": "8.
|
|
5734
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
5735
|
-
"integrity": "sha512-
|
|
5994
|
+
"version": "8.24.0",
|
|
5995
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.24.0.tgz",
|
|
5996
|
+
"integrity": "sha512-rYgSg5NLS0M3rvX8iOOez1rFy7JjbB/MWPvIuyNi2z2W/CS7oMen1XTW7you8/d0m0kYM7b7S9gMJHzZAuekXQ==",
|
|
5736
5997
|
"license": "MIT"
|
|
5737
5998
|
},
|
|
5738
5999
|
"node_modules/@lwc/signals": {
|
|
5739
|
-
"version": "8.
|
|
5740
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
5741
|
-
"integrity": "sha512-
|
|
6000
|
+
"version": "8.24.0",
|
|
6001
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.24.0.tgz",
|
|
6002
|
+
"integrity": "sha512-yvW4JRnAORYYrq3l3L//dG++sz5JM2HQ3lHMLpBbBKGWlLflDIUh6teApz8YUddGAyttTo4LcDAajx2HGN+Kfw==",
|
|
5742
6003
|
"license": "MIT"
|
|
5743
6004
|
},
|
|
5744
6005
|
"node_modules/@lwc/ssr-compiler": {
|
|
5745
|
-
"version": "8.
|
|
5746
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
5747
|
-
"integrity": "sha512-
|
|
6006
|
+
"version": "8.24.0",
|
|
6007
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.24.0.tgz",
|
|
6008
|
+
"integrity": "sha512-1pnCDuMx6tUrpMKWwq3NVF10B65CILWBen/Axldg5AxIu6TVdlYoy8CbkHcpeS3+Qd9BpAAuQnkZo+RkVEmYww==",
|
|
5748
6009
|
"license": "MIT",
|
|
5749
6010
|
"dependencies": {
|
|
5750
|
-
"@babel/types": "7.28.
|
|
5751
|
-
"@lwc/errors": "8.
|
|
5752
|
-
"@lwc/shared": "8.
|
|
5753
|
-
"@lwc/template-compiler": "8.
|
|
6011
|
+
"@babel/types": "7.28.5",
|
|
6012
|
+
"@lwc/errors": "8.24.0",
|
|
6013
|
+
"@lwc/shared": "8.24.0",
|
|
6014
|
+
"@lwc/template-compiler": "8.24.0",
|
|
5754
6015
|
"acorn": "8.15.0",
|
|
5755
6016
|
"astring": "^1.9.0",
|
|
5756
6017
|
"estree-toolkit": "^1.7.13",
|
|
5757
|
-
"immer": "^10.
|
|
6018
|
+
"immer": "^10.2.0",
|
|
5758
6019
|
"meriyah": "^5.0.0"
|
|
5759
6020
|
}
|
|
5760
6021
|
},
|
|
6022
|
+
"node_modules/@lwc/ssr-compiler/node_modules/@babel/helper-validator-identifier": {
|
|
6023
|
+
"version": "7.28.5",
|
|
6024
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
6025
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
6026
|
+
"license": "MIT",
|
|
6027
|
+
"engines": {
|
|
6028
|
+
"node": ">=6.9.0"
|
|
6029
|
+
}
|
|
6030
|
+
},
|
|
6031
|
+
"node_modules/@lwc/ssr-compiler/node_modules/@babel/types": {
|
|
6032
|
+
"version": "7.28.5",
|
|
6033
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
6034
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
6035
|
+
"license": "MIT",
|
|
6036
|
+
"dependencies": {
|
|
6037
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
6038
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
6039
|
+
},
|
|
6040
|
+
"engines": {
|
|
6041
|
+
"node": ">=6.9.0"
|
|
6042
|
+
}
|
|
6043
|
+
},
|
|
5761
6044
|
"node_modules/@lwc/ssr-runtime": {
|
|
5762
|
-
"version": "8.
|
|
5763
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
5764
|
-
"integrity": "sha512-
|
|
6045
|
+
"version": "8.24.0",
|
|
6046
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.24.0.tgz",
|
|
6047
|
+
"integrity": "sha512-ZZezcxHFwPu244ARazQZufXirXmdN5/ExiQcCQ5dqmtrzd+daypXpUYgD3tPbhI+423YMbQbfFxceiri0kL8Tw==",
|
|
5765
6048
|
"license": "MIT"
|
|
5766
6049
|
},
|
|
5767
6050
|
"node_modules/@lwc/style-compiler": {
|
|
5768
|
-
"version": "8.
|
|
5769
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
5770
|
-
"integrity": "sha512-
|
|
6051
|
+
"version": "8.24.0",
|
|
6052
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.24.0.tgz",
|
|
6053
|
+
"integrity": "sha512-AtlwvAOl8siJLXSb6mxXMw89HCgRWxNhVeYEsIvmCos9HTkdhoG8PX6EYcQj8oDnYFBqe2WcR2AUYRBqwV1iig==",
|
|
5771
6054
|
"license": "MIT",
|
|
5772
6055
|
"dependencies": {
|
|
5773
|
-
"@lwc/shared": "8.
|
|
6056
|
+
"@lwc/shared": "8.24.0",
|
|
5774
6057
|
"postcss": "~8.5.6",
|
|
5775
6058
|
"postcss-selector-parser": "~7.1.0",
|
|
5776
6059
|
"postcss-value-parser": "~4.2.0"
|
|
5777
6060
|
}
|
|
5778
6061
|
},
|
|
5779
|
-
"node_modules/@lwc/style-compiler/node_modules/postcss-selector-parser": {
|
|
5780
|
-
"version": "7.1.0",
|
|
5781
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
5782
|
-
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
5783
|
-
"license": "MIT",
|
|
5784
|
-
"dependencies": {
|
|
5785
|
-
"cssesc": "^3.0.0",
|
|
5786
|
-
"util-deprecate": "^1.0.2"
|
|
5787
|
-
},
|
|
5788
|
-
"engines": {
|
|
5789
|
-
"node": ">=4"
|
|
5790
|
-
}
|
|
5791
|
-
},
|
|
5792
6062
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5793
|
-
"version": "8.
|
|
5794
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
5795
|
-
"integrity": "sha512-
|
|
6063
|
+
"version": "8.24.0",
|
|
6064
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.24.0.tgz",
|
|
6065
|
+
"integrity": "sha512-46fWZMRaT7a8fbX/03sXNLB6lBM6xJtIfBivexSUyvNkoyE3iNbRDhzFjTOD1O8Gxx/crpBHaiRtzzEuzcrYtg==",
|
|
5796
6066
|
"license": "MIT",
|
|
5797
6067
|
"peer": true
|
|
5798
6068
|
},
|
|
5799
6069
|
"node_modules/@lwc/template-compiler": {
|
|
5800
|
-
"version": "8.
|
|
5801
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
5802
|
-
"integrity": "sha512-
|
|
6070
|
+
"version": "8.24.0",
|
|
6071
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.24.0.tgz",
|
|
6072
|
+
"integrity": "sha512-x4SBSvDnC75QK4P2YCkAiwbTTeEmQ5RveT7LB6sk6WYma+OiDSk8pFrj5SFrsjtOy6oDxedvIpftlrbUa+Yh0w==",
|
|
5803
6073
|
"license": "MIT",
|
|
5804
6074
|
"peer": true,
|
|
5805
6075
|
"dependencies": {
|
|
5806
|
-
"@lwc/errors": "8.
|
|
5807
|
-
"@lwc/shared": "8.
|
|
6076
|
+
"@lwc/errors": "8.24.0",
|
|
6077
|
+
"@lwc/shared": "8.24.0",
|
|
5808
6078
|
"acorn": "~8.15.0",
|
|
5809
6079
|
"astring": "~1.9.0",
|
|
5810
6080
|
"he": "~1.2.0"
|
|
5811
6081
|
}
|
|
5812
6082
|
},
|
|
5813
6083
|
"node_modules/@lwc/types": {
|
|
5814
|
-
"version": "8.
|
|
5815
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
5816
|
-
"integrity": "sha512-
|
|
6084
|
+
"version": "8.24.0",
|
|
6085
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.24.0.tgz",
|
|
6086
|
+
"integrity": "sha512-yQe8VLfrnZoNxGaf13Hs4XJaqBQ8nrKEYfNHUGI9P1tNPGGr1ooNEFGQfNoBkUU7mxZomXRyOD/moUYOIRjqAw==",
|
|
5817
6087
|
"license": "MIT",
|
|
5818
6088
|
"dependencies": {
|
|
5819
|
-
"@lwc/engine-core": "8.
|
|
6089
|
+
"@lwc/engine-core": "8.24.0"
|
|
5820
6090
|
}
|
|
5821
6091
|
},
|
|
5822
6092
|
"node_modules/@lwc/wire-service": {
|
|
5823
|
-
"version": "8.
|
|
5824
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
5825
|
-
"integrity": "sha512-
|
|
6093
|
+
"version": "8.24.0",
|
|
6094
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.24.0.tgz",
|
|
6095
|
+
"integrity": "sha512-hpwgttHXCCABfWOy9ChspmpMrTX3HP6fYqEb+Qp85NP52jE1YSUgnncQ/lqDZF5Xak4b2pm7wM1gR6jMDT/jmA==",
|
|
5826
6096
|
"license": "MIT"
|
|
5827
6097
|
},
|
|
5828
6098
|
"node_modules/@lwrjs/api": {
|
|
@@ -6155,19 +6425,97 @@
|
|
|
6155
6425
|
"integrity": "sha512-MedqNQofD8VdGYIfhPuU3LXVeKAT000mic7gnhi7FaFRT4f7Ckb34I5s5qri48HlYFbeYVHzZPQ7cnI8WJsS1Q==",
|
|
6156
6426
|
"license": "MIT",
|
|
6157
6427
|
"dependencies": {
|
|
6158
|
-
"@babel/core": "^7.26.10",
|
|
6159
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
6160
|
-
"@lwrjs/diagnostics": "0.18.3",
|
|
6161
|
-
"@lwrjs/fs-watch": "0.18.3",
|
|
6162
|
-
"@lwrjs/shared-utils": "0.18.3",
|
|
6163
|
-
"fs-extra": "^11.2.0"
|
|
6428
|
+
"@babel/core": "^7.26.10",
|
|
6429
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
6430
|
+
"@lwrjs/diagnostics": "0.18.3",
|
|
6431
|
+
"@lwrjs/fs-watch": "0.18.3",
|
|
6432
|
+
"@lwrjs/shared-utils": "0.18.3",
|
|
6433
|
+
"fs-extra": "^11.2.0"
|
|
6434
|
+
},
|
|
6435
|
+
"engines": {
|
|
6436
|
+
"node": ">=18.0.0"
|
|
6437
|
+
},
|
|
6438
|
+
"peerDependencies": {
|
|
6439
|
+
"@lwc/compiler": ">= 2.x",
|
|
6440
|
+
"@lwc/module-resolver": ">= 2.x"
|
|
6441
|
+
}
|
|
6442
|
+
},
|
|
6443
|
+
"node_modules/@lwrjs/lwc-module-provider/node_modules/@babel/core": {
|
|
6444
|
+
"version": "7.28.4",
|
|
6445
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
6446
|
+
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
6447
|
+
"license": "MIT",
|
|
6448
|
+
"peer": true,
|
|
6449
|
+
"dependencies": {
|
|
6450
|
+
"@babel/code-frame": "^7.27.1",
|
|
6451
|
+
"@babel/generator": "^7.28.3",
|
|
6452
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
6453
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
6454
|
+
"@babel/helpers": "^7.28.4",
|
|
6455
|
+
"@babel/parser": "^7.28.4",
|
|
6456
|
+
"@babel/template": "^7.27.2",
|
|
6457
|
+
"@babel/traverse": "^7.28.4",
|
|
6458
|
+
"@babel/types": "^7.28.4",
|
|
6459
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
6460
|
+
"convert-source-map": "^2.0.0",
|
|
6461
|
+
"debug": "^4.1.0",
|
|
6462
|
+
"gensync": "^1.0.0-beta.2",
|
|
6463
|
+
"json5": "^2.2.3",
|
|
6464
|
+
"semver": "^6.3.1"
|
|
6465
|
+
},
|
|
6466
|
+
"engines": {
|
|
6467
|
+
"node": ">=6.9.0"
|
|
6468
|
+
},
|
|
6469
|
+
"funding": {
|
|
6470
|
+
"type": "opencollective",
|
|
6471
|
+
"url": "https://opencollective.com/babel"
|
|
6472
|
+
}
|
|
6473
|
+
},
|
|
6474
|
+
"node_modules/@lwrjs/lwc-module-provider/node_modules/@babel/plugin-transform-typescript": {
|
|
6475
|
+
"version": "7.28.0",
|
|
6476
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
6477
|
+
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
6478
|
+
"license": "MIT",
|
|
6479
|
+
"dependencies": {
|
|
6480
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
6481
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
6482
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
6483
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
6484
|
+
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
6485
|
+
},
|
|
6486
|
+
"engines": {
|
|
6487
|
+
"node": ">=6.9.0"
|
|
6488
|
+
},
|
|
6489
|
+
"peerDependencies": {
|
|
6490
|
+
"@babel/core": "^7.0.0-0"
|
|
6491
|
+
}
|
|
6492
|
+
},
|
|
6493
|
+
"node_modules/@lwrjs/lwc-module-provider/node_modules/@babel/preset-typescript": {
|
|
6494
|
+
"version": "7.27.1",
|
|
6495
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
6496
|
+
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
6497
|
+
"license": "MIT",
|
|
6498
|
+
"dependencies": {
|
|
6499
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
6500
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
6501
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
6502
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
6503
|
+
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
6164
6504
|
},
|
|
6165
6505
|
"engines": {
|
|
6166
|
-
"node": ">=
|
|
6506
|
+
"node": ">=6.9.0"
|
|
6167
6507
|
},
|
|
6168
6508
|
"peerDependencies": {
|
|
6169
|
-
"@
|
|
6170
|
-
|
|
6509
|
+
"@babel/core": "^7.0.0-0"
|
|
6510
|
+
}
|
|
6511
|
+
},
|
|
6512
|
+
"node_modules/@lwrjs/lwc-module-provider/node_modules/semver": {
|
|
6513
|
+
"version": "6.3.1",
|
|
6514
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
6515
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
6516
|
+
"license": "ISC",
|
|
6517
|
+
"bin": {
|
|
6518
|
+
"semver": "bin/semver.js"
|
|
6171
6519
|
}
|
|
6172
6520
|
},
|
|
6173
6521
|
"node_modules/@lwrjs/lwc-ssr": {
|
|
@@ -6476,18 +6824,6 @@
|
|
|
6476
6824
|
"node": ">=18.0.0"
|
|
6477
6825
|
}
|
|
6478
6826
|
},
|
|
6479
|
-
"node_modules/@lwrjs/shared-utils/node_modules/parse5": {
|
|
6480
|
-
"version": "7.2.1",
|
|
6481
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
|
|
6482
|
-
"integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
|
|
6483
|
-
"license": "MIT",
|
|
6484
|
-
"dependencies": {
|
|
6485
|
-
"entities": "^4.5.0"
|
|
6486
|
-
},
|
|
6487
|
-
"funding": {
|
|
6488
|
-
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
6489
|
-
}
|
|
6490
|
-
},
|
|
6491
6827
|
"node_modules/@lwrjs/static": {
|
|
6492
6828
|
"version": "0.18.3",
|
|
6493
6829
|
"resolved": "https://registry.npmjs.org/@lwrjs/static/-/static-0.18.3.tgz",
|
|
@@ -7823,6 +8159,32 @@
|
|
|
7823
8159
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
7824
8160
|
"license": "BSD-3-Clause"
|
|
7825
8161
|
},
|
|
8162
|
+
"node_modules/@rollup/plugin-babel": {
|
|
8163
|
+
"version": "6.1.0",
|
|
8164
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz",
|
|
8165
|
+
"integrity": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==",
|
|
8166
|
+
"license": "MIT",
|
|
8167
|
+
"dependencies": {
|
|
8168
|
+
"@babel/helper-module-imports": "^7.18.6",
|
|
8169
|
+
"@rollup/pluginutils": "^5.0.1"
|
|
8170
|
+
},
|
|
8171
|
+
"engines": {
|
|
8172
|
+
"node": ">=14.0.0"
|
|
8173
|
+
},
|
|
8174
|
+
"peerDependencies": {
|
|
8175
|
+
"@babel/core": "^7.0.0",
|
|
8176
|
+
"@types/babel__core": "^7.1.9",
|
|
8177
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
8178
|
+
},
|
|
8179
|
+
"peerDependenciesMeta": {
|
|
8180
|
+
"@types/babel__core": {
|
|
8181
|
+
"optional": true
|
|
8182
|
+
},
|
|
8183
|
+
"rollup": {
|
|
8184
|
+
"optional": true
|
|
8185
|
+
}
|
|
8186
|
+
}
|
|
8187
|
+
},
|
|
7826
8188
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
7827
8189
|
"version": "15.3.1",
|
|
7828
8190
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
|
|
@@ -7848,9 +8210,9 @@
|
|
|
7848
8210
|
}
|
|
7849
8211
|
},
|
|
7850
8212
|
"node_modules/@rollup/plugin-replace": {
|
|
7851
|
-
"version": "6.0.
|
|
7852
|
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.
|
|
7853
|
-
"integrity": "sha512-
|
|
8213
|
+
"version": "6.0.3",
|
|
8214
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
|
|
8215
|
+
"integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
|
|
7854
8216
|
"license": "MIT",
|
|
7855
8217
|
"dependencies": {
|
|
7856
8218
|
"@rollup/pluginutils": "^5.0.1",
|
|
@@ -7937,12 +8299,12 @@
|
|
|
7937
8299
|
"license": "MIT"
|
|
7938
8300
|
},
|
|
7939
8301
|
"node_modules/@rollup/wasm-node": {
|
|
7940
|
-
"version": "4.
|
|
7941
|
-
"resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.
|
|
7942
|
-
"integrity": "sha512-
|
|
8302
|
+
"version": "4.52.5",
|
|
8303
|
+
"resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.52.5.tgz",
|
|
8304
|
+
"integrity": "sha512-ldY4tEzSMBHNwB8TfRpi7RRRjjyfKlwjdebw5pS1lu0xaY3g4RDc6ople2wEYulVOKVeH7ZJwRx0iw4pGtjMHg==",
|
|
7943
8305
|
"license": "MIT",
|
|
7944
8306
|
"dependencies": {
|
|
7945
|
-
"@types/estree": "1.0.
|
|
8307
|
+
"@types/estree": "1.0.8"
|
|
7946
8308
|
},
|
|
7947
8309
|
"bin": {
|
|
7948
8310
|
"rollup": "dist/bin/rollup"
|
|
@@ -7955,12 +8317,6 @@
|
|
|
7955
8317
|
"fsevents": "~2.3.2"
|
|
7956
8318
|
}
|
|
7957
8319
|
},
|
|
7958
|
-
"node_modules/@rollup/wasm-node/node_modules/@types/estree": {
|
|
7959
|
-
"version": "1.0.5",
|
|
7960
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
|
|
7961
|
-
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
|
|
7962
|
-
"license": "MIT"
|
|
7963
|
-
},
|
|
7964
8320
|
"node_modules/@rtsao/scc": {
|
|
7965
8321
|
"version": "1.1.0",
|
|
7966
8322
|
"resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
|
|
@@ -8255,9 +8611,9 @@
|
|
|
8255
8611
|
"license": "MIT"
|
|
8256
8612
|
},
|
|
8257
8613
|
"node_modules/@salesforce/eslint-config-lwc": {
|
|
8258
|
-
"version": "4.
|
|
8259
|
-
"resolved": "https://registry.npmjs.org/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.
|
|
8260
|
-
"integrity": "sha512-
|
|
8614
|
+
"version": "4.1.1",
|
|
8615
|
+
"resolved": "https://registry.npmjs.org/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.1.1.tgz",
|
|
8616
|
+
"integrity": "sha512-twgNRNnFgD0rwIgtROQEJ0m9QQhEAVuQ4DgO8fmSPZiKlsJsLduULeLZtVzok6qSWLY3ZImetgMBPF7mv+I1kw==",
|
|
8261
8617
|
"license": "MIT",
|
|
8262
8618
|
"dependencies": {
|
|
8263
8619
|
"@babel/core": "~7.26.0",
|
|
@@ -8344,6 +8700,61 @@
|
|
|
8344
8700
|
"semver": "bin/semver.js"
|
|
8345
8701
|
}
|
|
8346
8702
|
},
|
|
8703
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@babel/helpers": {
|
|
8704
|
+
"version": "7.28.3",
|
|
8705
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
|
|
8706
|
+
"integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
|
|
8707
|
+
"license": "MIT",
|
|
8708
|
+
"dependencies": {
|
|
8709
|
+
"@babel/template": "^7.27.2",
|
|
8710
|
+
"@babel/types": "^7.28.2"
|
|
8711
|
+
},
|
|
8712
|
+
"engines": {
|
|
8713
|
+
"node": ">=6.9.0"
|
|
8714
|
+
}
|
|
8715
|
+
},
|
|
8716
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint-community/eslint-utils": {
|
|
8717
|
+
"version": "4.9.0",
|
|
8718
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
8719
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
8720
|
+
"license": "MIT",
|
|
8721
|
+
"dependencies": {
|
|
8722
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
8723
|
+
},
|
|
8724
|
+
"engines": {
|
|
8725
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
8726
|
+
},
|
|
8727
|
+
"funding": {
|
|
8728
|
+
"url": "https://opencollective.com/eslint"
|
|
8729
|
+
},
|
|
8730
|
+
"peerDependencies": {
|
|
8731
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
8732
|
+
}
|
|
8733
|
+
},
|
|
8734
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
8735
|
+
"version": "3.4.3",
|
|
8736
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
8737
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
8738
|
+
"license": "Apache-2.0",
|
|
8739
|
+
"engines": {
|
|
8740
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
8741
|
+
},
|
|
8742
|
+
"funding": {
|
|
8743
|
+
"url": "https://opencollective.com/eslint"
|
|
8744
|
+
}
|
|
8745
|
+
},
|
|
8746
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/core": {
|
|
8747
|
+
"version": "0.16.0",
|
|
8748
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
8749
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
8750
|
+
"license": "Apache-2.0",
|
|
8751
|
+
"dependencies": {
|
|
8752
|
+
"@types/json-schema": "^7.0.15"
|
|
8753
|
+
},
|
|
8754
|
+
"engines": {
|
|
8755
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8756
|
+
}
|
|
8757
|
+
},
|
|
8347
8758
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/eslintrc": {
|
|
8348
8759
|
"version": "3.3.1",
|
|
8349
8760
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -8379,23 +8790,35 @@
|
|
|
8379
8790
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8380
8791
|
}
|
|
8381
8792
|
},
|
|
8382
|
-
"node_modules/@salesforce/eslint-config-lwc/node_modules/
|
|
8793
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/js": {
|
|
8383
8794
|
"version": "9.29.0",
|
|
8795
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
|
|
8796
|
+
"integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
|
|
8797
|
+
"license": "MIT",
|
|
8798
|
+
"engines": {
|
|
8799
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8800
|
+
},
|
|
8801
|
+
"funding": {
|
|
8802
|
+
"url": "https://eslint.org/donate"
|
|
8803
|
+
}
|
|
8804
|
+
},
|
|
8805
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint": {
|
|
8806
|
+
"version": "9.38.0",
|
|
8384
8807
|
"license": "MIT",
|
|
8808
|
+
"peer": true,
|
|
8385
8809
|
"dependencies": {
|
|
8386
|
-
"@eslint-community/eslint-utils": "^4.
|
|
8810
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8387
8811
|
"@eslint-community/regexpp": "^4.12.1",
|
|
8388
|
-
"@eslint/config-array": "^0.
|
|
8389
|
-
"@eslint/config-helpers": "^0.
|
|
8390
|
-
"@eslint/core": "^0.
|
|
8812
|
+
"@eslint/config-array": "^0.21.1",
|
|
8813
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
8814
|
+
"@eslint/core": "^0.16.0",
|
|
8391
8815
|
"@eslint/eslintrc": "^3.3.1",
|
|
8392
|
-
"@eslint/js": "9.
|
|
8393
|
-
"@eslint/plugin-kit": "^0.
|
|
8816
|
+
"@eslint/js": "9.38.0",
|
|
8817
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
8394
8818
|
"@humanfs/node": "^0.16.6",
|
|
8395
8819
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8396
8820
|
"@humanwhocodes/retry": "^0.4.2",
|
|
8397
8821
|
"@types/estree": "^1.0.6",
|
|
8398
|
-
"@types/json-schema": "^7.0.15",
|
|
8399
8822
|
"ajv": "^6.12.4",
|
|
8400
8823
|
"chalk": "^4.0.0",
|
|
8401
8824
|
"cross-spawn": "^7.0.6",
|
|
@@ -8462,6 +8885,18 @@
|
|
|
8462
8885
|
"node": ">=10"
|
|
8463
8886
|
}
|
|
8464
8887
|
},
|
|
8888
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint/node_modules/@eslint/js": {
|
|
8889
|
+
"version": "9.38.0",
|
|
8890
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
8891
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
8892
|
+
"license": "MIT",
|
|
8893
|
+
"engines": {
|
|
8894
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8895
|
+
},
|
|
8896
|
+
"funding": {
|
|
8897
|
+
"url": "https://eslint.org/donate"
|
|
8898
|
+
}
|
|
8899
|
+
},
|
|
8465
8900
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
8466
8901
|
"version": "4.2.1",
|
|
8467
8902
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -8585,9 +9020,9 @@
|
|
|
8585
9020
|
}
|
|
8586
9021
|
},
|
|
8587
9022
|
"node_modules/@salesforce/eslint-plugin-lightning": {
|
|
8588
|
-
"version": "2.0.0
|
|
8589
|
-
"resolved": "https://registry.npmjs.org/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0
|
|
8590
|
-
"integrity": "sha512-
|
|
9023
|
+
"version": "2.0.0",
|
|
9024
|
+
"resolved": "https://registry.npmjs.org/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0.tgz",
|
|
9025
|
+
"integrity": "sha512-lC3GL2j6B2wAGeTFWT0h47BFg+0R7naqqlQW+ANvNSaIC/qEB+tNSRcdAZ8DRTojsI3GRdpgq3FTB1llbrFBng==",
|
|
8591
9026
|
"license": "MIT",
|
|
8592
9027
|
"peer": true,
|
|
8593
9028
|
"engines": {
|
|
@@ -8597,6 +9032,48 @@
|
|
|
8597
9032
|
"eslint": "^9"
|
|
8598
9033
|
}
|
|
8599
9034
|
},
|
|
9035
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint-community/eslint-utils": {
|
|
9036
|
+
"version": "4.9.0",
|
|
9037
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
9038
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
9039
|
+
"license": "MIT",
|
|
9040
|
+
"dependencies": {
|
|
9041
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9042
|
+
},
|
|
9043
|
+
"engines": {
|
|
9044
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9045
|
+
},
|
|
9046
|
+
"funding": {
|
|
9047
|
+
"url": "https://opencollective.com/eslint"
|
|
9048
|
+
},
|
|
9049
|
+
"peerDependencies": {
|
|
9050
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
9051
|
+
}
|
|
9052
|
+
},
|
|
9053
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
9054
|
+
"version": "3.4.3",
|
|
9055
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
9056
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
9057
|
+
"license": "Apache-2.0",
|
|
9058
|
+
"engines": {
|
|
9059
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9060
|
+
},
|
|
9061
|
+
"funding": {
|
|
9062
|
+
"url": "https://opencollective.com/eslint"
|
|
9063
|
+
}
|
|
9064
|
+
},
|
|
9065
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/core": {
|
|
9066
|
+
"version": "0.16.0",
|
|
9067
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
9068
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
9069
|
+
"license": "Apache-2.0",
|
|
9070
|
+
"dependencies": {
|
|
9071
|
+
"@types/json-schema": "^7.0.15"
|
|
9072
|
+
},
|
|
9073
|
+
"engines": {
|
|
9074
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9075
|
+
}
|
|
9076
|
+
},
|
|
8600
9077
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/eslintrc": {
|
|
8601
9078
|
"version": "3.3.1",
|
|
8602
9079
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -8620,24 +9097,35 @@
|
|
|
8620
9097
|
"url": "https://opencollective.com/eslint"
|
|
8621
9098
|
}
|
|
8622
9099
|
},
|
|
9100
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/js": {
|
|
9101
|
+
"version": "9.38.0",
|
|
9102
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
9103
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
9104
|
+
"license": "MIT",
|
|
9105
|
+
"engines": {
|
|
9106
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9107
|
+
},
|
|
9108
|
+
"funding": {
|
|
9109
|
+
"url": "https://eslint.org/donate"
|
|
9110
|
+
}
|
|
9111
|
+
},
|
|
8623
9112
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint": {
|
|
8624
|
-
"version": "9.
|
|
9113
|
+
"version": "9.38.0",
|
|
8625
9114
|
"license": "MIT",
|
|
8626
9115
|
"peer": true,
|
|
8627
9116
|
"dependencies": {
|
|
8628
|
-
"@eslint-community/eslint-utils": "^4.
|
|
9117
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8629
9118
|
"@eslint-community/regexpp": "^4.12.1",
|
|
8630
|
-
"@eslint/config-array": "^0.
|
|
8631
|
-
"@eslint/config-helpers": "^0.
|
|
8632
|
-
"@eslint/core": "^0.
|
|
9119
|
+
"@eslint/config-array": "^0.21.1",
|
|
9120
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
9121
|
+
"@eslint/core": "^0.16.0",
|
|
8633
9122
|
"@eslint/eslintrc": "^3.3.1",
|
|
8634
|
-
"@eslint/js": "9.
|
|
8635
|
-
"@eslint/plugin-kit": "^0.
|
|
9123
|
+
"@eslint/js": "9.38.0",
|
|
9124
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
8636
9125
|
"@humanfs/node": "^0.16.6",
|
|
8637
9126
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8638
9127
|
"@humanwhocodes/retry": "^0.4.2",
|
|
8639
9128
|
"@types/estree": "^1.0.6",
|
|
8640
|
-
"@types/json-schema": "^7.0.15",
|
|
8641
9129
|
"ajv": "^6.12.4",
|
|
8642
9130
|
"chalk": "^4.0.0",
|
|
8643
9131
|
"cross-spawn": "^7.0.6",
|
|
@@ -9933,9 +10421,9 @@
|
|
|
9933
10421
|
}
|
|
9934
10422
|
},
|
|
9935
10423
|
"node_modules/@swc/wasm": {
|
|
9936
|
-
"version": "1.
|
|
9937
|
-
"resolved": "https://registry.npmjs.org/@swc/wasm/-/wasm-1.
|
|
9938
|
-
"integrity": "sha512-
|
|
10424
|
+
"version": "1.14.0",
|
|
10425
|
+
"resolved": "https://registry.npmjs.org/@swc/wasm/-/wasm-1.14.0.tgz",
|
|
10426
|
+
"integrity": "sha512-eUUA3jEwFzoMh6mUksvaqX3wK+FxKFFFapBic+sQigxD5NytXM+PFARbv17BECKV/XcCCROHFV9+e73lYOsV3A==",
|
|
9939
10427
|
"license": "Apache-2.0"
|
|
9940
10428
|
},
|
|
9941
10429
|
"node_modules/@szmarczak/http-timer": {
|
|
@@ -10442,6 +10930,40 @@
|
|
|
10442
10930
|
}
|
|
10443
10931
|
}
|
|
10444
10932
|
},
|
|
10933
|
+
"node_modules/@typescript-eslint/project-service": {
|
|
10934
|
+
"version": "8.46.2",
|
|
10935
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.2.tgz",
|
|
10936
|
+
"integrity": "sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==",
|
|
10937
|
+
"license": "MIT",
|
|
10938
|
+
"dependencies": {
|
|
10939
|
+
"@typescript-eslint/tsconfig-utils": "^8.46.2",
|
|
10940
|
+
"@typescript-eslint/types": "^8.46.2",
|
|
10941
|
+
"debug": "^4.3.4"
|
|
10942
|
+
},
|
|
10943
|
+
"engines": {
|
|
10944
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10945
|
+
},
|
|
10946
|
+
"funding": {
|
|
10947
|
+
"type": "opencollective",
|
|
10948
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10949
|
+
},
|
|
10950
|
+
"peerDependencies": {
|
|
10951
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
10952
|
+
}
|
|
10953
|
+
},
|
|
10954
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
10955
|
+
"version": "8.46.2",
|
|
10956
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
|
|
10957
|
+
"integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
|
|
10958
|
+
"license": "MIT",
|
|
10959
|
+
"engines": {
|
|
10960
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10961
|
+
},
|
|
10962
|
+
"funding": {
|
|
10963
|
+
"type": "opencollective",
|
|
10964
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10965
|
+
}
|
|
10966
|
+
},
|
|
10445
10967
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
10446
10968
|
"version": "6.21.0",
|
|
10447
10969
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
@@ -10460,6 +10982,22 @@
|
|
|
10460
10982
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10461
10983
|
}
|
|
10462
10984
|
},
|
|
10985
|
+
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
10986
|
+
"version": "8.46.2",
|
|
10987
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz",
|
|
10988
|
+
"integrity": "sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==",
|
|
10989
|
+
"license": "MIT",
|
|
10990
|
+
"engines": {
|
|
10991
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10992
|
+
},
|
|
10993
|
+
"funding": {
|
|
10994
|
+
"type": "opencollective",
|
|
10995
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10996
|
+
},
|
|
10997
|
+
"peerDependencies": {
|
|
10998
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
10999
|
+
}
|
|
11000
|
+
},
|
|
10463
11001
|
"node_modules/@typescript-eslint/type-utils": {
|
|
10464
11002
|
"version": "6.21.0",
|
|
10465
11003
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
|
@@ -10895,17 +11433,87 @@
|
|
|
10895
11433
|
"license": "MIT"
|
|
10896
11434
|
},
|
|
10897
11435
|
"node_modules/array-includes": {
|
|
10898
|
-
"version": "3.1.
|
|
10899
|
-
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.
|
|
10900
|
-
"integrity": "sha512-
|
|
11436
|
+
"version": "3.1.9",
|
|
11437
|
+
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
|
|
11438
|
+
"integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
|
|
10901
11439
|
"license": "MIT",
|
|
10902
11440
|
"dependencies": {
|
|
10903
|
-
"call-bind": "^1.0.
|
|
11441
|
+
"call-bind": "^1.0.8",
|
|
11442
|
+
"call-bound": "^1.0.4",
|
|
10904
11443
|
"define-properties": "^1.2.1",
|
|
10905
|
-
"es-abstract": "^1.
|
|
10906
|
-
"es-object-atoms": "^1.
|
|
10907
|
-
"get-intrinsic": "^1.
|
|
10908
|
-
"is-string": "^1.
|
|
11444
|
+
"es-abstract": "^1.24.0",
|
|
11445
|
+
"es-object-atoms": "^1.1.1",
|
|
11446
|
+
"get-intrinsic": "^1.3.0",
|
|
11447
|
+
"is-string": "^1.1.1",
|
|
11448
|
+
"math-intrinsics": "^1.1.0"
|
|
11449
|
+
},
|
|
11450
|
+
"engines": {
|
|
11451
|
+
"node": ">= 0.4"
|
|
11452
|
+
},
|
|
11453
|
+
"funding": {
|
|
11454
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
11455
|
+
}
|
|
11456
|
+
},
|
|
11457
|
+
"node_modules/array-includes/node_modules/es-abstract": {
|
|
11458
|
+
"version": "1.24.0",
|
|
11459
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
|
|
11460
|
+
"integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
|
|
11461
|
+
"license": "MIT",
|
|
11462
|
+
"dependencies": {
|
|
11463
|
+
"array-buffer-byte-length": "^1.0.2",
|
|
11464
|
+
"arraybuffer.prototype.slice": "^1.0.4",
|
|
11465
|
+
"available-typed-arrays": "^1.0.7",
|
|
11466
|
+
"call-bind": "^1.0.8",
|
|
11467
|
+
"call-bound": "^1.0.4",
|
|
11468
|
+
"data-view-buffer": "^1.0.2",
|
|
11469
|
+
"data-view-byte-length": "^1.0.2",
|
|
11470
|
+
"data-view-byte-offset": "^1.0.1",
|
|
11471
|
+
"es-define-property": "^1.0.1",
|
|
11472
|
+
"es-errors": "^1.3.0",
|
|
11473
|
+
"es-object-atoms": "^1.1.1",
|
|
11474
|
+
"es-set-tostringtag": "^2.1.0",
|
|
11475
|
+
"es-to-primitive": "^1.3.0",
|
|
11476
|
+
"function.prototype.name": "^1.1.8",
|
|
11477
|
+
"get-intrinsic": "^1.3.0",
|
|
11478
|
+
"get-proto": "^1.0.1",
|
|
11479
|
+
"get-symbol-description": "^1.1.0",
|
|
11480
|
+
"globalthis": "^1.0.4",
|
|
11481
|
+
"gopd": "^1.2.0",
|
|
11482
|
+
"has-property-descriptors": "^1.0.2",
|
|
11483
|
+
"has-proto": "^1.2.0",
|
|
11484
|
+
"has-symbols": "^1.1.0",
|
|
11485
|
+
"hasown": "^2.0.2",
|
|
11486
|
+
"internal-slot": "^1.1.0",
|
|
11487
|
+
"is-array-buffer": "^3.0.5",
|
|
11488
|
+
"is-callable": "^1.2.7",
|
|
11489
|
+
"is-data-view": "^1.0.2",
|
|
11490
|
+
"is-negative-zero": "^2.0.3",
|
|
11491
|
+
"is-regex": "^1.2.1",
|
|
11492
|
+
"is-set": "^2.0.3",
|
|
11493
|
+
"is-shared-array-buffer": "^1.0.4",
|
|
11494
|
+
"is-string": "^1.1.1",
|
|
11495
|
+
"is-typed-array": "^1.1.15",
|
|
11496
|
+
"is-weakref": "^1.1.1",
|
|
11497
|
+
"math-intrinsics": "^1.1.0",
|
|
11498
|
+
"object-inspect": "^1.13.4",
|
|
11499
|
+
"object-keys": "^1.1.1",
|
|
11500
|
+
"object.assign": "^4.1.7",
|
|
11501
|
+
"own-keys": "^1.0.1",
|
|
11502
|
+
"regexp.prototype.flags": "^1.5.4",
|
|
11503
|
+
"safe-array-concat": "^1.1.3",
|
|
11504
|
+
"safe-push-apply": "^1.0.0",
|
|
11505
|
+
"safe-regex-test": "^1.1.0",
|
|
11506
|
+
"set-proto": "^1.0.0",
|
|
11507
|
+
"stop-iteration-iterator": "^1.1.0",
|
|
11508
|
+
"string.prototype.trim": "^1.2.10",
|
|
11509
|
+
"string.prototype.trimend": "^1.0.9",
|
|
11510
|
+
"string.prototype.trimstart": "^1.0.8",
|
|
11511
|
+
"typed-array-buffer": "^1.0.3",
|
|
11512
|
+
"typed-array-byte-length": "^1.0.3",
|
|
11513
|
+
"typed-array-byte-offset": "^1.0.4",
|
|
11514
|
+
"typed-array-length": "^1.0.7",
|
|
11515
|
+
"unbox-primitive": "^1.1.0",
|
|
11516
|
+
"which-typed-array": "^1.1.19"
|
|
10909
11517
|
},
|
|
10910
11518
|
"engines": {
|
|
10911
11519
|
"node": ">= 0.4"
|
|
@@ -10946,15 +11554,15 @@
|
|
|
10946
11554
|
}
|
|
10947
11555
|
},
|
|
10948
11556
|
"node_modules/array.prototype.flat": {
|
|
10949
|
-
"version": "1.3.
|
|
10950
|
-
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.
|
|
10951
|
-
"integrity": "sha512-
|
|
11557
|
+
"version": "1.3.3",
|
|
11558
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
|
|
11559
|
+
"integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
|
|
10952
11560
|
"license": "MIT",
|
|
10953
11561
|
"dependencies": {
|
|
10954
|
-
"call-bind": "^1.0.
|
|
10955
|
-
"define-properties": "^1.2.
|
|
10956
|
-
"es-abstract": "^1.
|
|
10957
|
-
"es-shim-unscopables": "^1.0.
|
|
11562
|
+
"call-bind": "^1.0.8",
|
|
11563
|
+
"define-properties": "^1.2.1",
|
|
11564
|
+
"es-abstract": "^1.23.5",
|
|
11565
|
+
"es-shim-unscopables": "^1.0.2"
|
|
10958
11566
|
},
|
|
10959
11567
|
"engines": {
|
|
10960
11568
|
"node": ">= 0.4"
|
|
@@ -10964,15 +11572,15 @@
|
|
|
10964
11572
|
}
|
|
10965
11573
|
},
|
|
10966
11574
|
"node_modules/array.prototype.flatmap": {
|
|
10967
|
-
"version": "1.3.
|
|
10968
|
-
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.
|
|
10969
|
-
"integrity": "sha512-
|
|
11575
|
+
"version": "1.3.3",
|
|
11576
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
|
|
11577
|
+
"integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
|
|
10970
11578
|
"license": "MIT",
|
|
10971
11579
|
"dependencies": {
|
|
10972
|
-
"call-bind": "^1.0.
|
|
10973
|
-
"define-properties": "^1.2.
|
|
10974
|
-
"es-abstract": "^1.
|
|
10975
|
-
"es-shim-unscopables": "^1.0.
|
|
11580
|
+
"call-bind": "^1.0.8",
|
|
11581
|
+
"define-properties": "^1.2.1",
|
|
11582
|
+
"es-abstract": "^1.23.5",
|
|
11583
|
+
"es-shim-unscopables": "^1.0.2"
|
|
10976
11584
|
},
|
|
10977
11585
|
"engines": {
|
|
10978
11586
|
"node": ">= 0.4"
|
|
@@ -12704,15 +13312,15 @@
|
|
|
12704
13312
|
}
|
|
12705
13313
|
},
|
|
12706
13314
|
"node_modules/doctrine": {
|
|
12707
|
-
"version": "
|
|
12708
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
|
12709
|
-
"integrity": "sha512-
|
|
13315
|
+
"version": "2.1.0",
|
|
13316
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
13317
|
+
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
12710
13318
|
"license": "Apache-2.0",
|
|
12711
13319
|
"dependencies": {
|
|
12712
13320
|
"esutils": "^2.0.2"
|
|
12713
13321
|
},
|
|
12714
13322
|
"engines": {
|
|
12715
|
-
"node": ">=
|
|
13323
|
+
"node": ">=0.10.0"
|
|
12716
13324
|
}
|
|
12717
13325
|
},
|
|
12718
13326
|
"node_modules/dom-serializer": {
|
|
@@ -13233,6 +13841,137 @@
|
|
|
13233
13841
|
"eslint-plugin-unicorn": "^50.0.1"
|
|
13234
13842
|
}
|
|
13235
13843
|
},
|
|
13844
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array-includes": {
|
|
13845
|
+
"version": "3.1.8",
|
|
13846
|
+
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
|
|
13847
|
+
"integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
|
|
13848
|
+
"dev": true,
|
|
13849
|
+
"license": "MIT",
|
|
13850
|
+
"dependencies": {
|
|
13851
|
+
"call-bind": "^1.0.7",
|
|
13852
|
+
"define-properties": "^1.2.1",
|
|
13853
|
+
"es-abstract": "^1.23.2",
|
|
13854
|
+
"es-object-atoms": "^1.0.0",
|
|
13855
|
+
"get-intrinsic": "^1.2.4",
|
|
13856
|
+
"is-string": "^1.0.7"
|
|
13857
|
+
},
|
|
13858
|
+
"engines": {
|
|
13859
|
+
"node": ">= 0.4"
|
|
13860
|
+
},
|
|
13861
|
+
"funding": {
|
|
13862
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
13863
|
+
}
|
|
13864
|
+
},
|
|
13865
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array.prototype.flat": {
|
|
13866
|
+
"version": "1.3.2",
|
|
13867
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
|
|
13868
|
+
"integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
|
|
13869
|
+
"dev": true,
|
|
13870
|
+
"license": "MIT",
|
|
13871
|
+
"dependencies": {
|
|
13872
|
+
"call-bind": "^1.0.2",
|
|
13873
|
+
"define-properties": "^1.2.0",
|
|
13874
|
+
"es-abstract": "^1.22.1",
|
|
13875
|
+
"es-shim-unscopables": "^1.0.0"
|
|
13876
|
+
},
|
|
13877
|
+
"engines": {
|
|
13878
|
+
"node": ">= 0.4"
|
|
13879
|
+
},
|
|
13880
|
+
"funding": {
|
|
13881
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
13882
|
+
}
|
|
13883
|
+
},
|
|
13884
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array.prototype.flatmap": {
|
|
13885
|
+
"version": "1.3.2",
|
|
13886
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
|
|
13887
|
+
"integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
|
|
13888
|
+
"dev": true,
|
|
13889
|
+
"license": "MIT",
|
|
13890
|
+
"dependencies": {
|
|
13891
|
+
"call-bind": "^1.0.2",
|
|
13892
|
+
"define-properties": "^1.2.0",
|
|
13893
|
+
"es-abstract": "^1.22.1",
|
|
13894
|
+
"es-shim-unscopables": "^1.0.0"
|
|
13895
|
+
},
|
|
13896
|
+
"engines": {
|
|
13897
|
+
"node": ">= 0.4"
|
|
13898
|
+
},
|
|
13899
|
+
"funding": {
|
|
13900
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
13901
|
+
}
|
|
13902
|
+
},
|
|
13903
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/debug": {
|
|
13904
|
+
"version": "3.2.7",
|
|
13905
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
13906
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
13907
|
+
"dev": true,
|
|
13908
|
+
"license": "MIT",
|
|
13909
|
+
"dependencies": {
|
|
13910
|
+
"ms": "^2.1.1"
|
|
13911
|
+
}
|
|
13912
|
+
},
|
|
13913
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-module-utils": {
|
|
13914
|
+
"version": "2.12.0",
|
|
13915
|
+
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
|
|
13916
|
+
"integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
|
|
13917
|
+
"dev": true,
|
|
13918
|
+
"license": "MIT",
|
|
13919
|
+
"dependencies": {
|
|
13920
|
+
"debug": "^3.2.7"
|
|
13921
|
+
},
|
|
13922
|
+
"engines": {
|
|
13923
|
+
"node": ">=4"
|
|
13924
|
+
},
|
|
13925
|
+
"peerDependenciesMeta": {
|
|
13926
|
+
"eslint": {
|
|
13927
|
+
"optional": true
|
|
13928
|
+
}
|
|
13929
|
+
}
|
|
13930
|
+
},
|
|
13931
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-plugin-import": {
|
|
13932
|
+
"version": "2.31.0",
|
|
13933
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz",
|
|
13934
|
+
"integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==",
|
|
13935
|
+
"dev": true,
|
|
13936
|
+
"license": "MIT",
|
|
13937
|
+
"dependencies": {
|
|
13938
|
+
"@rtsao/scc": "^1.1.0",
|
|
13939
|
+
"array-includes": "^3.1.8",
|
|
13940
|
+
"array.prototype.findlastindex": "^1.2.5",
|
|
13941
|
+
"array.prototype.flat": "^1.3.2",
|
|
13942
|
+
"array.prototype.flatmap": "^1.3.2",
|
|
13943
|
+
"debug": "^3.2.7",
|
|
13944
|
+
"doctrine": "^2.1.0",
|
|
13945
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
13946
|
+
"eslint-module-utils": "^2.12.0",
|
|
13947
|
+
"hasown": "^2.0.2",
|
|
13948
|
+
"is-core-module": "^2.15.1",
|
|
13949
|
+
"is-glob": "^4.0.3",
|
|
13950
|
+
"minimatch": "^3.1.2",
|
|
13951
|
+
"object.fromentries": "^2.0.8",
|
|
13952
|
+
"object.groupby": "^1.0.3",
|
|
13953
|
+
"object.values": "^1.2.0",
|
|
13954
|
+
"semver": "^6.3.1",
|
|
13955
|
+
"string.prototype.trimend": "^1.0.8",
|
|
13956
|
+
"tsconfig-paths": "^3.15.0"
|
|
13957
|
+
},
|
|
13958
|
+
"engines": {
|
|
13959
|
+
"node": ">=4"
|
|
13960
|
+
},
|
|
13961
|
+
"peerDependencies": {
|
|
13962
|
+
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
13963
|
+
}
|
|
13964
|
+
},
|
|
13965
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/semver": {
|
|
13966
|
+
"version": "6.3.1",
|
|
13967
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
13968
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
13969
|
+
"dev": true,
|
|
13970
|
+
"license": "ISC",
|
|
13971
|
+
"bin": {
|
|
13972
|
+
"semver": "bin/semver.js"
|
|
13973
|
+
}
|
|
13974
|
+
},
|
|
13236
13975
|
"node_modules/eslint-import-resolver-node": {
|
|
13237
13976
|
"version": "0.3.9",
|
|
13238
13977
|
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
|
|
@@ -13254,9 +13993,9 @@
|
|
|
13254
13993
|
}
|
|
13255
13994
|
},
|
|
13256
13995
|
"node_modules/eslint-module-utils": {
|
|
13257
|
-
"version": "2.12.
|
|
13258
|
-
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.
|
|
13259
|
-
"integrity": "sha512-
|
|
13996
|
+
"version": "2.12.1",
|
|
13997
|
+
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
|
|
13998
|
+
"integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
|
|
13260
13999
|
"license": "MIT",
|
|
13261
14000
|
"dependencies": {
|
|
13262
14001
|
"debug": "^3.2.7"
|
|
@@ -13290,30 +14029,30 @@
|
|
|
13290
14029
|
}
|
|
13291
14030
|
},
|
|
13292
14031
|
"node_modules/eslint-plugin-import": {
|
|
13293
|
-
"version": "2.
|
|
13294
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.
|
|
13295
|
-
"integrity": "sha512-
|
|
14032
|
+
"version": "2.32.0",
|
|
14033
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
|
|
14034
|
+
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
|
|
13296
14035
|
"license": "MIT",
|
|
13297
14036
|
"peer": true,
|
|
13298
14037
|
"dependencies": {
|
|
13299
14038
|
"@rtsao/scc": "^1.1.0",
|
|
13300
|
-
"array-includes": "^3.1.
|
|
13301
|
-
"array.prototype.findlastindex": "^1.2.
|
|
13302
|
-
"array.prototype.flat": "^1.3.
|
|
13303
|
-
"array.prototype.flatmap": "^1.3.
|
|
14039
|
+
"array-includes": "^3.1.9",
|
|
14040
|
+
"array.prototype.findlastindex": "^1.2.6",
|
|
14041
|
+
"array.prototype.flat": "^1.3.3",
|
|
14042
|
+
"array.prototype.flatmap": "^1.3.3",
|
|
13304
14043
|
"debug": "^3.2.7",
|
|
13305
14044
|
"doctrine": "^2.1.0",
|
|
13306
14045
|
"eslint-import-resolver-node": "^0.3.9",
|
|
13307
|
-
"eslint-module-utils": "^2.12.
|
|
14046
|
+
"eslint-module-utils": "^2.12.1",
|
|
13308
14047
|
"hasown": "^2.0.2",
|
|
13309
|
-
"is-core-module": "^2.
|
|
14048
|
+
"is-core-module": "^2.16.1",
|
|
13310
14049
|
"is-glob": "^4.0.3",
|
|
13311
14050
|
"minimatch": "^3.1.2",
|
|
13312
14051
|
"object.fromentries": "^2.0.8",
|
|
13313
14052
|
"object.groupby": "^1.0.3",
|
|
13314
|
-
"object.values": "^1.2.
|
|
14053
|
+
"object.values": "^1.2.1",
|
|
13315
14054
|
"semver": "^6.3.1",
|
|
13316
|
-
"string.prototype.trimend": "^1.0.
|
|
14055
|
+
"string.prototype.trimend": "^1.0.9",
|
|
13317
14056
|
"tsconfig-paths": "^3.15.0"
|
|
13318
14057
|
},
|
|
13319
14058
|
"engines": {
|
|
@@ -13323,6 +14062,48 @@
|
|
|
13323
14062
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
13324
14063
|
}
|
|
13325
14064
|
},
|
|
14065
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint-community/eslint-utils": {
|
|
14066
|
+
"version": "4.9.0",
|
|
14067
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
14068
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
14069
|
+
"license": "MIT",
|
|
14070
|
+
"dependencies": {
|
|
14071
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
14072
|
+
},
|
|
14073
|
+
"engines": {
|
|
14074
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14075
|
+
},
|
|
14076
|
+
"funding": {
|
|
14077
|
+
"url": "https://opencollective.com/eslint"
|
|
14078
|
+
},
|
|
14079
|
+
"peerDependencies": {
|
|
14080
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
14081
|
+
}
|
|
14082
|
+
},
|
|
14083
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
14084
|
+
"version": "3.4.3",
|
|
14085
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
14086
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
14087
|
+
"license": "Apache-2.0",
|
|
14088
|
+
"engines": {
|
|
14089
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14090
|
+
},
|
|
14091
|
+
"funding": {
|
|
14092
|
+
"url": "https://opencollective.com/eslint"
|
|
14093
|
+
}
|
|
14094
|
+
},
|
|
14095
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint/core": {
|
|
14096
|
+
"version": "0.16.0",
|
|
14097
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
14098
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
14099
|
+
"license": "Apache-2.0",
|
|
14100
|
+
"dependencies": {
|
|
14101
|
+
"@types/json-schema": "^7.0.15"
|
|
14102
|
+
},
|
|
14103
|
+
"engines": {
|
|
14104
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14105
|
+
}
|
|
14106
|
+
},
|
|
13326
14107
|
"node_modules/eslint-plugin-import/node_modules/@eslint/eslintrc": {
|
|
13327
14108
|
"version": "3.3.1",
|
|
13328
14109
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -13363,6 +14144,18 @@
|
|
|
13363
14144
|
}
|
|
13364
14145
|
}
|
|
13365
14146
|
},
|
|
14147
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint/js": {
|
|
14148
|
+
"version": "9.38.0",
|
|
14149
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
14150
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
14151
|
+
"license": "MIT",
|
|
14152
|
+
"engines": {
|
|
14153
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14154
|
+
},
|
|
14155
|
+
"funding": {
|
|
14156
|
+
"url": "https://eslint.org/donate"
|
|
14157
|
+
}
|
|
14158
|
+
},
|
|
13366
14159
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
13367
14160
|
"version": "3.2.7",
|
|
13368
14161
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
@@ -13372,35 +14165,23 @@
|
|
|
13372
14165
|
"ms": "^2.1.1"
|
|
13373
14166
|
}
|
|
13374
14167
|
},
|
|
13375
|
-
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
13376
|
-
"version": "2.1.0",
|
|
13377
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
13378
|
-
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
13379
|
-
"license": "Apache-2.0",
|
|
13380
|
-
"dependencies": {
|
|
13381
|
-
"esutils": "^2.0.2"
|
|
13382
|
-
},
|
|
13383
|
-
"engines": {
|
|
13384
|
-
"node": ">=0.10.0"
|
|
13385
|
-
}
|
|
13386
|
-
},
|
|
13387
14168
|
"node_modules/eslint-plugin-import/node_modules/eslint": {
|
|
13388
|
-
"version": "9.
|
|
14169
|
+
"version": "9.38.0",
|
|
13389
14170
|
"license": "MIT",
|
|
14171
|
+
"peer": true,
|
|
13390
14172
|
"dependencies": {
|
|
13391
|
-
"@eslint-community/eslint-utils": "^4.
|
|
14173
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
13392
14174
|
"@eslint-community/regexpp": "^4.12.1",
|
|
13393
|
-
"@eslint/config-array": "^0.
|
|
13394
|
-
"@eslint/config-helpers": "^0.
|
|
13395
|
-
"@eslint/core": "^0.
|
|
14175
|
+
"@eslint/config-array": "^0.21.1",
|
|
14176
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
14177
|
+
"@eslint/core": "^0.16.0",
|
|
13396
14178
|
"@eslint/eslintrc": "^3.3.1",
|
|
13397
|
-
"@eslint/js": "9.
|
|
13398
|
-
"@eslint/plugin-kit": "^0.
|
|
14179
|
+
"@eslint/js": "9.38.0",
|
|
14180
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
13399
14181
|
"@humanfs/node": "^0.16.6",
|
|
13400
14182
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
13401
14183
|
"@humanwhocodes/retry": "^0.4.2",
|
|
13402
14184
|
"@types/estree": "^1.0.6",
|
|
13403
|
-
"@types/json-schema": "^7.0.15",
|
|
13404
14185
|
"ajv": "^6.12.4",
|
|
13405
14186
|
"chalk": "^4.0.0",
|
|
13406
14187
|
"cross-spawn": "^7.0.6",
|
|
@@ -13607,20 +14388,20 @@
|
|
|
13607
14388
|
}
|
|
13608
14389
|
},
|
|
13609
14390
|
"node_modules/eslint-plugin-jest": {
|
|
13610
|
-
"version": "
|
|
13611
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-
|
|
13612
|
-
"integrity": "sha512-
|
|
14391
|
+
"version": "29.0.1",
|
|
14392
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz",
|
|
14393
|
+
"integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==",
|
|
13613
14394
|
"license": "MIT",
|
|
13614
14395
|
"peer": true,
|
|
13615
14396
|
"dependencies": {
|
|
13616
|
-
"@typescript-eslint/utils": "^
|
|
14397
|
+
"@typescript-eslint/utils": "^8.0.0"
|
|
13617
14398
|
},
|
|
13618
14399
|
"engines": {
|
|
13619
|
-
"node": "^
|
|
14400
|
+
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
|
|
13620
14401
|
},
|
|
13621
14402
|
"peerDependencies": {
|
|
13622
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
13623
|
-
"eslint": "^
|
|
14403
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
14404
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
13624
14405
|
"jest": "*"
|
|
13625
14406
|
},
|
|
13626
14407
|
"peerDependenciesMeta": {
|
|
@@ -13632,6 +14413,18 @@
|
|
|
13632
14413
|
}
|
|
13633
14414
|
}
|
|
13634
14415
|
},
|
|
14416
|
+
"node_modules/eslint-plugin-jest/node_modules/@eslint/core": {
|
|
14417
|
+
"version": "0.16.0",
|
|
14418
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
14419
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
14420
|
+
"license": "Apache-2.0",
|
|
14421
|
+
"dependencies": {
|
|
14422
|
+
"@types/json-schema": "^7.0.15"
|
|
14423
|
+
},
|
|
14424
|
+
"engines": {
|
|
14425
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14426
|
+
}
|
|
14427
|
+
},
|
|
13635
14428
|
"node_modules/eslint-plugin-jest/node_modules/@eslint/eslintrc": {
|
|
13636
14429
|
"version": "3.3.1",
|
|
13637
14430
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -13655,14 +14448,26 @@
|
|
|
13655
14448
|
"url": "https://opencollective.com/eslint"
|
|
13656
14449
|
}
|
|
13657
14450
|
},
|
|
14451
|
+
"node_modules/eslint-plugin-jest/node_modules/@eslint/js": {
|
|
14452
|
+
"version": "9.38.0",
|
|
14453
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
14454
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
14455
|
+
"license": "MIT",
|
|
14456
|
+
"engines": {
|
|
14457
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14458
|
+
},
|
|
14459
|
+
"funding": {
|
|
14460
|
+
"url": "https://eslint.org/donate"
|
|
14461
|
+
}
|
|
14462
|
+
},
|
|
13658
14463
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": {
|
|
13659
|
-
"version": "8.
|
|
13660
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
13661
|
-
"integrity": "sha512-
|
|
14464
|
+
"version": "8.46.2",
|
|
14465
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz",
|
|
14466
|
+
"integrity": "sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==",
|
|
13662
14467
|
"license": "MIT",
|
|
13663
14468
|
"dependencies": {
|
|
13664
|
-
"@typescript-eslint/types": "8.
|
|
13665
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
14469
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14470
|
+
"@typescript-eslint/visitor-keys": "8.46.2"
|
|
13666
14471
|
},
|
|
13667
14472
|
"engines": {
|
|
13668
14473
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13673,9 +14478,9 @@
|
|
|
13673
14478
|
}
|
|
13674
14479
|
},
|
|
13675
14480
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": {
|
|
13676
|
-
"version": "8.
|
|
13677
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
13678
|
-
"integrity": "sha512-
|
|
14481
|
+
"version": "8.46.2",
|
|
14482
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
|
|
14483
|
+
"integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
|
|
13679
14484
|
"license": "MIT",
|
|
13680
14485
|
"engines": {
|
|
13681
14486
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13686,13 +14491,15 @@
|
|
|
13686
14491
|
}
|
|
13687
14492
|
},
|
|
13688
14493
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": {
|
|
13689
|
-
"version": "8.
|
|
13690
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
13691
|
-
"integrity": "sha512-
|
|
14494
|
+
"version": "8.46.2",
|
|
14495
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz",
|
|
14496
|
+
"integrity": "sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==",
|
|
13692
14497
|
"license": "MIT",
|
|
13693
14498
|
"dependencies": {
|
|
13694
|
-
"@typescript-eslint/
|
|
13695
|
-
"@typescript-eslint/
|
|
14499
|
+
"@typescript-eslint/project-service": "8.46.2",
|
|
14500
|
+
"@typescript-eslint/tsconfig-utils": "8.46.2",
|
|
14501
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14502
|
+
"@typescript-eslint/visitor-keys": "8.46.2",
|
|
13696
14503
|
"debug": "^4.3.4",
|
|
13697
14504
|
"fast-glob": "^3.3.2",
|
|
13698
14505
|
"is-glob": "^4.0.3",
|
|
@@ -13708,7 +14515,7 @@
|
|
|
13708
14515
|
"url": "https://opencollective.com/typescript-eslint"
|
|
13709
14516
|
},
|
|
13710
14517
|
"peerDependencies": {
|
|
13711
|
-
"typescript": ">=4.8.4 <
|
|
14518
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
13712
14519
|
}
|
|
13713
14520
|
},
|
|
13714
14521
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
@@ -13727,15 +14534,15 @@
|
|
|
13727
14534
|
}
|
|
13728
14535
|
},
|
|
13729
14536
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": {
|
|
13730
|
-
"version": "8.
|
|
13731
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
13732
|
-
"integrity": "sha512-
|
|
14537
|
+
"version": "8.46.2",
|
|
14538
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.2.tgz",
|
|
14539
|
+
"integrity": "sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==",
|
|
13733
14540
|
"license": "MIT",
|
|
13734
14541
|
"dependencies": {
|
|
13735
14542
|
"@eslint-community/eslint-utils": "^4.7.0",
|
|
13736
|
-
"@typescript-eslint/scope-manager": "8.
|
|
13737
|
-
"@typescript-eslint/types": "8.
|
|
13738
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
14543
|
+
"@typescript-eslint/scope-manager": "8.46.2",
|
|
14544
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14545
|
+
"@typescript-eslint/typescript-estree": "8.46.2"
|
|
13739
14546
|
},
|
|
13740
14547
|
"engines": {
|
|
13741
14548
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13746,17 +14553,17 @@
|
|
|
13746
14553
|
},
|
|
13747
14554
|
"peerDependencies": {
|
|
13748
14555
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
13749
|
-
"typescript": ">=4.8.4 <
|
|
14556
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
13750
14557
|
}
|
|
13751
14558
|
},
|
|
13752
14559
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": {
|
|
13753
|
-
"version": "8.
|
|
13754
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
13755
|
-
"integrity": "sha512-
|
|
14560
|
+
"version": "8.46.2",
|
|
14561
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz",
|
|
14562
|
+
"integrity": "sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==",
|
|
13756
14563
|
"license": "MIT",
|
|
13757
14564
|
"dependencies": {
|
|
13758
|
-
"@typescript-eslint/types": "8.
|
|
13759
|
-
"eslint-visitor-keys": "^4.2.
|
|
14565
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14566
|
+
"eslint-visitor-keys": "^4.2.1"
|
|
13760
14567
|
},
|
|
13761
14568
|
"engines": {
|
|
13762
14569
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13767,23 +14574,22 @@
|
|
|
13767
14574
|
}
|
|
13768
14575
|
},
|
|
13769
14576
|
"node_modules/eslint-plugin-jest/node_modules/eslint": {
|
|
13770
|
-
"version": "9.
|
|
14577
|
+
"version": "9.38.0",
|
|
13771
14578
|
"license": "MIT",
|
|
13772
14579
|
"peer": true,
|
|
13773
14580
|
"dependencies": {
|
|
13774
|
-
"@eslint-community/eslint-utils": "^4.
|
|
14581
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
13775
14582
|
"@eslint-community/regexpp": "^4.12.1",
|
|
13776
|
-
"@eslint/config-array": "^0.
|
|
13777
|
-
"@eslint/config-helpers": "^0.
|
|
13778
|
-
"@eslint/core": "^0.
|
|
14583
|
+
"@eslint/config-array": "^0.21.1",
|
|
14584
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
14585
|
+
"@eslint/core": "^0.16.0",
|
|
13779
14586
|
"@eslint/eslintrc": "^3.3.1",
|
|
13780
|
-
"@eslint/js": "9.
|
|
13781
|
-
"@eslint/plugin-kit": "^0.
|
|
14587
|
+
"@eslint/js": "9.38.0",
|
|
14588
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
13782
14589
|
"@humanfs/node": "^0.16.6",
|
|
13783
14590
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
13784
14591
|
"@humanwhocodes/retry": "^0.4.2",
|
|
13785
14592
|
"@types/estree": "^1.0.6",
|
|
13786
|
-
"@types/json-schema": "^7.0.15",
|
|
13787
14593
|
"ajv": "^6.12.4",
|
|
13788
14594
|
"chalk": "^4.0.0",
|
|
13789
14595
|
"cross-spawn": "^7.0.6",
|
|
@@ -13853,6 +14659,36 @@
|
|
|
13853
14659
|
"url": "https://opencollective.com/eslint"
|
|
13854
14660
|
}
|
|
13855
14661
|
},
|
|
14662
|
+
"node_modules/eslint-plugin-jest/node_modules/eslint/node_modules/@eslint-community/eslint-utils": {
|
|
14663
|
+
"version": "4.9.0",
|
|
14664
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
14665
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
14666
|
+
"license": "MIT",
|
|
14667
|
+
"dependencies": {
|
|
14668
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
14669
|
+
},
|
|
14670
|
+
"engines": {
|
|
14671
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14672
|
+
},
|
|
14673
|
+
"funding": {
|
|
14674
|
+
"url": "https://opencollective.com/eslint"
|
|
14675
|
+
},
|
|
14676
|
+
"peerDependencies": {
|
|
14677
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
14678
|
+
}
|
|
14679
|
+
},
|
|
14680
|
+
"node_modules/eslint-plugin-jest/node_modules/eslint/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
14681
|
+
"version": "3.4.3",
|
|
14682
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
14683
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
14684
|
+
"license": "Apache-2.0",
|
|
14685
|
+
"engines": {
|
|
14686
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14687
|
+
},
|
|
14688
|
+
"funding": {
|
|
14689
|
+
"url": "https://opencollective.com/eslint"
|
|
14690
|
+
}
|
|
14691
|
+
},
|
|
13856
14692
|
"node_modules/eslint-plugin-jest/node_modules/file-entry-cache": {
|
|
13857
14693
|
"version": "8.0.0",
|
|
13858
14694
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
@@ -14210,13 +15046,16 @@
|
|
|
14210
15046
|
"url": "https://opencollective.com/eslint"
|
|
14211
15047
|
}
|
|
14212
15048
|
},
|
|
14213
|
-
"node_modules/eslint/node_modules
|
|
14214
|
-
"version": "
|
|
14215
|
-
"resolved": "https://registry.npmjs.org
|
|
14216
|
-
"integrity": "sha512-
|
|
14217
|
-
"license": "
|
|
15049
|
+
"node_modules/eslint/node_modules/doctrine": {
|
|
15050
|
+
"version": "3.0.0",
|
|
15051
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
15052
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
15053
|
+
"license": "Apache-2.0",
|
|
15054
|
+
"dependencies": {
|
|
15055
|
+
"esutils": "^2.0.2"
|
|
15056
|
+
},
|
|
14218
15057
|
"engines": {
|
|
14219
|
-
"node": "
|
|
15058
|
+
"node": ">=6.0.0"
|
|
14220
15059
|
}
|
|
14221
15060
|
},
|
|
14222
15061
|
"node_modules/eslint/node_modules/espree": {
|
|
@@ -14264,21 +15103,6 @@
|
|
|
14264
15103
|
"node": ">=10.13.0"
|
|
14265
15104
|
}
|
|
14266
15105
|
},
|
|
14267
|
-
"node_modules/eslint/node_modules/globals": {
|
|
14268
|
-
"version": "13.24.0",
|
|
14269
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
14270
|
-
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
14271
|
-
"license": "MIT",
|
|
14272
|
-
"dependencies": {
|
|
14273
|
-
"type-fest": "^0.20.2"
|
|
14274
|
-
},
|
|
14275
|
-
"engines": {
|
|
14276
|
-
"node": ">=8"
|
|
14277
|
-
},
|
|
14278
|
-
"funding": {
|
|
14279
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14280
|
-
}
|
|
14281
|
-
},
|
|
14282
15106
|
"node_modules/eslint/node_modules/locate-path": {
|
|
14283
15107
|
"version": "6.0.0",
|
|
14284
15108
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -14324,18 +15148,6 @@
|
|
|
14324
15148
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14325
15149
|
}
|
|
14326
15150
|
},
|
|
14327
|
-
"node_modules/eslint/node_modules/type-fest": {
|
|
14328
|
-
"version": "0.20.2",
|
|
14329
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
14330
|
-
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
14331
|
-
"license": "(MIT OR CC0-1.0)",
|
|
14332
|
-
"engines": {
|
|
14333
|
-
"node": ">=10"
|
|
14334
|
-
},
|
|
14335
|
-
"funding": {
|
|
14336
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14337
|
-
}
|
|
14338
|
-
},
|
|
14339
15151
|
"node_modules/esmock": {
|
|
14340
15152
|
"version": "2.7.3",
|
|
14341
15153
|
"resolved": "https://registry.npmjs.org/esmock/-/esmock-2.7.3.tgz",
|
|
@@ -14663,9 +15475,9 @@
|
|
|
14663
15475
|
"license": "MIT"
|
|
14664
15476
|
},
|
|
14665
15477
|
"node_modules/fast-xml-parser": {
|
|
14666
|
-
"version": "5.
|
|
14667
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
14668
|
-
"integrity": "sha512-
|
|
15478
|
+
"version": "5.3.0",
|
|
15479
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz",
|
|
15480
|
+
"integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==",
|
|
14669
15481
|
"funding": [
|
|
14670
15482
|
{
|
|
14671
15483
|
"type": "github",
|
|
@@ -15066,6 +15878,18 @@
|
|
|
15066
15878
|
"node": ">= 8"
|
|
15067
15879
|
}
|
|
15068
15880
|
},
|
|
15881
|
+
"node_modules/fs-minipass/node_modules/minipass": {
|
|
15882
|
+
"version": "3.3.6",
|
|
15883
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
15884
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
15885
|
+
"license": "ISC",
|
|
15886
|
+
"dependencies": {
|
|
15887
|
+
"yallist": "^4.0.0"
|
|
15888
|
+
},
|
|
15889
|
+
"engines": {
|
|
15890
|
+
"node": ">=8"
|
|
15891
|
+
}
|
|
15892
|
+
},
|
|
15069
15893
|
"node_modules/fs.realpath": {
|
|
15070
15894
|
"version": "1.0.0",
|
|
15071
15895
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -15404,15 +16228,6 @@
|
|
|
15404
16228
|
"url": "https://github.com/sponsors/isaacs"
|
|
15405
16229
|
}
|
|
15406
16230
|
},
|
|
15407
|
-
"node_modules/glob/node_modules/minipass": {
|
|
15408
|
-
"version": "7.1.2",
|
|
15409
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
15410
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
15411
|
-
"license": "ISC",
|
|
15412
|
-
"engines": {
|
|
15413
|
-
"node": ">=16 || 14 >=14.17"
|
|
15414
|
-
}
|
|
15415
|
-
},
|
|
15416
16231
|
"node_modules/glob/node_modules/signal-exit": {
|
|
15417
16232
|
"version": "4.1.0",
|
|
15418
16233
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -15439,12 +16254,30 @@
|
|
|
15439
16254
|
}
|
|
15440
16255
|
},
|
|
15441
16256
|
"node_modules/globals": {
|
|
15442
|
-
"version": "
|
|
15443
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-
|
|
15444
|
-
"integrity": "sha512-
|
|
16257
|
+
"version": "13.24.0",
|
|
16258
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
16259
|
+
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
15445
16260
|
"license": "MIT",
|
|
16261
|
+
"dependencies": {
|
|
16262
|
+
"type-fest": "^0.20.2"
|
|
16263
|
+
},
|
|
15446
16264
|
"engines": {
|
|
15447
|
-
"node": ">=
|
|
16265
|
+
"node": ">=8"
|
|
16266
|
+
},
|
|
16267
|
+
"funding": {
|
|
16268
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16269
|
+
}
|
|
16270
|
+
},
|
|
16271
|
+
"node_modules/globals/node_modules/type-fest": {
|
|
16272
|
+
"version": "0.20.2",
|
|
16273
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
16274
|
+
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
16275
|
+
"license": "(MIT OR CC0-1.0)",
|
|
16276
|
+
"engines": {
|
|
16277
|
+
"node": ">=10"
|
|
16278
|
+
},
|
|
16279
|
+
"funding": {
|
|
16280
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15448
16281
|
}
|
|
15449
16282
|
},
|
|
15450
16283
|
"node_modules/globalthis": {
|
|
@@ -15817,6 +16650,12 @@
|
|
|
15817
16650
|
"url": "https://opencollective.com/unified"
|
|
15818
16651
|
}
|
|
15819
16652
|
},
|
|
16653
|
+
"node_modules/hast-util-raw/node_modules/parse5": {
|
|
16654
|
+
"version": "6.0.1",
|
|
16655
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
16656
|
+
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
|
16657
|
+
"license": "MIT"
|
|
16658
|
+
},
|
|
15820
16659
|
"node_modules/hast-util-to-html": {
|
|
15821
16660
|
"version": "7.1.3",
|
|
15822
16661
|
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-7.1.3.tgz",
|
|
@@ -16268,9 +17107,9 @@
|
|
|
16268
17107
|
"license": "MIT"
|
|
16269
17108
|
},
|
|
16270
17109
|
"node_modules/immer": {
|
|
16271
|
-
"version": "10.
|
|
16272
|
-
"resolved": "https://registry.npmjs.org/immer/-/immer-10.
|
|
16273
|
-
"integrity": "sha512-
|
|
17110
|
+
"version": "10.2.0",
|
|
17111
|
+
"resolved": "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz",
|
|
17112
|
+
"integrity": "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==",
|
|
16274
17113
|
"license": "MIT",
|
|
16275
17114
|
"funding": {
|
|
16276
17115
|
"type": "opencollective",
|
|
@@ -16971,6 +17810,18 @@
|
|
|
16971
17810
|
"integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
|
|
16972
17811
|
"license": "MIT"
|
|
16973
17812
|
},
|
|
17813
|
+
"node_modules/is-negative-zero": {
|
|
17814
|
+
"version": "2.0.3",
|
|
17815
|
+
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
|
|
17816
|
+
"integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
|
|
17817
|
+
"license": "MIT",
|
|
17818
|
+
"engines": {
|
|
17819
|
+
"node": ">= 0.4"
|
|
17820
|
+
},
|
|
17821
|
+
"funding": {
|
|
17822
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
17823
|
+
}
|
|
17824
|
+
},
|
|
16974
17825
|
"node_modules/is-number": {
|
|
16975
17826
|
"version": "7.0.0",
|
|
16976
17827
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
@@ -17302,6 +18153,47 @@
|
|
|
17302
18153
|
"node": ">=10"
|
|
17303
18154
|
}
|
|
17304
18155
|
},
|
|
18156
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/core": {
|
|
18157
|
+
"version": "7.28.4",
|
|
18158
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
18159
|
+
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
18160
|
+
"dev": true,
|
|
18161
|
+
"license": "MIT",
|
|
18162
|
+
"dependencies": {
|
|
18163
|
+
"@babel/code-frame": "^7.27.1",
|
|
18164
|
+
"@babel/generator": "^7.28.3",
|
|
18165
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
18166
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
18167
|
+
"@babel/helpers": "^7.28.4",
|
|
18168
|
+
"@babel/parser": "^7.28.4",
|
|
18169
|
+
"@babel/template": "^7.27.2",
|
|
18170
|
+
"@babel/traverse": "^7.28.4",
|
|
18171
|
+
"@babel/types": "^7.28.4",
|
|
18172
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
18173
|
+
"convert-source-map": "^2.0.0",
|
|
18174
|
+
"debug": "^4.1.0",
|
|
18175
|
+
"gensync": "^1.0.0-beta.2",
|
|
18176
|
+
"json5": "^2.2.3",
|
|
18177
|
+
"semver": "^6.3.1"
|
|
18178
|
+
},
|
|
18179
|
+
"engines": {
|
|
18180
|
+
"node": ">=6.9.0"
|
|
18181
|
+
},
|
|
18182
|
+
"funding": {
|
|
18183
|
+
"type": "opencollective",
|
|
18184
|
+
"url": "https://opencollective.com/babel"
|
|
18185
|
+
}
|
|
18186
|
+
},
|
|
18187
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/core/node_modules/semver": {
|
|
18188
|
+
"version": "6.3.1",
|
|
18189
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
18190
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
18191
|
+
"dev": true,
|
|
18192
|
+
"license": "ISC",
|
|
18193
|
+
"bin": {
|
|
18194
|
+
"semver": "bin/semver.js"
|
|
18195
|
+
}
|
|
18196
|
+
},
|
|
17305
18197
|
"node_modules/istanbul-lib-processinfo": {
|
|
17306
18198
|
"version": "2.0.3",
|
|
17307
18199
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -18225,30 +19117,30 @@
|
|
|
18225
19117
|
"license": "MIT"
|
|
18226
19118
|
},
|
|
18227
19119
|
"node_modules/lwc": {
|
|
18228
|
-
"version": "8.
|
|
18229
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
18230
|
-
"integrity": "sha512-
|
|
19120
|
+
"version": "8.24.0",
|
|
19121
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.24.0.tgz",
|
|
19122
|
+
"integrity": "sha512-u2l1MSulS5W1YIPkeA0ndG2vWFBgAnLGAkYGdbvhEuDdvhIJ7J/U+ftca3f67bx655y1jiBoWjiGEdUDprPcTQ==",
|
|
18231
19123
|
"license": "MIT",
|
|
18232
19124
|
"peer": true,
|
|
18233
19125
|
"dependencies": {
|
|
18234
|
-
"@lwc/aria-reflection": "8.
|
|
18235
|
-
"@lwc/babel-plugin-component": "8.
|
|
18236
|
-
"@lwc/compiler": "8.
|
|
18237
|
-
"@lwc/engine-core": "8.
|
|
18238
|
-
"@lwc/engine-dom": "8.
|
|
18239
|
-
"@lwc/engine-server": "8.
|
|
18240
|
-
"@lwc/errors": "8.
|
|
18241
|
-
"@lwc/features": "8.
|
|
18242
|
-
"@lwc/module-resolver": "8.
|
|
18243
|
-
"@lwc/rollup-plugin": "8.
|
|
18244
|
-
"@lwc/shared": "8.
|
|
18245
|
-
"@lwc/ssr-compiler": "8.
|
|
18246
|
-
"@lwc/ssr-runtime": "8.
|
|
18247
|
-
"@lwc/style-compiler": "8.
|
|
18248
|
-
"@lwc/synthetic-shadow": "8.
|
|
18249
|
-
"@lwc/template-compiler": "8.
|
|
18250
|
-
"@lwc/types": "8.
|
|
18251
|
-
"@lwc/wire-service": "8.
|
|
19126
|
+
"@lwc/aria-reflection": "8.24.0",
|
|
19127
|
+
"@lwc/babel-plugin-component": "8.24.0",
|
|
19128
|
+
"@lwc/compiler": "8.24.0",
|
|
19129
|
+
"@lwc/engine-core": "8.24.0",
|
|
19130
|
+
"@lwc/engine-dom": "8.24.0",
|
|
19131
|
+
"@lwc/engine-server": "8.24.0",
|
|
19132
|
+
"@lwc/errors": "8.24.0",
|
|
19133
|
+
"@lwc/features": "8.24.0",
|
|
19134
|
+
"@lwc/module-resolver": "8.24.0",
|
|
19135
|
+
"@lwc/rollup-plugin": "8.24.0",
|
|
19136
|
+
"@lwc/shared": "8.24.0",
|
|
19137
|
+
"@lwc/ssr-compiler": "8.24.0",
|
|
19138
|
+
"@lwc/ssr-runtime": "8.24.0",
|
|
19139
|
+
"@lwc/style-compiler": "8.24.0",
|
|
19140
|
+
"@lwc/synthetic-shadow": "8.24.0",
|
|
19141
|
+
"@lwc/template-compiler": "8.24.0",
|
|
19142
|
+
"@lwc/types": "8.24.0",
|
|
19143
|
+
"@lwc/wire-service": "8.24.0"
|
|
18252
19144
|
}
|
|
18253
19145
|
},
|
|
18254
19146
|
"node_modules/magic-string": {
|
|
@@ -18911,15 +19803,12 @@
|
|
|
18911
19803
|
}
|
|
18912
19804
|
},
|
|
18913
19805
|
"node_modules/minipass": {
|
|
18914
|
-
"version": "
|
|
18915
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
18916
|
-
"integrity": "sha512-
|
|
19806
|
+
"version": "7.1.2",
|
|
19807
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
19808
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
18917
19809
|
"license": "ISC",
|
|
18918
|
-
"dependencies": {
|
|
18919
|
-
"yallist": "^4.0.0"
|
|
18920
|
-
},
|
|
18921
19810
|
"engines": {
|
|
18922
|
-
"node": ">=
|
|
19811
|
+
"node": ">=16 || 14 >=14.17"
|
|
18923
19812
|
}
|
|
18924
19813
|
},
|
|
18925
19814
|
"node_modules/minizlib": {
|
|
@@ -18935,6 +19824,18 @@
|
|
|
18935
19824
|
"node": ">= 8"
|
|
18936
19825
|
}
|
|
18937
19826
|
},
|
|
19827
|
+
"node_modules/minizlib/node_modules/minipass": {
|
|
19828
|
+
"version": "3.3.6",
|
|
19829
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
19830
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
19831
|
+
"license": "ISC",
|
|
19832
|
+
"dependencies": {
|
|
19833
|
+
"yallist": "^4.0.0"
|
|
19834
|
+
},
|
|
19835
|
+
"engines": {
|
|
19836
|
+
"node": ">=8"
|
|
19837
|
+
}
|
|
19838
|
+
},
|
|
18938
19839
|
"node_modules/mkdirp": {
|
|
18939
19840
|
"version": "1.0.4",
|
|
18940
19841
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
@@ -20000,18 +20901,51 @@
|
|
|
20000
20901
|
}
|
|
20001
20902
|
},
|
|
20002
20903
|
"node_modules/parse5": {
|
|
20003
|
-
"version": "
|
|
20004
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-
|
|
20005
|
-
"integrity": "sha512-
|
|
20006
|
-
"license": "MIT"
|
|
20904
|
+
"version": "7.2.1",
|
|
20905
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
|
|
20906
|
+
"integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
|
|
20907
|
+
"license": "MIT",
|
|
20908
|
+
"dependencies": {
|
|
20909
|
+
"entities": "^4.5.0"
|
|
20910
|
+
},
|
|
20911
|
+
"funding": {
|
|
20912
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
20913
|
+
}
|
|
20007
20914
|
},
|
|
20008
20915
|
"node_modules/parse5-sax-parser": {
|
|
20916
|
+
"version": "8.0.0",
|
|
20917
|
+
"resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-8.0.0.tgz",
|
|
20918
|
+
"integrity": "sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==",
|
|
20919
|
+
"license": "MIT",
|
|
20920
|
+
"dependencies": {
|
|
20921
|
+
"parse5": "^8.0.0"
|
|
20922
|
+
},
|
|
20923
|
+
"funding": {
|
|
20924
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
20925
|
+
}
|
|
20926
|
+
},
|
|
20927
|
+
"node_modules/parse5-sax-parser/node_modules/entities": {
|
|
20009
20928
|
"version": "6.0.1",
|
|
20010
|
-
"resolved": "https://registry.npmjs.org/
|
|
20011
|
-
"integrity": "sha512-
|
|
20929
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
20930
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
20931
|
+
"license": "BSD-2-Clause",
|
|
20932
|
+
"engines": {
|
|
20933
|
+
"node": ">=0.12"
|
|
20934
|
+
},
|
|
20935
|
+
"funding": {
|
|
20936
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
20937
|
+
}
|
|
20938
|
+
},
|
|
20939
|
+
"node_modules/parse5-sax-parser/node_modules/parse5": {
|
|
20940
|
+
"version": "8.0.0",
|
|
20941
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
|
|
20942
|
+
"integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
|
|
20012
20943
|
"license": "MIT",
|
|
20013
20944
|
"dependencies": {
|
|
20014
|
-
"
|
|
20945
|
+
"entities": "^6.0.0"
|
|
20946
|
+
},
|
|
20947
|
+
"funding": {
|
|
20948
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
20015
20949
|
}
|
|
20016
20950
|
},
|
|
20017
20951
|
"node_modules/parseurl": {
|
|
@@ -20101,15 +21035,6 @@
|
|
|
20101
21035
|
"url": "https://github.com/sponsors/isaacs"
|
|
20102
21036
|
}
|
|
20103
21037
|
},
|
|
20104
|
-
"node_modules/path-scurry/node_modules/minipass": {
|
|
20105
|
-
"version": "7.1.2",
|
|
20106
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
20107
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
20108
|
-
"license": "ISC",
|
|
20109
|
-
"engines": {
|
|
20110
|
-
"node": ">=16 || 14 >=14.17"
|
|
20111
|
-
}
|
|
20112
|
-
},
|
|
20113
21038
|
"node_modules/path-to-regexp": {
|
|
20114
21039
|
"version": "6.3.0",
|
|
20115
21040
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
|
|
@@ -20302,9 +21227,9 @@
|
|
|
20302
21227
|
}
|
|
20303
21228
|
},
|
|
20304
21229
|
"node_modules/postcss-selector-parser": {
|
|
20305
|
-
"version": "
|
|
20306
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-
|
|
20307
|
-
"integrity": "sha512-
|
|
21230
|
+
"version": "7.1.0",
|
|
21231
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
21232
|
+
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
20308
21233
|
"license": "MIT",
|
|
20309
21234
|
"dependencies": {
|
|
20310
21235
|
"cssesc": "^3.0.0",
|
|
@@ -22134,6 +23059,19 @@
|
|
|
22134
23059
|
"node": ">= 0.8"
|
|
22135
23060
|
}
|
|
22136
23061
|
},
|
|
23062
|
+
"node_modules/stop-iteration-iterator": {
|
|
23063
|
+
"version": "1.1.0",
|
|
23064
|
+
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
|
|
23065
|
+
"integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
|
|
23066
|
+
"license": "MIT",
|
|
23067
|
+
"dependencies": {
|
|
23068
|
+
"es-errors": "^1.3.0",
|
|
23069
|
+
"internal-slot": "^1.1.0"
|
|
23070
|
+
},
|
|
23071
|
+
"engines": {
|
|
23072
|
+
"node": ">= 0.4"
|
|
23073
|
+
}
|
|
23074
|
+
},
|
|
22137
23075
|
"node_modules/string_decoder": {
|
|
22138
23076
|
"version": "1.3.0",
|
|
22139
23077
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
@@ -22449,13 +23387,13 @@
|
|
|
22449
23387
|
}
|
|
22450
23388
|
},
|
|
22451
23389
|
"node_modules/terser": {
|
|
22452
|
-
"version": "5.
|
|
22453
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
22454
|
-
"integrity": "sha512-
|
|
23390
|
+
"version": "5.44.0",
|
|
23391
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
|
|
23392
|
+
"integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
|
|
22455
23393
|
"license": "BSD-2-Clause",
|
|
22456
23394
|
"dependencies": {
|
|
22457
23395
|
"@jridgewell/source-map": "^0.3.3",
|
|
22458
|
-
"acorn": "^8.
|
|
23396
|
+
"acorn": "^8.15.0",
|
|
22459
23397
|
"commander": "^2.20.0",
|
|
22460
23398
|
"source-map-support": "~0.5.20"
|
|
22461
23399
|
},
|