@salesforce/cli 2.110.17 → 2.110.19
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 +89 -82
- package/npm-shrinkwrap.json +92 -92
- package/oclif.lock +100 -100
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.110.
|
|
3
|
+
"version": "2.110.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.110.
|
|
9
|
+
"version": "2.110.19",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
14
|
+
"@oclif/core": "4.6.0",
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.37",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.35",
|
|
17
17
|
"@oclif/plugin-help": "6.2.33",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.70",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.50",
|
|
20
20
|
"@oclif/plugin-search": "1.2.33",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.11",
|
|
22
22
|
"@oclif/plugin-version": "2.2.34",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.50",
|
|
24
24
|
"@oclif/plugin-which": "3.2.41",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.24.
|
|
27
|
+
"@salesforce/plugin-agent": "1.24.18",
|
|
28
28
|
"@salesforce/plugin-apex": "3.8.3",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.13",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.59",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.23.
|
|
33
|
-
"@salesforce/plugin-info": "3.4.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.23.6",
|
|
33
|
+
"@salesforce/plugin-info": "3.4.93",
|
|
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.
|
|
36
|
+
"@salesforce/plugin-org": "5.9.38",
|
|
37
|
+
"@salesforce/plugin-packaging": "2.21.2",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.82",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.48",
|
|
40
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
+
"@salesforce/plugin-sobject": "1.4.76",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.61",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.66",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
@@ -4030,9 +4030,9 @@
|
|
|
4030
4030
|
}
|
|
4031
4031
|
},
|
|
4032
4032
|
"node_modules/@oclif/core": {
|
|
4033
|
-
"version": "4.
|
|
4034
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
4035
|
-
"integrity": "sha512-
|
|
4033
|
+
"version": "4.6.0",
|
|
4034
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.6.0.tgz",
|
|
4035
|
+
"integrity": "sha512-nVe56MTWDD6+/oOxfEIrnnnq7bDBMseE904rI2+ZCvLLqY6Hm8yh07Ks149UgZiJvxYhQPsGEry2ifh8zz3irw==",
|
|
4036
4036
|
"license": "MIT",
|
|
4037
4037
|
"dependencies": {
|
|
4038
4038
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4118,9 +4118,9 @@
|
|
|
4118
4118
|
}
|
|
4119
4119
|
},
|
|
4120
4120
|
"node_modules/@oclif/multi-stage-output": {
|
|
4121
|
-
"version": "0.8.
|
|
4122
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
4123
|
-
"integrity": "sha512-
|
|
4121
|
+
"version": "0.8.25",
|
|
4122
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.25.tgz",
|
|
4123
|
+
"integrity": "sha512-Tw/EDlk7i4WEGfTtjHzTLBpwqgl0AtBqu9kixxH1cPCpD7qG783Pc5lAk+IwgReNpgZEdrrdeGVePFlsitBIbQ==",
|
|
4124
4124
|
"license": "MIT",
|
|
4125
4125
|
"dependencies": {
|
|
4126
4126
|
"@oclif/core": "^4",
|
|
@@ -4230,9 +4230,9 @@
|
|
|
4230
4230
|
}
|
|
4231
4231
|
},
|
|
4232
4232
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
4233
|
-
"version": "3.2.
|
|
4234
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
4235
|
-
"integrity": "sha512-
|
|
4233
|
+
"version": "3.2.37",
|
|
4234
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.37.tgz",
|
|
4235
|
+
"integrity": "sha512-Uz+Lwvd9JYU9dvq2FuinH+ags2zlQwKyNgmY/ETW6y1r5X1HJPzEKROdli2RKpD/USy28rRuxO9kSAnHF+e6DA==",
|
|
4236
4236
|
"license": "MIT",
|
|
4237
4237
|
"dependencies": {
|
|
4238
4238
|
"@oclif/core": "^4",
|
|
@@ -4340,13 +4340,13 @@
|
|
|
4340
4340
|
}
|
|
4341
4341
|
},
|
|
4342
4342
|
"node_modules/@oclif/plugin-not-found": {
|
|
4343
|
-
"version": "3.2.
|
|
4344
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
4345
|
-
"integrity": "sha512-
|
|
4343
|
+
"version": "3.2.70",
|
|
4344
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.70.tgz",
|
|
4345
|
+
"integrity": "sha512-pFU32i0hpOrpb2k+HXTp2MuGB/FaaTDrbCkbcoA+0uxjGAqhifxCJlDLZI/BCjsjd0nKJ0pZEDbiIAA6+2oKoA==",
|
|
4346
4346
|
"license": "MIT",
|
|
4347
4347
|
"dependencies": {
|
|
4348
4348
|
"@inquirer/prompts": "^7.9.0",
|
|
4349
|
-
"@oclif/core": "^4.5.
|
|
4349
|
+
"@oclif/core": "^4.5.6",
|
|
4350
4350
|
"ansis": "^3.17.0",
|
|
4351
4351
|
"fast-levenshtein": "^3.0.0"
|
|
4352
4352
|
},
|
|
@@ -4484,9 +4484,9 @@
|
|
|
4484
4484
|
}
|
|
4485
4485
|
},
|
|
4486
4486
|
"node_modules/@oclif/plugin-update": {
|
|
4487
|
-
"version": "4.7.
|
|
4488
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
4489
|
-
"integrity": "sha512-
|
|
4487
|
+
"version": "4.7.11",
|
|
4488
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.11.tgz",
|
|
4489
|
+
"integrity": "sha512-e1vr620Lr/TutYNICk4Nv/FW3vwGR2/zycqzCbsoMlFC5+hYFocS/IVDOh45mnelQlHIS15zVL+XySy3/7o/Xw==",
|
|
4490
4490
|
"license": "MIT",
|
|
4491
4491
|
"dependencies": {
|
|
4492
4492
|
"@inquirer/select": "^2.5.0",
|
|
@@ -4518,9 +4518,9 @@
|
|
|
4518
4518
|
}
|
|
4519
4519
|
},
|
|
4520
4520
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4521
|
-
"version": "3.1.
|
|
4522
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4523
|
-
"integrity": "sha512-
|
|
4521
|
+
"version": "3.1.50",
|
|
4522
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.50.tgz",
|
|
4523
|
+
"integrity": "sha512-JAN0qm5z4FrgZ5i1K1vDGCglOTYrdHtSwSi0R6EAqv0SlrlY5ZKDqpRFklT0i2KGr4M6XPoDr1QiDsZbpN62EQ==",
|
|
4524
4524
|
"license": "MIT",
|
|
4525
4525
|
"dependencies": {
|
|
4526
4526
|
"@oclif/core": "^4",
|
|
@@ -4991,9 +4991,9 @@
|
|
|
4991
4991
|
"license": "BSD-3-Clause"
|
|
4992
4992
|
},
|
|
4993
4993
|
"node_modules/@salesforce/agents": {
|
|
4994
|
-
"version": "0.
|
|
4995
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.
|
|
4996
|
-
"integrity": "sha512-
|
|
4994
|
+
"version": "0.18.2",
|
|
4995
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.18.2.tgz",
|
|
4996
|
+
"integrity": "sha512-JarlWF9WUp3/qKm73E5dK6BERnqz/fmy+x9r6zeO4YDmLvc1oZV6ufNcXOEN9pmPHh6D0qBWOBJ1IlBHQPIUig==",
|
|
4997
4997
|
"license": "Apache-2.0",
|
|
4998
4998
|
"dependencies": {
|
|
4999
4999
|
"@salesforce/core": "^8.19.1",
|
|
@@ -5039,12 +5039,12 @@
|
|
|
5039
5039
|
"license": "MIT"
|
|
5040
5040
|
},
|
|
5041
5041
|
"node_modules/@salesforce/apex-node": {
|
|
5042
|
-
"version": "8.3.
|
|
5043
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.3.
|
|
5044
|
-
"integrity": "sha512-
|
|
5042
|
+
"version": "8.3.4",
|
|
5043
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.3.4.tgz",
|
|
5044
|
+
"integrity": "sha512-QDy/ooS9oD/lrp40YAQnmSoZPIaBYFWcnteRAF42gXBnoXODrQNcz1XQFtb4F2N2h8TX+PiGGhXYERK2nqM8Ow==",
|
|
5045
5045
|
"license": "BSD-3-Clause",
|
|
5046
5046
|
"dependencies": {
|
|
5047
|
-
"@salesforce/core": "^8.23.
|
|
5047
|
+
"@salesforce/core": "^8.23.2",
|
|
5048
5048
|
"@salesforce/kit": "^3.2.4",
|
|
5049
5049
|
"@types/istanbul-reports": "^3.0.4",
|
|
5050
5050
|
"fast-glob": "^3.3.2",
|
|
@@ -5371,9 +5371,9 @@
|
|
|
5371
5371
|
}
|
|
5372
5372
|
},
|
|
5373
5373
|
"node_modules/@salesforce/packaging": {
|
|
5374
|
-
"version": "4.
|
|
5375
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.
|
|
5376
|
-
"integrity": "sha512-
|
|
5374
|
+
"version": "4.16.0",
|
|
5375
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.16.0.tgz",
|
|
5376
|
+
"integrity": "sha512-B9pNih9LpISVqKJWQ/dN9SKsppqrOXMECiGxEq+x4NZPV9Rgf9HJEpJL17LkI2KGynKwL+Hpflo9zMeiZ6JzJQ==",
|
|
5377
5377
|
"license": "Apache-2.0",
|
|
5378
5378
|
"dependencies": {
|
|
5379
5379
|
"@jsforce/jsforce-node": "^3.10.4",
|
|
@@ -5405,16 +5405,16 @@
|
|
|
5405
5405
|
}
|
|
5406
5406
|
},
|
|
5407
5407
|
"node_modules/@salesforce/plugin-agent": {
|
|
5408
|
-
"version": "1.24.
|
|
5409
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.
|
|
5410
|
-
"integrity": "sha512-
|
|
5408
|
+
"version": "1.24.18",
|
|
5409
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.18.tgz",
|
|
5410
|
+
"integrity": "sha512-dqb22CF+eTEK3vxjQDTjF5utDbR2H7qhCmCMuiz96xOZqVFZm/Z241xTPTV8xUOtlioO+noylCU/bNeUOe1s3g==",
|
|
5411
5411
|
"license": "BSD-3-Clause",
|
|
5412
5412
|
"dependencies": {
|
|
5413
|
-
"@inquirer/core": "^10.
|
|
5413
|
+
"@inquirer/core": "^10.3.0",
|
|
5414
5414
|
"@inquirer/prompts": "^7.8.4",
|
|
5415
5415
|
"@oclif/core": "^4",
|
|
5416
5416
|
"@oclif/multi-stage-output": "^0.8.22",
|
|
5417
|
-
"@salesforce/agents": "^0.
|
|
5417
|
+
"@salesforce/agents": "^0.18.2",
|
|
5418
5418
|
"@salesforce/core": "^8.23.2",
|
|
5419
5419
|
"@salesforce/kit": "^3.2.3",
|
|
5420
5420
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
@@ -5623,21 +5623,21 @@
|
|
|
5623
5623
|
}
|
|
5624
5624
|
},
|
|
5625
5625
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5626
|
-
"version": "3.23.
|
|
5627
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.
|
|
5628
|
-
"integrity": "sha512-
|
|
5626
|
+
"version": "3.23.6",
|
|
5627
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.6.tgz",
|
|
5628
|
+
"integrity": "sha512-2U5OCiHSusRYaUW24CwvHUv9p/cgQ+nHvQP1S2seo9VdlmwDwYLC88Kle7FvvCEV/byZrKJHgkcpQcQI8XG1FA==",
|
|
5629
5629
|
"license": "Apache-2.0",
|
|
5630
5630
|
"dependencies": {
|
|
5631
5631
|
"@inquirer/prompts": "^7.8.3",
|
|
5632
5632
|
"@oclif/core": "^4.5.6",
|
|
5633
5633
|
"@oclif/multi-stage-output": "^0.8.20",
|
|
5634
|
-
"@salesforce/apex-node": "^8.
|
|
5634
|
+
"@salesforce/apex-node": "^8.3.4",
|
|
5635
5635
|
"@salesforce/core": "^8.23.2",
|
|
5636
|
-
"@salesforce/kit": "^3.2.
|
|
5637
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5638
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5639
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5640
|
-
"@salesforce/source-tracking": "^7.4.
|
|
5636
|
+
"@salesforce/kit": "^3.2.4",
|
|
5637
|
+
"@salesforce/plugin-info": "^3.4.93",
|
|
5638
|
+
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
5639
|
+
"@salesforce/source-deploy-retrieve": "^12.24.1",
|
|
5640
|
+
"@salesforce/source-tracking": "^7.4.10",
|
|
5641
5641
|
"@salesforce/ts-types": "^2.0.12",
|
|
5642
5642
|
"ansis": "^3.17.0",
|
|
5643
5643
|
"terminal-link": "^3.0.0"
|
|
@@ -5647,15 +5647,15 @@
|
|
|
5647
5647
|
}
|
|
5648
5648
|
},
|
|
5649
5649
|
"node_modules/@salesforce/plugin-info": {
|
|
5650
|
-
"version": "3.4.
|
|
5651
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
5652
|
-
"integrity": "sha512-
|
|
5650
|
+
"version": "3.4.93",
|
|
5651
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.93.tgz",
|
|
5652
|
+
"integrity": "sha512-E0Imd3rX+Rq3Rlk91xpa19kdADIQ/oTBTx6CE9XHaGr9HHflwSmoYJPd6siau3gJD3JfETqW84gsCg0mGXYmbA==",
|
|
5653
5653
|
"license": "Apache-2.0",
|
|
5654
5654
|
"dependencies": {
|
|
5655
5655
|
"@inquirer/input": "^2.3.0",
|
|
5656
5656
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
5657
5657
|
"@oclif/core": "^4",
|
|
5658
|
-
"@salesforce/core": "^8.23.
|
|
5658
|
+
"@salesforce/core": "^8.23.2",
|
|
5659
5659
|
"@salesforce/kit": "^3.2.3",
|
|
5660
5660
|
"@salesforce/sf-plugins-core": "^12",
|
|
5661
5661
|
"got": "^13.0.0",
|
|
@@ -5663,7 +5663,7 @@
|
|
|
5663
5663
|
"marked-terminal": "^4.2.0",
|
|
5664
5664
|
"open": "^10.2.0",
|
|
5665
5665
|
"proxy-agent": "^6.5.0",
|
|
5666
|
-
"semver": "^7.7.
|
|
5666
|
+
"semver": "^7.7.3"
|
|
5667
5667
|
},
|
|
5668
5668
|
"engines": {
|
|
5669
5669
|
"node": ">=18.0.0"
|
|
@@ -5699,17 +5699,17 @@
|
|
|
5699
5699
|
}
|
|
5700
5700
|
},
|
|
5701
5701
|
"node_modules/@salesforce/plugin-org": {
|
|
5702
|
-
"version": "5.9.
|
|
5703
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
5704
|
-
"integrity": "sha512-
|
|
5702
|
+
"version": "5.9.38",
|
|
5703
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.38.tgz",
|
|
5704
|
+
"integrity": "sha512-ZcW6yD7BbXfzppsFEEp9DugraxkjATyzhl4yE2HBn0qhHjfyRHmrvA1L7788Eyd1+9kjOH0MuAzZeeAjzoNAhw==",
|
|
5705
5705
|
"license": "Apache-2.0",
|
|
5706
5706
|
"dependencies": {
|
|
5707
|
-
"@oclif/core": "^4.5.
|
|
5708
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5709
|
-
"@salesforce/core": "^8.
|
|
5707
|
+
"@oclif/core": "^4.5.6",
|
|
5708
|
+
"@oclif/multi-stage-output": "^0.8.25",
|
|
5709
|
+
"@salesforce/core": "^8.23.2",
|
|
5710
5710
|
"@salesforce/kit": "^3.2.4",
|
|
5711
5711
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
5712
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5712
|
+
"@salesforce/source-deploy-retrieve": "^12.24.0",
|
|
5713
5713
|
"@salesforce/ts-types": "^2.0.12",
|
|
5714
5714
|
"ansis": "^3.16.0",
|
|
5715
5715
|
"change-case": "^5.4.4",
|
|
@@ -5722,15 +5722,15 @@
|
|
|
5722
5722
|
}
|
|
5723
5723
|
},
|
|
5724
5724
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5725
|
-
"version": "2.
|
|
5726
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
5727
|
-
"integrity": "sha512-
|
|
5725
|
+
"version": "2.21.2",
|
|
5726
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.21.2.tgz",
|
|
5727
|
+
"integrity": "sha512-B7j0JQL2Sq6+8XgKxXyxLfydYPn0KJrJMz0PxzwmnZiGcq3iLnP6hgprk38jFhB7NnB/VAUHdYpnUBJAN9+pdA==",
|
|
5728
5728
|
"license": "Apache-2.0",
|
|
5729
5729
|
"dependencies": {
|
|
5730
5730
|
"@oclif/core": "^4",
|
|
5731
|
-
"@salesforce/core": "^8.23.
|
|
5731
|
+
"@salesforce/core": "^8.23.2",
|
|
5732
5732
|
"@salesforce/kit": "^3.2.4",
|
|
5733
|
-
"@salesforce/packaging": "^4.
|
|
5733
|
+
"@salesforce/packaging": "^4.16.0",
|
|
5734
5734
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
5735
5735
|
"chalk": "^5.6.2"
|
|
5736
5736
|
},
|
|
@@ -5903,16 +5903,16 @@
|
|
|
5903
5903
|
}
|
|
5904
5904
|
},
|
|
5905
5905
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5906
|
-
"version": "1.4.
|
|
5907
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5908
|
-
"integrity": "sha512-
|
|
5906
|
+
"version": "1.4.76",
|
|
5907
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.76.tgz",
|
|
5908
|
+
"integrity": "sha512-rvYQ4caBwUAlNcVVKjPJt4lVTGOZJm1QRm91DnKT2vdWPBkvzpAqih8b19yInEpa5HW8JSuXRtUPuPdqtPj+1A==",
|
|
5909
5909
|
"license": "Apache-2.0",
|
|
5910
5910
|
"dependencies": {
|
|
5911
5911
|
"@inquirer/confirm": "^3.2.0",
|
|
5912
5912
|
"@inquirer/input": "^2.3.0",
|
|
5913
5913
|
"@inquirer/select": "^2.5.0",
|
|
5914
5914
|
"@oclif/core": "^4",
|
|
5915
|
-
"@salesforce/core": "^8.23.
|
|
5915
|
+
"@salesforce/core": "^8.23.2",
|
|
5916
5916
|
"@salesforce/kit": "^3.2.4",
|
|
5917
5917
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5918
5918
|
"fast-glob": "^3.3.3",
|
|
@@ -6103,15 +6103,15 @@
|
|
|
6103
6103
|
}
|
|
6104
6104
|
},
|
|
6105
6105
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6106
|
-
"version": "12.24.
|
|
6107
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.24.
|
|
6108
|
-
"integrity": "sha512-
|
|
6106
|
+
"version": "12.24.2",
|
|
6107
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.24.2.tgz",
|
|
6108
|
+
"integrity": "sha512-3erIjuoUXt9FNjOaOg8a9Vzmbk1keUvfqRwKg02pKu1Ad/oqZXg5uPPPehJb1vM1lE18c/8kP6vkQmS0hasqUw==",
|
|
6109
6109
|
"license": "Apache-2.0",
|
|
6110
6110
|
"dependencies": {
|
|
6111
|
-
"@salesforce/core": "^8.23.
|
|
6112
|
-
"@salesforce/kit": "^3.2.
|
|
6111
|
+
"@salesforce/core": "^8.23.2",
|
|
6112
|
+
"@salesforce/kit": "^3.2.4",
|
|
6113
6113
|
"@salesforce/ts-types": "^2.0.12",
|
|
6114
|
-
"@salesforce/types": "^1.
|
|
6114
|
+
"@salesforce/types": "^1.5.0",
|
|
6115
6115
|
"fast-levenshtein": "^3.0.0",
|
|
6116
6116
|
"fast-xml-parser": "^4.5.3",
|
|
6117
6117
|
"got": "^11.8.6",
|
|
@@ -6241,15 +6241,15 @@
|
|
|
6241
6241
|
}
|
|
6242
6242
|
},
|
|
6243
6243
|
"node_modules/@salesforce/source-tracking": {
|
|
6244
|
-
"version": "7.4.
|
|
6245
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.
|
|
6246
|
-
"integrity": "sha512-
|
|
6244
|
+
"version": "7.4.10",
|
|
6245
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.10.tgz",
|
|
6246
|
+
"integrity": "sha512-Vxy0jrNQ6a7Vn3Pajfy3tgNQbOvG0zNVH0KgcF1w2UZvoDkVHxOw9QOpEPhN5oNa/qRc0UfnjOp+noCBAU28+A==",
|
|
6247
6247
|
"license": "Apache-2.0",
|
|
6248
6248
|
"dependencies": {
|
|
6249
|
-
"@oclif/core": "^4.
|
|
6250
|
-
"@salesforce/core": "^8.
|
|
6249
|
+
"@oclif/core": "^4.4.0",
|
|
6250
|
+
"@salesforce/core": "^8.22.0",
|
|
6251
6251
|
"@salesforce/kit": "^3.2.3",
|
|
6252
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
6252
|
+
"@salesforce/source-deploy-retrieve": "^12.22.11",
|
|
6253
6253
|
"@salesforce/ts-types": "^2.0.12",
|
|
6254
6254
|
"fast-xml-parser": "^4.5.3",
|
|
6255
6255
|
"graceful-fs": "^4.2.11",
|
|
@@ -6648,9 +6648,9 @@
|
|
|
6648
6648
|
}
|
|
6649
6649
|
},
|
|
6650
6650
|
"node_modules/@salesforce/types": {
|
|
6651
|
-
"version": "1.
|
|
6652
|
-
"resolved": "https://registry.npmjs.org/@salesforce/types/-/types-1.
|
|
6653
|
-
"integrity": "sha512-
|
|
6651
|
+
"version": "1.5.0",
|
|
6652
|
+
"resolved": "https://registry.npmjs.org/@salesforce/types/-/types-1.5.0.tgz",
|
|
6653
|
+
"integrity": "sha512-zBihdJ6WwE0JP6BVCXhm7guMQlj4/7nCYqtrkozgxgeKLJq+zKrTRwILeRQbbeqVP4nKjUz/AJr0zCDjrA2IVg==",
|
|
6654
6654
|
"license": "BSD-3-Clause",
|
|
6655
6655
|
"engines": {
|
|
6656
6656
|
"node": ">=18"
|