@salesforce/cli 2.8.3-esm.2 → 2.8.3-esm.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/dist/help/sfCommandHelp.js +0 -3
- package/npm-shrinkwrap.json +390 -95
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
|
@@ -28,7 +28,6 @@ export class SfCommandHelp extends CommandHelp {
|
|
|
28
28
|
{
|
|
29
29
|
header: 'CONFIGURATION VARIABLES',
|
|
30
30
|
generate: ({ cmd }) => {
|
|
31
|
-
// @ts-expect-error because sf-plugins-core is on @oclif/core v2 still
|
|
32
31
|
const sfCommand = cmd;
|
|
33
32
|
return sfCommand.configurationVariablesSection;
|
|
34
33
|
},
|
|
@@ -36,7 +35,6 @@ export class SfCommandHelp extends CommandHelp {
|
|
|
36
35
|
{
|
|
37
36
|
header: 'ENVIRONMENT VARIABLES',
|
|
38
37
|
generate: ({ cmd }) => {
|
|
39
|
-
// @ts-expect-error because sf-plugins-core is on @oclif/core v2 still
|
|
40
38
|
const sfCommand = cmd;
|
|
41
39
|
return sfCommand.envVariablesSection;
|
|
42
40
|
},
|
|
@@ -44,7 +42,6 @@ export class SfCommandHelp extends CommandHelp {
|
|
|
44
42
|
{
|
|
45
43
|
header: 'ERROR CODES',
|
|
46
44
|
generate: ({ cmd }) => {
|
|
47
|
-
// @ts-expect-error because sf-plugins-core is on @oclif/core v2 still
|
|
48
45
|
const sfCommand = cmd;
|
|
49
46
|
return sfCommand.errorCodes;
|
|
50
47
|
},
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.8.3-esm.
|
|
3
|
+
"version": "2.8.3-esm.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.8.3-esm.
|
|
9
|
+
"version": "2.8.3-esm.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.0.0-beta.
|
|
13
|
+
"@oclif/core": "3.0.0-beta.13",
|
|
14
14
|
"@oclif/plugin-autocomplete": "2.3.6",
|
|
15
15
|
"@oclif/plugin-commands": "2.2.24",
|
|
16
16
|
"@oclif/plugin-help": "5.2.18",
|
|
17
17
|
"@oclif/plugin-not-found": "2.4.0",
|
|
18
|
-
"@oclif/plugin-plugins": "3.
|
|
18
|
+
"@oclif/plugin-plugins": "3.3.2",
|
|
19
19
|
"@oclif/plugin-search": "0.0.22",
|
|
20
20
|
"@oclif/plugin-update": "3.2.0",
|
|
21
21
|
"@oclif/plugin-version": "1.3.9",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@salesforce/plugin-source": "2.10.32",
|
|
37
37
|
"@salesforce/plugin-telemetry": "2.3.1",
|
|
38
38
|
"@salesforce/plugin-templates": "55.5.10",
|
|
39
|
-
"@salesforce/plugin-trust": "2.6.
|
|
39
|
+
"@salesforce/plugin-trust": "2.6.7",
|
|
40
40
|
"@salesforce/plugin-user": "2.3.31",
|
|
41
|
-
"@salesforce/sf-plugins-core": "
|
|
41
|
+
"@salesforce/sf-plugins-core": "4.0.0-beta.2",
|
|
42
42
|
"debug": "^4.3.4",
|
|
43
43
|
"tslib": "^2.4.1"
|
|
44
44
|
},
|
|
@@ -2146,9 +2146,9 @@
|
|
|
2146
2146
|
}
|
|
2147
2147
|
},
|
|
2148
2148
|
"node_modules/@oclif/core": {
|
|
2149
|
-
"version": "3.0.0-beta.
|
|
2150
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.0-beta.
|
|
2151
|
-
"integrity": "sha512-
|
|
2149
|
+
"version": "3.0.0-beta.13",
|
|
2150
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.0-beta.13.tgz",
|
|
2151
|
+
"integrity": "sha512-c1uBS1EhKEc0Px1Dbf3dXmw2Jlvlyz4n0WQT7o2VnElNnJaqPfDvlKnOpb4waUNlKfBr0x5POnMpe3TWoC73mA==",
|
|
2152
2152
|
"license": "MIT",
|
|
2153
2153
|
"dependencies": {
|
|
2154
2154
|
"@types/cli-progress": "^3.11.0",
|
|
@@ -2550,9 +2550,9 @@
|
|
|
2550
2550
|
}
|
|
2551
2551
|
},
|
|
2552
2552
|
"node_modules/@oclif/plugin-plugins": {
|
|
2553
|
-
"version": "3.
|
|
2554
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.
|
|
2555
|
-
"integrity": "sha512-
|
|
2553
|
+
"version": "3.3.2",
|
|
2554
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.3.2.tgz",
|
|
2555
|
+
"integrity": "sha512-UhgAjibtnU6xIc6P2n6FwbWooDgcl4q8Bu/oXgBW4i7Wnx1l4B+nbIdxCX9n3HM/66geylYQ1/Q08eiy7V+Dtw==",
|
|
2556
2556
|
"license": "MIT",
|
|
2557
2557
|
"dependencies": {
|
|
2558
2558
|
"@oclif/core": "^2.11.10",
|
|
@@ -3315,14 +3315,14 @@
|
|
|
3315
3315
|
}
|
|
3316
3316
|
},
|
|
3317
3317
|
"node_modules/@salesforce/core": {
|
|
3318
|
-
"version": "5.2.
|
|
3319
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.
|
|
3320
|
-
"integrity": "sha512-
|
|
3318
|
+
"version": "5.2.7",
|
|
3319
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.7.tgz",
|
|
3320
|
+
"integrity": "sha512-3tRWuPCSx4oTyD00fJUuxhulPMtaEF0BVvNvYcm38Axj/0WeLGOw7CFvoTupmmcCALHJFnxB1Kl20jDvrbB/7w==",
|
|
3321
3321
|
"license": "BSD-3-Clause",
|
|
3322
3322
|
"dependencies": {
|
|
3323
|
-
"@salesforce/kit": "^3.0.
|
|
3323
|
+
"@salesforce/kit": "^3.0.11",
|
|
3324
3324
|
"@salesforce/schemas": "^1.6.0",
|
|
3325
|
-
"@salesforce/ts-types": "^2.0.
|
|
3325
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
3326
3326
|
"@types/semver": "^7.5.0",
|
|
3327
3327
|
"ajv": "^8.12.0",
|
|
3328
3328
|
"change-case": "^4.1.2",
|
|
@@ -3330,13 +3330,14 @@
|
|
|
3330
3330
|
"form-data": "^4.0.0",
|
|
3331
3331
|
"js2xmlparser": "^4.0.1",
|
|
3332
3332
|
"jsforce": "^2.0.0-beta.27",
|
|
3333
|
-
"jsonwebtoken": "9.0.
|
|
3333
|
+
"jsonwebtoken": "9.0.2",
|
|
3334
3334
|
"jszip": "3.10.1",
|
|
3335
|
-
"pino": "^8.
|
|
3335
|
+
"pino": "^8.15.0",
|
|
3336
3336
|
"pino-abstract-transport": "^1.0.0",
|
|
3337
3337
|
"pino-pretty": "^10.2.0",
|
|
3338
3338
|
"proper-lockfile": "^4.1.2",
|
|
3339
|
-
"
|
|
3339
|
+
"semver": "^7.5.4",
|
|
3340
|
+
"ts-retry-promise": "^0.7.1"
|
|
3340
3341
|
},
|
|
3341
3342
|
"engines": {
|
|
3342
3343
|
"node": ">=16.0.0"
|
|
@@ -3640,6 +3641,23 @@
|
|
|
3640
3641
|
"node": ">=14.0.0"
|
|
3641
3642
|
}
|
|
3642
3643
|
},
|
|
3644
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core": {
|
|
3645
|
+
"version": "3.1.20",
|
|
3646
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
3647
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
3648
|
+
"license": "BSD-3-Clause",
|
|
3649
|
+
"dependencies": {
|
|
3650
|
+
"@oclif/core": "^2.12.0",
|
|
3651
|
+
"@salesforce/core": "^5.2.1",
|
|
3652
|
+
"@salesforce/kit": "^3.0.11",
|
|
3653
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
3654
|
+
"chalk": "^4",
|
|
3655
|
+
"inquirer": "^8.2.5"
|
|
3656
|
+
},
|
|
3657
|
+
"engines": {
|
|
3658
|
+
"node": ">=16.0.0"
|
|
3659
|
+
}
|
|
3660
|
+
},
|
|
3643
3661
|
"node_modules/@salesforce/plugin-apex/node_modules/supports-color": {
|
|
3644
3662
|
"version": "8.1.1",
|
|
3645
3663
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -3715,6 +3733,23 @@
|
|
|
3715
3733
|
"node": ">=14.0.0"
|
|
3716
3734
|
}
|
|
3717
3735
|
},
|
|
3736
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core": {
|
|
3737
|
+
"version": "3.1.20",
|
|
3738
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
3739
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
3740
|
+
"license": "BSD-3-Clause",
|
|
3741
|
+
"dependencies": {
|
|
3742
|
+
"@oclif/core": "^2.12.0",
|
|
3743
|
+
"@salesforce/core": "^5.2.1",
|
|
3744
|
+
"@salesforce/kit": "^3.0.11",
|
|
3745
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
3746
|
+
"chalk": "^4",
|
|
3747
|
+
"inquirer": "^8.2.5"
|
|
3748
|
+
},
|
|
3749
|
+
"engines": {
|
|
3750
|
+
"node": ">=16.0.0"
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3718
3753
|
"node_modules/@salesforce/plugin-auth/node_modules/supports-color": {
|
|
3719
3754
|
"version": "8.1.1",
|
|
3720
3755
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -3791,6 +3826,24 @@
|
|
|
3791
3826
|
"node": ">=14.0.0"
|
|
3792
3827
|
}
|
|
3793
3828
|
},
|
|
3829
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
3830
|
+
"version": "3.1.20",
|
|
3831
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
3832
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
3833
|
+
"dev": true,
|
|
3834
|
+
"license": "BSD-3-Clause",
|
|
3835
|
+
"dependencies": {
|
|
3836
|
+
"@oclif/core": "^2.12.0",
|
|
3837
|
+
"@salesforce/core": "^5.2.1",
|
|
3838
|
+
"@salesforce/kit": "^3.0.11",
|
|
3839
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
3840
|
+
"chalk": "^4",
|
|
3841
|
+
"inquirer": "^8.2.5"
|
|
3842
|
+
},
|
|
3843
|
+
"engines": {
|
|
3844
|
+
"node": ">=16.0.0"
|
|
3845
|
+
}
|
|
3846
|
+
},
|
|
3794
3847
|
"node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
|
|
3795
3848
|
"version": "8.1.1",
|
|
3796
3849
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -3868,6 +3921,23 @@
|
|
|
3868
3921
|
"node": ">=14.0.0"
|
|
3869
3922
|
}
|
|
3870
3923
|
},
|
|
3924
|
+
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/sf-plugins-core": {
|
|
3925
|
+
"version": "3.1.20",
|
|
3926
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
3927
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
3928
|
+
"license": "BSD-3-Clause",
|
|
3929
|
+
"dependencies": {
|
|
3930
|
+
"@oclif/core": "^2.12.0",
|
|
3931
|
+
"@salesforce/core": "^5.2.1",
|
|
3932
|
+
"@salesforce/kit": "^3.0.11",
|
|
3933
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
3934
|
+
"chalk": "^4",
|
|
3935
|
+
"inquirer": "^8.2.5"
|
|
3936
|
+
},
|
|
3937
|
+
"engines": {
|
|
3938
|
+
"node": ">=16.0.0"
|
|
3939
|
+
}
|
|
3940
|
+
},
|
|
3871
3941
|
"node_modules/@salesforce/plugin-data/node_modules/supports-color": {
|
|
3872
3942
|
"version": "8.1.1",
|
|
3873
3943
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -3944,6 +4014,23 @@
|
|
|
3944
4014
|
"node": ">=14.0.0"
|
|
3945
4015
|
}
|
|
3946
4016
|
},
|
|
4017
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/sf-plugins-core": {
|
|
4018
|
+
"version": "3.1.20",
|
|
4019
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4020
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4021
|
+
"license": "BSD-3-Clause",
|
|
4022
|
+
"dependencies": {
|
|
4023
|
+
"@oclif/core": "^2.12.0",
|
|
4024
|
+
"@salesforce/core": "^5.2.1",
|
|
4025
|
+
"@salesforce/kit": "^3.0.11",
|
|
4026
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4027
|
+
"chalk": "^4",
|
|
4028
|
+
"inquirer": "^8.2.5"
|
|
4029
|
+
},
|
|
4030
|
+
"engines": {
|
|
4031
|
+
"node": ">=16.0.0"
|
|
4032
|
+
}
|
|
4033
|
+
},
|
|
3947
4034
|
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/supports-color": {
|
|
3948
4035
|
"version": "8.1.1",
|
|
3949
4036
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4021,6 +4108,23 @@
|
|
|
4021
4108
|
"node": ">=14.0.0"
|
|
4022
4109
|
}
|
|
4023
4110
|
},
|
|
4111
|
+
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
4112
|
+
"version": "3.1.20",
|
|
4113
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4114
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4115
|
+
"license": "BSD-3-Clause",
|
|
4116
|
+
"dependencies": {
|
|
4117
|
+
"@oclif/core": "^2.12.0",
|
|
4118
|
+
"@salesforce/core": "^5.2.1",
|
|
4119
|
+
"@salesforce/kit": "^3.0.11",
|
|
4120
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4121
|
+
"chalk": "^4",
|
|
4122
|
+
"inquirer": "^8.2.5"
|
|
4123
|
+
},
|
|
4124
|
+
"engines": {
|
|
4125
|
+
"node": ">=16.0.0"
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4024
4128
|
"node_modules/@salesforce/plugin-info/node_modules/supports-color": {
|
|
4025
4129
|
"version": "8.1.1",
|
|
4026
4130
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4093,6 +4197,23 @@
|
|
|
4093
4197
|
"node": ">=14.0.0"
|
|
4094
4198
|
}
|
|
4095
4199
|
},
|
|
4200
|
+
"node_modules/@salesforce/plugin-limits/node_modules/@salesforce/sf-plugins-core": {
|
|
4201
|
+
"version": "3.1.20",
|
|
4202
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4203
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4204
|
+
"license": "BSD-3-Clause",
|
|
4205
|
+
"dependencies": {
|
|
4206
|
+
"@oclif/core": "^2.12.0",
|
|
4207
|
+
"@salesforce/core": "^5.2.1",
|
|
4208
|
+
"@salesforce/kit": "^3.0.11",
|
|
4209
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4210
|
+
"chalk": "^4",
|
|
4211
|
+
"inquirer": "^8.2.5"
|
|
4212
|
+
},
|
|
4213
|
+
"engines": {
|
|
4214
|
+
"node": ">=16.0.0"
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
4096
4217
|
"node_modules/@salesforce/plugin-limits/node_modules/supports-color": {
|
|
4097
4218
|
"version": "8.1.1",
|
|
4098
4219
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4165,6 +4286,23 @@
|
|
|
4165
4286
|
"node": ">=14.0.0"
|
|
4166
4287
|
}
|
|
4167
4288
|
},
|
|
4289
|
+
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core": {
|
|
4290
|
+
"version": "3.1.20",
|
|
4291
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4292
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4293
|
+
"license": "BSD-3-Clause",
|
|
4294
|
+
"dependencies": {
|
|
4295
|
+
"@oclif/core": "^2.12.0",
|
|
4296
|
+
"@salesforce/core": "^5.2.1",
|
|
4297
|
+
"@salesforce/kit": "^3.0.11",
|
|
4298
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4299
|
+
"chalk": "^4",
|
|
4300
|
+
"inquirer": "^8.2.5"
|
|
4301
|
+
},
|
|
4302
|
+
"engines": {
|
|
4303
|
+
"node": ">=16.0.0"
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4168
4306
|
"node_modules/@salesforce/plugin-login/node_modules/supports-color": {
|
|
4169
4307
|
"version": "8.1.1",
|
|
4170
4308
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4238,6 +4376,23 @@
|
|
|
4238
4376
|
"node": ">=14.0.0"
|
|
4239
4377
|
}
|
|
4240
4378
|
},
|
|
4379
|
+
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/sf-plugins-core": {
|
|
4380
|
+
"version": "3.1.20",
|
|
4381
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4382
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4383
|
+
"license": "BSD-3-Clause",
|
|
4384
|
+
"dependencies": {
|
|
4385
|
+
"@oclif/core": "^2.12.0",
|
|
4386
|
+
"@salesforce/core": "^5.2.1",
|
|
4387
|
+
"@salesforce/kit": "^3.0.11",
|
|
4388
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4389
|
+
"chalk": "^4",
|
|
4390
|
+
"inquirer": "^8.2.5"
|
|
4391
|
+
},
|
|
4392
|
+
"engines": {
|
|
4393
|
+
"node": ">=16.0.0"
|
|
4394
|
+
}
|
|
4395
|
+
},
|
|
4241
4396
|
"node_modules/@salesforce/plugin-org/node_modules/supports-color": {
|
|
4242
4397
|
"version": "8.1.1",
|
|
4243
4398
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4474,6 +4629,24 @@
|
|
|
4474
4629
|
"@octokit/openapi-types": "^18.0.0"
|
|
4475
4630
|
}
|
|
4476
4631
|
},
|
|
4632
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core": {
|
|
4633
|
+
"version": "3.1.20",
|
|
4634
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4635
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4636
|
+
"dev": true,
|
|
4637
|
+
"license": "BSD-3-Clause",
|
|
4638
|
+
"dependencies": {
|
|
4639
|
+
"@oclif/core": "^2.12.0",
|
|
4640
|
+
"@salesforce/core": "^5.2.1",
|
|
4641
|
+
"@salesforce/kit": "^3.0.11",
|
|
4642
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4643
|
+
"chalk": "^4",
|
|
4644
|
+
"inquirer": "^8.2.5"
|
|
4645
|
+
},
|
|
4646
|
+
"engines": {
|
|
4647
|
+
"node": ">=16.0.0"
|
|
4648
|
+
}
|
|
4649
|
+
},
|
|
4477
4650
|
"node_modules/@salesforce/plugin-release-management/node_modules/supports-color": {
|
|
4478
4651
|
"version": "8.1.1",
|
|
4479
4652
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4545,6 +4718,23 @@
|
|
|
4545
4718
|
"node": ">=14.0.0"
|
|
4546
4719
|
}
|
|
4547
4720
|
},
|
|
4721
|
+
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
|
|
4722
|
+
"version": "3.1.20",
|
|
4723
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4724
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4725
|
+
"license": "BSD-3-Clause",
|
|
4726
|
+
"dependencies": {
|
|
4727
|
+
"@oclif/core": "^2.12.0",
|
|
4728
|
+
"@salesforce/core": "^5.2.1",
|
|
4729
|
+
"@salesforce/kit": "^3.0.11",
|
|
4730
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4731
|
+
"chalk": "^4",
|
|
4732
|
+
"inquirer": "^8.2.5"
|
|
4733
|
+
},
|
|
4734
|
+
"engines": {
|
|
4735
|
+
"node": ">=16.0.0"
|
|
4736
|
+
}
|
|
4737
|
+
},
|
|
4548
4738
|
"node_modules/@salesforce/plugin-schema/node_modules/supports-color": {
|
|
4549
4739
|
"version": "8.1.1",
|
|
4550
4740
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4616,6 +4806,23 @@
|
|
|
4616
4806
|
"node": ">=14.0.0"
|
|
4617
4807
|
}
|
|
4618
4808
|
},
|
|
4809
|
+
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
4810
|
+
"version": "3.1.20",
|
|
4811
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4812
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4813
|
+
"license": "BSD-3-Clause",
|
|
4814
|
+
"dependencies": {
|
|
4815
|
+
"@oclif/core": "^2.12.0",
|
|
4816
|
+
"@salesforce/core": "^5.2.1",
|
|
4817
|
+
"@salesforce/kit": "^3.0.11",
|
|
4818
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4819
|
+
"chalk": "^4",
|
|
4820
|
+
"inquirer": "^8.2.5"
|
|
4821
|
+
},
|
|
4822
|
+
"engines": {
|
|
4823
|
+
"node": ">=16.0.0"
|
|
4824
|
+
}
|
|
4825
|
+
},
|
|
4619
4826
|
"node_modules/@salesforce/plugin-settings/node_modules/supports-color": {
|
|
4620
4827
|
"version": "8.1.1",
|
|
4621
4828
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4692,6 +4899,23 @@
|
|
|
4692
4899
|
"node": ">=14.0.0"
|
|
4693
4900
|
}
|
|
4694
4901
|
},
|
|
4902
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/sf-plugins-core": {
|
|
4903
|
+
"version": "3.1.20",
|
|
4904
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4905
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
4906
|
+
"license": "BSD-3-Clause",
|
|
4907
|
+
"dependencies": {
|
|
4908
|
+
"@oclif/core": "^2.12.0",
|
|
4909
|
+
"@salesforce/core": "^5.2.1",
|
|
4910
|
+
"@salesforce/kit": "^3.0.11",
|
|
4911
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4912
|
+
"chalk": "^4",
|
|
4913
|
+
"inquirer": "^8.2.5"
|
|
4914
|
+
},
|
|
4915
|
+
"engines": {
|
|
4916
|
+
"node": ">=16.0.0"
|
|
4917
|
+
}
|
|
4918
|
+
},
|
|
4695
4919
|
"node_modules/@salesforce/plugin-sobject/node_modules/supports-color": {
|
|
4696
4920
|
"version": "8.1.1",
|
|
4697
4921
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4769,6 +4993,23 @@
|
|
|
4769
4993
|
"node": ">=14.0.0"
|
|
4770
4994
|
}
|
|
4771
4995
|
},
|
|
4996
|
+
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/sf-plugins-core": {
|
|
4997
|
+
"version": "3.1.20",
|
|
4998
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
4999
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
5000
|
+
"license": "BSD-3-Clause",
|
|
5001
|
+
"dependencies": {
|
|
5002
|
+
"@oclif/core": "^2.12.0",
|
|
5003
|
+
"@salesforce/core": "^5.2.1",
|
|
5004
|
+
"@salesforce/kit": "^3.0.11",
|
|
5005
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
5006
|
+
"chalk": "^4",
|
|
5007
|
+
"inquirer": "^8.2.5"
|
|
5008
|
+
},
|
|
5009
|
+
"engines": {
|
|
5010
|
+
"node": ">=16.0.0"
|
|
5011
|
+
}
|
|
5012
|
+
},
|
|
4772
5013
|
"node_modules/@salesforce/plugin-source/node_modules/supports-color": {
|
|
4773
5014
|
"version": "8.1.1",
|
|
4774
5015
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4841,6 +5082,23 @@
|
|
|
4841
5082
|
"node": ">=14.0.0"
|
|
4842
5083
|
}
|
|
4843
5084
|
},
|
|
5085
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/sf-plugins-core": {
|
|
5086
|
+
"version": "3.1.20",
|
|
5087
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
5088
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
5089
|
+
"license": "BSD-3-Clause",
|
|
5090
|
+
"dependencies": {
|
|
5091
|
+
"@oclif/core": "^2.12.0",
|
|
5092
|
+
"@salesforce/core": "^5.2.1",
|
|
5093
|
+
"@salesforce/kit": "^3.0.11",
|
|
5094
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
5095
|
+
"chalk": "^4",
|
|
5096
|
+
"inquirer": "^8.2.5"
|
|
5097
|
+
},
|
|
5098
|
+
"engines": {
|
|
5099
|
+
"node": ">=16.0.0"
|
|
5100
|
+
}
|
|
5101
|
+
},
|
|
4844
5102
|
"node_modules/@salesforce/plugin-telemetry/node_modules/supports-color": {
|
|
4845
5103
|
"version": "8.1.1",
|
|
4846
5104
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4914,6 +5172,23 @@
|
|
|
4914
5172
|
"node": ">=14.0.0"
|
|
4915
5173
|
}
|
|
4916
5174
|
},
|
|
5175
|
+
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
|
|
5176
|
+
"version": "3.1.20",
|
|
5177
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
5178
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
5179
|
+
"license": "BSD-3-Clause",
|
|
5180
|
+
"dependencies": {
|
|
5181
|
+
"@oclif/core": "^2.12.0",
|
|
5182
|
+
"@salesforce/core": "^5.2.1",
|
|
5183
|
+
"@salesforce/kit": "^3.0.11",
|
|
5184
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
5185
|
+
"chalk": "^4",
|
|
5186
|
+
"inquirer": "^8.2.5"
|
|
5187
|
+
},
|
|
5188
|
+
"engines": {
|
|
5189
|
+
"node": ">=16.0.0"
|
|
5190
|
+
}
|
|
5191
|
+
},
|
|
4917
5192
|
"node_modules/@salesforce/plugin-templates/node_modules/supports-color": {
|
|
4918
5193
|
"version": "8.1.1",
|
|
4919
5194
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4930,9 +5205,9 @@
|
|
|
4930
5205
|
}
|
|
4931
5206
|
},
|
|
4932
5207
|
"node_modules/@salesforce/plugin-trust": {
|
|
4933
|
-
"version": "2.6.
|
|
4934
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.
|
|
4935
|
-
"integrity": "sha512-
|
|
5208
|
+
"version": "2.6.7",
|
|
5209
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.7.tgz",
|
|
5210
|
+
"integrity": "sha512-ZUZ7I7mOO5b4FPgoSxL8/32VwqWRGRjmsYdigbN0+pttdQJauTiUoJSo2cV9wXWDzEpKaDktXII6r1PCwhl1uw==",
|
|
4936
5211
|
"license": "BSD-3-Clause",
|
|
4937
5212
|
"dependencies": {
|
|
4938
5213
|
"@oclif/core": "^2.11.10",
|
|
@@ -4992,6 +5267,23 @@
|
|
|
4992
5267
|
"node": ">=14.0.0"
|
|
4993
5268
|
}
|
|
4994
5269
|
},
|
|
5270
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/sf-plugins-core": {
|
|
5271
|
+
"version": "3.1.20",
|
|
5272
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
5273
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
5274
|
+
"license": "BSD-3-Clause",
|
|
5275
|
+
"dependencies": {
|
|
5276
|
+
"@oclif/core": "^2.12.0",
|
|
5277
|
+
"@salesforce/core": "^5.2.1",
|
|
5278
|
+
"@salesforce/kit": "^3.0.11",
|
|
5279
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
5280
|
+
"chalk": "^4",
|
|
5281
|
+
"inquirer": "^8.2.5"
|
|
5282
|
+
},
|
|
5283
|
+
"engines": {
|
|
5284
|
+
"node": ">=16.0.0"
|
|
5285
|
+
}
|
|
5286
|
+
},
|
|
4995
5287
|
"node_modules/@salesforce/plugin-trust/node_modules/supports-color": {
|
|
4996
5288
|
"version": "8.1.1",
|
|
4997
5289
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5064,6 +5356,23 @@
|
|
|
5064
5356
|
"node": ">=14.0.0"
|
|
5065
5357
|
}
|
|
5066
5358
|
},
|
|
5359
|
+
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
|
|
5360
|
+
"version": "3.1.20",
|
|
5361
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.20.tgz",
|
|
5362
|
+
"integrity": "sha512-27zrOdVt9Sc6byAJOTW1lA5yuIOIC/81Af/t0QQMSofLEj6UkUuMoGUGlKzO0mH82HI34BON5wVXjLjNffIPQg==",
|
|
5363
|
+
"license": "BSD-3-Clause",
|
|
5364
|
+
"dependencies": {
|
|
5365
|
+
"@oclif/core": "^2.12.0",
|
|
5366
|
+
"@salesforce/core": "^5.2.1",
|
|
5367
|
+
"@salesforce/kit": "^3.0.11",
|
|
5368
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
5369
|
+
"chalk": "^4",
|
|
5370
|
+
"inquirer": "^8.2.5"
|
|
5371
|
+
},
|
|
5372
|
+
"engines": {
|
|
5373
|
+
"node": ">=16.0.0"
|
|
5374
|
+
}
|
|
5375
|
+
},
|
|
5067
5376
|
"node_modules/@salesforce/plugin-user/node_modules/supports-color": {
|
|
5068
5377
|
"version": "8.1.1",
|
|
5069
5378
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5093,13 +5402,13 @@
|
|
|
5093
5402
|
"license": "ISC"
|
|
5094
5403
|
},
|
|
5095
5404
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5096
|
-
"version": "
|
|
5097
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
5098
|
-
"integrity": "sha512-
|
|
5405
|
+
"version": "4.0.0-beta.2",
|
|
5406
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0-beta.2.tgz",
|
|
5407
|
+
"integrity": "sha512-sg6Q1ewlA/IkT+055AQPlgbMJN9pUeYleWa2fRJB7HolVQ+qY81FYx6HuWpQ0wx2ifFPKOqn3fJJWp7denjUDQ==",
|
|
5099
5408
|
"license": "BSD-3-Clause",
|
|
5100
5409
|
"dependencies": {
|
|
5101
|
-
"@oclif/core": "
|
|
5102
|
-
"@salesforce/core": "^5.2.
|
|
5410
|
+
"@oclif/core": "3.0.0-beta.13",
|
|
5411
|
+
"@salesforce/core": "^5.2.6",
|
|
5103
5412
|
"@salesforce/kit": "^3.0.11",
|
|
5104
5413
|
"@salesforce/ts-types": "^2.0.7",
|
|
5105
5414
|
"chalk": "^4",
|
|
@@ -5109,61 +5418,6 @@
|
|
|
5109
5418
|
"node": ">=16.0.0"
|
|
5110
5419
|
}
|
|
5111
5420
|
},
|
|
5112
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
5113
|
-
"version": "2.14.0",
|
|
5114
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.14.0.tgz",
|
|
5115
|
-
"integrity": "sha512-LlOM8okLrKNkCCiqOA+9tojwueVHRY/zM8PXUxT1hz1n4Xv1lj9aphWennx1pPnwUMJ3texbEPOkt57o+aDYPA==",
|
|
5116
|
-
"license": "MIT",
|
|
5117
|
-
"dependencies": {
|
|
5118
|
-
"@types/cli-progress": "^3.11.0",
|
|
5119
|
-
"ansi-escapes": "^4.3.2",
|
|
5120
|
-
"ansi-styles": "^4.3.0",
|
|
5121
|
-
"cardinal": "^2.1.1",
|
|
5122
|
-
"chalk": "^4.1.2",
|
|
5123
|
-
"clean-stack": "^3.0.1",
|
|
5124
|
-
"cli-progress": "^3.12.0",
|
|
5125
|
-
"debug": "^4.3.4",
|
|
5126
|
-
"ejs": "^3.1.8",
|
|
5127
|
-
"get-package-type": "^0.1.0",
|
|
5128
|
-
"globby": "^11.1.0",
|
|
5129
|
-
"hyperlinker": "^1.0.0",
|
|
5130
|
-
"indent-string": "^4.0.0",
|
|
5131
|
-
"is-wsl": "^2.2.0",
|
|
5132
|
-
"js-yaml": "^3.14.1",
|
|
5133
|
-
"natural-orderby": "^2.0.3",
|
|
5134
|
-
"object-treeify": "^1.1.33",
|
|
5135
|
-
"password-prompt": "^1.1.2",
|
|
5136
|
-
"semver": "^7.5.4",
|
|
5137
|
-
"slice-ansi": "^4.0.0",
|
|
5138
|
-
"string-width": "^4.2.3",
|
|
5139
|
-
"strip-ansi": "^6.0.1",
|
|
5140
|
-
"supports-color": "^8.1.1",
|
|
5141
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5142
|
-
"ts-node": "^10.9.1",
|
|
5143
|
-
"tslib": "^2.5.0",
|
|
5144
|
-
"widest-line": "^3.1.0",
|
|
5145
|
-
"wordwrap": "^1.0.0",
|
|
5146
|
-
"wrap-ansi": "^7.0.0"
|
|
5147
|
-
},
|
|
5148
|
-
"engines": {
|
|
5149
|
-
"node": ">=14.0.0"
|
|
5150
|
-
}
|
|
5151
|
-
},
|
|
5152
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
5153
|
-
"version": "8.1.1",
|
|
5154
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5155
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5156
|
-
"license": "MIT",
|
|
5157
|
-
"dependencies": {
|
|
5158
|
-
"has-flag": "^4.0.0"
|
|
5159
|
-
},
|
|
5160
|
-
"engines": {
|
|
5161
|
-
"node": ">=10"
|
|
5162
|
-
},
|
|
5163
|
-
"funding": {
|
|
5164
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5165
|
-
}
|
|
5166
|
-
},
|
|
5167
5421
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5168
5422
|
"version": "9.7.8",
|
|
5169
5423
|
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.8.tgz",
|
|
@@ -13139,15 +13393,21 @@
|
|
|
13139
13393
|
}
|
|
13140
13394
|
},
|
|
13141
13395
|
"node_modules/jsonwebtoken": {
|
|
13142
|
-
"version": "9.0.
|
|
13143
|
-
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.
|
|
13144
|
-
"integrity": "sha512-
|
|
13396
|
+
"version": "9.0.2",
|
|
13397
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
|
|
13398
|
+
"integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
|
|
13145
13399
|
"license": "MIT",
|
|
13146
13400
|
"dependencies": {
|
|
13147
13401
|
"jws": "^3.2.2",
|
|
13148
|
-
"lodash": "^4.
|
|
13402
|
+
"lodash.includes": "^4.3.0",
|
|
13403
|
+
"lodash.isboolean": "^3.0.3",
|
|
13404
|
+
"lodash.isinteger": "^4.0.4",
|
|
13405
|
+
"lodash.isnumber": "^3.0.3",
|
|
13406
|
+
"lodash.isplainobject": "^4.0.6",
|
|
13407
|
+
"lodash.isstring": "^4.0.1",
|
|
13408
|
+
"lodash.once": "^4.0.0",
|
|
13149
13409
|
"ms": "^2.1.1",
|
|
13150
|
-
"semver": "^7.
|
|
13410
|
+
"semver": "^7.5.4"
|
|
13151
13411
|
},
|
|
13152
13412
|
"engines": {
|
|
13153
13413
|
"node": ">=12",
|
|
@@ -13566,6 +13826,18 @@
|
|
|
13566
13826
|
"dev": true,
|
|
13567
13827
|
"license": "MIT"
|
|
13568
13828
|
},
|
|
13829
|
+
"node_modules/lodash.includes": {
|
|
13830
|
+
"version": "4.3.0",
|
|
13831
|
+
"resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
|
|
13832
|
+
"integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
|
|
13833
|
+
"license": "MIT"
|
|
13834
|
+
},
|
|
13835
|
+
"node_modules/lodash.isboolean": {
|
|
13836
|
+
"version": "3.0.3",
|
|
13837
|
+
"resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
13838
|
+
"integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
|
|
13839
|
+
"license": "MIT"
|
|
13840
|
+
},
|
|
13569
13841
|
"node_modules/lodash.isfunction": {
|
|
13570
13842
|
"version": "3.0.9",
|
|
13571
13843
|
"resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz",
|
|
@@ -13573,6 +13845,12 @@
|
|
|
13573
13845
|
"dev": true,
|
|
13574
13846
|
"license": "MIT"
|
|
13575
13847
|
},
|
|
13848
|
+
"node_modules/lodash.isinteger": {
|
|
13849
|
+
"version": "4.0.4",
|
|
13850
|
+
"resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
|
|
13851
|
+
"integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
|
|
13852
|
+
"license": "MIT"
|
|
13853
|
+
},
|
|
13576
13854
|
"node_modules/lodash.ismatch": {
|
|
13577
13855
|
"version": "4.4.0",
|
|
13578
13856
|
"resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz",
|
|
@@ -13580,11 +13858,22 @@
|
|
|
13580
13858
|
"dev": true,
|
|
13581
13859
|
"license": "MIT"
|
|
13582
13860
|
},
|
|
13861
|
+
"node_modules/lodash.isnumber": {
|
|
13862
|
+
"version": "3.0.3",
|
|
13863
|
+
"resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
|
|
13864
|
+
"integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
|
|
13865
|
+
"license": "MIT"
|
|
13866
|
+
},
|
|
13583
13867
|
"node_modules/lodash.isplainobject": {
|
|
13584
13868
|
"version": "4.0.6",
|
|
13585
13869
|
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
13586
13870
|
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
13587
|
-
"
|
|
13871
|
+
"license": "MIT"
|
|
13872
|
+
},
|
|
13873
|
+
"node_modules/lodash.isstring": {
|
|
13874
|
+
"version": "4.0.1",
|
|
13875
|
+
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
|
|
13876
|
+
"integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
|
|
13588
13877
|
"license": "MIT"
|
|
13589
13878
|
},
|
|
13590
13879
|
"node_modules/lodash.kebabcase": {
|
|
@@ -13608,6 +13897,12 @@
|
|
|
13608
13897
|
"dev": true,
|
|
13609
13898
|
"license": "MIT"
|
|
13610
13899
|
},
|
|
13900
|
+
"node_modules/lodash.once": {
|
|
13901
|
+
"version": "4.1.1",
|
|
13902
|
+
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
13903
|
+
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
|
|
13904
|
+
"license": "MIT"
|
|
13905
|
+
},
|
|
13611
13906
|
"node_modules/lodash.snakecase": {
|
|
13612
13907
|
"version": "4.1.1",
|
|
13613
13908
|
"resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
|
|
@@ -19828,9 +20123,9 @@
|
|
|
19828
20123
|
}
|
|
19829
20124
|
},
|
|
19830
20125
|
"node_modules/pino": {
|
|
19831
|
-
"version": "8.
|
|
19832
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
19833
|
-
"integrity": "sha512-
|
|
20126
|
+
"version": "8.15.0",
|
|
20127
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.0.tgz",
|
|
20128
|
+
"integrity": "sha512-olUADJByk4twxccmAxb1RiGKOSvddHugCV3wkqjyv+3Sooa2KLrmXrKEWOKi0XPCLasRR5jBXxioE1jxUa4KzQ==",
|
|
19834
20129
|
"license": "MIT",
|
|
19835
20130
|
"dependencies": {
|
|
19836
20131
|
"atomic-sleep": "^1.0.0",
|
|
@@ -22565,9 +22860,9 @@
|
|
|
22565
22860
|
}
|
|
22566
22861
|
},
|
|
22567
22862
|
"node_modules/ts-retry-promise": {
|
|
22568
|
-
"version": "0.7.
|
|
22569
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.
|
|
22570
|
-
"integrity": "sha512-
|
|
22863
|
+
"version": "0.7.1",
|
|
22864
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
|
|
22865
|
+
"integrity": "sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==",
|
|
22571
22866
|
"license": "MIT",
|
|
22572
22867
|
"engines": {
|
|
22573
22868
|
"node": ">=6"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.8.3-esm.
|
|
4
|
+
"version": "2.8.3-esm.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@oclif/core": "3.0.0-beta.
|
|
123
|
+
"@oclif/core": "3.0.0-beta.13",
|
|
124
124
|
"@oclif/plugin-autocomplete": "2.3.6",
|
|
125
125
|
"@oclif/plugin-commands": "2.2.24",
|
|
126
126
|
"@oclif/plugin-help": "5.2.18",
|
|
127
127
|
"@oclif/plugin-not-found": "2.4.0",
|
|
128
|
-
"@oclif/plugin-plugins": "3.
|
|
128
|
+
"@oclif/plugin-plugins": "3.3.2",
|
|
129
129
|
"@oclif/plugin-search": "0.0.22",
|
|
130
130
|
"@oclif/plugin-update": "3.2.0",
|
|
131
131
|
"@oclif/plugin-version": "1.3.9",
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
"@salesforce/plugin-source": "2.10.32",
|
|
147
147
|
"@salesforce/plugin-telemetry": "2.3.1",
|
|
148
148
|
"@salesforce/plugin-templates": "55.5.10",
|
|
149
|
-
"@salesforce/plugin-trust": "2.6.
|
|
149
|
+
"@salesforce/plugin-trust": "2.6.7",
|
|
150
150
|
"@salesforce/plugin-user": "2.3.31",
|
|
151
|
-
"@salesforce/sf-plugins-core": "
|
|
151
|
+
"@salesforce/sf-plugins-core": "4.0.0-beta.2",
|
|
152
152
|
"debug": "^4.3.4",
|
|
153
153
|
"tslib": "^2.4.1"
|
|
154
154
|
},
|