@salesforce/cli 2.52.4 → 2.52.6
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 +74 -74
- package/npm-shrinkwrap.json +86 -121
- package/oclif.lock +86 -98
- package/oclif.manifest.json +1 -1
- package/package.json +19 -19
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.52.
|
|
9
|
+
"version": "2.52.6",
|
|
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.1.
|
|
16
|
-
"@oclif/plugin-commands": "4.0.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.3.
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.4.
|
|
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.14",
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.1.9",
|
|
16
|
+
"@oclif/plugin-commands": "4.0.9",
|
|
17
|
+
"@oclif/plugin-help": "6.2.7",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.13",
|
|
19
|
+
"@oclif/plugin-plugins": "5.3.9",
|
|
20
|
+
"@oclif/plugin-search": "1.2.4",
|
|
21
|
+
"@oclif/plugin-update": "4.4.12",
|
|
22
|
+
"@oclif/plugin-version": "2.2.9",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.10",
|
|
24
|
+
"@oclif/plugin-which": "3.2.9",
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.3.2",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.38",
|
|
29
|
-
"@salesforce/plugin-data": "3.5.
|
|
29
|
+
"@salesforce/plugin-data": "3.5.8",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.21",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.21",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.20",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.19",
|
|
34
|
-
"@salesforce/plugin-org": "4.
|
|
35
|
-
"@salesforce/plugin-packaging": "2.7.
|
|
34
|
+
"@salesforce/plugin-org": "4.4.0",
|
|
35
|
+
"@salesforce/plugin-packaging": "2.7.4",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.21",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.9",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.20",
|
|
39
39
|
"@salesforce/plugin-source": "3.5.7",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.3",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.6",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.15",
|
|
43
|
-
"@salesforce/plugin-user": "3.5.
|
|
43
|
+
"@salesforce/plugin-user": "3.5.20",
|
|
44
44
|
"@salesforce/sf-plugins-core": "11.2.1",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
46
46
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@salesforce/ts-sinon": "^1.4.22",
|
|
56
56
|
"@salesforce/ts-types": "^2.0.10",
|
|
57
57
|
"aws-sdk": "^2.1659.0",
|
|
58
|
-
"oclif": "^4.14.
|
|
58
|
+
"oclif": "^4.14.8",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.5.3"
|
|
61
61
|
},
|
|
@@ -3217,9 +3217,9 @@
|
|
|
3217
3217
|
}
|
|
3218
3218
|
},
|
|
3219
3219
|
"node_modules/@jsforce/jsforce-node": {
|
|
3220
|
-
"version": "3.
|
|
3221
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
3222
|
-
"integrity": "sha512-
|
|
3220
|
+
"version": "3.3.1",
|
|
3221
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.3.1.tgz",
|
|
3222
|
+
"integrity": "sha512-wLIQhU3X+ltZFItdQ8XMr2kqB70S2q4ukSELneCDQkDXlzRIqhQ7rZP4jcmcdT0r6Tc/8lvlw2s2paPxossRBA==",
|
|
3223
3223
|
"license": "MIT",
|
|
3224
3224
|
"dependencies": {
|
|
3225
3225
|
"@sindresorhus/is": "^4",
|
|
@@ -3230,7 +3230,6 @@
|
|
|
3230
3230
|
"csv-stringify": "^6.4.4",
|
|
3231
3231
|
"faye": "^1.4.0",
|
|
3232
3232
|
"form-data": "^4.0.0",
|
|
3233
|
-
"fs-extra": "^8.1.0",
|
|
3234
3233
|
"https-proxy-agent": "^5.0.0",
|
|
3235
3234
|
"multistream": "^3.1.0",
|
|
3236
3235
|
"node-fetch": "^2.6.1",
|
|
@@ -3262,20 +3261,6 @@
|
|
|
3262
3261
|
"node": ">= 6.0.0"
|
|
3263
3262
|
}
|
|
3264
3263
|
},
|
|
3265
|
-
"node_modules/@jsforce/jsforce-node/node_modules/fs-extra": {
|
|
3266
|
-
"version": "8.1.0",
|
|
3267
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
3268
|
-
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
3269
|
-
"license": "MIT",
|
|
3270
|
-
"dependencies": {
|
|
3271
|
-
"graceful-fs": "^4.2.0",
|
|
3272
|
-
"jsonfile": "^4.0.0",
|
|
3273
|
-
"universalify": "^0.1.0"
|
|
3274
|
-
},
|
|
3275
|
-
"engines": {
|
|
3276
|
-
"node": ">=6 <7 || >=8"
|
|
3277
|
-
}
|
|
3278
|
-
},
|
|
3279
3264
|
"node_modules/@jsforce/jsforce-node/node_modules/https-proxy-agent": {
|
|
3280
3265
|
"version": "5.0.1",
|
|
3281
3266
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
@@ -3289,24 +3274,6 @@
|
|
|
3289
3274
|
"node": ">= 6"
|
|
3290
3275
|
}
|
|
3291
3276
|
},
|
|
3292
|
-
"node_modules/@jsforce/jsforce-node/node_modules/jsonfile": {
|
|
3293
|
-
"version": "4.0.0",
|
|
3294
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
3295
|
-
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
3296
|
-
"license": "MIT",
|
|
3297
|
-
"optionalDependencies": {
|
|
3298
|
-
"graceful-fs": "^4.1.6"
|
|
3299
|
-
}
|
|
3300
|
-
},
|
|
3301
|
-
"node_modules/@jsforce/jsforce-node/node_modules/universalify": {
|
|
3302
|
-
"version": "0.1.2",
|
|
3303
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
3304
|
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
3305
|
-
"license": "MIT",
|
|
3306
|
-
"engines": {
|
|
3307
|
-
"node": ">= 4.0.0"
|
|
3308
|
-
}
|
|
3309
|
-
},
|
|
3310
3277
|
"node_modules/@microsoft/applicationinsights-web-snippet": {
|
|
3311
3278
|
"version": "1.0.1",
|
|
3312
3279
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
|
|
@@ -3622,9 +3589,9 @@
|
|
|
3622
3589
|
}
|
|
3623
3590
|
},
|
|
3624
3591
|
"node_modules/@oclif/core": {
|
|
3625
|
-
"version": "4.0.
|
|
3626
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3627
|
-
"integrity": "sha512-
|
|
3592
|
+
"version": "4.0.14",
|
|
3593
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.14.tgz",
|
|
3594
|
+
"integrity": "sha512-oXXlUuDw6gWjIBI+mR5i4/SJRv9fz8N/d1xr1yMhW1incx/u0oYO2CpUNKn0sGDyONMdyOIVPMqgsU+as7jdrQ==",
|
|
3628
3595
|
"license": "MIT",
|
|
3629
3596
|
"dependencies": {
|
|
3630
3597
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3694,9 +3661,9 @@
|
|
|
3694
3661
|
}
|
|
3695
3662
|
},
|
|
3696
3663
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3697
|
-
"version": "3.1.
|
|
3698
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.
|
|
3699
|
-
"integrity": "sha512-
|
|
3664
|
+
"version": "3.1.9",
|
|
3665
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.9.tgz",
|
|
3666
|
+
"integrity": "sha512-eCoKeLLuZB5jVlEotk43PsFVQ1BaIm0ccpXNgF9FS71OCufzuJbqMsC5jfs76XM902lIEljVc+zMXvVVg+4Q8w==",
|
|
3700
3667
|
"license": "MIT",
|
|
3701
3668
|
"dependencies": {
|
|
3702
3669
|
"@oclif/core": "^4",
|
|
@@ -3777,9 +3744,9 @@
|
|
|
3777
3744
|
}
|
|
3778
3745
|
},
|
|
3779
3746
|
"node_modules/@oclif/plugin-commands": {
|
|
3780
|
-
"version": "4.0.
|
|
3781
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
3782
|
-
"integrity": "sha512-
|
|
3747
|
+
"version": "4.0.9",
|
|
3748
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.9.tgz",
|
|
3749
|
+
"integrity": "sha512-Z8LuDX+O1++uJkzxSGebSkhZck2dVIhaG9KkTm8lR/vw8JhYZlMhR5bfuvaJNkodDMBUVLjyfK6ZEJHMJ98d/A==",
|
|
3783
3750
|
"license": "MIT",
|
|
3784
3751
|
"dependencies": {
|
|
3785
3752
|
"@oclif/core": "^4",
|
|
@@ -3792,9 +3759,9 @@
|
|
|
3792
3759
|
}
|
|
3793
3760
|
},
|
|
3794
3761
|
"node_modules/@oclif/plugin-help": {
|
|
3795
|
-
"version": "6.2.
|
|
3796
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3797
|
-
"integrity": "sha512-
|
|
3762
|
+
"version": "6.2.7",
|
|
3763
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.7.tgz",
|
|
3764
|
+
"integrity": "sha512-gwrCZW0EjbMe6iIXrkXWpIcfoqo+uMvWRudV3nkwa7ARL2U2GWy8RQ3+bqXvqByauRUcbgv3D6+38lSWqmMwtA==",
|
|
3798
3765
|
"license": "MIT",
|
|
3799
3766
|
"dependencies": {
|
|
3800
3767
|
"@oclif/core": "^4"
|
|
@@ -3804,9 +3771,9 @@
|
|
|
3804
3771
|
}
|
|
3805
3772
|
},
|
|
3806
3773
|
"node_modules/@oclif/plugin-not-found": {
|
|
3807
|
-
"version": "3.2.
|
|
3808
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3809
|
-
"integrity": "sha512-
|
|
3774
|
+
"version": "3.2.13",
|
|
3775
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.13.tgz",
|
|
3776
|
+
"integrity": "sha512-bNEJtfMVHc28P3sOPUI76M22nNpMVGg+bAmgUf42QTCRhXyPcMXneGfU11ryo/yTaW+kDgCL1XkF8cGniX3cew==",
|
|
3810
3777
|
"license": "MIT",
|
|
3811
3778
|
"dependencies": {
|
|
3812
3779
|
"@inquirer/confirm": "^3.1.14",
|
|
@@ -3819,9 +3786,9 @@
|
|
|
3819
3786
|
}
|
|
3820
3787
|
},
|
|
3821
3788
|
"node_modules/@oclif/plugin-plugins": {
|
|
3822
|
-
"version": "5.3.
|
|
3823
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.
|
|
3824
|
-
"integrity": "sha512-
|
|
3789
|
+
"version": "5.3.9",
|
|
3790
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.9.tgz",
|
|
3791
|
+
"integrity": "sha512-79PM/ACAbuyxF6XMRdzW12OOJ1XsNb5h/vWWglISbYf7IlI/Uyo26B7ix+mvdL0nq/XSDaMePBad1+aR5BmXzg==",
|
|
3825
3792
|
"license": "MIT",
|
|
3826
3793
|
"dependencies": {
|
|
3827
3794
|
"@oclif/core": "^4",
|
|
@@ -3868,9 +3835,9 @@
|
|
|
3868
3835
|
}
|
|
3869
3836
|
},
|
|
3870
3837
|
"node_modules/@oclif/plugin-search": {
|
|
3871
|
-
"version": "1.2.
|
|
3872
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
3873
|
-
"integrity": "sha512-
|
|
3838
|
+
"version": "1.2.4",
|
|
3839
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.4.tgz",
|
|
3840
|
+
"integrity": "sha512-OQmBFSBNHvh8uZb2s24+bbUq7yWyFot9arHLjRu3sta4q0GAyq9qa5ADPXu+0uYgDkqSQDT4w7tc62Q3FEqMDQ==",
|
|
3874
3841
|
"license": "MIT",
|
|
3875
3842
|
"dependencies": {
|
|
3876
3843
|
"@oclif/core": "^4",
|
|
@@ -3897,9 +3864,9 @@
|
|
|
3897
3864
|
}
|
|
3898
3865
|
},
|
|
3899
3866
|
"node_modules/@oclif/plugin-update": {
|
|
3900
|
-
"version": "4.4.
|
|
3901
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.
|
|
3902
|
-
"integrity": "sha512-
|
|
3867
|
+
"version": "4.4.12",
|
|
3868
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.12.tgz",
|
|
3869
|
+
"integrity": "sha512-U1OwFSXYodw2y8JO1g07rpkVRhv+Q88nuCFhkS2asvEgSJKl8F+bx8Ds/COJXOtgNEmYJ4pto6qKr0x7fluzPg==",
|
|
3903
3870
|
"license": "MIT",
|
|
3904
3871
|
"dependencies": {
|
|
3905
3872
|
"@inquirer/select": "^2.4.1",
|
|
@@ -3908,7 +3875,7 @@
|
|
|
3908
3875
|
"debug": "^4.3.5",
|
|
3909
3876
|
"filesize": "^6.1.0",
|
|
3910
3877
|
"got": "^13",
|
|
3911
|
-
"semver": "^7.6.
|
|
3878
|
+
"semver": "^7.6.3",
|
|
3912
3879
|
"tar-fs": "^2.1.1",
|
|
3913
3880
|
"tty-table": "^4.2.3"
|
|
3914
3881
|
},
|
|
@@ -3917,26 +3884,26 @@
|
|
|
3917
3884
|
}
|
|
3918
3885
|
},
|
|
3919
3886
|
"node_modules/@oclif/plugin-version": {
|
|
3920
|
-
"version": "2.2.
|
|
3921
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
3922
|
-
"integrity": "sha512-
|
|
3887
|
+
"version": "2.2.9",
|
|
3888
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.9.tgz",
|
|
3889
|
+
"integrity": "sha512-iQXONngNCTW1OWZS8GS8Bd5xwEvrg5MSmfE8CBS7PqyeR/J+nVUn61TH5/kTX7wk+uXOF6XY7op28Ou5alxoBg==",
|
|
3923
3890
|
"license": "MIT",
|
|
3924
3891
|
"dependencies": {
|
|
3925
3892
|
"@oclif/core": "^4",
|
|
3926
|
-
"ansis": "^3.
|
|
3893
|
+
"ansis": "^3.3.1"
|
|
3927
3894
|
},
|
|
3928
3895
|
"engines": {
|
|
3929
3896
|
"node": ">=18.0.0"
|
|
3930
3897
|
}
|
|
3931
3898
|
},
|
|
3932
3899
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3933
|
-
"version": "3.1.
|
|
3934
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
3935
|
-
"integrity": "sha512-
|
|
3900
|
+
"version": "3.1.10",
|
|
3901
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.10.tgz",
|
|
3902
|
+
"integrity": "sha512-4qQr4Yo9xMfYhCEU5Hz4pRyJz1EPIUVHJ1c+FNTBfiTQc1SzAmqr934uN8luTld5nmaX/MCCRVZb7Pyxsd03qA==",
|
|
3936
3903
|
"license": "MIT",
|
|
3937
3904
|
"dependencies": {
|
|
3938
3905
|
"@oclif/core": "^4",
|
|
3939
|
-
"ansis": "^3.
|
|
3906
|
+
"ansis": "^3.3.1",
|
|
3940
3907
|
"debug": "^4.3.5",
|
|
3941
3908
|
"http-call": "^5.2.2",
|
|
3942
3909
|
"lodash": "^4.17.21"
|
|
@@ -3946,13 +3913,13 @@
|
|
|
3946
3913
|
}
|
|
3947
3914
|
},
|
|
3948
3915
|
"node_modules/@oclif/plugin-which": {
|
|
3949
|
-
"version": "3.2.
|
|
3950
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
3951
|
-
"integrity": "sha512-
|
|
3916
|
+
"version": "3.2.9",
|
|
3917
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.9.tgz",
|
|
3918
|
+
"integrity": "sha512-iIfnU6N7GD351TSln/qu8I0CdhGpUCZBwzw8Ul9F9G/wdQhVqh4ogt8BKnmU34j/8WI+qmc6tP64vF0Qdqwe5Q==",
|
|
3952
3919
|
"license": "MIT",
|
|
3953
3920
|
"dependencies": {
|
|
3954
3921
|
"@oclif/core": "^4",
|
|
3955
|
-
"ansis": "^3.
|
|
3922
|
+
"ansis": "^3.3.1"
|
|
3956
3923
|
},
|
|
3957
3924
|
"engines": {
|
|
3958
3925
|
"node": ">=18.0.0"
|
|
@@ -4337,9 +4304,9 @@
|
|
|
4337
4304
|
}
|
|
4338
4305
|
},
|
|
4339
4306
|
"node_modules/@salesforce/core": {
|
|
4340
|
-
"version": "8.2.
|
|
4341
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.
|
|
4342
|
-
"integrity": "sha512-
|
|
4307
|
+
"version": "8.2.3",
|
|
4308
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.3.tgz",
|
|
4309
|
+
"integrity": "sha512-epkV2ZU+WQFgxb6q98+9vAp9Qo1bUnCOyk1VyVr2XycJk6BkC0fBE188KpvH0/nqB2+0p2K4Cd3x1/+oC7HYvQ==",
|
|
4343
4310
|
"license": "BSD-3-Clause",
|
|
4344
4311
|
"dependencies": {
|
|
4345
4312
|
"@jsforce/jsforce-node": "^3.2.4",
|
|
@@ -4579,16 +4546,15 @@
|
|
|
4579
4546
|
}
|
|
4580
4547
|
},
|
|
4581
4548
|
"node_modules/@salesforce/plugin-data": {
|
|
4582
|
-
"version": "3.5.
|
|
4583
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.
|
|
4584
|
-
"integrity": "sha512-
|
|
4549
|
+
"version": "3.5.8",
|
|
4550
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.8.tgz",
|
|
4551
|
+
"integrity": "sha512-fJStpOek8IfcdoWRrFU8DGRCeMzK/Y7jIRATuYeB+uKsf/5deq+78QrPu4gPZ3s3txlTKCrd95ZkdTU5g02FIw==",
|
|
4585
4552
|
"license": "BSD-3-Clause",
|
|
4586
4553
|
"dependencies": {
|
|
4587
|
-
"@jsforce/jsforce-node": "^3.
|
|
4588
|
-
"@
|
|
4589
|
-
"@salesforce/core": "^8.0.1",
|
|
4554
|
+
"@jsforce/jsforce-node": "^3.3.1",
|
|
4555
|
+
"@salesforce/core": "^8.2.1",
|
|
4590
4556
|
"@salesforce/kit": "^3.1.6",
|
|
4591
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
4557
|
+
"@salesforce/sf-plugins-core": "^11.2.1",
|
|
4592
4558
|
"@salesforce/ts-types": "^2.0.10",
|
|
4593
4559
|
"ansis": "^3.2.0",
|
|
4594
4560
|
"change-case": "^5.4.4",
|
|
@@ -4680,9 +4646,9 @@
|
|
|
4680
4646
|
}
|
|
4681
4647
|
},
|
|
4682
4648
|
"node_modules/@salesforce/plugin-org": {
|
|
4683
|
-
"version": "4.
|
|
4684
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.
|
|
4685
|
-
"integrity": "sha512-
|
|
4649
|
+
"version": "4.4.0",
|
|
4650
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.4.0.tgz",
|
|
4651
|
+
"integrity": "sha512-aHLniE7cQYoHUnbjYvSlJdebcHAfRZNItKqW4z5YKbuDMBezNwukC5szgh99GFda2ApTBKKg4IDtdLlH+6B2Ag==",
|
|
4686
4652
|
"license": "BSD-3-Clause",
|
|
4687
4653
|
"dependencies": {
|
|
4688
4654
|
"@oclif/core": "^4.0.12",
|
|
@@ -4706,9 +4672,9 @@
|
|
|
4706
4672
|
"license": "MIT"
|
|
4707
4673
|
},
|
|
4708
4674
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4709
|
-
"version": "2.7.
|
|
4710
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.
|
|
4711
|
-
"integrity": "sha512-
|
|
4675
|
+
"version": "2.7.4",
|
|
4676
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.4.tgz",
|
|
4677
|
+
"integrity": "sha512-OZDNLn7dEmzjg9QodoU3xHklfDSzwZNj0ijrkbxjhuoaMMOArpA3MA4YrqrUnSrafYuWFW5sJkX3E9cj3kE7TQ==",
|
|
4712
4678
|
"license": "BSD-3-Clause",
|
|
4713
4679
|
"dependencies": {
|
|
4714
4680
|
"@oclif/core": "^4",
|
|
@@ -4870,9 +4836,9 @@
|
|
|
4870
4836
|
}
|
|
4871
4837
|
},
|
|
4872
4838
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
4873
|
-
"version": "3.6.
|
|
4874
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
4875
|
-
"integrity": "sha512-
|
|
4839
|
+
"version": "3.6.3",
|
|
4840
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.3.tgz",
|
|
4841
|
+
"integrity": "sha512-yBdTi6pw92WGluwy9+g9Lbdw27OTUppmQTVtGHbpjL0hCZ3mXBhQ4cY0hxHiIBRwx+DC/5lpTrHhCh6eecR0Ag==",
|
|
4876
4842
|
"license": "BSD-3-Clause",
|
|
4877
4843
|
"dependencies": {
|
|
4878
4844
|
"@oclif/core": "^4.0.11",
|
|
@@ -4927,15 +4893,14 @@
|
|
|
4927
4893
|
}
|
|
4928
4894
|
},
|
|
4929
4895
|
"node_modules/@salesforce/plugin-user": {
|
|
4930
|
-
"version": "3.5.
|
|
4931
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
4932
|
-
"integrity": "sha512-
|
|
4896
|
+
"version": "3.5.20",
|
|
4897
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.20.tgz",
|
|
4898
|
+
"integrity": "sha512-9mMuxIULzqd64xAyHv37axD4Iu9tRdulyZIorabqXXlES2BT1ivHK+Zo+YH8tUPsXts8IdysKZ90OS4N49TrwA==",
|
|
4933
4899
|
"license": "BSD-3-Clause",
|
|
4934
4900
|
"dependencies": {
|
|
4935
|
-
"@
|
|
4936
|
-
"@salesforce/core": "^8.0.1",
|
|
4901
|
+
"@salesforce/core": "^8.2.3",
|
|
4937
4902
|
"@salesforce/kit": "^3.1.6",
|
|
4938
|
-
"@salesforce/sf-plugins-core": "^11.2.
|
|
4903
|
+
"@salesforce/sf-plugins-core": "^11.2.1",
|
|
4939
4904
|
"@salesforce/ts-types": "^2.0.10"
|
|
4940
4905
|
},
|
|
4941
4906
|
"engines": {
|
|
@@ -18197,15 +18162,15 @@
|
|
|
18197
18162
|
"license": "MIT"
|
|
18198
18163
|
},
|
|
18199
18164
|
"node_modules/oclif": {
|
|
18200
|
-
"version": "4.14.
|
|
18201
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
18202
|
-
"integrity": "sha512-
|
|
18165
|
+
"version": "4.14.8",
|
|
18166
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.8.tgz",
|
|
18167
|
+
"integrity": "sha512-dJplgtnF2eQ+c06aJHm8xtjKitpvgx5DLf1qU/yrRjREYE+BTcXaOZa7cIskAcFiEz/86I0rBeovEoQTI3G+zA==",
|
|
18203
18168
|
"dev": true,
|
|
18204
18169
|
"license": "MIT",
|
|
18205
18170
|
"dependencies": {
|
|
18206
18171
|
"@aws-sdk/client-cloudfront": "^3.609.0",
|
|
18207
18172
|
"@aws-sdk/client-s3": "^3.614.0",
|
|
18208
|
-
"@inquirer/confirm": "^3.1.
|
|
18173
|
+
"@inquirer/confirm": "^3.1.16",
|
|
18209
18174
|
"@inquirer/input": "^2.2.1",
|
|
18210
18175
|
"@inquirer/select": "^2.3.10",
|
|
18211
18176
|
"@oclif/core": "^4",
|