@salesforce/plugin-lightning-dev 5.0.2 → 5.0.3
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/lib/commands/lightning/dev/app.js +13 -4
- package/lib/commands/lightning/dev/app.js.map +1 -1
- package/lib/commands/lightning/dev/component.js +13 -4
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/commands/lightning/dev/site.js +13 -4
- package/lib/commands/lightning/dev/site.js.map +1 -1
- package/lib/configMeta.js +13 -4
- package/lib/configMeta.js.map +1 -1
- package/lib/index.js +13 -4
- package/lib/index.js.map +1 -1
- package/lib/lwc-dev-server/index.js +13 -4
- package/lib/lwc-dev-server/index.js.map +1 -1
- package/lib/shared/componentUtils.js +13 -4
- package/lib/shared/componentUtils.js.map +1 -1
- package/lib/shared/configUtils.js +13 -4
- package/lib/shared/configUtils.js.map +1 -1
- package/lib/shared/experience/expSite.js +13 -4
- package/lib/shared/experience/expSite.js.map +1 -1
- package/lib/shared/orgUtils.js +13 -4
- package/lib/shared/orgUtils.js.map +1 -1
- package/lib/shared/previewUtils.js +13 -4
- package/lib/shared/previewUtils.js.map +1 -1
- package/lib/shared/promptUtils.js +13 -4
- package/lib/shared/promptUtils.js.map +1 -1
- package/npm-shrinkwrap.json +529 -895
- package/oclif.lock +39 -108
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.3",
|
|
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.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@lwc/sfdc-lwc-compiler": "~13.2.2",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.0",
|
|
18
|
-
"@salesforce/core": "^8.
|
|
18
|
+
"@salesforce/core": "^8.22.0",
|
|
19
19
|
"@salesforce/kit": "^3.1.6",
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@oclif/plugin-command-snapshot": "^5.3.5",
|
|
31
31
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
32
|
-
"@salesforce/dev-scripts": "^11.0.
|
|
33
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
32
|
+
"@salesforce/dev-scripts": "^11.0.4",
|
|
33
|
+
"@salesforce/plugin-command-reference": "^3.1.66",
|
|
34
34
|
"@types/node-fetch": "^2.6.13",
|
|
35
35
|
"@types/xml2js": "^0.4.14",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
@@ -1071,21 +1071,21 @@
|
|
|
1071
1071
|
}
|
|
1072
1072
|
},
|
|
1073
1073
|
"node_modules/@babel/core": {
|
|
1074
|
-
"version": "7.
|
|
1075
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
1076
|
-
"integrity": "sha512-
|
|
1074
|
+
"version": "7.28.3",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
|
|
1076
|
+
"integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
|
|
1077
1077
|
"license": "MIT",
|
|
1078
1078
|
"dependencies": {
|
|
1079
1079
|
"@ampproject/remapping": "^2.2.0",
|
|
1080
1080
|
"@babel/code-frame": "^7.27.1",
|
|
1081
|
-
"@babel/generator": "^7.
|
|
1081
|
+
"@babel/generator": "^7.28.3",
|
|
1082
1082
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1083
|
-
"@babel/helper-module-transforms": "^7.
|
|
1084
|
-
"@babel/helpers": "^7.
|
|
1085
|
-
"@babel/parser": "^7.
|
|
1083
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1084
|
+
"@babel/helpers": "^7.28.3",
|
|
1085
|
+
"@babel/parser": "^7.28.3",
|
|
1086
1086
|
"@babel/template": "^7.27.2",
|
|
1087
|
-
"@babel/traverse": "^7.
|
|
1088
|
-
"@babel/types": "^7.
|
|
1087
|
+
"@babel/traverse": "^7.28.3",
|
|
1088
|
+
"@babel/types": "^7.28.2",
|
|
1089
1089
|
"convert-source-map": "^2.0.0",
|
|
1090
1090
|
"debug": "^4.1.0",
|
|
1091
1091
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1110,13 +1110,13 @@
|
|
|
1110
1110
|
}
|
|
1111
1111
|
},
|
|
1112
1112
|
"node_modules/@babel/generator": {
|
|
1113
|
-
"version": "7.28.
|
|
1114
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.
|
|
1115
|
-
"integrity": "sha512-
|
|
1113
|
+
"version": "7.28.3",
|
|
1114
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
|
|
1115
|
+
"integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
|
|
1116
1116
|
"license": "MIT",
|
|
1117
1117
|
"dependencies": {
|
|
1118
|
-
"@babel/parser": "^7.28.
|
|
1119
|
-
"@babel/types": "^7.28.
|
|
1118
|
+
"@babel/parser": "^7.28.3",
|
|
1119
|
+
"@babel/types": "^7.28.2",
|
|
1120
1120
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1121
1121
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1122
1122
|
"jsesc": "^3.0.2"
|
|
@@ -1198,77 +1198,55 @@
|
|
|
1198
1198
|
"@babel/core": "^7.0.0"
|
|
1199
1199
|
}
|
|
1200
1200
|
},
|
|
1201
|
-
"node_modules/@babel/helper-create-class-features-plugin/node_modules
|
|
1202
|
-
"version": "
|
|
1201
|
+
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
|
|
1202
|
+
"version": "6.3.1",
|
|
1203
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1204
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1205
|
+
"license": "ISC",
|
|
1206
|
+
"bin": {
|
|
1207
|
+
"semver": "bin/semver.js"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
"node_modules/@babel/helper-globals": {
|
|
1211
|
+
"version": "7.28.0",
|
|
1212
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
1213
|
+
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
1203
1214
|
"license": "MIT",
|
|
1204
|
-
"peer": true,
|
|
1205
|
-
"dependencies": {
|
|
1206
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1207
|
-
"@babel/code-frame": "^7.27.1",
|
|
1208
|
-
"@babel/generator": "^7.28.3",
|
|
1209
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1210
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
1211
|
-
"@babel/helpers": "^7.28.3",
|
|
1212
|
-
"@babel/parser": "^7.28.3",
|
|
1213
|
-
"@babel/template": "^7.27.2",
|
|
1214
|
-
"@babel/traverse": "^7.28.3",
|
|
1215
|
-
"@babel/types": "^7.28.2",
|
|
1216
|
-
"convert-source-map": "^2.0.0",
|
|
1217
|
-
"debug": "^4.1.0",
|
|
1218
|
-
"gensync": "^1.0.0-beta.2",
|
|
1219
|
-
"json5": "^2.2.3",
|
|
1220
|
-
"semver": "^6.3.1"
|
|
1221
|
-
},
|
|
1222
1215
|
"engines": {
|
|
1223
1216
|
"node": ">=6.9.0"
|
|
1224
|
-
},
|
|
1225
|
-
"funding": {
|
|
1226
|
-
"type": "opencollective",
|
|
1227
|
-
"url": "https://opencollective.com/babel"
|
|
1228
1217
|
}
|
|
1229
1218
|
},
|
|
1230
|
-
"node_modules/@babel/helper-
|
|
1231
|
-
"version": "7.
|
|
1232
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1233
|
-
"integrity": "sha512-
|
|
1219
|
+
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
1220
|
+
"version": "7.27.1",
|
|
1221
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
1222
|
+
"integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
|
|
1234
1223
|
"license": "MIT",
|
|
1235
|
-
"peer": true,
|
|
1236
1224
|
"dependencies": {
|
|
1237
|
-
"@babel/
|
|
1238
|
-
"@babel/
|
|
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"
|
|
1225
|
+
"@babel/traverse": "^7.27.1",
|
|
1226
|
+
"@babel/types": "^7.27.1"
|
|
1244
1227
|
},
|
|
1245
1228
|
"engines": {
|
|
1246
1229
|
"node": ">=6.9.0"
|
|
1247
1230
|
}
|
|
1248
1231
|
},
|
|
1249
|
-
"node_modules/@babel/helper-
|
|
1250
|
-
"version": "7.
|
|
1251
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1252
|
-
"integrity": "sha512-
|
|
1232
|
+
"node_modules/@babel/helper-module-imports": {
|
|
1233
|
+
"version": "7.27.1",
|
|
1234
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
1235
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
1253
1236
|
"license": "MIT",
|
|
1254
|
-
"peer": true,
|
|
1255
1237
|
"dependencies": {
|
|
1256
|
-
"@babel/
|
|
1257
|
-
"@babel/types": "^7.
|
|
1258
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1259
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1260
|
-
"jsesc": "^3.0.2"
|
|
1238
|
+
"@babel/traverse": "^7.27.1",
|
|
1239
|
+
"@babel/types": "^7.27.1"
|
|
1261
1240
|
},
|
|
1262
1241
|
"engines": {
|
|
1263
1242
|
"node": ">=6.9.0"
|
|
1264
1243
|
}
|
|
1265
1244
|
},
|
|
1266
|
-
"node_modules/@babel/helper-
|
|
1245
|
+
"node_modules/@babel/helper-module-transforms": {
|
|
1267
1246
|
"version": "7.28.3",
|
|
1268
1247
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
1269
1248
|
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
1270
1249
|
"license": "MIT",
|
|
1271
|
-
"peer": true,
|
|
1272
1250
|
"dependencies": {
|
|
1273
1251
|
"@babel/helper-module-imports": "^7.27.1",
|
|
1274
1252
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
@@ -1281,26 +1259,84 @@
|
|
|
1281
1259
|
"@babel/core": "^7.0.0"
|
|
1282
1260
|
}
|
|
1283
1261
|
},
|
|
1284
|
-
"node_modules/@babel/helper-
|
|
1285
|
-
"version": "7.
|
|
1286
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
|
|
1287
|
-
"integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
|
|
1262
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
|
|
1263
|
+
"version": "7.27.4",
|
|
1288
1264
|
"license": "MIT",
|
|
1289
1265
|
"peer": true,
|
|
1290
1266
|
"dependencies": {
|
|
1267
|
+
"@ampproject/remapping": "^2.2.0",
|
|
1291
1268
|
"@babel/code-frame": "^7.27.1",
|
|
1292
|
-
"@babel/generator": "^7.
|
|
1293
|
-
"@babel/helper-
|
|
1294
|
-
"@babel/
|
|
1269
|
+
"@babel/generator": "^7.27.3",
|
|
1270
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1271
|
+
"@babel/helper-module-transforms": "^7.27.3",
|
|
1272
|
+
"@babel/helpers": "^7.27.4",
|
|
1273
|
+
"@babel/parser": "^7.27.4",
|
|
1295
1274
|
"@babel/template": "^7.27.2",
|
|
1296
|
-
"@babel/
|
|
1297
|
-
"
|
|
1275
|
+
"@babel/traverse": "^7.27.4",
|
|
1276
|
+
"@babel/types": "^7.27.3",
|
|
1277
|
+
"convert-source-map": "^2.0.0",
|
|
1278
|
+
"debug": "^4.1.0",
|
|
1279
|
+
"gensync": "^1.0.0-beta.2",
|
|
1280
|
+
"json5": "^2.2.3",
|
|
1281
|
+
"semver": "^6.3.1"
|
|
1282
|
+
},
|
|
1283
|
+
"engines": {
|
|
1284
|
+
"node": ">=6.9.0"
|
|
1285
|
+
},
|
|
1286
|
+
"funding": {
|
|
1287
|
+
"type": "opencollective",
|
|
1288
|
+
"url": "https://opencollective.com/babel"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"node_modules/@babel/helper-module-transforms/node_modules/semver": {
|
|
1292
|
+
"version": "6.3.1",
|
|
1293
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1294
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1295
|
+
"license": "ISC",
|
|
1296
|
+
"peer": true,
|
|
1297
|
+
"bin": {
|
|
1298
|
+
"semver": "bin/semver.js"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1302
|
+
"version": "7.27.1",
|
|
1303
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
1304
|
+
"integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
|
|
1305
|
+
"license": "MIT",
|
|
1306
|
+
"dependencies": {
|
|
1307
|
+
"@babel/types": "^7.27.1"
|
|
1308
|
+
},
|
|
1309
|
+
"engines": {
|
|
1310
|
+
"node": ">=6.9.0"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
"node_modules/@babel/helper-plugin-utils": {
|
|
1314
|
+
"version": "7.27.1",
|
|
1315
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
1316
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
1317
|
+
"license": "MIT",
|
|
1318
|
+
"engines": {
|
|
1319
|
+
"node": ">=6.9.0"
|
|
1320
|
+
}
|
|
1321
|
+
},
|
|
1322
|
+
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
1323
|
+
"version": "7.27.1",
|
|
1324
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
|
|
1325
|
+
"integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
|
|
1326
|
+
"license": "MIT",
|
|
1327
|
+
"dependencies": {
|
|
1328
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
1329
|
+
"@babel/helper-wrap-function": "^7.27.1",
|
|
1330
|
+
"@babel/traverse": "^7.27.1"
|
|
1298
1331
|
},
|
|
1299
1332
|
"engines": {
|
|
1300
1333
|
"node": ">=6.9.0"
|
|
1334
|
+
},
|
|
1335
|
+
"peerDependencies": {
|
|
1336
|
+
"@babel/core": "^7.0.0"
|
|
1301
1337
|
}
|
|
1302
1338
|
},
|
|
1303
|
-
"node_modules/@babel/helper-
|
|
1339
|
+
"node_modules/@babel/helper-replace-supers": {
|
|
1304
1340
|
"version": "7.27.1",
|
|
1305
1341
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
|
|
1306
1342
|
"integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
|
|
@@ -1317,7 +1353,7 @@
|
|
|
1317
1353
|
"@babel/core": "^7.0.0"
|
|
1318
1354
|
}
|
|
1319
1355
|
},
|
|
1320
|
-
"node_modules/@babel/helper-
|
|
1356
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1321
1357
|
"version": "7.27.4",
|
|
1322
1358
|
"license": "MIT",
|
|
1323
1359
|
"peer": true,
|
|
@@ -1346,77 +1382,75 @@
|
|
|
1346
1382
|
"url": "https://opencollective.com/babel"
|
|
1347
1383
|
}
|
|
1348
1384
|
},
|
|
1349
|
-
"node_modules/@babel/helper-
|
|
1350
|
-
"version": "
|
|
1351
|
-
"resolved": "https://registry.npmjs.org
|
|
1352
|
-
"integrity": "sha512-
|
|
1353
|
-
"license": "
|
|
1385
|
+
"node_modules/@babel/helper-replace-supers/node_modules/semver": {
|
|
1386
|
+
"version": "6.3.1",
|
|
1387
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1388
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1389
|
+
"license": "ISC",
|
|
1354
1390
|
"peer": true,
|
|
1391
|
+
"bin": {
|
|
1392
|
+
"semver": "bin/semver.js"
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
1396
|
+
"version": "7.27.1",
|
|
1397
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
1398
|
+
"integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
1399
|
+
"license": "MIT",
|
|
1355
1400
|
"dependencies": {
|
|
1356
|
-
"@babel/
|
|
1357
|
-
"@babel/types": "^7.
|
|
1358
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1359
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1360
|
-
"jsesc": "^3.0.2"
|
|
1401
|
+
"@babel/traverse": "^7.27.1",
|
|
1402
|
+
"@babel/types": "^7.27.1"
|
|
1361
1403
|
},
|
|
1362
1404
|
"engines": {
|
|
1363
1405
|
"node": ">=6.9.0"
|
|
1364
1406
|
}
|
|
1365
1407
|
},
|
|
1366
|
-
"node_modules/@babel/helper-
|
|
1367
|
-
"version": "7.27.
|
|
1368
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1369
|
-
"integrity": "sha512-
|
|
1408
|
+
"node_modules/@babel/helper-string-parser": {
|
|
1409
|
+
"version": "7.27.1",
|
|
1410
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
1411
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
1370
1412
|
"license": "MIT",
|
|
1371
|
-
"peer": true,
|
|
1372
|
-
"dependencies": {
|
|
1373
|
-
"@babel/helper-module-imports": "^7.27.1",
|
|
1374
|
-
"@babel/helper-validator-identifier": "^7.27.1",
|
|
1375
|
-
"@babel/traverse": "^7.27.3"
|
|
1376
|
-
},
|
|
1377
1413
|
"engines": {
|
|
1378
1414
|
"node": ">=6.9.0"
|
|
1379
|
-
},
|
|
1380
|
-
"peerDependencies": {
|
|
1381
|
-
"@babel/core": "^7.0.0"
|
|
1382
1415
|
}
|
|
1383
1416
|
},
|
|
1384
|
-
"node_modules/@babel/helper-
|
|
1385
|
-
"version": "7.
|
|
1386
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1387
|
-
"integrity": "sha512
|
|
1417
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
1418
|
+
"version": "7.27.1",
|
|
1419
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
1420
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
1388
1421
|
"license": "MIT",
|
|
1389
|
-
"peer": true,
|
|
1390
|
-
"dependencies": {
|
|
1391
|
-
"@babel/template": "^7.27.2",
|
|
1392
|
-
"@babel/types": "^7.28.2"
|
|
1393
|
-
},
|
|
1394
1422
|
"engines": {
|
|
1395
1423
|
"node": ">=6.9.0"
|
|
1396
1424
|
}
|
|
1397
1425
|
},
|
|
1398
|
-
"node_modules/@babel/helper-
|
|
1399
|
-
"version": "7.
|
|
1400
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1401
|
-
"integrity": "sha512-
|
|
1426
|
+
"node_modules/@babel/helper-validator-option": {
|
|
1427
|
+
"version": "7.27.1",
|
|
1428
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
1429
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
1430
|
+
"license": "MIT",
|
|
1431
|
+
"engines": {
|
|
1432
|
+
"node": ">=6.9.0"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"node_modules/@babel/helper-wrap-function": {
|
|
1436
|
+
"version": "7.27.1",
|
|
1437
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
|
|
1438
|
+
"integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
|
|
1402
1439
|
"license": "MIT",
|
|
1403
|
-
"peer": true,
|
|
1404
1440
|
"dependencies": {
|
|
1405
|
-
"@babel/
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
"parser": "bin/babel-parser.js"
|
|
1441
|
+
"@babel/template": "^7.27.1",
|
|
1442
|
+
"@babel/traverse": "^7.27.1",
|
|
1443
|
+
"@babel/types": "^7.27.1"
|
|
1409
1444
|
},
|
|
1410
1445
|
"engines": {
|
|
1411
|
-
"node": ">=6.
|
|
1446
|
+
"node": ">=6.9.0"
|
|
1412
1447
|
}
|
|
1413
1448
|
},
|
|
1414
|
-
"node_modules/@babel/
|
|
1449
|
+
"node_modules/@babel/helpers": {
|
|
1415
1450
|
"version": "7.28.3",
|
|
1416
1451
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
|
|
1417
1452
|
"integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
|
|
1418
1453
|
"license": "MIT",
|
|
1419
|
-
"peer": true,
|
|
1420
1454
|
"dependencies": {
|
|
1421
1455
|
"@babel/template": "^7.27.2",
|
|
1422
1456
|
"@babel/types": "^7.28.2"
|
|
@@ -1425,12 +1459,11 @@
|
|
|
1425
1459
|
"node": ">=6.9.0"
|
|
1426
1460
|
}
|
|
1427
1461
|
},
|
|
1428
|
-
"node_modules/@babel/
|
|
1462
|
+
"node_modules/@babel/parser": {
|
|
1429
1463
|
"version": "7.28.3",
|
|
1430
1464
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
1431
1465
|
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
1432
1466
|
"license": "MIT",
|
|
1433
|
-
"peer": true,
|
|
1434
1467
|
"dependencies": {
|
|
1435
1468
|
"@babel/types": "^7.28.2"
|
|
1436
1469
|
},
|
|
@@ -1441,186 +1474,155 @@
|
|
|
1441
1474
|
"node": ">=6.0.0"
|
|
1442
1475
|
}
|
|
1443
1476
|
},
|
|
1444
|
-
"node_modules/@babel/
|
|
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": {
|
|
1477
|
+
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1454
1478
|
"version": "7.28.0",
|
|
1455
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1456
|
-
"integrity": "sha512
|
|
1457
|
-
"license": "MIT",
|
|
1458
|
-
"engines": {
|
|
1459
|
-
"node": ">=6.9.0"
|
|
1460
|
-
}
|
|
1461
|
-
},
|
|
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==",
|
|
1479
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
1480
|
+
"integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
1466
1481
|
"license": "MIT",
|
|
1467
1482
|
"dependencies": {
|
|
1468
|
-
"@babel/
|
|
1469
|
-
"@babel/
|
|
1483
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1484
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
1485
|
+
"@babel/traverse": "^7.28.0"
|
|
1470
1486
|
},
|
|
1471
1487
|
"engines": {
|
|
1472
1488
|
"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"
|
|
1483
1489
|
},
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1490
|
+
"peerDependencies": {
|
|
1491
|
+
"@babel/core": "^7.0.0-0"
|
|
1486
1492
|
}
|
|
1487
1493
|
},
|
|
1488
|
-
"node_modules/@babel/
|
|
1489
|
-
"version": "7.27.
|
|
1490
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1491
|
-
"integrity": "sha512-
|
|
1494
|
+
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
1495
|
+
"version": "7.27.1",
|
|
1496
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
|
|
1497
|
+
"integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
|
|
1492
1498
|
"license": "MIT",
|
|
1493
1499
|
"dependencies": {
|
|
1494
1500
|
"@babel/helper-module-imports": "^7.27.1",
|
|
1495
|
-
"@babel/helper-
|
|
1496
|
-
"@babel/
|
|
1501
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1502
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
1497
1503
|
},
|
|
1498
1504
|
"engines": {
|
|
1499
1505
|
"node": ">=6.9.0"
|
|
1500
1506
|
},
|
|
1501
1507
|
"peerDependencies": {
|
|
1502
|
-
"@babel/core": "^7.0.0"
|
|
1508
|
+
"@babel/core": "^7.0.0-0"
|
|
1503
1509
|
}
|
|
1504
1510
|
},
|
|
1505
|
-
"node_modules/@babel/
|
|
1511
|
+
"node_modules/@babel/plugin-transform-class-properties": {
|
|
1506
1512
|
"version": "7.27.1",
|
|
1507
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1508
|
-
"integrity": "sha512-
|
|
1513
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
|
|
1514
|
+
"integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
|
|
1509
1515
|
"license": "MIT",
|
|
1510
1516
|
"dependencies": {
|
|
1511
|
-
"@babel/
|
|
1517
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1518
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1512
1519
|
},
|
|
1513
1520
|
"engines": {
|
|
1514
1521
|
"node": ">=6.9.0"
|
|
1522
|
+
},
|
|
1523
|
+
"peerDependencies": {
|
|
1524
|
+
"@babel/core": "^7.0.0-0"
|
|
1515
1525
|
}
|
|
1516
1526
|
},
|
|
1517
|
-
"node_modules/@babel/
|
|
1518
|
-
"version": "7.
|
|
1519
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1520
|
-
"integrity": "sha512-
|
|
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==",
|
|
1527
|
+
"node_modules/@babel/plugin-transform-destructuring": {
|
|
1528
|
+
"version": "7.28.0",
|
|
1529
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
|
|
1530
|
+
"integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
|
|
1530
1531
|
"license": "MIT",
|
|
1531
1532
|
"dependencies": {
|
|
1532
|
-
"@babel/
|
|
1533
|
-
"@babel/
|
|
1533
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1534
|
+
"@babel/traverse": "^7.28.0"
|
|
1534
1535
|
},
|
|
1535
1536
|
"engines": {
|
|
1536
1537
|
"node": ">=6.9.0"
|
|
1538
|
+
},
|
|
1539
|
+
"peerDependencies": {
|
|
1540
|
+
"@babel/core": "^7.0.0-0"
|
|
1537
1541
|
}
|
|
1538
1542
|
},
|
|
1539
|
-
"node_modules/@babel/
|
|
1540
|
-
"version": "7.
|
|
1541
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1542
|
-
"integrity": "sha512-
|
|
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==",
|
|
1543
|
+
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1544
|
+
"version": "7.28.0",
|
|
1545
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
|
|
1546
|
+
"integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
|
|
1570
1547
|
"license": "MIT",
|
|
1571
1548
|
"dependencies": {
|
|
1572
|
-
"@babel/
|
|
1573
|
-
"@babel/
|
|
1574
|
-
"@babel/
|
|
1549
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1550
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1551
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1552
|
+
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1553
|
+
"@babel/traverse": "^7.28.0"
|
|
1575
1554
|
},
|
|
1576
1555
|
"engines": {
|
|
1577
1556
|
"node": ">=6.9.0"
|
|
1557
|
+
},
|
|
1558
|
+
"peerDependencies": {
|
|
1559
|
+
"@babel/core": "^7.0.0-0"
|
|
1578
1560
|
}
|
|
1579
1561
|
},
|
|
1580
|
-
"node_modules/@babel/
|
|
1581
|
-
"version": "7.
|
|
1582
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1583
|
-
"integrity": "sha512
|
|
1562
|
+
"node_modules/@babel/plugin-transform-parameters": {
|
|
1563
|
+
"version": "7.27.7",
|
|
1564
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
1565
|
+
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
1584
1566
|
"license": "MIT",
|
|
1585
1567
|
"dependencies": {
|
|
1586
|
-
"@babel/
|
|
1587
|
-
"@babel/types": "^7.28.2"
|
|
1568
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1588
1569
|
},
|
|
1589
1570
|
"engines": {
|
|
1590
1571
|
"node": ">=6.9.0"
|
|
1572
|
+
},
|
|
1573
|
+
"peerDependencies": {
|
|
1574
|
+
"@babel/core": "^7.0.0-0"
|
|
1591
1575
|
}
|
|
1592
1576
|
},
|
|
1593
|
-
"node_modules/@babel/
|
|
1594
|
-
"version": "7.
|
|
1595
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1596
|
-
"integrity": "sha512-
|
|
1577
|
+
"node_modules/@babel/preset-typescript": {
|
|
1578
|
+
"version": "7.27.1",
|
|
1579
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
1580
|
+
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
1597
1581
|
"license": "MIT",
|
|
1598
1582
|
"dependencies": {
|
|
1599
|
-
"@babel/
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
"
|
|
1583
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1584
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
1585
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1586
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1587
|
+
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
1603
1588
|
},
|
|
1604
1589
|
"engines": {
|
|
1605
|
-
"node": ">=6.
|
|
1590
|
+
"node": ">=6.9.0"
|
|
1591
|
+
},
|
|
1592
|
+
"peerDependencies": {
|
|
1593
|
+
"@babel/core": "^7.0.0-0"
|
|
1606
1594
|
}
|
|
1607
1595
|
},
|
|
1608
|
-
"node_modules/@babel/
|
|
1609
|
-
"version": "7.27.
|
|
1610
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
1611
|
-
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
1596
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/core": {
|
|
1597
|
+
"version": "7.27.4",
|
|
1612
1598
|
"license": "MIT",
|
|
1599
|
+
"peer": true,
|
|
1613
1600
|
"dependencies": {
|
|
1614
|
-
"@
|
|
1601
|
+
"@ampproject/remapping": "^2.2.0",
|
|
1602
|
+
"@babel/code-frame": "^7.27.1",
|
|
1603
|
+
"@babel/generator": "^7.27.3",
|
|
1604
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1605
|
+
"@babel/helper-module-transforms": "^7.27.3",
|
|
1606
|
+
"@babel/helpers": "^7.27.4",
|
|
1607
|
+
"@babel/parser": "^7.27.4",
|
|
1608
|
+
"@babel/template": "^7.27.2",
|
|
1609
|
+
"@babel/traverse": "^7.27.4",
|
|
1610
|
+
"@babel/types": "^7.27.3",
|
|
1611
|
+
"convert-source-map": "^2.0.0",
|
|
1612
|
+
"debug": "^4.1.0",
|
|
1613
|
+
"gensync": "^1.0.0-beta.2",
|
|
1614
|
+
"json5": "^2.2.3",
|
|
1615
|
+
"semver": "^6.3.1"
|
|
1615
1616
|
},
|
|
1616
1617
|
"engines": {
|
|
1617
1618
|
"node": ">=6.9.0"
|
|
1618
1619
|
},
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1620
|
+
"funding": {
|
|
1621
|
+
"type": "opencollective",
|
|
1622
|
+
"url": "https://opencollective.com/babel"
|
|
1621
1623
|
}
|
|
1622
1624
|
},
|
|
1623
|
-
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1625
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-jsx": {
|
|
1624
1626
|
"version": "7.27.1",
|
|
1625
1627
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
1626
1628
|
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
@@ -1635,7 +1637,7 @@
|
|
|
1635
1637
|
"@babel/core": "^7.0.0-0"
|
|
1636
1638
|
}
|
|
1637
1639
|
},
|
|
1638
|
-
"node_modules/@babel/plugin-syntax-typescript": {
|
|
1640
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-typescript": {
|
|
1639
1641
|
"version": "7.27.1",
|
|
1640
1642
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
1641
1643
|
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
@@ -1650,7 +1652,7 @@
|
|
|
1650
1652
|
"@babel/core": "^7.0.0-0"
|
|
1651
1653
|
}
|
|
1652
1654
|
},
|
|
1653
|
-
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1655
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1654
1656
|
"version": "7.27.1",
|
|
1655
1657
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
1656
1658
|
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
@@ -1666,7 +1668,7 @@
|
|
|
1666
1668
|
"@babel/core": "^7.0.0-0"
|
|
1667
1669
|
}
|
|
1668
1670
|
},
|
|
1669
|
-
"node_modules/@babel/plugin-transform-typescript": {
|
|
1671
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-typescript": {
|
|
1670
1672
|
"version": "7.28.0",
|
|
1671
1673
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
1672
1674
|
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
@@ -1685,23 +1687,14 @@
|
|
|
1685
1687
|
"@babel/core": "^7.0.0-0"
|
|
1686
1688
|
}
|
|
1687
1689
|
},
|
|
1688
|
-
"node_modules/@babel/preset-typescript": {
|
|
1689
|
-
"version": "
|
|
1690
|
-
"resolved": "https://registry.npmjs.org
|
|
1691
|
-
"integrity": "sha512-
|
|
1692
|
-
"license": "
|
|
1693
|
-
"
|
|
1694
|
-
|
|
1695
|
-
"
|
|
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"
|
|
1690
|
+
"node_modules/@babel/preset-typescript/node_modules/semver": {
|
|
1691
|
+
"version": "6.3.1",
|
|
1692
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1693
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1694
|
+
"license": "ISC",
|
|
1695
|
+
"peer": true,
|
|
1696
|
+
"bin": {
|
|
1697
|
+
"semver": "bin/semver.js"
|
|
1705
1698
|
}
|
|
1706
1699
|
},
|
|
1707
1700
|
"node_modules/@babel/template": {
|
|
@@ -1719,17 +1712,17 @@
|
|
|
1719
1712
|
}
|
|
1720
1713
|
},
|
|
1721
1714
|
"node_modules/@babel/traverse": {
|
|
1722
|
-
"version": "7.28.
|
|
1723
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.
|
|
1724
|
-
"integrity": "sha512-
|
|
1715
|
+
"version": "7.28.3",
|
|
1716
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
|
|
1717
|
+
"integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
|
|
1725
1718
|
"license": "MIT",
|
|
1726
1719
|
"dependencies": {
|
|
1727
1720
|
"@babel/code-frame": "^7.27.1",
|
|
1728
|
-
"@babel/generator": "^7.28.
|
|
1721
|
+
"@babel/generator": "^7.28.3",
|
|
1729
1722
|
"@babel/helper-globals": "^7.28.0",
|
|
1730
|
-
"@babel/parser": "^7.28.
|
|
1723
|
+
"@babel/parser": "^7.28.3",
|
|
1731
1724
|
"@babel/template": "^7.27.2",
|
|
1732
|
-
"@babel/types": "^7.28.
|
|
1725
|
+
"@babel/types": "^7.28.2",
|
|
1733
1726
|
"debug": "^4.3.1"
|
|
1734
1727
|
},
|
|
1735
1728
|
"engines": {
|
|
@@ -3662,9 +3655,9 @@
|
|
|
3662
3655
|
}
|
|
3663
3656
|
},
|
|
3664
3657
|
"node_modules/@jsforce/jsforce-node": {
|
|
3665
|
-
"version": "3.10.
|
|
3666
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
3667
|
-
"integrity": "sha512-
|
|
3658
|
+
"version": "3.10.4",
|
|
3659
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.4.tgz",
|
|
3660
|
+
"integrity": "sha512-do5a2GfvlctifYL4q41WvHiLtVFfk/eUyVsJw0mkyX+mgSg9KXLOrsXK4zpZPcIa+HUJ+ccF6fDs/vwkXlZ3tQ==",
|
|
3668
3661
|
"license": "MIT",
|
|
3669
3662
|
"dependencies": {
|
|
3670
3663
|
"@sindresorhus/is": "^4",
|
|
@@ -3876,45 +3869,6 @@
|
|
|
3876
3869
|
"@babel/types": "^7.9.0"
|
|
3877
3870
|
}
|
|
3878
3871
|
},
|
|
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
|
-
},
|
|
3918
3872
|
"node_modules/@komaci/esm-generator": {
|
|
3919
3873
|
"version": "258.0.0",
|
|
3920
3874
|
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-258.0.0.tgz",
|
|
@@ -3928,53 +3882,14 @@
|
|
|
3928
3882
|
"@komaci/static-analyzer": "258.0.0"
|
|
3929
3883
|
}
|
|
3930
3884
|
},
|
|
3931
|
-
"node_modules/@komaci/
|
|
3932
|
-
"version": "
|
|
3933
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3934
|
-
"integrity": "sha512-
|
|
3885
|
+
"node_modules/@komaci/static-analyzer": {
|
|
3886
|
+
"version": "258.0.0",
|
|
3887
|
+
"resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz",
|
|
3888
|
+
"integrity": "sha512-vjFYE6g6JQ3ZWo4EWRGtDDesyowhM02+VynJUKX1r1UuxOpy1Ea4+pneDLTT7FX6a0U2BCyQQK1d1nPdy2LvAA==",
|
|
3935
3889
|
"license": "MIT",
|
|
3936
3890
|
"dependencies": {
|
|
3937
|
-
"@
|
|
3938
|
-
"@
|
|
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"
|
|
3891
|
+
"@babel/types": "^7.9.0",
|
|
3892
|
+
"@komaci/common-shared": "258.0.0"
|
|
3978
3893
|
},
|
|
3979
3894
|
"peerDependencies": {
|
|
3980
3895
|
"@lwc/metadata": "^12.0.0",
|
|
@@ -4148,391 +4063,6 @@
|
|
|
4148
4063
|
"@lwc/template-compiler": "8.21.6"
|
|
4149
4064
|
}
|
|
4150
4065
|
},
|
|
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"
|
|
4534
|
-
}
|
|
4535
|
-
},
|
|
4536
4066
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
4537
4067
|
"version": "13.2.2",
|
|
4538
4068
|
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.2.tgz",
|
|
@@ -5336,12 +4866,12 @@
|
|
|
5336
4866
|
}
|
|
5337
4867
|
},
|
|
5338
4868
|
"node_modules/@lwc/metadata/node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
5339
|
-
"version": "7.28.
|
|
5340
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
5341
|
-
"integrity": "sha512-
|
|
4869
|
+
"version": "7.28.3",
|
|
4870
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
4871
|
+
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
5342
4872
|
"license": "MIT",
|
|
5343
4873
|
"dependencies": {
|
|
5344
|
-
"@babel/types": "^7.28.
|
|
4874
|
+
"@babel/types": "^7.28.2"
|
|
5345
4875
|
},
|
|
5346
4876
|
"bin": {
|
|
5347
4877
|
"parser": "bin/babel-parser.js"
|
|
@@ -5447,10 +4977,86 @@
|
|
|
5447
4977
|
"postcss-selector-parser": "~6.1.2",
|
|
5448
4978
|
"terser": "~5.36.0"
|
|
5449
4979
|
},
|
|
5450
|
-
"peerDependencies": {
|
|
5451
|
-
"@lwc/compiler": ">=8",
|
|
5452
|
-
"@lwc/errors": ">=8",
|
|
5453
|
-
"@lwc/template-compiler": ">=8"
|
|
4980
|
+
"peerDependencies": {
|
|
4981
|
+
"@lwc/compiler": ">=8",
|
|
4982
|
+
"@lwc/errors": ">=8",
|
|
4983
|
+
"@lwc/template-compiler": ">=8"
|
|
4984
|
+
}
|
|
4985
|
+
},
|
|
4986
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
|
|
4987
|
+
"version": "7.27.4",
|
|
4988
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz",
|
|
4989
|
+
"integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
|
|
4990
|
+
"license": "MIT",
|
|
4991
|
+
"dependencies": {
|
|
4992
|
+
"@ampproject/remapping": "^2.2.0",
|
|
4993
|
+
"@babel/code-frame": "^7.27.1",
|
|
4994
|
+
"@babel/generator": "^7.27.3",
|
|
4995
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
4996
|
+
"@babel/helper-module-transforms": "^7.27.3",
|
|
4997
|
+
"@babel/helpers": "^7.27.4",
|
|
4998
|
+
"@babel/parser": "^7.27.4",
|
|
4999
|
+
"@babel/template": "^7.27.2",
|
|
5000
|
+
"@babel/traverse": "^7.27.4",
|
|
5001
|
+
"@babel/types": "^7.27.3",
|
|
5002
|
+
"convert-source-map": "^2.0.0",
|
|
5003
|
+
"debug": "^4.1.0",
|
|
5004
|
+
"gensync": "^1.0.0-beta.2",
|
|
5005
|
+
"json5": "^2.2.3",
|
|
5006
|
+
"semver": "^6.3.1"
|
|
5007
|
+
},
|
|
5008
|
+
"engines": {
|
|
5009
|
+
"node": ">=6.9.0"
|
|
5010
|
+
},
|
|
5011
|
+
"funding": {
|
|
5012
|
+
"type": "opencollective",
|
|
5013
|
+
"url": "https://opencollective.com/babel"
|
|
5014
|
+
}
|
|
5015
|
+
},
|
|
5016
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/parser": {
|
|
5017
|
+
"version": "7.28.3",
|
|
5018
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
5019
|
+
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
5020
|
+
"license": "MIT",
|
|
5021
|
+
"dependencies": {
|
|
5022
|
+
"@babel/types": "^7.28.2"
|
|
5023
|
+
},
|
|
5024
|
+
"bin": {
|
|
5025
|
+
"parser": "bin/babel-parser.js"
|
|
5026
|
+
},
|
|
5027
|
+
"engines": {
|
|
5028
|
+
"node": ">=6.0.0"
|
|
5029
|
+
}
|
|
5030
|
+
},
|
|
5031
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
5032
|
+
"version": "7.28.3",
|
|
5033
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
|
|
5034
|
+
"integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
|
|
5035
|
+
"license": "MIT",
|
|
5036
|
+
"dependencies": {
|
|
5037
|
+
"@babel/code-frame": "^7.27.1",
|
|
5038
|
+
"@babel/generator": "^7.28.3",
|
|
5039
|
+
"@babel/helper-globals": "^7.28.0",
|
|
5040
|
+
"@babel/parser": "^7.28.3",
|
|
5041
|
+
"@babel/template": "^7.27.2",
|
|
5042
|
+
"@babel/types": "^7.28.2",
|
|
5043
|
+
"debug": "^4.3.1"
|
|
5044
|
+
},
|
|
5045
|
+
"engines": {
|
|
5046
|
+
"node": ">=6.9.0"
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
5049
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/types": {
|
|
5050
|
+
"version": "7.28.2",
|
|
5051
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
5052
|
+
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
5053
|
+
"license": "MIT",
|
|
5054
|
+
"dependencies": {
|
|
5055
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
5056
|
+
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5057
|
+
},
|
|
5058
|
+
"engines": {
|
|
5059
|
+
"node": ">=6.9.0"
|
|
5454
5060
|
}
|
|
5455
5061
|
},
|
|
5456
5062
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
|
|
@@ -5481,6 +5087,105 @@
|
|
|
5481
5087
|
"node": ">=6.9.0"
|
|
5482
5088
|
}
|
|
5483
5089
|
},
|
|
5090
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
|
|
5091
|
+
"version": "7.27.1",
|
|
5092
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
5093
|
+
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
5094
|
+
"license": "MIT",
|
|
5095
|
+
"dependencies": {
|
|
5096
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5097
|
+
},
|
|
5098
|
+
"engines": {
|
|
5099
|
+
"node": ">=6.9.0"
|
|
5100
|
+
},
|
|
5101
|
+
"peerDependencies": {
|
|
5102
|
+
"@babel/core": "^7.0.0-0"
|
|
5103
|
+
}
|
|
5104
|
+
},
|
|
5105
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-jsx": {
|
|
5106
|
+
"version": "7.27.1",
|
|
5107
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
5108
|
+
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
5109
|
+
"license": "MIT",
|
|
5110
|
+
"dependencies": {
|
|
5111
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5112
|
+
},
|
|
5113
|
+
"engines": {
|
|
5114
|
+
"node": ">=6.9.0"
|
|
5115
|
+
},
|
|
5116
|
+
"peerDependencies": {
|
|
5117
|
+
"@babel/core": "^7.0.0-0"
|
|
5118
|
+
}
|
|
5119
|
+
},
|
|
5120
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-typescript": {
|
|
5121
|
+
"version": "7.27.1",
|
|
5122
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
5123
|
+
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
5124
|
+
"license": "MIT",
|
|
5125
|
+
"dependencies": {
|
|
5126
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5127
|
+
},
|
|
5128
|
+
"engines": {
|
|
5129
|
+
"node": ">=6.9.0"
|
|
5130
|
+
},
|
|
5131
|
+
"peerDependencies": {
|
|
5132
|
+
"@babel/core": "^7.0.0-0"
|
|
5133
|
+
}
|
|
5134
|
+
},
|
|
5135
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
5136
|
+
"version": "7.27.1",
|
|
5137
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
5138
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
5139
|
+
"license": "MIT",
|
|
5140
|
+
"dependencies": {
|
|
5141
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
5142
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5143
|
+
},
|
|
5144
|
+
"engines": {
|
|
5145
|
+
"node": ">=6.9.0"
|
|
5146
|
+
},
|
|
5147
|
+
"peerDependencies": {
|
|
5148
|
+
"@babel/core": "^7.0.0-0"
|
|
5149
|
+
}
|
|
5150
|
+
},
|
|
5151
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
|
|
5152
|
+
"version": "7.28.0",
|
|
5153
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
5154
|
+
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
5155
|
+
"license": "MIT",
|
|
5156
|
+
"dependencies": {
|
|
5157
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
5158
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
5159
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5160
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
5161
|
+
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
5162
|
+
},
|
|
5163
|
+
"engines": {
|
|
5164
|
+
"node": ">=6.9.0"
|
|
5165
|
+
},
|
|
5166
|
+
"peerDependencies": {
|
|
5167
|
+
"@babel/core": "^7.0.0-0"
|
|
5168
|
+
}
|
|
5169
|
+
},
|
|
5170
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
|
|
5171
|
+
"version": "7.27.1",
|
|
5172
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
5173
|
+
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
5174
|
+
"license": "MIT",
|
|
5175
|
+
"dependencies": {
|
|
5176
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5177
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
5178
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
5179
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
5180
|
+
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
5181
|
+
},
|
|
5182
|
+
"engines": {
|
|
5183
|
+
"node": ">=6.9.0"
|
|
5184
|
+
},
|
|
5185
|
+
"peerDependencies": {
|
|
5186
|
+
"@babel/core": "^7.0.0-0"
|
|
5187
|
+
}
|
|
5188
|
+
},
|
|
5484
5189
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
5485
5190
|
"version": "7.27.4",
|
|
5486
5191
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz",
|
|
@@ -5500,12 +5205,12 @@
|
|
|
5500
5205
|
}
|
|
5501
5206
|
},
|
|
5502
5207
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
5503
|
-
"version": "7.28.
|
|
5504
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
5505
|
-
"integrity": "sha512-
|
|
5208
|
+
"version": "7.28.3",
|
|
5209
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
5210
|
+
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
5506
5211
|
"license": "MIT",
|
|
5507
5212
|
"dependencies": {
|
|
5508
|
-
"@babel/types": "^7.28.
|
|
5213
|
+
"@babel/types": "^7.28.2"
|
|
5509
5214
|
},
|
|
5510
5215
|
"bin": {
|
|
5511
5216
|
"parser": "bin/babel-parser.js"
|
|
@@ -5575,6 +5280,32 @@
|
|
|
5575
5280
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5576
5281
|
}
|
|
5577
5282
|
},
|
|
5283
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/plugin-babel": {
|
|
5284
|
+
"version": "6.0.4",
|
|
5285
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz",
|
|
5286
|
+
"integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==",
|
|
5287
|
+
"license": "MIT",
|
|
5288
|
+
"dependencies": {
|
|
5289
|
+
"@babel/helper-module-imports": "^7.18.6",
|
|
5290
|
+
"@rollup/pluginutils": "^5.0.1"
|
|
5291
|
+
},
|
|
5292
|
+
"engines": {
|
|
5293
|
+
"node": ">=14.0.0"
|
|
5294
|
+
},
|
|
5295
|
+
"peerDependencies": {
|
|
5296
|
+
"@babel/core": "^7.0.0",
|
|
5297
|
+
"@types/babel__core": "^7.1.9",
|
|
5298
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
5299
|
+
},
|
|
5300
|
+
"peerDependenciesMeta": {
|
|
5301
|
+
"@types/babel__core": {
|
|
5302
|
+
"optional": true
|
|
5303
|
+
},
|
|
5304
|
+
"rollup": {
|
|
5305
|
+
"optional": true
|
|
5306
|
+
}
|
|
5307
|
+
}
|
|
5308
|
+
},
|
|
5578
5309
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/astring": {
|
|
5579
5310
|
"version": "1.8.6",
|
|
5580
5311
|
"resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
|
|
@@ -5770,6 +5501,15 @@
|
|
|
5770
5501
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5771
5502
|
}
|
|
5772
5503
|
},
|
|
5504
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/semver": {
|
|
5505
|
+
"version": "6.3.1",
|
|
5506
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
5507
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
5508
|
+
"license": "ISC",
|
|
5509
|
+
"bin": {
|
|
5510
|
+
"semver": "bin/semver.js"
|
|
5511
|
+
}
|
|
5512
|
+
},
|
|
5773
5513
|
"node_modules/@lwc/shared": {
|
|
5774
5514
|
"version": "8.21.6",
|
|
5775
5515
|
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.21.6.tgz",
|
|
@@ -5891,9 +5631,9 @@
|
|
|
5891
5631
|
}
|
|
5892
5632
|
},
|
|
5893
5633
|
"node_modules/@lwrjs/api/node_modules/chalk": {
|
|
5894
|
-
"version": "5.
|
|
5895
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
5896
|
-
"integrity": "sha512-
|
|
5634
|
+
"version": "5.6.0",
|
|
5635
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
|
|
5636
|
+
"integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
|
|
5897
5637
|
"license": "MIT",
|
|
5898
5638
|
"engines": {
|
|
5899
5639
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -6208,45 +5948,6 @@
|
|
|
6208
5948
|
"@lwc/module-resolver": ">= 2.x"
|
|
6209
5949
|
}
|
|
6210
5950
|
},
|
|
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
|
-
},
|
|
6250
5951
|
"node_modules/@lwrjs/lwc-ssr": {
|
|
6251
5952
|
"version": "0.18.3",
|
|
6252
5953
|
"resolved": "https://registry.npmjs.org/@lwrjs/lwc-ssr/-/lwc-ssr-0.18.3.tgz",
|
|
@@ -7888,32 +7589,6 @@
|
|
|
7888
7589
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
7889
7590
|
"license": "BSD-3-Clause"
|
|
7890
7591
|
},
|
|
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
|
-
},
|
|
7917
7592
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
7918
7593
|
"version": "15.3.1",
|
|
7919
7594
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
|
|
@@ -8205,12 +7880,12 @@
|
|
|
8205
7880
|
}
|
|
8206
7881
|
},
|
|
8207
7882
|
"node_modules/@salesforce/core": {
|
|
8208
|
-
"version": "8.
|
|
8209
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
8210
|
-
"integrity": "sha512-
|
|
7883
|
+
"version": "8.22.0",
|
|
7884
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.22.0.tgz",
|
|
7885
|
+
"integrity": "sha512-TK9kODqvgIUuCP9L3jqrR1e5JLMzPGnAsCXwdtQrD/AjKMj7bT+NRQeuF+55X7aiEtcedO/fs49ldPvBf9bkOA==",
|
|
8211
7886
|
"license": "BSD-3-Clause",
|
|
8212
7887
|
"dependencies": {
|
|
8213
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
7888
|
+
"@jsforce/jsforce-node": "^3.10.4",
|
|
8214
7889
|
"@salesforce/kit": "^3.2.2",
|
|
8215
7890
|
"@salesforce/schemas": "^1.9.1",
|
|
8216
7891
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -8299,11 +7974,11 @@
|
|
|
8299
7974
|
"license": "BSD-3-Clause"
|
|
8300
7975
|
},
|
|
8301
7976
|
"node_modules/@salesforce/dev-scripts": {
|
|
8302
|
-
"version": "11.0.
|
|
8303
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-11.0.
|
|
8304
|
-
"integrity": "sha512-
|
|
7977
|
+
"version": "11.0.4",
|
|
7978
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-11.0.4.tgz",
|
|
7979
|
+
"integrity": "sha512-8RebBJpcgoO0AVmrb3pFwSUD8vCqdWbUmv3JwoDy2lWofAT0vYM3NywCCdKj26XnSASkRgKvsY6AQpkxLs+vVg==",
|
|
8305
7980
|
"dev": true,
|
|
8306
|
-
"license": "
|
|
7981
|
+
"license": "Apache-2.0",
|
|
8307
7982
|
"dependencies": {
|
|
8308
7983
|
"@commitlint/cli": "^17.1.2",
|
|
8309
7984
|
"@commitlint/config-conventional": "^17.8.1",
|
|
@@ -8316,7 +7991,7 @@
|
|
|
8316
7991
|
"chai": "^4.3.10",
|
|
8317
7992
|
"chalk": "^4.0.0",
|
|
8318
7993
|
"cosmiconfig": "^8.3.6",
|
|
8319
|
-
"eslint-config-salesforce-typescript": "
|
|
7994
|
+
"eslint-config-salesforce-typescript": "4.0.1",
|
|
8320
7995
|
"husky": "^7.0.4",
|
|
8321
7996
|
"linkinator": "^6.1.1",
|
|
8322
7997
|
"mocha": "^10.7.0",
|
|
@@ -9007,9 +8682,9 @@
|
|
|
9007
8682
|
}
|
|
9008
8683
|
},
|
|
9009
8684
|
"node_modules/@salesforce/lwc-dev-mobile-core/node_modules/chalk": {
|
|
9010
|
-
"version": "5.
|
|
9011
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
9012
|
-
"integrity": "sha512-
|
|
8685
|
+
"version": "5.6.0",
|
|
8686
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
|
|
8687
|
+
"integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
|
|
9013
8688
|
"license": "MIT",
|
|
9014
8689
|
"engines": {
|
|
9015
8690
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -9025,9 +8700,9 @@
|
|
|
9025
8700
|
"license": "MIT"
|
|
9026
8701
|
},
|
|
9027
8702
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
9028
|
-
"version": "3.1.
|
|
9029
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
9030
|
-
"integrity": "sha512-
|
|
8703
|
+
"version": "3.1.66",
|
|
8704
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.66.tgz",
|
|
8705
|
+
"integrity": "sha512-PVWX1w4X+EeH/511/oft8X8jB+XgnXhAqDsdVwieGhwE+7joGIUEDQc/U4WCgJ30rH92zjWEaUmXiVAY9h+KbA==",
|
|
9031
8706
|
"dev": true,
|
|
9032
8707
|
"license": "Apache-2.0",
|
|
9033
8708
|
"dependencies": {
|
|
@@ -9036,7 +8711,7 @@
|
|
|
9036
8711
|
"@salesforce/kit": "^3.2.3",
|
|
9037
8712
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
9038
8713
|
"@salesforce/ts-types": "^2.0.11",
|
|
9039
|
-
"chalk": "^5.
|
|
8714
|
+
"chalk": "^5.6.0",
|
|
9040
8715
|
"debug": "^4.4.1",
|
|
9041
8716
|
"handlebars": "^4.7.8"
|
|
9042
8717
|
},
|
|
@@ -9045,9 +8720,9 @@
|
|
|
9045
8720
|
}
|
|
9046
8721
|
},
|
|
9047
8722
|
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
9048
|
-
"version": "5.
|
|
9049
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
9050
|
-
"integrity": "sha512-
|
|
8723
|
+
"version": "5.6.0",
|
|
8724
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
|
|
8725
|
+
"integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
|
|
9051
8726
|
"dev": true,
|
|
9052
8727
|
"license": "MIT",
|
|
9053
8728
|
"engines": {
|
|
@@ -13308,25 +12983,25 @@
|
|
|
13308
12983
|
"license": "BSD-3-Clause"
|
|
13309
12984
|
},
|
|
13310
12985
|
"node_modules/eslint-config-salesforce-license": {
|
|
13311
|
-
"version": "0.2
|
|
13312
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.
|
|
13313
|
-
"integrity": "sha512-
|
|
12986
|
+
"version": "1.0.2",
|
|
12987
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-1.0.2.tgz",
|
|
12988
|
+
"integrity": "sha512-l/1uz9RJHQHnVEEexHpHsQt3+aP/Ys2HGfZcLuUg/FZ6NGhL15ey33OJfYCYtSUKMLGiEKdUhdWVp34WD4rIdQ==",
|
|
13314
12989
|
"dev": true,
|
|
13315
|
-
"license": "
|
|
12990
|
+
"license": "Apache-2.0"
|
|
13316
12991
|
},
|
|
13317
12992
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
13318
|
-
"version": "
|
|
13319
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-
|
|
13320
|
-
"integrity": "sha512-
|
|
12993
|
+
"version": "4.0.1",
|
|
12994
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-4.0.1.tgz",
|
|
12995
|
+
"integrity": "sha512-aYRFIjVXA8b0fJt7JImcqRBb++lhFjLSeZhboMZZWMNGQyWeQ8pGX7ZW2/71TQiM0b4P8Nrpapi1w4VuM0kc/A==",
|
|
13321
12996
|
"dev": true,
|
|
13322
|
-
"license": "
|
|
12997
|
+
"license": "Apache-2.0",
|
|
13323
12998
|
"dependencies": {
|
|
13324
12999
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
13325
13000
|
"@typescript-eslint/parser": "^6.21.0",
|
|
13326
13001
|
"eslint": "^8.56.0",
|
|
13327
13002
|
"eslint-config-prettier": "^9.1.0",
|
|
13328
13003
|
"eslint-config-salesforce": "^2.2.0",
|
|
13329
|
-
"eslint-config-salesforce-license": "^0.2
|
|
13004
|
+
"eslint-config-salesforce-license": "^1.0.2",
|
|
13330
13005
|
"eslint-plugin-header": "^3.1.1",
|
|
13331
13006
|
"eslint-plugin-import": "^2.29.1",
|
|
13332
13007
|
"eslint-plugin-jsdoc": "^46.10.1",
|
|
@@ -16553,9 +16228,9 @@
|
|
|
16553
16228
|
}
|
|
16554
16229
|
},
|
|
16555
16230
|
"node_modules/ink/node_modules/chalk": {
|
|
16556
|
-
"version": "5.
|
|
16557
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
16558
|
-
"integrity": "sha512-
|
|
16231
|
+
"version": "5.6.0",
|
|
16232
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
|
|
16233
|
+
"integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
|
|
16559
16234
|
"license": "MIT",
|
|
16560
16235
|
"engines": {
|
|
16561
16236
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -17424,47 +17099,6 @@
|
|
|
17424
17099
|
"node": ">=10"
|
|
17425
17100
|
}
|
|
17426
17101
|
},
|
|
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
|
-
},
|
|
17468
17102
|
"node_modules/istanbul-lib-processinfo": {
|
|
17469
17103
|
"version": "2.0.3",
|
|
17470
17104
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -18044,9 +17678,9 @@
|
|
|
18044
17678
|
}
|
|
18045
17679
|
},
|
|
18046
17680
|
"node_modules/linkinator/node_modules/chalk": {
|
|
18047
|
-
"version": "5.
|
|
18048
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
18049
|
-
"integrity": "sha512-
|
|
17681
|
+
"version": "5.6.0",
|
|
17682
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
|
|
17683
|
+
"integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
|
|
18050
17684
|
"dev": true,
|
|
18051
17685
|
"license": "MIT",
|
|
18052
17686
|
"engines": {
|