@salesforce/cli 2.59.2 → 2.59.4
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 +110 -110
- package/npm-shrinkwrap.json +291 -207
- package/oclif.lock +211 -204
- package/oclif.manifest.json +1 -1
- package/package.json +29 -29
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.59.
|
|
3
|
+
"version": "2.59.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.59.
|
|
9
|
+
"version": "2.59.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.0.
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
16
|
-
"@oclif/plugin-commands": "4.0.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.5.
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
14
|
+
"@oclif/core": "4.0.21",
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.3",
|
|
16
|
+
"@oclif/plugin-commands": "4.0.14",
|
|
17
|
+
"@oclif/plugin-help": "6.2.11",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.20",
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.7",
|
|
20
|
+
"@oclif/plugin-search": "1.2.8",
|
|
21
|
+
"@oclif/plugin-update": "4.5.6",
|
|
22
|
+
"@oclif/plugin-version": "2.2.12",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.15",
|
|
24
|
+
"@oclif/plugin-which": "3.2.13",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.4.
|
|
27
|
+
"@salesforce/plugin-apex": "3.4.9",
|
|
28
28
|
"@salesforce/plugin-api": "1.2.1",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.56",
|
|
30
30
|
"@salesforce/plugin-data": "3.6.5",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.12.
|
|
32
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
-
"@salesforce/plugin-limits": "3.3.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.12.7",
|
|
32
|
+
"@salesforce/plugin-info": "3.4.6",
|
|
33
|
+
"@salesforce/plugin-limits": "3.3.30",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.2.25",
|
|
35
|
-
"@salesforce/plugin-org": "4.5.
|
|
36
|
-
"@salesforce/plugin-packaging": "2.8.
|
|
37
|
-
"@salesforce/plugin-schema": "3.3.
|
|
38
|
-
"@salesforce/plugin-settings": "2.3.
|
|
39
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
-
"@salesforce/plugin-source": "3.5.
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
42
|
-
"@salesforce/plugin-templates": "56.3.
|
|
35
|
+
"@salesforce/plugin-org": "4.5.8",
|
|
36
|
+
"@salesforce/plugin-packaging": "2.8.4",
|
|
37
|
+
"@salesforce/plugin-schema": "3.3.28",
|
|
38
|
+
"@salesforce/plugin-settings": "2.3.19",
|
|
39
|
+
"@salesforce/plugin-sobject": "1.4.35",
|
|
40
|
+
"@salesforce/plugin-source": "3.5.19",
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.12",
|
|
42
|
+
"@salesforce/plugin-templates": "56.3.18",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.27",
|
|
44
44
|
"@salesforce/plugin-user": "3.5.29",
|
|
45
|
-
"@salesforce/sf-plugins-core": "11.3.
|
|
45
|
+
"@salesforce/sf-plugins-core": "11.3.9",
|
|
46
46
|
"ansis": "^3.3.0"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
@@ -557,6 +557,29 @@
|
|
|
557
557
|
"node": ">=16.0.0"
|
|
558
558
|
}
|
|
559
559
|
},
|
|
560
|
+
"node_modules/@aws-sdk/client-cloudfront/node_modules/fast-xml-parser": {
|
|
561
|
+
"version": "4.4.1",
|
|
562
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
|
563
|
+
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
|
564
|
+
"dev": true,
|
|
565
|
+
"funding": [
|
|
566
|
+
{
|
|
567
|
+
"type": "github",
|
|
568
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"type": "paypal",
|
|
572
|
+
"url": "https://paypal.me/naturalintelligence"
|
|
573
|
+
}
|
|
574
|
+
],
|
|
575
|
+
"license": "MIT",
|
|
576
|
+
"dependencies": {
|
|
577
|
+
"strnum": "^1.0.5"
|
|
578
|
+
},
|
|
579
|
+
"bin": {
|
|
580
|
+
"fxparser": "src/cli/cli.js"
|
|
581
|
+
}
|
|
582
|
+
},
|
|
560
583
|
"node_modules/@aws-sdk/client-s3": {
|
|
561
584
|
"version": "3.633.0",
|
|
562
585
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.633.0.tgz",
|
|
@@ -1032,6 +1055,29 @@
|
|
|
1032
1055
|
"node": ">=16.0.0"
|
|
1033
1056
|
}
|
|
1034
1057
|
},
|
|
1058
|
+
"node_modules/@aws-sdk/client-sso-oidc/node_modules/fast-xml-parser": {
|
|
1059
|
+
"version": "4.4.1",
|
|
1060
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
|
1061
|
+
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
|
1062
|
+
"dev": true,
|
|
1063
|
+
"funding": [
|
|
1064
|
+
{
|
|
1065
|
+
"type": "github",
|
|
1066
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"type": "paypal",
|
|
1070
|
+
"url": "https://paypal.me/naturalintelligence"
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"license": "MIT",
|
|
1074
|
+
"dependencies": {
|
|
1075
|
+
"strnum": "^1.0.5"
|
|
1076
|
+
},
|
|
1077
|
+
"bin": {
|
|
1078
|
+
"fxparser": "src/cli/cli.js"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1035
1081
|
"node_modules/@aws-sdk/client-sts": {
|
|
1036
1082
|
"version": "3.637.0",
|
|
1037
1083
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.637.0.tgz",
|
|
@@ -1279,6 +1325,29 @@
|
|
|
1279
1325
|
"node": ">=16.0.0"
|
|
1280
1326
|
}
|
|
1281
1327
|
},
|
|
1328
|
+
"node_modules/@aws-sdk/client-sts/node_modules/fast-xml-parser": {
|
|
1329
|
+
"version": "4.4.1",
|
|
1330
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
|
1331
|
+
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
|
1332
|
+
"dev": true,
|
|
1333
|
+
"funding": [
|
|
1334
|
+
{
|
|
1335
|
+
"type": "github",
|
|
1336
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"type": "paypal",
|
|
1340
|
+
"url": "https://paypal.me/naturalintelligence"
|
|
1341
|
+
}
|
|
1342
|
+
],
|
|
1343
|
+
"license": "MIT",
|
|
1344
|
+
"dependencies": {
|
|
1345
|
+
"strnum": "^1.0.5"
|
|
1346
|
+
},
|
|
1347
|
+
"bin": {
|
|
1348
|
+
"fxparser": "src/cli/cli.js"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1282
1351
|
"node_modules/@aws-sdk/core": {
|
|
1283
1352
|
"version": "3.629.0",
|
|
1284
1353
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.629.0.tgz",
|
|
@@ -1301,6 +1370,29 @@
|
|
|
1301
1370
|
"node": ">=16.0.0"
|
|
1302
1371
|
}
|
|
1303
1372
|
},
|
|
1373
|
+
"node_modules/@aws-sdk/core/node_modules/fast-xml-parser": {
|
|
1374
|
+
"version": "4.4.1",
|
|
1375
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
|
1376
|
+
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
|
1377
|
+
"dev": true,
|
|
1378
|
+
"funding": [
|
|
1379
|
+
{
|
|
1380
|
+
"type": "github",
|
|
1381
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"type": "paypal",
|
|
1385
|
+
"url": "https://paypal.me/naturalintelligence"
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"license": "MIT",
|
|
1389
|
+
"dependencies": {
|
|
1390
|
+
"strnum": "^1.0.5"
|
|
1391
|
+
},
|
|
1392
|
+
"bin": {
|
|
1393
|
+
"fxparser": "src/cli/cli.js"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1304
1396
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
1305
1397
|
"version": "3.620.1",
|
|
1306
1398
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.620.1.tgz",
|
|
@@ -3168,14 +3260,14 @@
|
|
|
3168
3260
|
}
|
|
3169
3261
|
},
|
|
3170
3262
|
"node_modules/@inquirer/checkbox": {
|
|
3171
|
-
"version": "2.
|
|
3172
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.
|
|
3173
|
-
"integrity": "sha512-
|
|
3263
|
+
"version": "2.5.0",
|
|
3264
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.5.0.tgz",
|
|
3265
|
+
"integrity": "sha512-sMgdETOfi2dUHT8r7TT1BTKOwNvdDGFDXYWtQ2J69SvlYNntk9I/gJe7r5yvMwwsuKnYbuRs3pNhx4tgNck5aA==",
|
|
3174
3266
|
"license": "MIT",
|
|
3175
3267
|
"dependencies": {
|
|
3176
|
-
"@inquirer/core": "^9.0
|
|
3268
|
+
"@inquirer/core": "^9.1.0",
|
|
3177
3269
|
"@inquirer/figures": "^1.0.5",
|
|
3178
|
-
"@inquirer/type": "^1.5.
|
|
3270
|
+
"@inquirer/type": "^1.5.3",
|
|
3179
3271
|
"ansi-escapes": "^4.3.2",
|
|
3180
3272
|
"yoctocolors-cjs": "^2.1.2"
|
|
3181
3273
|
},
|
|
@@ -3184,28 +3276,28 @@
|
|
|
3184
3276
|
}
|
|
3185
3277
|
},
|
|
3186
3278
|
"node_modules/@inquirer/confirm": {
|
|
3187
|
-
"version": "3.
|
|
3188
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.
|
|
3189
|
-
"integrity": "sha512-
|
|
3279
|
+
"version": "3.2.0",
|
|
3280
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
|
|
3281
|
+
"integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==",
|
|
3190
3282
|
"license": "MIT",
|
|
3191
3283
|
"dependencies": {
|
|
3192
|
-
"@inquirer/core": "^9.0
|
|
3193
|
-
"@inquirer/type": "^1.5.
|
|
3284
|
+
"@inquirer/core": "^9.1.0",
|
|
3285
|
+
"@inquirer/type": "^1.5.3"
|
|
3194
3286
|
},
|
|
3195
3287
|
"engines": {
|
|
3196
3288
|
"node": ">=18"
|
|
3197
3289
|
}
|
|
3198
3290
|
},
|
|
3199
3291
|
"node_modules/@inquirer/core": {
|
|
3200
|
-
"version": "9.0
|
|
3201
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.
|
|
3202
|
-
"integrity": "sha512-
|
|
3292
|
+
"version": "9.1.0",
|
|
3293
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz",
|
|
3294
|
+
"integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==",
|
|
3203
3295
|
"license": "MIT",
|
|
3204
3296
|
"dependencies": {
|
|
3205
3297
|
"@inquirer/figures": "^1.0.5",
|
|
3206
|
-
"@inquirer/type": "^1.5.
|
|
3298
|
+
"@inquirer/type": "^1.5.3",
|
|
3207
3299
|
"@types/mute-stream": "^0.0.4",
|
|
3208
|
-
"@types/node": "^22.
|
|
3300
|
+
"@types/node": "^22.5.2",
|
|
3209
3301
|
"@types/wrap-ansi": "^3.0.0",
|
|
3210
3302
|
"ansi-escapes": "^4.3.2",
|
|
3211
3303
|
"cli-spinners": "^2.9.2",
|
|
@@ -3242,26 +3334,26 @@
|
|
|
3242
3334
|
}
|
|
3243
3335
|
},
|
|
3244
3336
|
"node_modules/@inquirer/input": {
|
|
3245
|
-
"version": "2.
|
|
3246
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.
|
|
3247
|
-
"integrity": "sha512-
|
|
3337
|
+
"version": "2.3.0",
|
|
3338
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.3.0.tgz",
|
|
3339
|
+
"integrity": "sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==",
|
|
3248
3340
|
"license": "MIT",
|
|
3249
3341
|
"dependencies": {
|
|
3250
|
-
"@inquirer/core": "^9.0
|
|
3251
|
-
"@inquirer/type": "^1.5.
|
|
3342
|
+
"@inquirer/core": "^9.1.0",
|
|
3343
|
+
"@inquirer/type": "^1.5.3"
|
|
3252
3344
|
},
|
|
3253
3345
|
"engines": {
|
|
3254
3346
|
"node": ">=18"
|
|
3255
3347
|
}
|
|
3256
3348
|
},
|
|
3257
3349
|
"node_modules/@inquirer/password": {
|
|
3258
|
-
"version": "2.
|
|
3259
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.
|
|
3260
|
-
"integrity": "sha512-
|
|
3350
|
+
"version": "2.2.0",
|
|
3351
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
|
|
3352
|
+
"integrity": "sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==",
|
|
3261
3353
|
"license": "MIT",
|
|
3262
3354
|
"dependencies": {
|
|
3263
|
-
"@inquirer/core": "^9.0
|
|
3264
|
-
"@inquirer/type": "^1.5.
|
|
3355
|
+
"@inquirer/core": "^9.1.0",
|
|
3356
|
+
"@inquirer/type": "^1.5.3",
|
|
3265
3357
|
"ansi-escapes": "^4.3.2"
|
|
3266
3358
|
},
|
|
3267
3359
|
"engines": {
|
|
@@ -3269,14 +3361,14 @@
|
|
|
3269
3361
|
}
|
|
3270
3362
|
},
|
|
3271
3363
|
"node_modules/@inquirer/select": {
|
|
3272
|
-
"version": "2.
|
|
3273
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.
|
|
3274
|
-
"integrity": "sha512-
|
|
3364
|
+
"version": "2.5.0",
|
|
3365
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz",
|
|
3366
|
+
"integrity": "sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==",
|
|
3275
3367
|
"license": "MIT",
|
|
3276
3368
|
"dependencies": {
|
|
3277
|
-
"@inquirer/core": "^9.0
|
|
3369
|
+
"@inquirer/core": "^9.1.0",
|
|
3278
3370
|
"@inquirer/figures": "^1.0.5",
|
|
3279
|
-
"@inquirer/type": "^1.5.
|
|
3371
|
+
"@inquirer/type": "^1.5.3",
|
|
3280
3372
|
"ansi-escapes": "^4.3.2",
|
|
3281
3373
|
"yoctocolors-cjs": "^2.1.2"
|
|
3282
3374
|
},
|
|
@@ -3285,9 +3377,9 @@
|
|
|
3285
3377
|
}
|
|
3286
3378
|
},
|
|
3287
3379
|
"node_modules/@inquirer/type": {
|
|
3288
|
-
"version": "1.5.
|
|
3289
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.
|
|
3290
|
-
"integrity": "sha512-
|
|
3380
|
+
"version": "1.5.3",
|
|
3381
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
3382
|
+
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
3291
3383
|
"license": "MIT",
|
|
3292
3384
|
"dependencies": {
|
|
3293
3385
|
"mute-stream": "^1.0.0"
|
|
@@ -3880,16 +3972,16 @@
|
|
|
3880
3972
|
}
|
|
3881
3973
|
},
|
|
3882
3974
|
"node_modules/@oclif/core": {
|
|
3883
|
-
"version": "4.0.
|
|
3884
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3885
|
-
"integrity": "sha512-
|
|
3975
|
+
"version": "4.0.21",
|
|
3976
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.21.tgz",
|
|
3977
|
+
"integrity": "sha512-SvLTSclf104IVX8BY7nWqess1pBmeNl9qRFTWjOXg7B1/ESemfEtZYBDRAXAp1ILvazDng5IF/7YSbTxDVbwNg==",
|
|
3886
3978
|
"license": "MIT",
|
|
3887
3979
|
"dependencies": {
|
|
3888
3980
|
"ansi-escapes": "^4.3.2",
|
|
3889
3981
|
"ansis": "^3.3.2",
|
|
3890
3982
|
"clean-stack": "^3.0.1",
|
|
3891
3983
|
"cli-spinners": "^2.9.2",
|
|
3892
|
-
"debug": "^4.3.
|
|
3984
|
+
"debug": "^4.3.7",
|
|
3893
3985
|
"ejs": "^3.1.10",
|
|
3894
3986
|
"get-package-type": "^0.1.0",
|
|
3895
3987
|
"globby": "^11.1.0",
|
|
@@ -3952,9 +4044,9 @@
|
|
|
3952
4044
|
}
|
|
3953
4045
|
},
|
|
3954
4046
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3955
|
-
"version": "3.2.
|
|
3956
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
3957
|
-
"integrity": "sha512-
|
|
4047
|
+
"version": "3.2.3",
|
|
4048
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.3.tgz",
|
|
4049
|
+
"integrity": "sha512-iVlQa9g/XouKWmgegjzRPhK2PmMqxFASQi2FjUxNBrdPXZDUWgKS8eWYyA3svZ6HGpJHRLcAilNHiAHuW+EiXQ==",
|
|
3958
4050
|
"license": "MIT",
|
|
3959
4051
|
"dependencies": {
|
|
3960
4052
|
"@oclif/core": "^4",
|
|
@@ -4035,9 +4127,9 @@
|
|
|
4035
4127
|
}
|
|
4036
4128
|
},
|
|
4037
4129
|
"node_modules/@oclif/plugin-commands": {
|
|
4038
|
-
"version": "4.0.
|
|
4039
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
4040
|
-
"integrity": "sha512-
|
|
4130
|
+
"version": "4.0.14",
|
|
4131
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.14.tgz",
|
|
4132
|
+
"integrity": "sha512-v2dvurdH2BQnJeuyUbpE/BDuJS6gmngpQWoOrR3tqyEWggsVdIOwwXhk+R93VtmRFi9OBO61ybuOJwiWPvMrxQ==",
|
|
4041
4133
|
"license": "MIT",
|
|
4042
4134
|
"dependencies": {
|
|
4043
4135
|
"@oclif/core": "^4",
|
|
@@ -4050,9 +4142,9 @@
|
|
|
4050
4142
|
}
|
|
4051
4143
|
},
|
|
4052
4144
|
"node_modules/@oclif/plugin-help": {
|
|
4053
|
-
"version": "6.2.
|
|
4054
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4055
|
-
"integrity": "sha512-
|
|
4145
|
+
"version": "6.2.11",
|
|
4146
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.11.tgz",
|
|
4147
|
+
"integrity": "sha512-Vo854dALtNhA34g6m4T9uWIrYfm/JFM82LWa5gLrsJGwpUGgeBwBX4P64HLo5ro59LF3YO2xPWViLaoK6gkm3g==",
|
|
4056
4148
|
"license": "MIT",
|
|
4057
4149
|
"dependencies": {
|
|
4058
4150
|
"@oclif/core": "^4"
|
|
@@ -4062,12 +4154,12 @@
|
|
|
4062
4154
|
}
|
|
4063
4155
|
},
|
|
4064
4156
|
"node_modules/@oclif/plugin-not-found": {
|
|
4065
|
-
"version": "3.2.
|
|
4066
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
4067
|
-
"integrity": "sha512-
|
|
4157
|
+
"version": "3.2.20",
|
|
4158
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.20.tgz",
|
|
4159
|
+
"integrity": "sha512-Le/+9TpXn7HQu4hU7bi6oBDu7aRHNtqBm+JvNlRAcv9tsw3IySOq9DWhsQI3ZN6w6ou1524gx+0DObxKwciZFA==",
|
|
4068
4160
|
"license": "MIT",
|
|
4069
4161
|
"dependencies": {
|
|
4070
|
-
"@inquirer/confirm": "^3.
|
|
4162
|
+
"@inquirer/confirm": "^3.2.0",
|
|
4071
4163
|
"@oclif/core": "^4",
|
|
4072
4164
|
"ansis": "^3.3.1",
|
|
4073
4165
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -4077,15 +4169,15 @@
|
|
|
4077
4169
|
}
|
|
4078
4170
|
},
|
|
4079
4171
|
"node_modules/@oclif/plugin-plugins": {
|
|
4080
|
-
"version": "5.4.
|
|
4081
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
4082
|
-
"integrity": "sha512-
|
|
4172
|
+
"version": "5.4.7",
|
|
4173
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.7.tgz",
|
|
4174
|
+
"integrity": "sha512-y2pbTSFT8/1yCd+ZyEjXqla2wgv3AfY/1GD72UzFlp130W8v2SPxYN3tW8/LhCe0Ka5bSqR67MQbMU80k3T+1w==",
|
|
4083
4175
|
"license": "MIT",
|
|
4084
4176
|
"dependencies": {
|
|
4085
4177
|
"@oclif/core": "^4",
|
|
4086
4178
|
"ansis": "^3.3.2",
|
|
4087
4179
|
"debug": "^4.3.6",
|
|
4088
|
-
"npm": "^10.8.
|
|
4180
|
+
"npm": "^10.8.3",
|
|
4089
4181
|
"npm-package-arg": "^11.0.3",
|
|
4090
4182
|
"npm-run-path": "^5.3.0",
|
|
4091
4183
|
"object-treeify": "^4.0.1",
|
|
@@ -4126,9 +4218,9 @@
|
|
|
4126
4218
|
}
|
|
4127
4219
|
},
|
|
4128
4220
|
"node_modules/@oclif/plugin-search": {
|
|
4129
|
-
"version": "1.2.
|
|
4130
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
4131
|
-
"integrity": "sha512-
|
|
4221
|
+
"version": "1.2.8",
|
|
4222
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.8.tgz",
|
|
4223
|
+
"integrity": "sha512-qTFYhSz+xHTxfqNBUbUbIS9ygHzkztzFcyE476PA6zYU1BOiJnwQVbGnG0Vy60auqBns+Ieb8o3vXLXqrLEo5Q==",
|
|
4132
4224
|
"license": "MIT",
|
|
4133
4225
|
"dependencies": {
|
|
4134
4226
|
"@oclif/core": "^4",
|
|
@@ -4155,15 +4247,15 @@
|
|
|
4155
4247
|
}
|
|
4156
4248
|
},
|
|
4157
4249
|
"node_modules/@oclif/plugin-update": {
|
|
4158
|
-
"version": "4.5.
|
|
4159
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.
|
|
4160
|
-
"integrity": "sha512-
|
|
4250
|
+
"version": "4.5.6",
|
|
4251
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.6.tgz",
|
|
4252
|
+
"integrity": "sha512-34FsDkqEfcoZcuzJJHKdfigFEFrbR8qvLHouuM8Azh+uzeqgvbLprCSpWM1S/NuwYobe4zb1WJKKOo+fTtwLrQ==",
|
|
4161
4253
|
"license": "MIT",
|
|
4162
4254
|
"dependencies": {
|
|
4163
4255
|
"@inquirer/select": "^2.4.7",
|
|
4164
4256
|
"@oclif/core": "^4",
|
|
4165
4257
|
"ansis": "^3.3.2",
|
|
4166
|
-
"debug": "^4.3.
|
|
4258
|
+
"debug": "^4.3.7",
|
|
4167
4259
|
"filesize": "^6.1.0",
|
|
4168
4260
|
"got": "^13",
|
|
4169
4261
|
"proxy-agent": "^6.4.0",
|
|
@@ -4176,9 +4268,9 @@
|
|
|
4176
4268
|
}
|
|
4177
4269
|
},
|
|
4178
4270
|
"node_modules/@oclif/plugin-version": {
|
|
4179
|
-
"version": "2.2.
|
|
4180
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4181
|
-
"integrity": "sha512-
|
|
4271
|
+
"version": "2.2.12",
|
|
4272
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.12.tgz",
|
|
4273
|
+
"integrity": "sha512-wrOUJFyIVI3Pfe/a8UPXwQ/pjb2LajnESqrs6vRwTjvRFT2/uf4OXcrtTtSLgTr/1GOQOYJdSFmPMfOQ9BNONA==",
|
|
4182
4274
|
"license": "MIT",
|
|
4183
4275
|
"dependencies": {
|
|
4184
4276
|
"@oclif/core": "^4",
|
|
@@ -4189,9 +4281,9 @@
|
|
|
4189
4281
|
}
|
|
4190
4282
|
},
|
|
4191
4283
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4192
|
-
"version": "3.1.
|
|
4193
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4194
|
-
"integrity": "sha512-
|
|
4284
|
+
"version": "3.1.15",
|
|
4285
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.15.tgz",
|
|
4286
|
+
"integrity": "sha512-VzKbjzKiJssh7bDG9vTsZ9r6g7WuCL1Q7/Njqw7t33f17rGAn6w31S7eCZiWJBBjCEqxKF2JmhkfZ4YSA8Xt2g==",
|
|
4195
4287
|
"license": "MIT",
|
|
4196
4288
|
"dependencies": {
|
|
4197
4289
|
"@oclif/core": "^4",
|
|
@@ -4206,9 +4298,9 @@
|
|
|
4206
4298
|
}
|
|
4207
4299
|
},
|
|
4208
4300
|
"node_modules/@oclif/plugin-which": {
|
|
4209
|
-
"version": "3.2.
|
|
4210
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
4211
|
-
"integrity": "sha512-
|
|
4301
|
+
"version": "3.2.13",
|
|
4302
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.13.tgz",
|
|
4303
|
+
"integrity": "sha512-1+cxcQ1RA9uo2wOnBjuhx4wh0H8LGAQBzDaZmeCEdZEydVdvBOjZGZQMUBTq9LwJuNOwohAnklH6P9GbIEZAng==",
|
|
4212
4304
|
"license": "MIT",
|
|
4213
4305
|
"dependencies": {
|
|
4214
4306
|
"@oclif/core": "^4",
|
|
@@ -4506,14 +4598,14 @@
|
|
|
4506
4598
|
}
|
|
4507
4599
|
},
|
|
4508
4600
|
"node_modules/@salesforce/apex-node": {
|
|
4509
|
-
"version": "8.1.
|
|
4510
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.
|
|
4511
|
-
"integrity": "sha512-
|
|
4601
|
+
"version": "8.1.7",
|
|
4602
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.7.tgz",
|
|
4603
|
+
"integrity": "sha512-hDWsPs6l6Q7/nFoERY9+ogVEhnuEF5oK2pPuuHeab0gFVpozcRCgoc/chp3aZMu34bN71paFumqxBISA6Vj0zA==",
|
|
4512
4604
|
"license": "BSD-3-Clause",
|
|
4513
4605
|
"dependencies": {
|
|
4514
4606
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
4515
|
-
"@salesforce/core": "^8.
|
|
4516
|
-
"@salesforce/kit": "^3.2.
|
|
4607
|
+
"@salesforce/core": "^8.5.5",
|
|
4608
|
+
"@salesforce/kit": "^3.2.2",
|
|
4517
4609
|
"@types/istanbul-reports": "^3.0.4",
|
|
4518
4610
|
"bfj": "8.0.0",
|
|
4519
4611
|
"fast-glob": "^3.3.2",
|
|
@@ -4638,9 +4730,9 @@
|
|
|
4638
4730
|
}
|
|
4639
4731
|
},
|
|
4640
4732
|
"node_modules/@salesforce/core": {
|
|
4641
|
-
"version": "8.5.
|
|
4642
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.
|
|
4643
|
-
"integrity": "sha512-
|
|
4733
|
+
"version": "8.5.5",
|
|
4734
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.5.tgz",
|
|
4735
|
+
"integrity": "sha512-nWvFdaAFbmIWB/WVWveYUkXsaqF38A2zRLDjWjkOAgWeSTyWv9UEKtoGJX1NC84n92lGfXblGlxLK7SmaFFVdA==",
|
|
4644
4736
|
"license": "BSD-3-Clause",
|
|
4645
4737
|
"dependencies": {
|
|
4646
4738
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
@@ -4655,7 +4747,7 @@
|
|
|
4655
4747
|
"js2xmlparser": "^4.0.1",
|
|
4656
4748
|
"jsonwebtoken": "9.0.2",
|
|
4657
4749
|
"jszip": "3.10.1",
|
|
4658
|
-
"pino": "^9.
|
|
4750
|
+
"pino": "^9.4.0",
|
|
4659
4751
|
"pino-abstract-transport": "^1.2.0",
|
|
4660
4752
|
"pino-pretty": "^11.2.2",
|
|
4661
4753
|
"proper-lockfile": "^4.1.2",
|
|
@@ -4790,12 +4882,12 @@
|
|
|
4790
4882
|
}
|
|
4791
4883
|
},
|
|
4792
4884
|
"node_modules/@salesforce/plugin-apex": {
|
|
4793
|
-
"version": "3.4.
|
|
4794
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.4.
|
|
4795
|
-
"integrity": "sha512
|
|
4885
|
+
"version": "3.4.9",
|
|
4886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.4.9.tgz",
|
|
4887
|
+
"integrity": "sha512-dDUV+NPItr8beoyqAEGawv4vo5iRATH6wiwZyCaSsebHB47WrvGxO55rZZoKUQgoLLal8dCTkL0MHZpNVwWRqA==",
|
|
4796
4888
|
"license": "BSD-3-Clause",
|
|
4797
4889
|
"dependencies": {
|
|
4798
|
-
"@salesforce/apex-node": "^8.1.
|
|
4890
|
+
"@salesforce/apex-node": "^8.1.6",
|
|
4799
4891
|
"@salesforce/core": "^8.5.1",
|
|
4800
4892
|
"@salesforce/kit": "^3.2.2",
|
|
4801
4893
|
"@salesforce/sf-plugins-core": "^11.3.7",
|
|
@@ -4825,12 +4917,12 @@
|
|
|
4825
4917
|
}
|
|
4826
4918
|
},
|
|
4827
4919
|
"node_modules/@salesforce/plugin-auth": {
|
|
4828
|
-
"version": "3.6.
|
|
4829
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4830
|
-
"integrity": "sha512-
|
|
4920
|
+
"version": "3.6.56",
|
|
4921
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.56.tgz",
|
|
4922
|
+
"integrity": "sha512-x5+4/aGoFRVxwHUrzADSdtYmlWfX8leexRGTUAUD1C3/940IF1d7/2Q6Z72oplBi/kgSph8w0Ill7dvZDpx3oQ==",
|
|
4831
4923
|
"license": "BSD-3-Clause",
|
|
4832
4924
|
"dependencies": {
|
|
4833
|
-
"@inquirer/checkbox": "^2.
|
|
4925
|
+
"@inquirer/checkbox": "^2.5.0",
|
|
4834
4926
|
"@inquirer/select": "^2.4.7",
|
|
4835
4927
|
"@oclif/core": "^4",
|
|
4836
4928
|
"@salesforce/core": "^8.5.1",
|
|
@@ -4905,19 +4997,19 @@
|
|
|
4905
4997
|
"license": "MIT"
|
|
4906
4998
|
},
|
|
4907
4999
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4908
|
-
"version": "3.12.
|
|
4909
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.
|
|
4910
|
-
"integrity": "sha512-
|
|
5000
|
+
"version": "3.12.7",
|
|
5001
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.7.tgz",
|
|
5002
|
+
"integrity": "sha512-ScsYJc6ct8QGdM725YPrzt3kyesqM6e182Sh5BpPDBkK8LKQTa16eZKNn2sbRtP7g8jDygJgijEBxOKlwQrYGQ==",
|
|
4911
5003
|
"license": "BSD-3-Clause",
|
|
4912
5004
|
"dependencies": {
|
|
4913
5005
|
"@oclif/core": "^4.0.18",
|
|
4914
5006
|
"@salesforce/apex-node": "^8.1.3",
|
|
4915
5007
|
"@salesforce/core": "^8.5.4",
|
|
4916
5008
|
"@salesforce/kit": "^3.2.1",
|
|
4917
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5009
|
+
"@salesforce/plugin-info": "^3.4.3",
|
|
4918
5010
|
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
4919
|
-
"@salesforce/source-deploy-retrieve": "^12.6.
|
|
4920
|
-
"@salesforce/source-tracking": "^7.1.
|
|
5011
|
+
"@salesforce/source-deploy-retrieve": "^12.6.2",
|
|
5012
|
+
"@salesforce/source-tracking": "^7.1.12",
|
|
4921
5013
|
"@salesforce/ts-types": "^2.0.12",
|
|
4922
5014
|
"ansis": "^3.3.2"
|
|
4923
5015
|
},
|
|
@@ -4926,15 +5018,15 @@
|
|
|
4926
5018
|
}
|
|
4927
5019
|
},
|
|
4928
5020
|
"node_modules/@salesforce/plugin-info": {
|
|
4929
|
-
"version": "3.4.
|
|
4930
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4931
|
-
"integrity": "sha512
|
|
5021
|
+
"version": "3.4.6",
|
|
5022
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.6.tgz",
|
|
5023
|
+
"integrity": "sha512-HxUR+87BkLfzxyAQdLtzPbEgd25e2OC5UxFZvrmuo5omdYXSEKwymVZ89qHEWosumGMdhcrjRD72hjUgzrGcsQ==",
|
|
4932
5024
|
"license": "BSD-3-Clause",
|
|
4933
5025
|
"dependencies": {
|
|
4934
|
-
"@inquirer/input": "^2.
|
|
5026
|
+
"@inquirer/input": "^2.3.0",
|
|
4935
5027
|
"@jsforce/jsforce-node": "^3.2.2",
|
|
4936
5028
|
"@oclif/core": "^4",
|
|
4937
|
-
"@salesforce/core": "^8.5.
|
|
5029
|
+
"@salesforce/core": "^8.5.4",
|
|
4938
5030
|
"@salesforce/kit": "^3.2.1",
|
|
4939
5031
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
4940
5032
|
"got": "^13.0.0",
|
|
@@ -4949,12 +5041,12 @@
|
|
|
4949
5041
|
}
|
|
4950
5042
|
},
|
|
4951
5043
|
"node_modules/@salesforce/plugin-limits": {
|
|
4952
|
-
"version": "3.3.
|
|
4953
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
4954
|
-
"integrity": "sha512-
|
|
5044
|
+
"version": "3.3.30",
|
|
5045
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.30.tgz",
|
|
5046
|
+
"integrity": "sha512-0XjyMkulAu9zS3uCcX+LYR1/x30SMngfJ0X0hjKefrvUwoqrhhqCagExDM3xH3gVSz2ydTWw7JPIuZ6SVHnOoA==",
|
|
4955
5047
|
"license": "BSD-3-Clause",
|
|
4956
5048
|
"dependencies": {
|
|
4957
|
-
"@salesforce/core": "^8.5.
|
|
5049
|
+
"@salesforce/core": "^8.5.5",
|
|
4958
5050
|
"@salesforce/sf-plugins-core": "^11.3.7"
|
|
4959
5051
|
},
|
|
4960
5052
|
"engines": {
|
|
@@ -4978,13 +5070,13 @@
|
|
|
4978
5070
|
}
|
|
4979
5071
|
},
|
|
4980
5072
|
"node_modules/@salesforce/plugin-org": {
|
|
4981
|
-
"version": "4.5.
|
|
4982
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.
|
|
4983
|
-
"integrity": "sha512-
|
|
5073
|
+
"version": "4.5.8",
|
|
5074
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.8.tgz",
|
|
5075
|
+
"integrity": "sha512-iKXNT9x8spSnOb0eA/aCDOA+NhxIdrTIvVmbw/JtTvWzmNBYgSTMIpkXKBmtoeacOKR/KTlX41d9FWTy8gH3Ng==",
|
|
4984
5076
|
"license": "BSD-3-Clause",
|
|
4985
5077
|
"dependencies": {
|
|
4986
5078
|
"@oclif/core": "^4.0.16",
|
|
4987
|
-
"@salesforce/core": "^8.
|
|
5079
|
+
"@salesforce/core": "^8.5.5",
|
|
4988
5080
|
"@salesforce/kit": "^3.2.2",
|
|
4989
5081
|
"@salesforce/sf-plugins-core": "^11.3.7",
|
|
4990
5082
|
"@salesforce/source-deploy-retrieve": "^12.6.2",
|
|
@@ -5004,13 +5096,13 @@
|
|
|
5004
5096
|
"license": "MIT"
|
|
5005
5097
|
},
|
|
5006
5098
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5007
|
-
"version": "2.8.
|
|
5008
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.
|
|
5009
|
-
"integrity": "sha512-
|
|
5099
|
+
"version": "2.8.4",
|
|
5100
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.4.tgz",
|
|
5101
|
+
"integrity": "sha512-Off2nX4huiZkGQXqVm/4xF5J6GifNBKR8ftpkn7ZVcJ3KpZgrGvYy16Hcqr54gl5CntCyBLk7TXPX+jhL0IwpQ==",
|
|
5010
5102
|
"license": "BSD-3-Clause",
|
|
5011
5103
|
"dependencies": {
|
|
5012
5104
|
"@oclif/core": "^4",
|
|
5013
|
-
"@salesforce/core": "^8.4
|
|
5105
|
+
"@salesforce/core": "^8.5.4",
|
|
5014
5106
|
"@salesforce/kit": "^3.1.6",
|
|
5015
5107
|
"@salesforce/packaging": "^4.2.0",
|
|
5016
5108
|
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
@@ -5083,28 +5175,28 @@
|
|
|
5083
5175
|
}
|
|
5084
5176
|
},
|
|
5085
5177
|
"node_modules/@salesforce/plugin-schema": {
|
|
5086
|
-
"version": "3.3.
|
|
5087
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5088
|
-
"integrity": "sha512-
|
|
5178
|
+
"version": "3.3.28",
|
|
5179
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.28.tgz",
|
|
5180
|
+
"integrity": "sha512-qp2G6TiNVlvVE36tU3RduNNjcLmfK3ruea4StTpDcDaMM9u/2CdaPLeWpFty37TWmHeD7/KLrLV+zqZvGRfwpA==",
|
|
5089
5181
|
"license": "BSD-3-Clause",
|
|
5090
5182
|
"dependencies": {
|
|
5091
5183
|
"@oclif/core": "^4",
|
|
5092
|
-
"@salesforce/core": "^8.
|
|
5093
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
5184
|
+
"@salesforce/core": "^8.5.5",
|
|
5185
|
+
"@salesforce/sf-plugins-core": "^11.3.7"
|
|
5094
5186
|
},
|
|
5095
5187
|
"engines": {
|
|
5096
5188
|
"node": ">=18.0.0"
|
|
5097
5189
|
}
|
|
5098
5190
|
},
|
|
5099
5191
|
"node_modules/@salesforce/plugin-settings": {
|
|
5100
|
-
"version": "2.3.
|
|
5101
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
5102
|
-
"integrity": "sha512-
|
|
5192
|
+
"version": "2.3.19",
|
|
5193
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.19.tgz",
|
|
5194
|
+
"integrity": "sha512-RBtbx8utvdnIP9Npy5jXCY+PvoM/G3Zi0PjZR4i3rCefaKW9C6g2oQTvml0l9uglldydz5pYj7QwoT2q7SmyHg==",
|
|
5103
5195
|
"license": "BSD-3-Clause",
|
|
5104
5196
|
"dependencies": {
|
|
5105
5197
|
"@oclif/core": "^4",
|
|
5106
|
-
"@salesforce/core": "^8.5.
|
|
5107
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
5198
|
+
"@salesforce/core": "^8.5.5",
|
|
5199
|
+
"@salesforce/sf-plugins-core": "^11.3.7",
|
|
5108
5200
|
"fast-levenshtein": "^3.0.0"
|
|
5109
5201
|
},
|
|
5110
5202
|
"engines": {
|
|
@@ -5112,14 +5204,14 @@
|
|
|
5112
5204
|
}
|
|
5113
5205
|
},
|
|
5114
5206
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5115
|
-
"version": "1.4.
|
|
5116
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5117
|
-
"integrity": "sha512-
|
|
5207
|
+
"version": "1.4.35",
|
|
5208
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.35.tgz",
|
|
5209
|
+
"integrity": "sha512-zI81QRWAF6IWGA/pav50HslGHuybMYq6QxQxzZF7Nv1cHo8WGtFe62jKfrJ1pwfjnS/tmxf2pggMHVz6K1dSzQ==",
|
|
5118
5210
|
"license": "BSD-3-Clause",
|
|
5119
5211
|
"dependencies": {
|
|
5120
|
-
"@inquirer/confirm": "^3.
|
|
5212
|
+
"@inquirer/confirm": "^3.2.0",
|
|
5121
5213
|
"@inquirer/input": "^2.2.9",
|
|
5122
|
-
"@inquirer/select": "^2.
|
|
5214
|
+
"@inquirer/select": "^2.5.0",
|
|
5123
5215
|
"@oclif/core": "^4",
|
|
5124
5216
|
"@salesforce/core": "^8.5.2",
|
|
5125
5217
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -5133,16 +5225,16 @@
|
|
|
5133
5225
|
}
|
|
5134
5226
|
},
|
|
5135
5227
|
"node_modules/@salesforce/plugin-source": {
|
|
5136
|
-
"version": "3.5.
|
|
5137
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.
|
|
5138
|
-
"integrity": "sha512-
|
|
5228
|
+
"version": "3.5.19",
|
|
5229
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.19.tgz",
|
|
5230
|
+
"integrity": "sha512-0g31qZC8C0Exshwxq21cA13X05utGr00cPUBUZS7chz24EVn5mGWPo4IMJZpx4+s+3yBQZR037QmsPpi8jYI8w==",
|
|
5139
5231
|
"license": "BSD-3-Clause",
|
|
5140
5232
|
"dependencies": {
|
|
5141
5233
|
"@oclif/core": "^4",
|
|
5142
5234
|
"@salesforce/apex-node": "^8.1.2",
|
|
5143
5235
|
"@salesforce/core": "^8.2.8",
|
|
5144
5236
|
"@salesforce/kit": "^3.1.6",
|
|
5145
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
5237
|
+
"@salesforce/sf-plugins-core": "^11.3.7",
|
|
5146
5238
|
"@salesforce/source-deploy-retrieve": "^12.6.0",
|
|
5147
5239
|
"@salesforce/source-tracking": "^7.1.2",
|
|
5148
5240
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -5168,13 +5260,13 @@
|
|
|
5168
5260
|
}
|
|
5169
5261
|
},
|
|
5170
5262
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5171
|
-
"version": "3.6.
|
|
5172
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5173
|
-
"integrity": "sha512-
|
|
5263
|
+
"version": "3.6.12",
|
|
5264
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.12.tgz",
|
|
5265
|
+
"integrity": "sha512-8PDTa9rKp4SOxnUT9BhkFqIVnISphxU8SDFidRl54RygDxg/GDsi6tO+9FtkP5b3NerLkEL23hAoIrzJWjW6fQ==",
|
|
5174
5266
|
"license": "BSD-3-Clause",
|
|
5175
5267
|
"dependencies": {
|
|
5176
|
-
"@oclif/core": "^4.0.
|
|
5177
|
-
"@salesforce/core": "^8.
|
|
5268
|
+
"@oclif/core": "^4.0.20",
|
|
5269
|
+
"@salesforce/core": "^8.5.4",
|
|
5178
5270
|
"@salesforce/kit": "^3.1.6",
|
|
5179
5271
|
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
5180
5272
|
"@salesforce/telemetry": "^6.0.25",
|
|
@@ -5186,12 +5278,12 @@
|
|
|
5186
5278
|
}
|
|
5187
5279
|
},
|
|
5188
5280
|
"node_modules/@salesforce/plugin-templates": {
|
|
5189
|
-
"version": "56.3.
|
|
5190
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
5191
|
-
"integrity": "sha512-
|
|
5281
|
+
"version": "56.3.18",
|
|
5282
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.18.tgz",
|
|
5283
|
+
"integrity": "sha512-6O49sfRgzaQ2Pb3MuntNxRwDWIOAnhyFPFe3NkhMEEQFZ9kZKur5bQLhUQB4NVUyv16MmxLrr2tAXaIHaLAhJg==",
|
|
5192
5284
|
"license": "BSD-3-Clause",
|
|
5193
5285
|
"dependencies": {
|
|
5194
|
-
"@salesforce/core": "^8.5.
|
|
5286
|
+
"@salesforce/core": "^8.5.4",
|
|
5195
5287
|
"@salesforce/sf-plugins-core": "^11.3.7",
|
|
5196
5288
|
"@salesforce/templates": "^61.4.10"
|
|
5197
5289
|
},
|
|
@@ -5253,16 +5345,16 @@
|
|
|
5253
5345
|
"license": "ISC"
|
|
5254
5346
|
},
|
|
5255
5347
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5256
|
-
"version": "11.3.
|
|
5257
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
5258
|
-
"integrity": "sha512-
|
|
5348
|
+
"version": "11.3.9",
|
|
5349
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.9.tgz",
|
|
5350
|
+
"integrity": "sha512-AYbaK7ivSOl/jkdkF5otNvNo2A0jtnZjahjYM1icniaZ29cZ27G0hst1iekIkI0mUa8Y428+yvfVwyarfnhZAw==",
|
|
5259
5351
|
"license": "BSD-3-Clause",
|
|
5260
5352
|
"dependencies": {
|
|
5261
5353
|
"@inquirer/confirm": "^3.1.22",
|
|
5262
|
-
"@inquirer/password": "^2.
|
|
5354
|
+
"@inquirer/password": "^2.2.0",
|
|
5263
5355
|
"@oclif/core": "^4.0.19",
|
|
5264
5356
|
"@salesforce/core": "^8.5.1",
|
|
5265
|
-
"@salesforce/kit": "^3.2.
|
|
5357
|
+
"@salesforce/kit": "^3.2.2",
|
|
5266
5358
|
"@salesforce/ts-types": "^2.0.12",
|
|
5267
5359
|
"ansis": "^3.3.2",
|
|
5268
5360
|
"cli-progress": "^3.12.0",
|
|
@@ -5463,17 +5555,17 @@
|
|
|
5463
5555
|
}
|
|
5464
5556
|
},
|
|
5465
5557
|
"node_modules/@salesforce/source-tracking": {
|
|
5466
|
-
"version": "7.1.
|
|
5467
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.
|
|
5468
|
-
"integrity": "sha512-
|
|
5558
|
+
"version": "7.1.14",
|
|
5559
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.14.tgz",
|
|
5560
|
+
"integrity": "sha512-NrUXXmV03GYDlajZMMpMA03H7XJM84el9SJtAeWGqXychAXLIRFOZhidGeGGCr5QlruvZLJbGqQ6YBwOTaRC2g==",
|
|
5469
5561
|
"license": "BSD-3-Clause",
|
|
5470
5562
|
"dependencies": {
|
|
5471
|
-
"@oclif/core": "^4.0.
|
|
5563
|
+
"@oclif/core": "^4.0.20",
|
|
5472
5564
|
"@salesforce/core": "^8.5.4",
|
|
5473
5565
|
"@salesforce/kit": "^3.2.1",
|
|
5474
5566
|
"@salesforce/source-deploy-retrieve": "^12.6.0",
|
|
5475
5567
|
"@salesforce/ts-types": "^2.0.12",
|
|
5476
|
-
"fast-xml-parser": "^4.
|
|
5568
|
+
"fast-xml-parser": "^4.5.0",
|
|
5477
5569
|
"graceful-fs": "^4.2.11",
|
|
5478
5570
|
"isomorphic-git": "^1.27.1",
|
|
5479
5571
|
"ts-retry-promise": "^0.8.1"
|
|
@@ -6908,18 +7000,18 @@
|
|
|
6908
7000
|
}
|
|
6909
7001
|
},
|
|
6910
7002
|
"node_modules/@types/node": {
|
|
6911
|
-
"version": "22.
|
|
6912
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6913
|
-
"integrity": "sha512-
|
|
7003
|
+
"version": "22.5.4",
|
|
7004
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz",
|
|
7005
|
+
"integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
|
|
6914
7006
|
"license": "MIT",
|
|
6915
7007
|
"dependencies": {
|
|
6916
|
-
"undici-types": "~6.
|
|
7008
|
+
"undici-types": "~6.19.2"
|
|
6917
7009
|
}
|
|
6918
7010
|
},
|
|
6919
7011
|
"node_modules/@types/node/node_modules/undici-types": {
|
|
6920
|
-
"version": "6.
|
|
6921
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6922
|
-
"integrity": "sha512-
|
|
7012
|
+
"version": "6.19.8",
|
|
7013
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
7014
|
+
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
6923
7015
|
"license": "MIT"
|
|
6924
7016
|
},
|
|
6925
7017
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -9553,12 +9645,12 @@
|
|
|
9553
9645
|
}
|
|
9554
9646
|
},
|
|
9555
9647
|
"node_modules/debug": {
|
|
9556
|
-
"version": "4.3.
|
|
9557
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
9558
|
-
"integrity": "sha512-
|
|
9648
|
+
"version": "4.3.7",
|
|
9649
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
9650
|
+
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
9559
9651
|
"license": "MIT",
|
|
9560
9652
|
"dependencies": {
|
|
9561
|
-
"ms": "2.1.
|
|
9653
|
+
"ms": "^2.1.3"
|
|
9562
9654
|
},
|
|
9563
9655
|
"engines": {
|
|
9564
9656
|
"node": ">=6.0"
|
|
@@ -9569,12 +9661,6 @@
|
|
|
9569
9661
|
}
|
|
9570
9662
|
}
|
|
9571
9663
|
},
|
|
9572
|
-
"node_modules/debug/node_modules/ms": {
|
|
9573
|
-
"version": "2.1.2",
|
|
9574
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
9575
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
9576
|
-
"license": "MIT"
|
|
9577
|
-
},
|
|
9578
9664
|
"node_modules/decamelize": {
|
|
9579
9665
|
"version": "1.2.0",
|
|
9580
9666
|
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
|
@@ -11064,9 +11150,9 @@
|
|
|
11064
11150
|
"license": "MIT"
|
|
11065
11151
|
},
|
|
11066
11152
|
"node_modules/fast-xml-parser": {
|
|
11067
|
-
"version": "4.
|
|
11068
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.
|
|
11069
|
-
"integrity": "sha512
|
|
11153
|
+
"version": "4.5.0",
|
|
11154
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
|
|
11155
|
+
"integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
|
|
11070
11156
|
"funding": [
|
|
11071
11157
|
{
|
|
11072
11158
|
"type": "github",
|
|
@@ -12596,18 +12682,18 @@
|
|
|
12596
12682
|
}
|
|
12597
12683
|
},
|
|
12598
12684
|
"node_modules/inquirer-autocomplete-standalone/node_modules/@types/mute-stream/node_modules/@types/node": {
|
|
12599
|
-
"version": "22.
|
|
12600
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
12601
|
-
"integrity": "sha512-
|
|
12685
|
+
"version": "22.5.4",
|
|
12686
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz",
|
|
12687
|
+
"integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
|
|
12602
12688
|
"license": "MIT",
|
|
12603
12689
|
"dependencies": {
|
|
12604
|
-
"undici-types": "~6.
|
|
12690
|
+
"undici-types": "~6.19.2"
|
|
12605
12691
|
}
|
|
12606
12692
|
},
|
|
12607
12693
|
"node_modules/inquirer-autocomplete-standalone/node_modules/@types/mute-stream/node_modules/undici-types": {
|
|
12608
|
-
"version": "6.
|
|
12609
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
12610
|
-
"integrity": "sha512-
|
|
12694
|
+
"version": "6.19.8",
|
|
12695
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
12696
|
+
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
12611
12697
|
"license": "MIT"
|
|
12612
12698
|
},
|
|
12613
12699
|
"node_modules/inquirer-autocomplete-standalone/node_modules/@types/node": {
|
|
@@ -16439,8 +16525,6 @@
|
|
|
16439
16525
|
},
|
|
16440
16526
|
"node_modules/npm/node_modules/debug": {
|
|
16441
16527
|
"version": "4.3.6",
|
|
16442
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
|
|
16443
|
-
"integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
|
|
16444
16528
|
"inBundle": true,
|
|
16445
16529
|
"license": "MIT",
|
|
16446
16530
|
"dependencies": {
|
|
@@ -19000,9 +19084,9 @@
|
|
|
19000
19084
|
}
|
|
19001
19085
|
},
|
|
19002
19086
|
"node_modules/pino": {
|
|
19003
|
-
"version": "9.
|
|
19004
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
19005
|
-
"integrity": "sha512-
|
|
19087
|
+
"version": "9.4.0",
|
|
19088
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
|
|
19089
|
+
"integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
|
|
19006
19090
|
"license": "MIT",
|
|
19007
19091
|
"dependencies": {
|
|
19008
19092
|
"atomic-sleep": "^1.0.0",
|