@salesforce/cli 2.108.2 → 2.108.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 +113 -107
- package/npm-shrinkwrap.json +84 -75
- package/oclif.lock +83 -78
- package/oclif.manifest.json +1 -1
- package/package.json +14 -14
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.108.
|
|
3
|
+
"version": "2.108.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.108.
|
|
9
|
+
"version": "2.108.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.5.
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
14
|
+
"@oclif/core": "4.5.4",
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.35",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.33",
|
|
17
17
|
"@oclif/plugin-help": "6.2.33",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.68",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.47",
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
20
|
+
"@oclif/plugin-search": "1.2.31",
|
|
21
|
+
"@oclif/plugin-update": "4.7.7",
|
|
22
22
|
"@oclif/plugin-version": "2.2.33",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.48",
|
|
24
24
|
"@oclif/plugin-which": "3.2.40",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.24.
|
|
28
|
-
"@salesforce/plugin-apex": "3.8.
|
|
27
|
+
"@salesforce/plugin-agent": "1.24.12",
|
|
28
|
+
"@salesforce/plugin-apex": "3.8.1",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
|
-
"@salesforce/plugin-auth": "3.9.
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
30
|
+
"@salesforce/plugin-auth": "3.9.8",
|
|
31
|
+
"@salesforce/plugin-data": "4.0.57",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.23.3",
|
|
33
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
+
"@salesforce/plugin-info": "3.4.88",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.67",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
|
-
"@salesforce/plugin-org": "5.9.
|
|
37
|
-
"@salesforce/plugin-packaging": "2.20.
|
|
38
|
-
"@salesforce/plugin-schema": "3.3.
|
|
36
|
+
"@salesforce/plugin-org": "5.9.30",
|
|
37
|
+
"@salesforce/plugin-packaging": "2.20.4",
|
|
38
|
+
"@salesforce/plugin-schema": "3.3.82",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.48",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.73",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.57",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.65",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.38",
|
|
@@ -2239,6 +2239,15 @@
|
|
|
2239
2239
|
"node": ">=6.9.0"
|
|
2240
2240
|
}
|
|
2241
2241
|
},
|
|
2242
|
+
"node_modules/@inquirer/ansi": {
|
|
2243
|
+
"version": "1.0.0",
|
|
2244
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.0.tgz",
|
|
2245
|
+
"integrity": "sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA==",
|
|
2246
|
+
"license": "MIT",
|
|
2247
|
+
"engines": {
|
|
2248
|
+
"node": ">=18"
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2242
2251
|
"node_modules/@inquirer/checkbox": {
|
|
2243
2252
|
"version": "2.5.0",
|
|
2244
2253
|
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.5.0.tgz",
|
|
@@ -2395,14 +2404,14 @@
|
|
|
2395
2404
|
"license": "MIT"
|
|
2396
2405
|
},
|
|
2397
2406
|
"node_modules/@inquirer/core": {
|
|
2398
|
-
"version": "10.2.
|
|
2399
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.2.
|
|
2400
|
-
"integrity": "sha512-
|
|
2407
|
+
"version": "10.2.2",
|
|
2408
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.2.2.tgz",
|
|
2409
|
+
"integrity": "sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA==",
|
|
2401
2410
|
"license": "MIT",
|
|
2402
2411
|
"dependencies": {
|
|
2412
|
+
"@inquirer/ansi": "^1.0.0",
|
|
2403
2413
|
"@inquirer/figures": "^1.0.13",
|
|
2404
2414
|
"@inquirer/type": "^3.0.8",
|
|
2405
|
-
"ansi-escapes": "^4.3.2",
|
|
2406
2415
|
"cli-width": "^4.1.0",
|
|
2407
2416
|
"mute-stream": "^2.0.0",
|
|
2408
2417
|
"signal-exit": "^4.1.0",
|
|
@@ -3670,16 +3679,16 @@
|
|
|
3670
3679
|
}
|
|
3671
3680
|
},
|
|
3672
3681
|
"node_modules/@oclif/core": {
|
|
3673
|
-
"version": "4.5.
|
|
3674
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
|
3675
|
-
"integrity": "sha512-
|
|
3682
|
+
"version": "4.5.4",
|
|
3683
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.4.tgz",
|
|
3684
|
+
"integrity": "sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==",
|
|
3676
3685
|
"license": "MIT",
|
|
3677
3686
|
"dependencies": {
|
|
3678
3687
|
"ansi-escapes": "^4.3.2",
|
|
3679
3688
|
"ansis": "^3.17.0",
|
|
3680
3689
|
"clean-stack": "^3.0.1",
|
|
3681
3690
|
"cli-spinners": "^2.9.2",
|
|
3682
|
-
"debug": "^4.4.
|
|
3691
|
+
"debug": "^4.4.3",
|
|
3683
3692
|
"ejs": "^3.1.10",
|
|
3684
3693
|
"get-package-type": "^0.1.0",
|
|
3685
3694
|
"indent-string": "^4.0.0",
|
|
@@ -3758,9 +3767,9 @@
|
|
|
3758
3767
|
}
|
|
3759
3768
|
},
|
|
3760
3769
|
"node_modules/@oclif/multi-stage-output": {
|
|
3761
|
-
"version": "0.8.
|
|
3762
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3763
|
-
"integrity": "sha512-
|
|
3770
|
+
"version": "0.8.23",
|
|
3771
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.23.tgz",
|
|
3772
|
+
"integrity": "sha512-6XdEWmxRthNRYOMkKEWPP+OU0WDAr8akO+Kyk356obnsa2f6yo5QAi6CncH+B1cOm7WocmIGhxyinjczx35nUw==",
|
|
3764
3773
|
"license": "MIT",
|
|
3765
3774
|
"dependencies": {
|
|
3766
3775
|
"@oclif/core": "^4",
|
|
@@ -3769,7 +3778,7 @@
|
|
|
3769
3778
|
"figures": "^6.1.0",
|
|
3770
3779
|
"ink": "5.0.1",
|
|
3771
3780
|
"react": "^18.3.1",
|
|
3772
|
-
"wrap-ansi": "^9.0.
|
|
3781
|
+
"wrap-ansi": "^9.0.2"
|
|
3773
3782
|
},
|
|
3774
3783
|
"engines": {
|
|
3775
3784
|
"node": ">=18.0.0"
|
|
@@ -3870,9 +3879,9 @@
|
|
|
3870
3879
|
}
|
|
3871
3880
|
},
|
|
3872
3881
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3873
|
-
"version": "3.2.
|
|
3874
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
3875
|
-
"integrity": "sha512-
|
|
3882
|
+
"version": "3.2.35",
|
|
3883
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.35.tgz",
|
|
3884
|
+
"integrity": "sha512-cwvq1+tQnSHNQEQrop82W7AZIFXC5ENUvicXWhBSpVF1KDIUez/ptIth4M4zha/0+DlSPsYcQgzaN6tSWtUoEA==",
|
|
3876
3885
|
"license": "MIT",
|
|
3877
3886
|
"dependencies": {
|
|
3878
3887
|
"@oclif/core": "^4",
|
|
@@ -4095,9 +4104,9 @@
|
|
|
4095
4104
|
}
|
|
4096
4105
|
},
|
|
4097
4106
|
"node_modules/@oclif/plugin-search": {
|
|
4098
|
-
"version": "1.2.
|
|
4099
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
4100
|
-
"integrity": "sha512-
|
|
4107
|
+
"version": "1.2.31",
|
|
4108
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.31.tgz",
|
|
4109
|
+
"integrity": "sha512-i4ZxfaeOQZ5bOvpmkITsYTclKKuY5G9cOYHS9a1YCa1fFQvqpF6xoyvEU5X+HLqiWisIjBnKrZnIPNtj4+natw==",
|
|
4101
4110
|
"license": "MIT",
|
|
4102
4111
|
"dependencies": {
|
|
4103
4112
|
"@oclif/core": "^4",
|
|
@@ -4124,14 +4133,14 @@
|
|
|
4124
4133
|
}
|
|
4125
4134
|
},
|
|
4126
4135
|
"node_modules/@oclif/plugin-update": {
|
|
4127
|
-
"version": "4.7.
|
|
4128
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
4129
|
-
"integrity": "sha512-
|
|
4136
|
+
"version": "4.7.7",
|
|
4137
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.7.tgz",
|
|
4138
|
+
"integrity": "sha512-RoJAGFRHOf2GBHCT0o/3Vb6OTqaK3+lbI/ifuOH9z4XZl7nj65SOYQzZc4cNJEAFGn00iReBEwR0+wZ1N1uqLg==",
|
|
4130
4139
|
"license": "MIT",
|
|
4131
4140
|
"dependencies": {
|
|
4132
4141
|
"@inquirer/select": "^2.5.0",
|
|
4133
4142
|
"@oclif/core": "^4",
|
|
4134
|
-
"@oclif/table": "^0.4.
|
|
4143
|
+
"@oclif/table": "^0.4.14",
|
|
4135
4144
|
"ansis": "^3.17.0",
|
|
4136
4145
|
"debug": "^4.4.1",
|
|
4137
4146
|
"filesize": "^6.1.0",
|
|
@@ -5044,12 +5053,12 @@
|
|
|
5044
5053
|
}
|
|
5045
5054
|
},
|
|
5046
5055
|
"node_modules/@salesforce/plugin-agent": {
|
|
5047
|
-
"version": "1.24.
|
|
5048
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.
|
|
5049
|
-
"integrity": "sha512-
|
|
5056
|
+
"version": "1.24.12",
|
|
5057
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.12.tgz",
|
|
5058
|
+
"integrity": "sha512-TSby+ixVvnnqoeceIjVfLXfvEFZt+yaHTJr6a6pHbVgP8YMkzZKCS3swEMArs+nqo4QqrEoKLklQMctk2YkpPw==",
|
|
5050
5059
|
"license": "BSD-3-Clause",
|
|
5051
5060
|
"dependencies": {
|
|
5052
|
-
"@inquirer/core": "^10.
|
|
5061
|
+
"@inquirer/core": "^10.2.2",
|
|
5053
5062
|
"@inquirer/prompts": "^7.8.4",
|
|
5054
5063
|
"@oclif/core": "^4",
|
|
5055
5064
|
"@oclif/multi-stage-output": "^0.8.20",
|
|
@@ -5072,12 +5081,12 @@
|
|
|
5072
5081
|
}
|
|
5073
5082
|
},
|
|
5074
5083
|
"node_modules/@salesforce/plugin-apex": {
|
|
5075
|
-
"version": "3.8.
|
|
5076
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.
|
|
5077
|
-
"integrity": "sha512-
|
|
5084
|
+
"version": "3.8.1",
|
|
5085
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.1.tgz",
|
|
5086
|
+
"integrity": "sha512-zlfQ5UnmZWM56P9a53XS+NcJ6SubtR2IDEHYRDqKdbEvQOQEjuvyr0EV2M2iIqUj+Cg55BXD90aNpx3BYn2r3w==",
|
|
5078
5087
|
"license": "Apache-2.0",
|
|
5079
5088
|
"dependencies": {
|
|
5080
|
-
"@salesforce/apex-node": "^8.3.
|
|
5089
|
+
"@salesforce/apex-node": "^8.3.3",
|
|
5081
5090
|
"@salesforce/core": "^8.10.1",
|
|
5082
5091
|
"@salesforce/kit": "^3.2.3",
|
|
5083
5092
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
@@ -5108,9 +5117,9 @@
|
|
|
5108
5117
|
}
|
|
5109
5118
|
},
|
|
5110
5119
|
"node_modules/@salesforce/plugin-auth": {
|
|
5111
|
-
"version": "3.9.
|
|
5112
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.
|
|
5113
|
-
"integrity": "sha512-
|
|
5120
|
+
"version": "3.9.8",
|
|
5121
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.8.tgz",
|
|
5122
|
+
"integrity": "sha512-LjhFTCt1J9VMzsKsO2dgvMQwhrpJBNMMH2a6GhWejDKN7jMT5XRoYGsjmlYHFqOMA/2MwN5KGFfR2LouRViFkQ==",
|
|
5114
5123
|
"license": "Apache-2.0",
|
|
5115
5124
|
"dependencies": {
|
|
5116
5125
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5118,7 +5127,7 @@
|
|
|
5118
5127
|
"@oclif/core": "^4",
|
|
5119
5128
|
"@salesforce/core": "8.23.1",
|
|
5120
5129
|
"@salesforce/kit": "^3.2.4",
|
|
5121
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5130
|
+
"@salesforce/plugin-info": "^3.4.87",
|
|
5122
5131
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
5123
5132
|
"@salesforce/ts-types": "^2.0.11",
|
|
5124
5133
|
"open": "^10.2.0"
|
|
@@ -5239,13 +5248,13 @@
|
|
|
5239
5248
|
}
|
|
5240
5249
|
},
|
|
5241
5250
|
"node_modules/@salesforce/plugin-data": {
|
|
5242
|
-
"version": "4.0.
|
|
5243
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5244
|
-
"integrity": "sha512-
|
|
5251
|
+
"version": "4.0.57",
|
|
5252
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.57.tgz",
|
|
5253
|
+
"integrity": "sha512-IcCfyqgvzB36OytRI4QR77JxfFTVBTiG9k5NS93nIxF9bTq71h39n4k1I0tNgM/ncAsNMBQ2u2DNgAtdAg2l/A==",
|
|
5245
5254
|
"license": "Apache-2.0",
|
|
5246
5255
|
"dependencies": {
|
|
5247
5256
|
"@jsforce/jsforce-node": "^3.10.7",
|
|
5248
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5257
|
+
"@oclif/multi-stage-output": "^0.8.22",
|
|
5249
5258
|
"@salesforce/core": "^8.21.2",
|
|
5250
5259
|
"@salesforce/kit": "^3.2.2",
|
|
5251
5260
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
@@ -5286,9 +5295,9 @@
|
|
|
5286
5295
|
}
|
|
5287
5296
|
},
|
|
5288
5297
|
"node_modules/@salesforce/plugin-info": {
|
|
5289
|
-
"version": "3.4.
|
|
5290
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
5291
|
-
"integrity": "sha512-
|
|
5298
|
+
"version": "3.4.88",
|
|
5299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.88.tgz",
|
|
5300
|
+
"integrity": "sha512-cBDPeVFFSS+tzuDBIAXPCydZTnDEzMwWOgF55fOGFda/QSJtr+ySeVpOhMgtZ9ylIgYMrAA6GpAvFVevJQTQeA==",
|
|
5292
5301
|
"license": "Apache-2.0",
|
|
5293
5302
|
"dependencies": {
|
|
5294
5303
|
"@inquirer/input": "^2.3.0",
|
|
@@ -5338,17 +5347,17 @@
|
|
|
5338
5347
|
}
|
|
5339
5348
|
},
|
|
5340
5349
|
"node_modules/@salesforce/plugin-org": {
|
|
5341
|
-
"version": "5.9.
|
|
5342
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
5343
|
-
"integrity": "sha512-
|
|
5350
|
+
"version": "5.9.30",
|
|
5351
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.30.tgz",
|
|
5352
|
+
"integrity": "sha512-jXy3hYaLy/1SQEKPJLAUh8ORZIYzsG+6k2YkU4dKydcEqvv0xHZO2zLtU7X6suEP1Bw/i8qO+K3EllT6zFcLIg==",
|
|
5344
5353
|
"license": "Apache-2.0",
|
|
5345
5354
|
"dependencies": {
|
|
5346
5355
|
"@oclif/core": "^4.5.2",
|
|
5347
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5356
|
+
"@oclif/multi-stage-output": "^0.8.22",
|
|
5348
5357
|
"@salesforce/core": "^8.22.0",
|
|
5349
5358
|
"@salesforce/kit": "^3.2.4",
|
|
5350
5359
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
5351
|
-
"@salesforce/source-deploy-retrieve": "^12.22.
|
|
5360
|
+
"@salesforce/source-deploy-retrieve": "^12.22.13",
|
|
5352
5361
|
"@salesforce/ts-types": "^2.0.12",
|
|
5353
5362
|
"ansis": "^3.16.0",
|
|
5354
5363
|
"change-case": "^5.4.4",
|
|
@@ -5361,9 +5370,9 @@
|
|
|
5361
5370
|
}
|
|
5362
5371
|
},
|
|
5363
5372
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5364
|
-
"version": "2.20.
|
|
5365
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.20.
|
|
5366
|
-
"integrity": "sha512-
|
|
5373
|
+
"version": "2.20.4",
|
|
5374
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.20.4.tgz",
|
|
5375
|
+
"integrity": "sha512-2qHeba4JxyHj4sev4fdS0UF3zJmaE1ldCOrQrSe3NPzvQaXWqn2m1OE/mXt9szUxbSTraeoOzq5RNVsy+hZ9GA==",
|
|
5367
5376
|
"license": "Apache-2.0",
|
|
5368
5377
|
"dependencies": {
|
|
5369
5378
|
"@oclif/core": "^4",
|
|
@@ -5440,9 +5449,9 @@
|
|
|
5440
5449
|
}
|
|
5441
5450
|
},
|
|
5442
5451
|
"node_modules/@salesforce/plugin-schema": {
|
|
5443
|
-
"version": "3.3.
|
|
5444
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5445
|
-
"integrity": "sha512-
|
|
5452
|
+
"version": "3.3.82",
|
|
5453
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.82.tgz",
|
|
5454
|
+
"integrity": "sha512-91Z4j3z59kkGzSK5OUJeqyuB1JIN/t4Ya1pzMNkUTPjh6J3QBC90/qA4W0EHCgi9JVwPchaLC6TVH2Zz0RUvTg==",
|
|
5446
5455
|
"license": "Apache-2.0",
|
|
5447
5456
|
"dependencies": {
|
|
5448
5457
|
"@oclif/core": "^4",
|
|
@@ -5636,9 +5645,9 @@
|
|
|
5636
5645
|
}
|
|
5637
5646
|
},
|
|
5638
5647
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5639
|
-
"version": "3.6.
|
|
5640
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5641
|
-
"integrity": "sha512-
|
|
5648
|
+
"version": "3.6.57",
|
|
5649
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.57.tgz",
|
|
5650
|
+
"integrity": "sha512-RZElV96x+sJMDdyteT3T5djY93pn5jKoPesJ/hHLhFg+yiKfeaaU8pexknhrKMM5cQ5Oo6FEKnRBF9P4EkRQXA==",
|
|
5642
5651
|
"license": "Apache-2.0",
|
|
5643
5652
|
"dependencies": {
|
|
5644
5653
|
"@oclif/core": "^4.5.2",
|
|
@@ -5647,7 +5656,7 @@
|
|
|
5647
5656
|
"@salesforce/sf-plugins-core": "^12",
|
|
5648
5657
|
"@salesforce/telemetry": "^6.2.9",
|
|
5649
5658
|
"@salesforce/ts-types": "^2.0.11",
|
|
5650
|
-
"debug": "^4.4.
|
|
5659
|
+
"debug": "^4.4.3"
|
|
5651
5660
|
},
|
|
5652
5661
|
"engines": {
|
|
5653
5662
|
"node": ">=18.0.0"
|
|
@@ -5742,12 +5751,12 @@
|
|
|
5742
5751
|
}
|
|
5743
5752
|
},
|
|
5744
5753
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5745
|
-
"version": "12.22.
|
|
5746
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.
|
|
5747
|
-
"integrity": "sha512-
|
|
5754
|
+
"version": "12.22.13",
|
|
5755
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.13.tgz",
|
|
5756
|
+
"integrity": "sha512-gZ6YBEm1hT6DtsvtJGS4gDObM1+sXID64SLeSUa1uXHyxdfnbg03Dqw3lDCbbCIm2cptRB5y7MMGLK1fxvn/CA==",
|
|
5748
5757
|
"license": "Apache-2.0",
|
|
5749
5758
|
"dependencies": {
|
|
5750
|
-
"@salesforce/core": "^8.
|
|
5759
|
+
"@salesforce/core": "^8.23.1",
|
|
5751
5760
|
"@salesforce/kit": "^3.2.3",
|
|
5752
5761
|
"@salesforce/ts-types": "^2.0.12",
|
|
5753
5762
|
"@salesforce/types": "^1.4.0",
|