@salesforce/plugin-lightning-dev 5.0.0 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/npm-shrinkwrap.json +971 -615
- package/oclif.lock +192 -128
- package/oclif.manifest.json +1 -1
- package/package.json +4 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
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.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.11.0",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
|
-
"
|
|
25
|
-
"lwc": "~8.21.2",
|
|
24
|
+
"lwc": "~8.21.6",
|
|
26
25
|
"node-fetch": "^3.3.2",
|
|
27
26
|
"open": "^10.2.0",
|
|
28
27
|
"xml2js": "^0.6.2"
|
|
@@ -1072,21 +1071,21 @@
|
|
|
1072
1071
|
}
|
|
1073
1072
|
},
|
|
1074
1073
|
"node_modules/@babel/core": {
|
|
1075
|
-
"version": "7.
|
|
1076
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
1077
|
-
"integrity": "sha512-
|
|
1074
|
+
"version": "7.27.4",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz",
|
|
1076
|
+
"integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
|
|
1078
1077
|
"license": "MIT",
|
|
1079
1078
|
"dependencies": {
|
|
1080
1079
|
"@ampproject/remapping": "^2.2.0",
|
|
1081
1080
|
"@babel/code-frame": "^7.27.1",
|
|
1082
|
-
"@babel/generator": "^7.
|
|
1081
|
+
"@babel/generator": "^7.27.3",
|
|
1083
1082
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1084
1083
|
"@babel/helper-module-transforms": "^7.27.3",
|
|
1085
|
-
"@babel/helpers": "^7.27.
|
|
1086
|
-
"@babel/parser": "^7.
|
|
1084
|
+
"@babel/helpers": "^7.27.4",
|
|
1085
|
+
"@babel/parser": "^7.27.4",
|
|
1087
1086
|
"@babel/template": "^7.27.2",
|
|
1088
|
-
"@babel/traverse": "^7.
|
|
1089
|
-
"@babel/types": "^7.
|
|
1087
|
+
"@babel/traverse": "^7.27.4",
|
|
1088
|
+
"@babel/types": "^7.27.3",
|
|
1090
1089
|
"convert-source-map": "^2.0.0",
|
|
1091
1090
|
"debug": "^4.1.0",
|
|
1092
1091
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1199,82 +1198,21 @@
|
|
|
1199
1198
|
"@babel/core": "^7.0.0"
|
|
1200
1199
|
}
|
|
1201
1200
|
},
|
|
1202
|
-
"node_modules/@babel/helper-create-class-features-plugin/node_modules/
|
|
1203
|
-
"version": "
|
|
1204
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1205
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1206
|
-
"license": "ISC",
|
|
1207
|
-
"bin": {
|
|
1208
|
-
"semver": "bin/semver.js"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
"node_modules/@babel/helper-globals": {
|
|
1212
|
-
"version": "7.28.0",
|
|
1213
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
1214
|
-
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
1215
|
-
"license": "MIT",
|
|
1216
|
-
"engines": {
|
|
1217
|
-
"node": ">=6.9.0"
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
1221
|
-
"version": "7.27.1",
|
|
1222
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
1223
|
-
"integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
|
|
1224
|
-
"license": "MIT",
|
|
1225
|
-
"dependencies": {
|
|
1226
|
-
"@babel/traverse": "^7.27.1",
|
|
1227
|
-
"@babel/types": "^7.27.1"
|
|
1228
|
-
},
|
|
1229
|
-
"engines": {
|
|
1230
|
-
"node": ">=6.9.0"
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1233
|
-
"node_modules/@babel/helper-module-imports": {
|
|
1234
|
-
"version": "7.27.1",
|
|
1235
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
1236
|
-
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
1237
|
-
"license": "MIT",
|
|
1238
|
-
"dependencies": {
|
|
1239
|
-
"@babel/traverse": "^7.27.1",
|
|
1240
|
-
"@babel/types": "^7.27.1"
|
|
1241
|
-
},
|
|
1242
|
-
"engines": {
|
|
1243
|
-
"node": ">=6.9.0"
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
"node_modules/@babel/helper-module-transforms": {
|
|
1247
|
-
"version": "7.27.3",
|
|
1248
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
|
|
1249
|
-
"integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
|
|
1250
|
-
"license": "MIT",
|
|
1251
|
-
"dependencies": {
|
|
1252
|
-
"@babel/helper-module-imports": "^7.27.1",
|
|
1253
|
-
"@babel/helper-validator-identifier": "^7.27.1",
|
|
1254
|
-
"@babel/traverse": "^7.27.3"
|
|
1255
|
-
},
|
|
1256
|
-
"engines": {
|
|
1257
|
-
"node": ">=6.9.0"
|
|
1258
|
-
},
|
|
1259
|
-
"peerDependencies": {
|
|
1260
|
-
"@babel/core": "^7.0.0"
|
|
1261
|
-
}
|
|
1262
|
-
},
|
|
1263
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
|
|
1264
|
-
"version": "7.27.4",
|
|
1201
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/core": {
|
|
1202
|
+
"version": "7.28.3",
|
|
1265
1203
|
"license": "MIT",
|
|
1266
1204
|
"peer": true,
|
|
1267
1205
|
"dependencies": {
|
|
1268
1206
|
"@ampproject/remapping": "^2.2.0",
|
|
1269
1207
|
"@babel/code-frame": "^7.27.1",
|
|
1270
|
-
"@babel/generator": "^7.
|
|
1208
|
+
"@babel/generator": "^7.28.3",
|
|
1271
1209
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1272
|
-
"@babel/helper-module-transforms": "^7.
|
|
1273
|
-
"@babel/helpers": "^7.
|
|
1274
|
-
"@babel/parser": "^7.
|
|
1210
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1211
|
+
"@babel/helpers": "^7.28.3",
|
|
1212
|
+
"@babel/parser": "^7.28.3",
|
|
1275
1213
|
"@babel/template": "^7.27.2",
|
|
1276
|
-
"@babel/traverse": "^7.
|
|
1277
|
-
"@babel/types": "^7.
|
|
1214
|
+
"@babel/traverse": "^7.28.3",
|
|
1215
|
+
"@babel/types": "^7.28.2",
|
|
1278
1216
|
"convert-source-map": "^2.0.0",
|
|
1279
1217
|
"debug": "^4.1.0",
|
|
1280
1218
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1289,46 +1227,52 @@
|
|
|
1289
1227
|
"url": "https://opencollective.com/babel"
|
|
1290
1228
|
}
|
|
1291
1229
|
},
|
|
1292
|
-
"node_modules/@babel/helper-
|
|
1293
|
-
"version": "
|
|
1294
|
-
"resolved": "https://registry.npmjs.org/
|
|
1295
|
-
"integrity": "sha512-
|
|
1296
|
-
"license": "ISC",
|
|
1297
|
-
"peer": true,
|
|
1298
|
-
"bin": {
|
|
1299
|
-
"semver": "bin/semver.js"
|
|
1300
|
-
}
|
|
1301
|
-
},
|
|
1302
|
-
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1303
|
-
"version": "7.27.1",
|
|
1304
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
1305
|
-
"integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
|
|
1230
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1231
|
+
"version": "7.28.3",
|
|
1232
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
|
|
1233
|
+
"integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
|
|
1306
1234
|
"license": "MIT",
|
|
1235
|
+
"peer": true,
|
|
1307
1236
|
"dependencies": {
|
|
1308
|
-
"@babel/
|
|
1237
|
+
"@babel/code-frame": "^7.27.1",
|
|
1238
|
+
"@babel/generator": "^7.28.3",
|
|
1239
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1240
|
+
"@babel/parser": "^7.28.3",
|
|
1241
|
+
"@babel/template": "^7.27.2",
|
|
1242
|
+
"@babel/types": "^7.28.2",
|
|
1243
|
+
"debug": "^4.3.1"
|
|
1309
1244
|
},
|
|
1310
1245
|
"engines": {
|
|
1311
1246
|
"node": ">=6.9.0"
|
|
1312
1247
|
}
|
|
1313
1248
|
},
|
|
1314
|
-
"node_modules/@babel/helper-plugin
|
|
1315
|
-
"version": "7.
|
|
1316
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1317
|
-
"integrity": "sha512-
|
|
1249
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/generator": {
|
|
1250
|
+
"version": "7.28.3",
|
|
1251
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
|
|
1252
|
+
"integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
|
|
1318
1253
|
"license": "MIT",
|
|
1254
|
+
"peer": true,
|
|
1255
|
+
"dependencies": {
|
|
1256
|
+
"@babel/parser": "^7.28.3",
|
|
1257
|
+
"@babel/types": "^7.28.2",
|
|
1258
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1259
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1260
|
+
"jsesc": "^3.0.2"
|
|
1261
|
+
},
|
|
1319
1262
|
"engines": {
|
|
1320
1263
|
"node": ">=6.9.0"
|
|
1321
1264
|
}
|
|
1322
1265
|
},
|
|
1323
|
-
"node_modules/@babel/helper-
|
|
1324
|
-
"version": "7.
|
|
1325
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1326
|
-
"integrity": "sha512-
|
|
1266
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-module-transforms": {
|
|
1267
|
+
"version": "7.28.3",
|
|
1268
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
1269
|
+
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
1327
1270
|
"license": "MIT",
|
|
1271
|
+
"peer": true,
|
|
1328
1272
|
"dependencies": {
|
|
1329
|
-
"@babel/helper-
|
|
1330
|
-
"@babel/helper-
|
|
1331
|
-
"@babel/traverse": "^7.
|
|
1273
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
1274
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
1275
|
+
"@babel/traverse": "^7.28.3"
|
|
1332
1276
|
},
|
|
1333
1277
|
"engines": {
|
|
1334
1278
|
"node": ">=6.9.0"
|
|
@@ -1337,7 +1281,26 @@
|
|
|
1337
1281
|
"@babel/core": "^7.0.0"
|
|
1338
1282
|
}
|
|
1339
1283
|
},
|
|
1340
|
-
"node_modules/@babel/helper-
|
|
1284
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
|
1285
|
+
"version": "7.28.3",
|
|
1286
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
|
|
1287
|
+
"integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
|
|
1288
|
+
"license": "MIT",
|
|
1289
|
+
"peer": true,
|
|
1290
|
+
"dependencies": {
|
|
1291
|
+
"@babel/code-frame": "^7.27.1",
|
|
1292
|
+
"@babel/generator": "^7.28.3",
|
|
1293
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1294
|
+
"@babel/parser": "^7.28.3",
|
|
1295
|
+
"@babel/template": "^7.27.2",
|
|
1296
|
+
"@babel/types": "^7.28.2",
|
|
1297
|
+
"debug": "^4.3.1"
|
|
1298
|
+
},
|
|
1299
|
+
"engines": {
|
|
1300
|
+
"node": ">=6.9.0"
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers": {
|
|
1341
1304
|
"version": "7.27.1",
|
|
1342
1305
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
|
|
1343
1306
|
"integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
|
|
@@ -1354,7 +1317,7 @@
|
|
|
1354
1317
|
"@babel/core": "^7.0.0"
|
|
1355
1318
|
}
|
|
1356
1319
|
},
|
|
1357
|
-
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1320
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1358
1321
|
"version": "7.27.4",
|
|
1359
1322
|
"license": "MIT",
|
|
1360
1323
|
"peer": true,
|
|
@@ -1383,75 +1346,47 @@
|
|
|
1383
1346
|
"url": "https://opencollective.com/babel"
|
|
1384
1347
|
}
|
|
1385
1348
|
},
|
|
1386
|
-
"node_modules/@babel/helper-replace-supers/node_modules/
|
|
1387
|
-
"version": "
|
|
1388
|
-
"resolved": "https://registry.npmjs.org/
|
|
1389
|
-
"integrity": "sha512-
|
|
1390
|
-
"license": "ISC",
|
|
1391
|
-
"peer": true,
|
|
1392
|
-
"bin": {
|
|
1393
|
-
"semver": "bin/semver.js"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
1397
|
-
"version": "7.27.1",
|
|
1398
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
1399
|
-
"integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
1349
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/generator": {
|
|
1350
|
+
"version": "7.28.0",
|
|
1351
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz",
|
|
1352
|
+
"integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
|
|
1400
1353
|
"license": "MIT",
|
|
1354
|
+
"peer": true,
|
|
1401
1355
|
"dependencies": {
|
|
1402
|
-
"@babel/
|
|
1403
|
-
"@babel/types": "^7.
|
|
1356
|
+
"@babel/parser": "^7.28.0",
|
|
1357
|
+
"@babel/types": "^7.28.0",
|
|
1358
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1359
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1360
|
+
"jsesc": "^3.0.2"
|
|
1404
1361
|
},
|
|
1405
1362
|
"engines": {
|
|
1406
1363
|
"node": ">=6.9.0"
|
|
1407
1364
|
}
|
|
1408
1365
|
},
|
|
1409
|
-
"node_modules/@babel/helper-
|
|
1410
|
-
"version": "7.27.
|
|
1411
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1412
|
-
"integrity": "sha512-
|
|
1413
|
-
"license": "MIT",
|
|
1414
|
-
"engines": {
|
|
1415
|
-
"node": ">=6.9.0"
|
|
1416
|
-
}
|
|
1417
|
-
},
|
|
1418
|
-
"node_modules/@babel/helper-validator-identifier": {
|
|
1419
|
-
"version": "7.27.1",
|
|
1420
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
1421
|
-
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
1422
|
-
"license": "MIT",
|
|
1423
|
-
"engines": {
|
|
1424
|
-
"node": ">=6.9.0"
|
|
1425
|
-
}
|
|
1426
|
-
},
|
|
1427
|
-
"node_modules/@babel/helper-validator-option": {
|
|
1428
|
-
"version": "7.27.1",
|
|
1429
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
1430
|
-
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
1431
|
-
"license": "MIT",
|
|
1432
|
-
"engines": {
|
|
1433
|
-
"node": ">=6.9.0"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
"node_modules/@babel/helper-wrap-function": {
|
|
1437
|
-
"version": "7.27.1",
|
|
1438
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
|
|
1439
|
-
"integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
|
|
1366
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/helper-module-transforms": {
|
|
1367
|
+
"version": "7.27.3",
|
|
1368
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
|
|
1369
|
+
"integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
|
|
1440
1370
|
"license": "MIT",
|
|
1371
|
+
"peer": true,
|
|
1441
1372
|
"dependencies": {
|
|
1442
|
-
"@babel/
|
|
1443
|
-
"@babel/
|
|
1444
|
-
"@babel/
|
|
1373
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
1374
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
1375
|
+
"@babel/traverse": "^7.27.3"
|
|
1445
1376
|
},
|
|
1446
1377
|
"engines": {
|
|
1447
1378
|
"node": ">=6.9.0"
|
|
1379
|
+
},
|
|
1380
|
+
"peerDependencies": {
|
|
1381
|
+
"@babel/core": "^7.0.0"
|
|
1448
1382
|
}
|
|
1449
1383
|
},
|
|
1450
|
-
"node_modules/@babel/helpers": {
|
|
1384
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/helpers": {
|
|
1451
1385
|
"version": "7.28.2",
|
|
1452
1386
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.2.tgz",
|
|
1453
1387
|
"integrity": "sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==",
|
|
1454
1388
|
"license": "MIT",
|
|
1389
|
+
"peer": true,
|
|
1455
1390
|
"dependencies": {
|
|
1456
1391
|
"@babel/template": "^7.27.2",
|
|
1457
1392
|
"@babel/types": "^7.28.2"
|
|
@@ -1460,11 +1395,12 @@
|
|
|
1460
1395
|
"node": ">=6.9.0"
|
|
1461
1396
|
}
|
|
1462
1397
|
},
|
|
1463
|
-
"node_modules/@babel/parser": {
|
|
1398
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
|
|
1464
1399
|
"version": "7.28.0",
|
|
1465
1400
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
1466
1401
|
"integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
1467
1402
|
"license": "MIT",
|
|
1403
|
+
"peer": true,
|
|
1468
1404
|
"dependencies": {
|
|
1469
1405
|
"@babel/types": "^7.28.0"
|
|
1470
1406
|
},
|
|
@@ -1475,155 +1411,216 @@
|
|
|
1475
1411
|
"node": ">=6.0.0"
|
|
1476
1412
|
}
|
|
1477
1413
|
},
|
|
1478
|
-
"node_modules/@babel/
|
|
1479
|
-
"version": "7.28.
|
|
1480
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1481
|
-
"integrity": "sha512-
|
|
1414
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helpers": {
|
|
1415
|
+
"version": "7.28.3",
|
|
1416
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
|
|
1417
|
+
"integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
|
|
1482
1418
|
"license": "MIT",
|
|
1419
|
+
"peer": true,
|
|
1483
1420
|
"dependencies": {
|
|
1484
|
-
"@babel/
|
|
1485
|
-
"@babel/
|
|
1486
|
-
"@babel/traverse": "^7.28.0"
|
|
1421
|
+
"@babel/template": "^7.27.2",
|
|
1422
|
+
"@babel/types": "^7.28.2"
|
|
1487
1423
|
},
|
|
1488
1424
|
"engines": {
|
|
1489
1425
|
"node": ">=6.9.0"
|
|
1490
|
-
},
|
|
1491
|
-
"peerDependencies": {
|
|
1492
|
-
"@babel/core": "^7.0.0-0"
|
|
1493
1426
|
}
|
|
1494
1427
|
},
|
|
1495
|
-
"node_modules/@babel/
|
|
1496
|
-
"version": "7.
|
|
1497
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1498
|
-
"integrity": "sha512-
|
|
1428
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/parser": {
|
|
1429
|
+
"version": "7.28.3",
|
|
1430
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
1431
|
+
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
1499
1432
|
"license": "MIT",
|
|
1433
|
+
"peer": true,
|
|
1500
1434
|
"dependencies": {
|
|
1501
|
-
"@babel/
|
|
1502
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1503
|
-
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
1435
|
+
"@babel/types": "^7.28.2"
|
|
1504
1436
|
},
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1437
|
+
"bin": {
|
|
1438
|
+
"parser": "bin/babel-parser.js"
|
|
1507
1439
|
},
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1440
|
+
"engines": {
|
|
1441
|
+
"node": ">=6.0.0"
|
|
1510
1442
|
}
|
|
1511
1443
|
},
|
|
1512
|
-
"node_modules/@babel/
|
|
1513
|
-
"version": "
|
|
1514
|
-
"resolved": "https://registry.npmjs.org
|
|
1515
|
-
"integrity": "sha512-
|
|
1444
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
|
|
1445
|
+
"version": "6.3.1",
|
|
1446
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1447
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1448
|
+
"license": "ISC",
|
|
1449
|
+
"bin": {
|
|
1450
|
+
"semver": "bin/semver.js"
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
"node_modules/@babel/helper-globals": {
|
|
1454
|
+
"version": "7.28.0",
|
|
1455
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
1456
|
+
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
1516
1457
|
"license": "MIT",
|
|
1517
|
-
"dependencies": {
|
|
1518
|
-
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1519
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1520
|
-
},
|
|
1521
1458
|
"engines": {
|
|
1522
1459
|
"node": ">=6.9.0"
|
|
1523
|
-
},
|
|
1524
|
-
"peerDependencies": {
|
|
1525
|
-
"@babel/core": "^7.0.0-0"
|
|
1526
1460
|
}
|
|
1527
1461
|
},
|
|
1528
|
-
"node_modules/@babel/
|
|
1529
|
-
"version": "7.
|
|
1530
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1531
|
-
"integrity": "sha512-
|
|
1462
|
+
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
1463
|
+
"version": "7.27.1",
|
|
1464
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
1465
|
+
"integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
|
|
1532
1466
|
"license": "MIT",
|
|
1533
1467
|
"dependencies": {
|
|
1534
|
-
"@babel/
|
|
1535
|
-
"@babel/
|
|
1468
|
+
"@babel/traverse": "^7.27.1",
|
|
1469
|
+
"@babel/types": "^7.27.1"
|
|
1536
1470
|
},
|
|
1537
1471
|
"engines": {
|
|
1538
1472
|
"node": ">=6.9.0"
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
"node_modules/@babel/helper-module-imports": {
|
|
1476
|
+
"version": "7.27.1",
|
|
1477
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
1478
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
1479
|
+
"license": "MIT",
|
|
1480
|
+
"dependencies": {
|
|
1481
|
+
"@babel/traverse": "^7.27.1",
|
|
1482
|
+
"@babel/types": "^7.27.1"
|
|
1539
1483
|
},
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1484
|
+
"engines": {
|
|
1485
|
+
"node": ">=6.9.0"
|
|
1542
1486
|
}
|
|
1543
1487
|
},
|
|
1544
|
-
"node_modules/@babel/
|
|
1545
|
-
"version": "7.
|
|
1546
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1547
|
-
"integrity": "sha512-
|
|
1488
|
+
"node_modules/@babel/helper-module-transforms": {
|
|
1489
|
+
"version": "7.27.3",
|
|
1490
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
|
|
1491
|
+
"integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
|
|
1548
1492
|
"license": "MIT",
|
|
1549
1493
|
"dependencies": {
|
|
1550
|
-
"@babel/helper-
|
|
1551
|
-
"@babel/helper-
|
|
1552
|
-
"@babel/
|
|
1553
|
-
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1554
|
-
"@babel/traverse": "^7.28.0"
|
|
1494
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
1495
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
1496
|
+
"@babel/traverse": "^7.27.3"
|
|
1555
1497
|
},
|
|
1556
1498
|
"engines": {
|
|
1557
1499
|
"node": ">=6.9.0"
|
|
1558
1500
|
},
|
|
1559
1501
|
"peerDependencies": {
|
|
1560
|
-
"@babel/core": "^7.0.0
|
|
1502
|
+
"@babel/core": "^7.0.0"
|
|
1561
1503
|
}
|
|
1562
1504
|
},
|
|
1563
|
-
"node_modules/@babel/
|
|
1564
|
-
"version": "7.27.
|
|
1565
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1566
|
-
"integrity": "sha512-
|
|
1505
|
+
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1506
|
+
"version": "7.27.1",
|
|
1507
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
1508
|
+
"integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
|
|
1567
1509
|
"license": "MIT",
|
|
1568
1510
|
"dependencies": {
|
|
1569
|
-
"@babel/
|
|
1511
|
+
"@babel/types": "^7.27.1"
|
|
1570
1512
|
},
|
|
1571
1513
|
"engines": {
|
|
1572
1514
|
"node": ">=6.9.0"
|
|
1573
|
-
},
|
|
1574
|
-
"peerDependencies": {
|
|
1575
|
-
"@babel/core": "^7.0.0-0"
|
|
1576
1515
|
}
|
|
1577
1516
|
},
|
|
1578
|
-
"node_modules/@babel/
|
|
1517
|
+
"node_modules/@babel/helper-plugin-utils": {
|
|
1579
1518
|
"version": "7.27.1",
|
|
1580
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1581
|
-
"integrity": "sha512-
|
|
1519
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
1520
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
1521
|
+
"license": "MIT",
|
|
1522
|
+
"engines": {
|
|
1523
|
+
"node": ">=6.9.0"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
1527
|
+
"version": "7.27.1",
|
|
1528
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
1529
|
+
"integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
1582
1530
|
"license": "MIT",
|
|
1583
1531
|
"dependencies": {
|
|
1584
|
-
"@babel/
|
|
1585
|
-
"@babel/
|
|
1586
|
-
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1587
|
-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1588
|
-
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
1532
|
+
"@babel/traverse": "^7.27.1",
|
|
1533
|
+
"@babel/types": "^7.27.1"
|
|
1589
1534
|
},
|
|
1590
1535
|
"engines": {
|
|
1591
1536
|
"node": ">=6.9.0"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
"node_modules/@babel/helper-string-parser": {
|
|
1540
|
+
"version": "7.27.1",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
1542
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
1543
|
+
"license": "MIT",
|
|
1544
|
+
"engines": {
|
|
1545
|
+
"node": ">=6.9.0"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
1549
|
+
"version": "7.27.1",
|
|
1550
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
1551
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
1552
|
+
"license": "MIT",
|
|
1553
|
+
"engines": {
|
|
1554
|
+
"node": ">=6.9.0"
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
"node_modules/@babel/helper-validator-option": {
|
|
1558
|
+
"version": "7.27.1",
|
|
1559
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
1560
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
1561
|
+
"license": "MIT",
|
|
1562
|
+
"engines": {
|
|
1563
|
+
"node": ">=6.9.0"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
"node_modules/@babel/helper-wrap-function": {
|
|
1567
|
+
"version": "7.27.1",
|
|
1568
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
|
|
1569
|
+
"integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
|
|
1570
|
+
"license": "MIT",
|
|
1571
|
+
"dependencies": {
|
|
1572
|
+
"@babel/template": "^7.27.1",
|
|
1573
|
+
"@babel/traverse": "^7.27.1",
|
|
1574
|
+
"@babel/types": "^7.27.1"
|
|
1592
1575
|
},
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1576
|
+
"engines": {
|
|
1577
|
+
"node": ">=6.9.0"
|
|
1595
1578
|
}
|
|
1596
1579
|
},
|
|
1597
|
-
"node_modules/@babel/
|
|
1598
|
-
"version": "7.
|
|
1580
|
+
"node_modules/@babel/helpers": {
|
|
1581
|
+
"version": "7.28.2",
|
|
1582
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.2.tgz",
|
|
1583
|
+
"integrity": "sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==",
|
|
1599
1584
|
"license": "MIT",
|
|
1600
|
-
"peer": true,
|
|
1601
1585
|
"dependencies": {
|
|
1602
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1603
|
-
"@babel/code-frame": "^7.27.1",
|
|
1604
|
-
"@babel/generator": "^7.27.3",
|
|
1605
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1606
|
-
"@babel/helper-module-transforms": "^7.27.3",
|
|
1607
|
-
"@babel/helpers": "^7.27.4",
|
|
1608
|
-
"@babel/parser": "^7.27.4",
|
|
1609
1586
|
"@babel/template": "^7.27.2",
|
|
1610
|
-
"@babel/
|
|
1611
|
-
"@babel/types": "^7.27.3",
|
|
1612
|
-
"convert-source-map": "^2.0.0",
|
|
1613
|
-
"debug": "^4.1.0",
|
|
1614
|
-
"gensync": "^1.0.0-beta.2",
|
|
1615
|
-
"json5": "^2.2.3",
|
|
1616
|
-
"semver": "^6.3.1"
|
|
1587
|
+
"@babel/types": "^7.28.2"
|
|
1617
1588
|
},
|
|
1618
1589
|
"engines": {
|
|
1619
1590
|
"node": ">=6.9.0"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"node_modules/@babel/parser": {
|
|
1594
|
+
"version": "7.28.0",
|
|
1595
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
1596
|
+
"integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
1597
|
+
"license": "MIT",
|
|
1598
|
+
"dependencies": {
|
|
1599
|
+
"@babel/types": "^7.28.0"
|
|
1620
1600
|
},
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1623
|
-
|
|
1601
|
+
"bin": {
|
|
1602
|
+
"parser": "bin/babel-parser.js"
|
|
1603
|
+
},
|
|
1604
|
+
"engines": {
|
|
1605
|
+
"node": ">=6.0.0"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
"node_modules/@babel/plugin-syntax-decorators": {
|
|
1609
|
+
"version": "7.27.1",
|
|
1610
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
1611
|
+
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
1612
|
+
"license": "MIT",
|
|
1613
|
+
"dependencies": {
|
|
1614
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1615
|
+
},
|
|
1616
|
+
"engines": {
|
|
1617
|
+
"node": ">=6.9.0"
|
|
1618
|
+
},
|
|
1619
|
+
"peerDependencies": {
|
|
1620
|
+
"@babel/core": "^7.0.0-0"
|
|
1624
1621
|
}
|
|
1625
1622
|
},
|
|
1626
|
-
"node_modules/@babel/
|
|
1623
|
+
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1627
1624
|
"version": "7.27.1",
|
|
1628
1625
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
1629
1626
|
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
@@ -1638,7 +1635,7 @@
|
|
|
1638
1635
|
"@babel/core": "^7.0.0-0"
|
|
1639
1636
|
}
|
|
1640
1637
|
},
|
|
1641
|
-
"node_modules/@babel/
|
|
1638
|
+
"node_modules/@babel/plugin-syntax-typescript": {
|
|
1642
1639
|
"version": "7.27.1",
|
|
1643
1640
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
1644
1641
|
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
@@ -1653,7 +1650,7 @@
|
|
|
1653
1650
|
"@babel/core": "^7.0.0-0"
|
|
1654
1651
|
}
|
|
1655
1652
|
},
|
|
1656
|
-
"node_modules/@babel/
|
|
1653
|
+
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1657
1654
|
"version": "7.27.1",
|
|
1658
1655
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
1659
1656
|
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
@@ -1669,7 +1666,7 @@
|
|
|
1669
1666
|
"@babel/core": "^7.0.0-0"
|
|
1670
1667
|
}
|
|
1671
1668
|
},
|
|
1672
|
-
"node_modules/@babel/
|
|
1669
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
|
1673
1670
|
"version": "7.28.0",
|
|
1674
1671
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
1675
1672
|
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
@@ -1688,14 +1685,23 @@
|
|
|
1688
1685
|
"@babel/core": "^7.0.0-0"
|
|
1689
1686
|
}
|
|
1690
1687
|
},
|
|
1691
|
-
"node_modules/@babel/preset-typescript
|
|
1692
|
-
"version": "
|
|
1693
|
-
"resolved": "https://registry.npmjs.org/
|
|
1694
|
-
"integrity": "sha512-
|
|
1695
|
-
"license": "
|
|
1696
|
-
"
|
|
1697
|
-
|
|
1698
|
-
"
|
|
1688
|
+
"node_modules/@babel/preset-typescript": {
|
|
1689
|
+
"version": "7.27.1",
|
|
1690
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
1691
|
+
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
1692
|
+
"license": "MIT",
|
|
1693
|
+
"dependencies": {
|
|
1694
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1695
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
1696
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1697
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1698
|
+
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
1699
|
+
},
|
|
1700
|
+
"engines": {
|
|
1701
|
+
"node": ">=6.9.0"
|
|
1702
|
+
},
|
|
1703
|
+
"peerDependencies": {
|
|
1704
|
+
"@babel/core": "^7.0.0-0"
|
|
1699
1705
|
}
|
|
1700
1706
|
},
|
|
1701
1707
|
"node_modules/@babel/template": {
|
|
@@ -3870,6 +3876,45 @@
|
|
|
3870
3876
|
"@babel/types": "^7.9.0"
|
|
3871
3877
|
}
|
|
3872
3878
|
},
|
|
3879
|
+
"node_modules/@komaci/common-shared/node_modules/@babel/core": {
|
|
3880
|
+
"version": "7.28.0",
|
|
3881
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz",
|
|
3882
|
+
"integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
|
|
3883
|
+
"license": "MIT",
|
|
3884
|
+
"dependencies": {
|
|
3885
|
+
"@ampproject/remapping": "^2.2.0",
|
|
3886
|
+
"@babel/code-frame": "^7.27.1",
|
|
3887
|
+
"@babel/generator": "^7.28.0",
|
|
3888
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
3889
|
+
"@babel/helper-module-transforms": "^7.27.3",
|
|
3890
|
+
"@babel/helpers": "^7.27.6",
|
|
3891
|
+
"@babel/parser": "^7.28.0",
|
|
3892
|
+
"@babel/template": "^7.27.2",
|
|
3893
|
+
"@babel/traverse": "^7.28.0",
|
|
3894
|
+
"@babel/types": "^7.28.0",
|
|
3895
|
+
"convert-source-map": "^2.0.0",
|
|
3896
|
+
"debug": "^4.1.0",
|
|
3897
|
+
"gensync": "^1.0.0-beta.2",
|
|
3898
|
+
"json5": "^2.2.3",
|
|
3899
|
+
"semver": "^6.3.1"
|
|
3900
|
+
},
|
|
3901
|
+
"engines": {
|
|
3902
|
+
"node": ">=6.9.0"
|
|
3903
|
+
},
|
|
3904
|
+
"funding": {
|
|
3905
|
+
"type": "opencollective",
|
|
3906
|
+
"url": "https://opencollective.com/babel"
|
|
3907
|
+
}
|
|
3908
|
+
},
|
|
3909
|
+
"node_modules/@komaci/common-shared/node_modules/semver": {
|
|
3910
|
+
"version": "6.3.1",
|
|
3911
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
3912
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3913
|
+
"license": "ISC",
|
|
3914
|
+
"bin": {
|
|
3915
|
+
"semver": "bin/semver.js"
|
|
3916
|
+
}
|
|
3917
|
+
},
|
|
3873
3918
|
"node_modules/@komaci/esm-generator": {
|
|
3874
3919
|
"version": "258.0.0",
|
|
3875
3920
|
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-258.0.0.tgz",
|
|
@@ -3883,27 +3928,66 @@
|
|
|
3883
3928
|
"@komaci/static-analyzer": "258.0.0"
|
|
3884
3929
|
}
|
|
3885
3930
|
},
|
|
3886
|
-
"node_modules/@komaci/
|
|
3887
|
-
"version": "
|
|
3888
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3889
|
-
"integrity": "sha512-
|
|
3890
|
-
"license": "MIT",
|
|
3891
|
-
"dependencies": {
|
|
3892
|
-
"@babel/types": "^7.9.0",
|
|
3893
|
-
"@komaci/common-shared": "258.0.0"
|
|
3894
|
-
},
|
|
3895
|
-
"peerDependencies": {
|
|
3896
|
-
"@lwc/metadata": "^12.0.0",
|
|
3897
|
-
"@lwc/sfdc-compiler-utils": "^12.0.0"
|
|
3898
|
-
}
|
|
3899
|
-
},
|
|
3900
|
-
"node_modules/@locker/babel-plugin-transform-unforgeables": {
|
|
3901
|
-
"version": "0.22.0",
|
|
3902
|
-
"resolved": "https://registry.npmjs.org/@locker/babel-plugin-transform-unforgeables/-/babel-plugin-transform-unforgeables-0.22.0.tgz",
|
|
3903
|
-
"integrity": "sha512-CH4vMYMY/VJlYzb6l+Xy1nHdXogrNxHNXf1cCPSJB1kBXJgkuw7E0X/IEyfCTuFh06ciI31s4qqyEeXqxPWBTg==",
|
|
3931
|
+
"node_modules/@komaci/esm-generator/node_modules/@babel/core": {
|
|
3932
|
+
"version": "7.28.0",
|
|
3933
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz",
|
|
3934
|
+
"integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
|
|
3904
3935
|
"license": "MIT",
|
|
3905
3936
|
"dependencies": {
|
|
3906
|
-
"@
|
|
3937
|
+
"@ampproject/remapping": "^2.2.0",
|
|
3938
|
+
"@babel/code-frame": "^7.27.1",
|
|
3939
|
+
"@babel/generator": "^7.28.0",
|
|
3940
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
3941
|
+
"@babel/helper-module-transforms": "^7.27.3",
|
|
3942
|
+
"@babel/helpers": "^7.27.6",
|
|
3943
|
+
"@babel/parser": "^7.28.0",
|
|
3944
|
+
"@babel/template": "^7.27.2",
|
|
3945
|
+
"@babel/traverse": "^7.28.0",
|
|
3946
|
+
"@babel/types": "^7.28.0",
|
|
3947
|
+
"convert-source-map": "^2.0.0",
|
|
3948
|
+
"debug": "^4.1.0",
|
|
3949
|
+
"gensync": "^1.0.0-beta.2",
|
|
3950
|
+
"json5": "^2.2.3",
|
|
3951
|
+
"semver": "^6.3.1"
|
|
3952
|
+
},
|
|
3953
|
+
"engines": {
|
|
3954
|
+
"node": ">=6.9.0"
|
|
3955
|
+
},
|
|
3956
|
+
"funding": {
|
|
3957
|
+
"type": "opencollective",
|
|
3958
|
+
"url": "https://opencollective.com/babel"
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
"node_modules/@komaci/esm-generator/node_modules/semver": {
|
|
3962
|
+
"version": "6.3.1",
|
|
3963
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
3964
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3965
|
+
"license": "ISC",
|
|
3966
|
+
"bin": {
|
|
3967
|
+
"semver": "bin/semver.js"
|
|
3968
|
+
}
|
|
3969
|
+
},
|
|
3970
|
+
"node_modules/@komaci/static-analyzer": {
|
|
3971
|
+
"version": "258.0.0",
|
|
3972
|
+
"resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz",
|
|
3973
|
+
"integrity": "sha512-vjFYE6g6JQ3ZWo4EWRGtDDesyowhM02+VynJUKX1r1UuxOpy1Ea4+pneDLTT7FX6a0U2BCyQQK1d1nPdy2LvAA==",
|
|
3974
|
+
"license": "MIT",
|
|
3975
|
+
"dependencies": {
|
|
3976
|
+
"@babel/types": "^7.9.0",
|
|
3977
|
+
"@komaci/common-shared": "258.0.0"
|
|
3978
|
+
},
|
|
3979
|
+
"peerDependencies": {
|
|
3980
|
+
"@lwc/metadata": "^12.0.0",
|
|
3981
|
+
"@lwc/sfdc-compiler-utils": "^12.0.0"
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3984
|
+
"node_modules/@locker/babel-plugin-transform-unforgeables": {
|
|
3985
|
+
"version": "0.22.0",
|
|
3986
|
+
"resolved": "https://registry.npmjs.org/@locker/babel-plugin-transform-unforgeables/-/babel-plugin-transform-unforgeables-0.22.0.tgz",
|
|
3987
|
+
"integrity": "sha512-CH4vMYMY/VJlYzb6l+Xy1nHdXogrNxHNXf1cCPSJB1kBXJgkuw7E0X/IEyfCTuFh06ciI31s4qqyEeXqxPWBTg==",
|
|
3988
|
+
"license": "MIT",
|
|
3989
|
+
"dependencies": {
|
|
3990
|
+
"@babel/generator": "7.22.10",
|
|
3907
3991
|
"match-json": "1.3.7"
|
|
3908
3992
|
}
|
|
3909
3993
|
},
|
|
@@ -4024,20 +4108,20 @@
|
|
|
4024
4108
|
}
|
|
4025
4109
|
},
|
|
4026
4110
|
"node_modules/@lwc/aria-reflection": {
|
|
4027
|
-
"version": "8.21.
|
|
4028
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.21.
|
|
4029
|
-
"integrity": "sha512-
|
|
4111
|
+
"version": "8.21.6",
|
|
4112
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.21.6.tgz",
|
|
4113
|
+
"integrity": "sha512-y3vgCtkOMbvUDRpGUZaBOxlzDOT5UaTmNykzNM+DCVDiZ4bKqTh3KQjmAKksGvjW0RU4rG+5sxsQclGKCcuvtQ==",
|
|
4030
4114
|
"license": "MIT"
|
|
4031
4115
|
},
|
|
4032
4116
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4033
|
-
"version": "8.21.
|
|
4034
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.21.
|
|
4035
|
-
"integrity": "sha512-
|
|
4117
|
+
"version": "8.21.6",
|
|
4118
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.21.6.tgz",
|
|
4119
|
+
"integrity": "sha512-SX+O1EUSdfYKuwLyIufFLp7dmVcpWH7zMlxP0pV8rh52IowPqFTf0iDEwWBNahKMEkkF+uBbk6gx46S4ktizOQ==",
|
|
4036
4120
|
"license": "MIT",
|
|
4037
4121
|
"dependencies": {
|
|
4038
4122
|
"@babel/helper-module-imports": "7.27.1",
|
|
4039
|
-
"@lwc/errors": "8.21.
|
|
4040
|
-
"@lwc/shared": "8.21.
|
|
4123
|
+
"@lwc/errors": "8.21.6",
|
|
4124
|
+
"@lwc/shared": "8.21.6",
|
|
4041
4125
|
"line-column": "~1.0.2"
|
|
4042
4126
|
},
|
|
4043
4127
|
"peerDependencies": {
|
|
@@ -4045,23 +4129,408 @@
|
|
|
4045
4129
|
}
|
|
4046
4130
|
},
|
|
4047
4131
|
"node_modules/@lwc/compiler": {
|
|
4048
|
-
"version": "8.21.
|
|
4049
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.21.
|
|
4050
|
-
"integrity": "sha512-
|
|
4132
|
+
"version": "8.21.6",
|
|
4133
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.21.6.tgz",
|
|
4134
|
+
"integrity": "sha512-njfZzQO3w6XAds1h38XjmU1fk50U963sRBSu2uCIH1N3bl+h/O7jQuMI9LyZi1XFqAOBM9YCAwOL4iJyVbJUsg==",
|
|
4051
4135
|
"license": "MIT",
|
|
4052
4136
|
"dependencies": {
|
|
4053
|
-
"@babel/core": "7.28.
|
|
4137
|
+
"@babel/core": "7.28.3",
|
|
4054
4138
|
"@babel/plugin-transform-async-generator-functions": "7.28.0",
|
|
4055
4139
|
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
|
4056
4140
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
4057
4141
|
"@babel/plugin-transform-object-rest-spread": "7.28.0",
|
|
4058
4142
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4059
|
-
"@lwc/babel-plugin-component": "8.21.
|
|
4060
|
-
"@lwc/errors": "8.21.
|
|
4061
|
-
"@lwc/shared": "8.21.
|
|
4062
|
-
"@lwc/ssr-compiler": "8.21.
|
|
4063
|
-
"@lwc/style-compiler": "8.21.
|
|
4064
|
-
"@lwc/template-compiler": "8.21.
|
|
4143
|
+
"@lwc/babel-plugin-component": "8.21.6",
|
|
4144
|
+
"@lwc/errors": "8.21.6",
|
|
4145
|
+
"@lwc/shared": "8.21.6",
|
|
4146
|
+
"@lwc/ssr-compiler": "8.21.6",
|
|
4147
|
+
"@lwc/style-compiler": "8.21.6",
|
|
4148
|
+
"@lwc/template-compiler": "8.21.6"
|
|
4149
|
+
}
|
|
4150
|
+
},
|
|
4151
|
+
"node_modules/@lwc/compiler/node_modules/@babel/core": {
|
|
4152
|
+
"version": "7.28.3",
|
|
4153
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
|
|
4154
|
+
"integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
|
|
4155
|
+
"license": "MIT",
|
|
4156
|
+
"dependencies": {
|
|
4157
|
+
"@ampproject/remapping": "^2.2.0",
|
|
4158
|
+
"@babel/code-frame": "^7.27.1",
|
|
4159
|
+
"@babel/generator": "^7.28.3",
|
|
4160
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4161
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
4162
|
+
"@babel/helpers": "^7.28.3",
|
|
4163
|
+
"@babel/parser": "^7.28.3",
|
|
4164
|
+
"@babel/template": "^7.27.2",
|
|
4165
|
+
"@babel/traverse": "^7.28.3",
|
|
4166
|
+
"@babel/types": "^7.28.2",
|
|
4167
|
+
"convert-source-map": "^2.0.0",
|
|
4168
|
+
"debug": "^4.1.0",
|
|
4169
|
+
"gensync": "^1.0.0-beta.2",
|
|
4170
|
+
"json5": "^2.2.3",
|
|
4171
|
+
"semver": "^6.3.1"
|
|
4172
|
+
},
|
|
4173
|
+
"engines": {
|
|
4174
|
+
"node": ">=6.9.0"
|
|
4175
|
+
},
|
|
4176
|
+
"funding": {
|
|
4177
|
+
"type": "opencollective",
|
|
4178
|
+
"url": "https://opencollective.com/babel"
|
|
4179
|
+
}
|
|
4180
|
+
},
|
|
4181
|
+
"node_modules/@lwc/compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
4182
|
+
"version": "7.28.3",
|
|
4183
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
|
|
4184
|
+
"integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
|
|
4185
|
+
"license": "MIT",
|
|
4186
|
+
"dependencies": {
|
|
4187
|
+
"@babel/code-frame": "^7.27.1",
|
|
4188
|
+
"@babel/generator": "^7.28.3",
|
|
4189
|
+
"@babel/helper-globals": "^7.28.0",
|
|
4190
|
+
"@babel/parser": "^7.28.3",
|
|
4191
|
+
"@babel/template": "^7.27.2",
|
|
4192
|
+
"@babel/types": "^7.28.2",
|
|
4193
|
+
"debug": "^4.3.1"
|
|
4194
|
+
},
|
|
4195
|
+
"engines": {
|
|
4196
|
+
"node": ">=6.9.0"
|
|
4197
|
+
}
|
|
4198
|
+
},
|
|
4199
|
+
"node_modules/@lwc/compiler/node_modules/@babel/generator": {
|
|
4200
|
+
"version": "7.28.3",
|
|
4201
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
|
|
4202
|
+
"integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
|
|
4203
|
+
"license": "MIT",
|
|
4204
|
+
"dependencies": {
|
|
4205
|
+
"@babel/parser": "^7.28.3",
|
|
4206
|
+
"@babel/types": "^7.28.2",
|
|
4207
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
4208
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
4209
|
+
"jsesc": "^3.0.2"
|
|
4210
|
+
},
|
|
4211
|
+
"engines": {
|
|
4212
|
+
"node": ">=6.9.0"
|
|
4213
|
+
}
|
|
4214
|
+
},
|
|
4215
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-create-class-features-plugin": {
|
|
4216
|
+
"version": "7.27.1",
|
|
4217
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
|
|
4218
|
+
"integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
|
|
4219
|
+
"license": "MIT",
|
|
4220
|
+
"dependencies": {
|
|
4221
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
4222
|
+
"@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
4223
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
4224
|
+
"@babel/helper-replace-supers": "^7.27.1",
|
|
4225
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
4226
|
+
"@babel/traverse": "^7.27.1",
|
|
4227
|
+
"semver": "^6.3.1"
|
|
4228
|
+
},
|
|
4229
|
+
"engines": {
|
|
4230
|
+
"node": ">=6.9.0"
|
|
4231
|
+
},
|
|
4232
|
+
"peerDependencies": {
|
|
4233
|
+
"@babel/core": "^7.0.0"
|
|
4234
|
+
}
|
|
4235
|
+
},
|
|
4236
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-module-transforms": {
|
|
4237
|
+
"version": "7.28.3",
|
|
4238
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
4239
|
+
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
4240
|
+
"license": "MIT",
|
|
4241
|
+
"dependencies": {
|
|
4242
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
4243
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
4244
|
+
"@babel/traverse": "^7.28.3"
|
|
4245
|
+
},
|
|
4246
|
+
"engines": {
|
|
4247
|
+
"node": ">=6.9.0"
|
|
4248
|
+
},
|
|
4249
|
+
"peerDependencies": {
|
|
4250
|
+
"@babel/core": "^7.0.0"
|
|
4251
|
+
}
|
|
4252
|
+
},
|
|
4253
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
|
4254
|
+
"version": "7.28.3",
|
|
4255
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
|
|
4256
|
+
"integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
|
|
4257
|
+
"license": "MIT",
|
|
4258
|
+
"dependencies": {
|
|
4259
|
+
"@babel/code-frame": "^7.27.1",
|
|
4260
|
+
"@babel/generator": "^7.28.3",
|
|
4261
|
+
"@babel/helper-globals": "^7.28.0",
|
|
4262
|
+
"@babel/parser": "^7.28.3",
|
|
4263
|
+
"@babel/template": "^7.27.2",
|
|
4264
|
+
"@babel/types": "^7.28.2",
|
|
4265
|
+
"debug": "^4.3.1"
|
|
4266
|
+
},
|
|
4267
|
+
"engines": {
|
|
4268
|
+
"node": ">=6.9.0"
|
|
4269
|
+
}
|
|
4270
|
+
},
|
|
4271
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator": {
|
|
4272
|
+
"version": "7.27.1",
|
|
4273
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
|
|
4274
|
+
"integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
|
|
4275
|
+
"license": "MIT",
|
|
4276
|
+
"dependencies": {
|
|
4277
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
4278
|
+
"@babel/helper-wrap-function": "^7.27.1",
|
|
4279
|
+
"@babel/traverse": "^7.27.1"
|
|
4280
|
+
},
|
|
4281
|
+
"engines": {
|
|
4282
|
+
"node": ">=6.9.0"
|
|
4283
|
+
},
|
|
4284
|
+
"peerDependencies": {
|
|
4285
|
+
"@babel/core": "^7.0.0"
|
|
4286
|
+
}
|
|
4287
|
+
},
|
|
4288
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers": {
|
|
4289
|
+
"version": "7.27.1",
|
|
4290
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
|
|
4291
|
+
"integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
|
|
4292
|
+
"license": "MIT",
|
|
4293
|
+
"dependencies": {
|
|
4294
|
+
"@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
4295
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
4296
|
+
"@babel/traverse": "^7.27.1"
|
|
4297
|
+
},
|
|
4298
|
+
"engines": {
|
|
4299
|
+
"node": ">=6.9.0"
|
|
4300
|
+
},
|
|
4301
|
+
"peerDependencies": {
|
|
4302
|
+
"@babel/core": "^7.0.0"
|
|
4303
|
+
}
|
|
4304
|
+
},
|
|
4305
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
4306
|
+
"version": "7.27.4",
|
|
4307
|
+
"license": "MIT",
|
|
4308
|
+
"peer": true,
|
|
4309
|
+
"dependencies": {
|
|
4310
|
+
"@ampproject/remapping": "^2.2.0",
|
|
4311
|
+
"@babel/code-frame": "^7.27.1",
|
|
4312
|
+
"@babel/generator": "^7.27.3",
|
|
4313
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4314
|
+
"@babel/helper-module-transforms": "^7.27.3",
|
|
4315
|
+
"@babel/helpers": "^7.27.4",
|
|
4316
|
+
"@babel/parser": "^7.27.4",
|
|
4317
|
+
"@babel/template": "^7.27.2",
|
|
4318
|
+
"@babel/traverse": "^7.27.4",
|
|
4319
|
+
"@babel/types": "^7.27.3",
|
|
4320
|
+
"convert-source-map": "^2.0.0",
|
|
4321
|
+
"debug": "^4.1.0",
|
|
4322
|
+
"gensync": "^1.0.0-beta.2",
|
|
4323
|
+
"json5": "^2.2.3",
|
|
4324
|
+
"semver": "^6.3.1"
|
|
4325
|
+
},
|
|
4326
|
+
"engines": {
|
|
4327
|
+
"node": ">=6.9.0"
|
|
4328
|
+
},
|
|
4329
|
+
"funding": {
|
|
4330
|
+
"type": "opencollective",
|
|
4331
|
+
"url": "https://opencollective.com/babel"
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/generator": {
|
|
4335
|
+
"version": "7.28.0",
|
|
4336
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz",
|
|
4337
|
+
"integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
|
|
4338
|
+
"license": "MIT",
|
|
4339
|
+
"peer": true,
|
|
4340
|
+
"dependencies": {
|
|
4341
|
+
"@babel/parser": "^7.28.0",
|
|
4342
|
+
"@babel/types": "^7.28.0",
|
|
4343
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
4344
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
4345
|
+
"jsesc": "^3.0.2"
|
|
4346
|
+
},
|
|
4347
|
+
"engines": {
|
|
4348
|
+
"node": ">=6.9.0"
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/helper-module-transforms": {
|
|
4352
|
+
"version": "7.27.3",
|
|
4353
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
|
|
4354
|
+
"integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
|
|
4355
|
+
"license": "MIT",
|
|
4356
|
+
"peer": true,
|
|
4357
|
+
"dependencies": {
|
|
4358
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
4359
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
4360
|
+
"@babel/traverse": "^7.27.3"
|
|
4361
|
+
},
|
|
4362
|
+
"engines": {
|
|
4363
|
+
"node": ">=6.9.0"
|
|
4364
|
+
},
|
|
4365
|
+
"peerDependencies": {
|
|
4366
|
+
"@babel/core": "^7.0.0"
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4369
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/helpers": {
|
|
4370
|
+
"version": "7.28.2",
|
|
4371
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.2.tgz",
|
|
4372
|
+
"integrity": "sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==",
|
|
4373
|
+
"license": "MIT",
|
|
4374
|
+
"peer": true,
|
|
4375
|
+
"dependencies": {
|
|
4376
|
+
"@babel/template": "^7.27.2",
|
|
4377
|
+
"@babel/types": "^7.28.2"
|
|
4378
|
+
},
|
|
4379
|
+
"engines": {
|
|
4380
|
+
"node": ">=6.9.0"
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
|
|
4384
|
+
"version": "7.28.0",
|
|
4385
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
4386
|
+
"integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
4387
|
+
"license": "MIT",
|
|
4388
|
+
"peer": true,
|
|
4389
|
+
"dependencies": {
|
|
4390
|
+
"@babel/types": "^7.28.0"
|
|
4391
|
+
},
|
|
4392
|
+
"bin": {
|
|
4393
|
+
"parser": "bin/babel-parser.js"
|
|
4394
|
+
},
|
|
4395
|
+
"engines": {
|
|
4396
|
+
"node": ">=6.0.0"
|
|
4397
|
+
}
|
|
4398
|
+
},
|
|
4399
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helpers": {
|
|
4400
|
+
"version": "7.28.3",
|
|
4401
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
|
|
4402
|
+
"integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
|
|
4403
|
+
"license": "MIT",
|
|
4404
|
+
"dependencies": {
|
|
4405
|
+
"@babel/template": "^7.27.2",
|
|
4406
|
+
"@babel/types": "^7.28.2"
|
|
4407
|
+
},
|
|
4408
|
+
"engines": {
|
|
4409
|
+
"node": ">=6.9.0"
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4412
|
+
"node_modules/@lwc/compiler/node_modules/@babel/parser": {
|
|
4413
|
+
"version": "7.28.3",
|
|
4414
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
4415
|
+
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
4416
|
+
"license": "MIT",
|
|
4417
|
+
"dependencies": {
|
|
4418
|
+
"@babel/types": "^7.28.2"
|
|
4419
|
+
},
|
|
4420
|
+
"bin": {
|
|
4421
|
+
"parser": "bin/babel-parser.js"
|
|
4422
|
+
},
|
|
4423
|
+
"engines": {
|
|
4424
|
+
"node": ">=6.0.0"
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
4428
|
+
"version": "7.28.0",
|
|
4429
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
4430
|
+
"integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
4431
|
+
"license": "MIT",
|
|
4432
|
+
"dependencies": {
|
|
4433
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
4434
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
4435
|
+
"@babel/traverse": "^7.28.0"
|
|
4436
|
+
},
|
|
4437
|
+
"engines": {
|
|
4438
|
+
"node": ">=6.9.0"
|
|
4439
|
+
},
|
|
4440
|
+
"peerDependencies": {
|
|
4441
|
+
"@babel/core": "^7.0.0-0"
|
|
4442
|
+
}
|
|
4443
|
+
},
|
|
4444
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-to-generator": {
|
|
4445
|
+
"version": "7.27.1",
|
|
4446
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
|
|
4447
|
+
"integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
|
|
4448
|
+
"license": "MIT",
|
|
4449
|
+
"dependencies": {
|
|
4450
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
4451
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
4452
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
4453
|
+
},
|
|
4454
|
+
"engines": {
|
|
4455
|
+
"node": ">=6.9.0"
|
|
4456
|
+
},
|
|
4457
|
+
"peerDependencies": {
|
|
4458
|
+
"@babel/core": "^7.0.0-0"
|
|
4459
|
+
}
|
|
4460
|
+
},
|
|
4461
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-class-properties": {
|
|
4462
|
+
"version": "7.27.1",
|
|
4463
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
|
|
4464
|
+
"integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
|
|
4465
|
+
"license": "MIT",
|
|
4466
|
+
"dependencies": {
|
|
4467
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
4468
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
4469
|
+
},
|
|
4470
|
+
"engines": {
|
|
4471
|
+
"node": ">=6.9.0"
|
|
4472
|
+
},
|
|
4473
|
+
"peerDependencies": {
|
|
4474
|
+
"@babel/core": "^7.0.0-0"
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
4477
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring": {
|
|
4478
|
+
"version": "7.28.0",
|
|
4479
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
|
|
4480
|
+
"integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
|
|
4481
|
+
"license": "MIT",
|
|
4482
|
+
"dependencies": {
|
|
4483
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
4484
|
+
"@babel/traverse": "^7.28.0"
|
|
4485
|
+
},
|
|
4486
|
+
"engines": {
|
|
4487
|
+
"node": ">=6.9.0"
|
|
4488
|
+
},
|
|
4489
|
+
"peerDependencies": {
|
|
4490
|
+
"@babel/core": "^7.0.0-0"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
4494
|
+
"version": "7.28.0",
|
|
4495
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
|
|
4496
|
+
"integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
|
|
4497
|
+
"license": "MIT",
|
|
4498
|
+
"dependencies": {
|
|
4499
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4500
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
4501
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
4502
|
+
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
4503
|
+
"@babel/traverse": "^7.28.0"
|
|
4504
|
+
},
|
|
4505
|
+
"engines": {
|
|
4506
|
+
"node": ">=6.9.0"
|
|
4507
|
+
},
|
|
4508
|
+
"peerDependencies": {
|
|
4509
|
+
"@babel/core": "^7.0.0-0"
|
|
4510
|
+
}
|
|
4511
|
+
},
|
|
4512
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-parameters": {
|
|
4513
|
+
"version": "7.27.7",
|
|
4514
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
4515
|
+
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
4516
|
+
"license": "MIT",
|
|
4517
|
+
"dependencies": {
|
|
4518
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
4519
|
+
},
|
|
4520
|
+
"engines": {
|
|
4521
|
+
"node": ">=6.9.0"
|
|
4522
|
+
},
|
|
4523
|
+
"peerDependencies": {
|
|
4524
|
+
"@babel/core": "^7.0.0-0"
|
|
4525
|
+
}
|
|
4526
|
+
},
|
|
4527
|
+
"node_modules/@lwc/compiler/node_modules/semver": {
|
|
4528
|
+
"version": "6.3.1",
|
|
4529
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
4530
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
4531
|
+
"license": "ISC",
|
|
4532
|
+
"bin": {
|
|
4533
|
+
"semver": "bin/semver.js"
|
|
4065
4534
|
}
|
|
4066
4535
|
},
|
|
4067
4536
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
@@ -4078,32 +4547,32 @@
|
|
|
4078
4547
|
}
|
|
4079
4548
|
},
|
|
4080
4549
|
"node_modules/@lwc/engine-core": {
|
|
4081
|
-
"version": "8.21.
|
|
4082
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.21.
|
|
4083
|
-
"integrity": "sha512-
|
|
4550
|
+
"version": "8.21.6",
|
|
4551
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.21.6.tgz",
|
|
4552
|
+
"integrity": "sha512-cQd7+f3lw5vMr2xdSP3dSjL4M2r6S5LLVQMMi+HoSopdy16RRaRBJneTvOFJ0lO5tOzOUkANPZqHKZ5TPU2pQQ==",
|
|
4084
4553
|
"license": "MIT",
|
|
4085
4554
|
"dependencies": {
|
|
4086
|
-
"@lwc/features": "8.21.
|
|
4087
|
-
"@lwc/shared": "8.21.
|
|
4088
|
-
"@lwc/signals": "8.21.
|
|
4555
|
+
"@lwc/features": "8.21.6",
|
|
4556
|
+
"@lwc/shared": "8.21.6",
|
|
4557
|
+
"@lwc/signals": "8.21.6"
|
|
4089
4558
|
}
|
|
4090
4559
|
},
|
|
4091
4560
|
"node_modules/@lwc/engine-dom": {
|
|
4092
|
-
"version": "8.21.
|
|
4093
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.21.
|
|
4094
|
-
"integrity": "sha512-
|
|
4561
|
+
"version": "8.21.6",
|
|
4562
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.21.6.tgz",
|
|
4563
|
+
"integrity": "sha512-9eA1ueWR66Zs20l59l4pJbhsswL/JqVkoSwgZnyxL6hRyzNyP7HNeVaiacl+cebYw/jrYz41VWPlpHS4LuPqLw==",
|
|
4095
4564
|
"license": "MIT"
|
|
4096
4565
|
},
|
|
4097
4566
|
"node_modules/@lwc/engine-server": {
|
|
4098
|
-
"version": "8.21.
|
|
4099
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.21.
|
|
4100
|
-
"integrity": "sha512-
|
|
4567
|
+
"version": "8.21.6",
|
|
4568
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.21.6.tgz",
|
|
4569
|
+
"integrity": "sha512-YjfHcFVDEiFwQ/fZsfs/jdxJDbg0oHPoqEczWgdk65XcfuvT2vDbbvUH6+Vqh4C6ZHaH+49jOuDFYUdRRdDR2w==",
|
|
4101
4570
|
"license": "MIT"
|
|
4102
4571
|
},
|
|
4103
4572
|
"node_modules/@lwc/errors": {
|
|
4104
|
-
"version": "8.21.
|
|
4105
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.21.
|
|
4106
|
-
"integrity": "sha512-
|
|
4573
|
+
"version": "8.21.6",
|
|
4574
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.21.6.tgz",
|
|
4575
|
+
"integrity": "sha512-MYloB3BVuJv0d29hbQtxZQhnynbeDKzcsGO0CwfU5Vd+/hkAc0UyJoKaHbXbeIep0Km+an12A2/cmzkmGIzhjQ==",
|
|
4107
4576
|
"license": "MIT"
|
|
4108
4577
|
},
|
|
4109
4578
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
@@ -4737,12 +5206,12 @@
|
|
|
4737
5206
|
}
|
|
4738
5207
|
},
|
|
4739
5208
|
"node_modules/@lwc/features": {
|
|
4740
|
-
"version": "8.21.
|
|
4741
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.21.
|
|
4742
|
-
"integrity": "sha512
|
|
5209
|
+
"version": "8.21.6",
|
|
5210
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.21.6.tgz",
|
|
5211
|
+
"integrity": "sha512-+5yhhxYGWErN4GUPAdwfIeLe20TN4UrMKUe2+Pmu96dEBL1TH9cpAX7KGf5+LK27AzHSUUpcnIssaHupWX72dg==",
|
|
4743
5212
|
"license": "MIT",
|
|
4744
5213
|
"dependencies": {
|
|
4745
|
-
"@lwc/shared": "8.21.
|
|
5214
|
+
"@lwc/shared": "8.21.6"
|
|
4746
5215
|
}
|
|
4747
5216
|
},
|
|
4748
5217
|
"node_modules/@lwc/lwc-dev-server": {
|
|
@@ -4908,23 +5377,23 @@
|
|
|
4908
5377
|
}
|
|
4909
5378
|
},
|
|
4910
5379
|
"node_modules/@lwc/module-resolver": {
|
|
4911
|
-
"version": "8.21.
|
|
4912
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.21.
|
|
4913
|
-
"integrity": "sha512-
|
|
5380
|
+
"version": "8.21.6",
|
|
5381
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.21.6.tgz",
|
|
5382
|
+
"integrity": "sha512-leh5QP/aZsP0mLT0J+Ck3Zy5ehZkkXbv2DmuRbG3QCkQRjE9RtQqe44Xt3ANb90hoKpLbVT519ppTDFB4rBQJA==",
|
|
4914
5383
|
"license": "MIT",
|
|
4915
5384
|
"dependencies": {
|
|
4916
5385
|
"resolve": "~1.22.10"
|
|
4917
5386
|
}
|
|
4918
5387
|
},
|
|
4919
5388
|
"node_modules/@lwc/rollup-plugin": {
|
|
4920
|
-
"version": "8.21.
|
|
4921
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.21.
|
|
4922
|
-
"integrity": "sha512-
|
|
5389
|
+
"version": "8.21.6",
|
|
5390
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.21.6.tgz",
|
|
5391
|
+
"integrity": "sha512-cVlWu155lvdsRypK5XbdPaEnmbkVgJXTglDlzez+B0lEWnVfR4+oxbg3ZACm2gbgWWFcx+s9q+8cJioFJPOWDw==",
|
|
4923
5392
|
"license": "MIT",
|
|
4924
5393
|
"dependencies": {
|
|
4925
|
-
"@lwc/compiler": "8.21.
|
|
4926
|
-
"@lwc/module-resolver": "8.21.
|
|
4927
|
-
"@lwc/shared": "8.21.
|
|
5394
|
+
"@lwc/compiler": "8.21.6",
|
|
5395
|
+
"@lwc/module-resolver": "8.21.6",
|
|
5396
|
+
"@lwc/shared": "8.21.6",
|
|
4928
5397
|
"@rollup/pluginutils": "~5.2.0"
|
|
4929
5398
|
},
|
|
4930
5399
|
"peerDependencies": {
|
|
@@ -4968,96 +5437,20 @@
|
|
|
4968
5437
|
"doctrine": "~3.0.0",
|
|
4969
5438
|
"eslint": "~9.29.0",
|
|
4970
5439
|
"eslint-plugin-import": "~2.31.0",
|
|
4971
|
-
"eslint-plugin-jest": "~28.13.5",
|
|
4972
|
-
"gray-matter": "~4.0.3",
|
|
4973
|
-
"line-column": "~1.0.2",
|
|
4974
|
-
"magic-string": "~0.30.17",
|
|
4975
|
-
"markdown-it": "~14.1.0",
|
|
4976
|
-
"parse5-sax-parser": "~6.0.1",
|
|
4977
|
-
"postcss": "~8.5.5",
|
|
4978
|
-
"postcss-selector-parser": "~6.1.2",
|
|
4979
|
-
"terser": "~5.36.0"
|
|
4980
|
-
},
|
|
4981
|
-
"peerDependencies": {
|
|
4982
|
-
"@lwc/compiler": ">=8",
|
|
4983
|
-
"@lwc/errors": ">=8",
|
|
4984
|
-
"@lwc/template-compiler": ">=8"
|
|
4985
|
-
}
|
|
4986
|
-
},
|
|
4987
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
|
|
4988
|
-
"version": "7.27.4",
|
|
4989
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz",
|
|
4990
|
-
"integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
|
|
4991
|
-
"license": "MIT",
|
|
4992
|
-
"dependencies": {
|
|
4993
|
-
"@ampproject/remapping": "^2.2.0",
|
|
4994
|
-
"@babel/code-frame": "^7.27.1",
|
|
4995
|
-
"@babel/generator": "^7.27.3",
|
|
4996
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4997
|
-
"@babel/helper-module-transforms": "^7.27.3",
|
|
4998
|
-
"@babel/helpers": "^7.27.4",
|
|
4999
|
-
"@babel/parser": "^7.27.4",
|
|
5000
|
-
"@babel/template": "^7.27.2",
|
|
5001
|
-
"@babel/traverse": "^7.27.4",
|
|
5002
|
-
"@babel/types": "^7.27.3",
|
|
5003
|
-
"convert-source-map": "^2.0.0",
|
|
5004
|
-
"debug": "^4.1.0",
|
|
5005
|
-
"gensync": "^1.0.0-beta.2",
|
|
5006
|
-
"json5": "^2.2.3",
|
|
5007
|
-
"semver": "^6.3.1"
|
|
5008
|
-
},
|
|
5009
|
-
"engines": {
|
|
5010
|
-
"node": ">=6.9.0"
|
|
5011
|
-
},
|
|
5012
|
-
"funding": {
|
|
5013
|
-
"type": "opencollective",
|
|
5014
|
-
"url": "https://opencollective.com/babel"
|
|
5015
|
-
}
|
|
5016
|
-
},
|
|
5017
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/parser": {
|
|
5018
|
-
"version": "7.28.0",
|
|
5019
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
5020
|
-
"integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
5021
|
-
"license": "MIT",
|
|
5022
|
-
"dependencies": {
|
|
5023
|
-
"@babel/types": "^7.28.0"
|
|
5024
|
-
},
|
|
5025
|
-
"bin": {
|
|
5026
|
-
"parser": "bin/babel-parser.js"
|
|
5027
|
-
},
|
|
5028
|
-
"engines": {
|
|
5029
|
-
"node": ">=6.0.0"
|
|
5030
|
-
}
|
|
5031
|
-
},
|
|
5032
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
5033
|
-
"version": "7.28.0",
|
|
5034
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
|
|
5035
|
-
"integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
|
|
5036
|
-
"license": "MIT",
|
|
5037
|
-
"dependencies": {
|
|
5038
|
-
"@babel/code-frame": "^7.27.1",
|
|
5039
|
-
"@babel/generator": "^7.28.0",
|
|
5040
|
-
"@babel/helper-globals": "^7.28.0",
|
|
5041
|
-
"@babel/parser": "^7.28.0",
|
|
5042
|
-
"@babel/template": "^7.27.2",
|
|
5043
|
-
"@babel/types": "^7.28.0",
|
|
5044
|
-
"debug": "^4.3.1"
|
|
5045
|
-
},
|
|
5046
|
-
"engines": {
|
|
5047
|
-
"node": ">=6.9.0"
|
|
5048
|
-
}
|
|
5049
|
-
},
|
|
5050
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/types": {
|
|
5051
|
-
"version": "7.28.2",
|
|
5052
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
5053
|
-
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
5054
|
-
"license": "MIT",
|
|
5055
|
-
"dependencies": {
|
|
5056
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
5057
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5440
|
+
"eslint-plugin-jest": "~28.13.5",
|
|
5441
|
+
"gray-matter": "~4.0.3",
|
|
5442
|
+
"line-column": "~1.0.2",
|
|
5443
|
+
"magic-string": "~0.30.17",
|
|
5444
|
+
"markdown-it": "~14.1.0",
|
|
5445
|
+
"parse5-sax-parser": "~6.0.1",
|
|
5446
|
+
"postcss": "~8.5.5",
|
|
5447
|
+
"postcss-selector-parser": "~6.1.2",
|
|
5448
|
+
"terser": "~5.36.0"
|
|
5058
5449
|
},
|
|
5059
|
-
"
|
|
5060
|
-
"
|
|
5450
|
+
"peerDependencies": {
|
|
5451
|
+
"@lwc/compiler": ">=8",
|
|
5452
|
+
"@lwc/errors": ">=8",
|
|
5453
|
+
"@lwc/template-compiler": ">=8"
|
|
5061
5454
|
}
|
|
5062
5455
|
},
|
|
5063
5456
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
|
|
@@ -5088,105 +5481,6 @@
|
|
|
5088
5481
|
"node": ">=6.9.0"
|
|
5089
5482
|
}
|
|
5090
5483
|
},
|
|
5091
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
|
|
5092
|
-
"version": "7.27.1",
|
|
5093
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
5094
|
-
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
5095
|
-
"license": "MIT",
|
|
5096
|
-
"dependencies": {
|
|
5097
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5098
|
-
},
|
|
5099
|
-
"engines": {
|
|
5100
|
-
"node": ">=6.9.0"
|
|
5101
|
-
},
|
|
5102
|
-
"peerDependencies": {
|
|
5103
|
-
"@babel/core": "^7.0.0-0"
|
|
5104
|
-
}
|
|
5105
|
-
},
|
|
5106
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-jsx": {
|
|
5107
|
-
"version": "7.27.1",
|
|
5108
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
5109
|
-
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
5110
|
-
"license": "MIT",
|
|
5111
|
-
"dependencies": {
|
|
5112
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5113
|
-
},
|
|
5114
|
-
"engines": {
|
|
5115
|
-
"node": ">=6.9.0"
|
|
5116
|
-
},
|
|
5117
|
-
"peerDependencies": {
|
|
5118
|
-
"@babel/core": "^7.0.0-0"
|
|
5119
|
-
}
|
|
5120
|
-
},
|
|
5121
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-typescript": {
|
|
5122
|
-
"version": "7.27.1",
|
|
5123
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
5124
|
-
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
5125
|
-
"license": "MIT",
|
|
5126
|
-
"dependencies": {
|
|
5127
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5128
|
-
},
|
|
5129
|
-
"engines": {
|
|
5130
|
-
"node": ">=6.9.0"
|
|
5131
|
-
},
|
|
5132
|
-
"peerDependencies": {
|
|
5133
|
-
"@babel/core": "^7.0.0-0"
|
|
5134
|
-
}
|
|
5135
|
-
},
|
|
5136
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
5137
|
-
"version": "7.27.1",
|
|
5138
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
5139
|
-
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
5140
|
-
"license": "MIT",
|
|
5141
|
-
"dependencies": {
|
|
5142
|
-
"@babel/helper-module-transforms": "^7.27.1",
|
|
5143
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5144
|
-
},
|
|
5145
|
-
"engines": {
|
|
5146
|
-
"node": ">=6.9.0"
|
|
5147
|
-
},
|
|
5148
|
-
"peerDependencies": {
|
|
5149
|
-
"@babel/core": "^7.0.0-0"
|
|
5150
|
-
}
|
|
5151
|
-
},
|
|
5152
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
|
|
5153
|
-
"version": "7.28.0",
|
|
5154
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
5155
|
-
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
5156
|
-
"license": "MIT",
|
|
5157
|
-
"dependencies": {
|
|
5158
|
-
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
5159
|
-
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
5160
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5161
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
5162
|
-
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
5163
|
-
},
|
|
5164
|
-
"engines": {
|
|
5165
|
-
"node": ">=6.9.0"
|
|
5166
|
-
},
|
|
5167
|
-
"peerDependencies": {
|
|
5168
|
-
"@babel/core": "^7.0.0-0"
|
|
5169
|
-
}
|
|
5170
|
-
},
|
|
5171
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
|
|
5172
|
-
"version": "7.27.1",
|
|
5173
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
5174
|
-
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
5175
|
-
"license": "MIT",
|
|
5176
|
-
"dependencies": {
|
|
5177
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5178
|
-
"@babel/helper-validator-option": "^7.27.1",
|
|
5179
|
-
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
5180
|
-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
5181
|
-
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
5182
|
-
},
|
|
5183
|
-
"engines": {
|
|
5184
|
-
"node": ">=6.9.0"
|
|
5185
|
-
},
|
|
5186
|
-
"peerDependencies": {
|
|
5187
|
-
"@babel/core": "^7.0.0-0"
|
|
5188
|
-
}
|
|
5189
|
-
},
|
|
5190
5484
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
5191
5485
|
"version": "7.27.4",
|
|
5192
5486
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz",
|
|
@@ -5281,32 +5575,6 @@
|
|
|
5281
5575
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5282
5576
|
}
|
|
5283
5577
|
},
|
|
5284
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/plugin-babel": {
|
|
5285
|
-
"version": "6.0.4",
|
|
5286
|
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz",
|
|
5287
|
-
"integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==",
|
|
5288
|
-
"license": "MIT",
|
|
5289
|
-
"dependencies": {
|
|
5290
|
-
"@babel/helper-module-imports": "^7.18.6",
|
|
5291
|
-
"@rollup/pluginutils": "^5.0.1"
|
|
5292
|
-
},
|
|
5293
|
-
"engines": {
|
|
5294
|
-
"node": ">=14.0.0"
|
|
5295
|
-
},
|
|
5296
|
-
"peerDependencies": {
|
|
5297
|
-
"@babel/core": "^7.0.0",
|
|
5298
|
-
"@types/babel__core": "^7.1.9",
|
|
5299
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
5300
|
-
},
|
|
5301
|
-
"peerDependenciesMeta": {
|
|
5302
|
-
"@types/babel__core": {
|
|
5303
|
-
"optional": true
|
|
5304
|
-
},
|
|
5305
|
-
"rollup": {
|
|
5306
|
-
"optional": true
|
|
5307
|
-
}
|
|
5308
|
-
}
|
|
5309
|
-
},
|
|
5310
5578
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/astring": {
|
|
5311
5579
|
"version": "1.8.6",
|
|
5312
5580
|
"resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
|
|
@@ -5502,37 +5770,28 @@
|
|
|
5502
5770
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5503
5771
|
}
|
|
5504
5772
|
},
|
|
5505
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/semver": {
|
|
5506
|
-
"version": "6.3.1",
|
|
5507
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
5508
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
5509
|
-
"license": "ISC",
|
|
5510
|
-
"bin": {
|
|
5511
|
-
"semver": "bin/semver.js"
|
|
5512
|
-
}
|
|
5513
|
-
},
|
|
5514
5773
|
"node_modules/@lwc/shared": {
|
|
5515
|
-
"version": "8.21.
|
|
5516
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.21.
|
|
5517
|
-
"integrity": "sha512
|
|
5774
|
+
"version": "8.21.6",
|
|
5775
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.21.6.tgz",
|
|
5776
|
+
"integrity": "sha512-9mdhGNycy/kf6uLXjotc/XbSHTFVOEwaXkr6Ss7EkCg/mMwEdwVt6lN3fHk/tSH4v3YEJvfxfoQ3OeCcUINj5g==",
|
|
5518
5777
|
"license": "MIT"
|
|
5519
5778
|
},
|
|
5520
5779
|
"node_modules/@lwc/signals": {
|
|
5521
|
-
"version": "8.21.
|
|
5522
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.21.
|
|
5523
|
-
"integrity": "sha512-
|
|
5780
|
+
"version": "8.21.6",
|
|
5781
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.21.6.tgz",
|
|
5782
|
+
"integrity": "sha512-A5c/hvbSBFg/qCaANt8VDsKXz0SrvuVC14uVwc+Ov0l2Y1M/Q2wrkumg9aquH3fCqVOj+QFAvJ6NmoW6fpy5xQ==",
|
|
5524
5783
|
"license": "MIT"
|
|
5525
5784
|
},
|
|
5526
5785
|
"node_modules/@lwc/ssr-compiler": {
|
|
5527
|
-
"version": "8.21.
|
|
5528
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.21.
|
|
5529
|
-
"integrity": "sha512-
|
|
5786
|
+
"version": "8.21.6",
|
|
5787
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.21.6.tgz",
|
|
5788
|
+
"integrity": "sha512-My7X2Y5rbba5fztyW529j/qEB3+VXEgYcUVKHExvJKD7A6sLT+1lsRsjWcQ06vnf2FsxS7VVsqAsXJ/CQRjM8A==",
|
|
5530
5789
|
"license": "MIT",
|
|
5531
5790
|
"dependencies": {
|
|
5532
5791
|
"@babel/types": "7.28.2",
|
|
5533
|
-
"@lwc/errors": "8.21.
|
|
5534
|
-
"@lwc/shared": "8.21.
|
|
5535
|
-
"@lwc/template-compiler": "8.21.
|
|
5792
|
+
"@lwc/errors": "8.21.6",
|
|
5793
|
+
"@lwc/shared": "8.21.6",
|
|
5794
|
+
"@lwc/template-compiler": "8.21.6",
|
|
5536
5795
|
"acorn": "8.15.0",
|
|
5537
5796
|
"astring": "^1.9.0",
|
|
5538
5797
|
"estree-toolkit": "^1.7.13",
|
|
@@ -5541,18 +5800,18 @@
|
|
|
5541
5800
|
}
|
|
5542
5801
|
},
|
|
5543
5802
|
"node_modules/@lwc/ssr-runtime": {
|
|
5544
|
-
"version": "8.21.
|
|
5545
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.21.
|
|
5546
|
-
"integrity": "sha512-
|
|
5803
|
+
"version": "8.21.6",
|
|
5804
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.21.6.tgz",
|
|
5805
|
+
"integrity": "sha512-DZqTur4fYNYj0mXKmCExE3N69CF5oNkn9JX8AN8G50m28sv+r+EQyfslLBJw4m5AOVsPTIEuo0H3CCSzcWzOJg==",
|
|
5547
5806
|
"license": "MIT"
|
|
5548
5807
|
},
|
|
5549
5808
|
"node_modules/@lwc/style-compiler": {
|
|
5550
|
-
"version": "8.21.
|
|
5551
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.21.
|
|
5552
|
-
"integrity": "sha512-
|
|
5809
|
+
"version": "8.21.6",
|
|
5810
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.21.6.tgz",
|
|
5811
|
+
"integrity": "sha512-FUcEVHJZ7aZ/MmdHVDKnplP1Y5pr3grOu4tDCxn4EcY+kYSAPK9dtp/n7/vtKhgHE+Y1NpB6yO/GymdMkV/21Q==",
|
|
5553
5812
|
"license": "MIT",
|
|
5554
5813
|
"dependencies": {
|
|
5555
|
-
"@lwc/shared": "8.21.
|
|
5814
|
+
"@lwc/shared": "8.21.6",
|
|
5556
5815
|
"postcss": "~8.5.6",
|
|
5557
5816
|
"postcss-selector-parser": "~7.1.0",
|
|
5558
5817
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5572,37 +5831,37 @@
|
|
|
5572
5831
|
}
|
|
5573
5832
|
},
|
|
5574
5833
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5575
|
-
"version": "8.21.
|
|
5576
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.21.
|
|
5577
|
-
"integrity": "sha512-
|
|
5834
|
+
"version": "8.21.6",
|
|
5835
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.21.6.tgz",
|
|
5836
|
+
"integrity": "sha512-3z1sLCUKi3CztPufAg04j4dhd2HXEsh/oOPflNI1ipH2/Ho28b1oDgLrESNeXh7aJkEtS+vTTgu/WdnaIUQyrg==",
|
|
5578
5837
|
"license": "MIT"
|
|
5579
5838
|
},
|
|
5580
5839
|
"node_modules/@lwc/template-compiler": {
|
|
5581
|
-
"version": "8.21.
|
|
5582
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.21.
|
|
5583
|
-
"integrity": "sha512-
|
|
5840
|
+
"version": "8.21.6",
|
|
5841
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.21.6.tgz",
|
|
5842
|
+
"integrity": "sha512-zlh76kCHBPeJL0H8NXXASFJ4scAvJNlBEDE1SxhT+92AgKyTfisuhHqplhGHrmhdtpOyc5C9CfGu15OgfDaqNQ==",
|
|
5584
5843
|
"license": "MIT",
|
|
5585
5844
|
"dependencies": {
|
|
5586
|
-
"@lwc/errors": "8.21.
|
|
5587
|
-
"@lwc/shared": "8.21.
|
|
5845
|
+
"@lwc/errors": "8.21.6",
|
|
5846
|
+
"@lwc/shared": "8.21.6",
|
|
5588
5847
|
"acorn": "~8.15.0",
|
|
5589
5848
|
"astring": "~1.9.0",
|
|
5590
5849
|
"he": "~1.2.0"
|
|
5591
5850
|
}
|
|
5592
5851
|
},
|
|
5593
5852
|
"node_modules/@lwc/types": {
|
|
5594
|
-
"version": "8.21.
|
|
5595
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.21.
|
|
5596
|
-
"integrity": "sha512-
|
|
5853
|
+
"version": "8.21.6",
|
|
5854
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.21.6.tgz",
|
|
5855
|
+
"integrity": "sha512-qE+dYiZd/rYQDLWxeNapF7N0BXjjy4H7Ei3CrTuhZh613xe/J53dPF3O7XD2hFTVlMae5Uze7HNwVwUVw9bcdA==",
|
|
5597
5856
|
"license": "MIT",
|
|
5598
5857
|
"dependencies": {
|
|
5599
|
-
"@lwc/engine-core": "8.21.
|
|
5858
|
+
"@lwc/engine-core": "8.21.6"
|
|
5600
5859
|
}
|
|
5601
5860
|
},
|
|
5602
5861
|
"node_modules/@lwc/wire-service": {
|
|
5603
|
-
"version": "8.21.
|
|
5604
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.21.
|
|
5605
|
-
"integrity": "sha512-
|
|
5862
|
+
"version": "8.21.6",
|
|
5863
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.21.6.tgz",
|
|
5864
|
+
"integrity": "sha512-0tHZZGKEtm3EHSA9JKHFlZBlK8XC0KhMPfpaOWGyjf8UGsNhUpRnz8ckHKYXEB1Wqp4kVAjEJ8WiK+HjXNhQTA==",
|
|
5606
5865
|
"license": "MIT"
|
|
5607
5866
|
},
|
|
5608
5867
|
"node_modules/@lwrjs/api": {
|
|
@@ -5949,6 +6208,45 @@
|
|
|
5949
6208
|
"@lwc/module-resolver": ">= 2.x"
|
|
5950
6209
|
}
|
|
5951
6210
|
},
|
|
6211
|
+
"node_modules/@lwrjs/lwc-module-provider/node_modules/@babel/core": {
|
|
6212
|
+
"version": "7.28.0",
|
|
6213
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz",
|
|
6214
|
+
"integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
|
|
6215
|
+
"license": "MIT",
|
|
6216
|
+
"dependencies": {
|
|
6217
|
+
"@ampproject/remapping": "^2.2.0",
|
|
6218
|
+
"@babel/code-frame": "^7.27.1",
|
|
6219
|
+
"@babel/generator": "^7.28.0",
|
|
6220
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
6221
|
+
"@babel/helper-module-transforms": "^7.27.3",
|
|
6222
|
+
"@babel/helpers": "^7.27.6",
|
|
6223
|
+
"@babel/parser": "^7.28.0",
|
|
6224
|
+
"@babel/template": "^7.27.2",
|
|
6225
|
+
"@babel/traverse": "^7.28.0",
|
|
6226
|
+
"@babel/types": "^7.28.0",
|
|
6227
|
+
"convert-source-map": "^2.0.0",
|
|
6228
|
+
"debug": "^4.1.0",
|
|
6229
|
+
"gensync": "^1.0.0-beta.2",
|
|
6230
|
+
"json5": "^2.2.3",
|
|
6231
|
+
"semver": "^6.3.1"
|
|
6232
|
+
},
|
|
6233
|
+
"engines": {
|
|
6234
|
+
"node": ">=6.9.0"
|
|
6235
|
+
},
|
|
6236
|
+
"funding": {
|
|
6237
|
+
"type": "opencollective",
|
|
6238
|
+
"url": "https://opencollective.com/babel"
|
|
6239
|
+
}
|
|
6240
|
+
},
|
|
6241
|
+
"node_modules/@lwrjs/lwc-module-provider/node_modules/semver": {
|
|
6242
|
+
"version": "6.3.1",
|
|
6243
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
6244
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
6245
|
+
"license": "ISC",
|
|
6246
|
+
"bin": {
|
|
6247
|
+
"semver": "bin/semver.js"
|
|
6248
|
+
}
|
|
6249
|
+
},
|
|
5952
6250
|
"node_modules/@lwrjs/lwc-ssr": {
|
|
5953
6251
|
"version": "0.18.3",
|
|
5954
6252
|
"resolved": "https://registry.npmjs.org/@lwrjs/lwc-ssr/-/lwc-ssr-0.18.3.tgz",
|
|
@@ -7590,6 +7888,32 @@
|
|
|
7590
7888
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
7591
7889
|
"license": "BSD-3-Clause"
|
|
7592
7890
|
},
|
|
7891
|
+
"node_modules/@rollup/plugin-babel": {
|
|
7892
|
+
"version": "6.0.4",
|
|
7893
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz",
|
|
7894
|
+
"integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==",
|
|
7895
|
+
"license": "MIT",
|
|
7896
|
+
"dependencies": {
|
|
7897
|
+
"@babel/helper-module-imports": "^7.18.6",
|
|
7898
|
+
"@rollup/pluginutils": "^5.0.1"
|
|
7899
|
+
},
|
|
7900
|
+
"engines": {
|
|
7901
|
+
"node": ">=14.0.0"
|
|
7902
|
+
},
|
|
7903
|
+
"peerDependencies": {
|
|
7904
|
+
"@babel/core": "^7.0.0",
|
|
7905
|
+
"@types/babel__core": "^7.1.9",
|
|
7906
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
7907
|
+
},
|
|
7908
|
+
"peerDependenciesMeta": {
|
|
7909
|
+
"@types/babel__core": {
|
|
7910
|
+
"optional": true
|
|
7911
|
+
},
|
|
7912
|
+
"rollup": {
|
|
7913
|
+
"optional": true
|
|
7914
|
+
}
|
|
7915
|
+
}
|
|
7916
|
+
},
|
|
7593
7917
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
7594
7918
|
"version": "15.3.1",
|
|
7595
7919
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
|
|
@@ -17100,6 +17424,47 @@
|
|
|
17100
17424
|
"node": ">=10"
|
|
17101
17425
|
}
|
|
17102
17426
|
},
|
|
17427
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/core": {
|
|
17428
|
+
"version": "7.28.0",
|
|
17429
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz",
|
|
17430
|
+
"integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
|
|
17431
|
+
"dev": true,
|
|
17432
|
+
"license": "MIT",
|
|
17433
|
+
"dependencies": {
|
|
17434
|
+
"@ampproject/remapping": "^2.2.0",
|
|
17435
|
+
"@babel/code-frame": "^7.27.1",
|
|
17436
|
+
"@babel/generator": "^7.28.0",
|
|
17437
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
17438
|
+
"@babel/helper-module-transforms": "^7.27.3",
|
|
17439
|
+
"@babel/helpers": "^7.27.6",
|
|
17440
|
+
"@babel/parser": "^7.28.0",
|
|
17441
|
+
"@babel/template": "^7.27.2",
|
|
17442
|
+
"@babel/traverse": "^7.28.0",
|
|
17443
|
+
"@babel/types": "^7.28.0",
|
|
17444
|
+
"convert-source-map": "^2.0.0",
|
|
17445
|
+
"debug": "^4.1.0",
|
|
17446
|
+
"gensync": "^1.0.0-beta.2",
|
|
17447
|
+
"json5": "^2.2.3",
|
|
17448
|
+
"semver": "^6.3.1"
|
|
17449
|
+
},
|
|
17450
|
+
"engines": {
|
|
17451
|
+
"node": ">=6.9.0"
|
|
17452
|
+
},
|
|
17453
|
+
"funding": {
|
|
17454
|
+
"type": "opencollective",
|
|
17455
|
+
"url": "https://opencollective.com/babel"
|
|
17456
|
+
}
|
|
17457
|
+
},
|
|
17458
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/core/node_modules/semver": {
|
|
17459
|
+
"version": "6.3.1",
|
|
17460
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
17461
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
17462
|
+
"dev": true,
|
|
17463
|
+
"license": "ISC",
|
|
17464
|
+
"bin": {
|
|
17465
|
+
"semver": "bin/semver.js"
|
|
17466
|
+
}
|
|
17467
|
+
},
|
|
17103
17468
|
"node_modules/istanbul-lib-processinfo": {
|
|
17104
17469
|
"version": "2.0.3",
|
|
17105
17470
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -17615,15 +17980,6 @@
|
|
|
17615
17980
|
"immediate": "~3.0.5"
|
|
17616
17981
|
}
|
|
17617
17982
|
},
|
|
17618
|
-
"node_modules/lightning-base-components": {
|
|
17619
|
-
"version": "1.27.2-alpha",
|
|
17620
|
-
"resolved": "https://registry.npmjs.org/lightning-base-components/-/lightning-base-components-1.27.2-alpha.tgz",
|
|
17621
|
-
"integrity": "sha512-YyxdAVEsECA2JqZnlsBxqPpBEdElfQa88qs5zY+eYHUdjZ/aE15OV0kjcoBB8o/46Z39jkyn+b1Aiy1wDZoqLw==",
|
|
17622
|
-
"license": "MIT",
|
|
17623
|
-
"engines": {
|
|
17624
|
-
"node": ">=14.18.2"
|
|
17625
|
-
}
|
|
17626
|
-
},
|
|
17627
17983
|
"node_modules/lilconfig": {
|
|
17628
17984
|
"version": "3.1.3",
|
|
17629
17985
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
@@ -18032,29 +18388,29 @@
|
|
|
18032
18388
|
"license": "MIT"
|
|
18033
18389
|
},
|
|
18034
18390
|
"node_modules/lwc": {
|
|
18035
|
-
"version": "8.21.
|
|
18036
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.21.
|
|
18037
|
-
"integrity": "sha512-
|
|
18038
|
-
"license": "MIT",
|
|
18039
|
-
"dependencies": {
|
|
18040
|
-
"@lwc/aria-reflection": "8.21.
|
|
18041
|
-
"@lwc/babel-plugin-component": "8.21.
|
|
18042
|
-
"@lwc/compiler": "8.21.
|
|
18043
|
-
"@lwc/engine-core": "8.21.
|
|
18044
|
-
"@lwc/engine-dom": "8.21.
|
|
18045
|
-
"@lwc/engine-server": "8.21.
|
|
18046
|
-
"@lwc/errors": "8.21.
|
|
18047
|
-
"@lwc/features": "8.21.
|
|
18048
|
-
"@lwc/module-resolver": "8.21.
|
|
18049
|
-
"@lwc/rollup-plugin": "8.21.
|
|
18050
|
-
"@lwc/shared": "8.21.
|
|
18051
|
-
"@lwc/ssr-compiler": "8.21.
|
|
18052
|
-
"@lwc/ssr-runtime": "8.21.
|
|
18053
|
-
"@lwc/style-compiler": "8.21.
|
|
18054
|
-
"@lwc/synthetic-shadow": "8.21.
|
|
18055
|
-
"@lwc/template-compiler": "8.21.
|
|
18056
|
-
"@lwc/types": "8.21.
|
|
18057
|
-
"@lwc/wire-service": "8.21.
|
|
18391
|
+
"version": "8.21.6",
|
|
18392
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.21.6.tgz",
|
|
18393
|
+
"integrity": "sha512-mxZ2Xm2o/HU3cW/EIDSEQJIUQd82yAwYnk5qFhzTYvTSKLHppdAtZIQqxcyHA0T25Avmwn2EGCHQS/ctWSB+8w==",
|
|
18394
|
+
"license": "MIT",
|
|
18395
|
+
"dependencies": {
|
|
18396
|
+
"@lwc/aria-reflection": "8.21.6",
|
|
18397
|
+
"@lwc/babel-plugin-component": "8.21.6",
|
|
18398
|
+
"@lwc/compiler": "8.21.6",
|
|
18399
|
+
"@lwc/engine-core": "8.21.6",
|
|
18400
|
+
"@lwc/engine-dom": "8.21.6",
|
|
18401
|
+
"@lwc/engine-server": "8.21.6",
|
|
18402
|
+
"@lwc/errors": "8.21.6",
|
|
18403
|
+
"@lwc/features": "8.21.6",
|
|
18404
|
+
"@lwc/module-resolver": "8.21.6",
|
|
18405
|
+
"@lwc/rollup-plugin": "8.21.6",
|
|
18406
|
+
"@lwc/shared": "8.21.6",
|
|
18407
|
+
"@lwc/ssr-compiler": "8.21.6",
|
|
18408
|
+
"@lwc/ssr-runtime": "8.21.6",
|
|
18409
|
+
"@lwc/style-compiler": "8.21.6",
|
|
18410
|
+
"@lwc/synthetic-shadow": "8.21.6",
|
|
18411
|
+
"@lwc/template-compiler": "8.21.6",
|
|
18412
|
+
"@lwc/types": "8.21.6",
|
|
18413
|
+
"@lwc/wire-service": "8.21.6"
|
|
18058
18414
|
}
|
|
18059
18415
|
},
|
|
18060
18416
|
"node_modules/magic-string": {
|