@salesforce/cli 2.50.3 → 2.50.5
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 +86 -86
- package/npm-shrinkwrap.json +126 -162
- package/oclif.lock +134 -153
- package/oclif.manifest.json +1 -1
- package/package.json +22 -22
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.50.
|
|
3
|
+
"version": "2.50.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.50.
|
|
9
|
+
"version": "2.50.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.8",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.1.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.1.6",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.6",
|
|
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.
|
|
17
|
+
"@oclif/plugin-help": "6.2.5",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.10",
|
|
19
|
+
"@oclif/plugin-plugins": "5.3.4",
|
|
20
|
+
"@oclif/plugin-search": "1.2.2",
|
|
21
|
+
"@oclif/plugin-update": "4.4.7",
|
|
22
22
|
"@oclif/plugin-version": "2.2.6",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.8",
|
|
24
|
+
"@oclif/plugin-which": "3.2.6",
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.2.
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
-
"@salesforce/plugin-data": "3.5.
|
|
27
|
+
"@salesforce/plugin-apex": "3.2.4",
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.33",
|
|
29
|
+
"@salesforce/plugin-data": "3.5.5",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.13",
|
|
31
|
-
"@salesforce/plugin-info": "3.3.
|
|
32
|
-
"@salesforce/plugin-limits": "3.3.
|
|
31
|
+
"@salesforce/plugin-info": "3.3.17",
|
|
32
|
+
"@salesforce/plugin-limits": "3.3.17",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.17",
|
|
34
|
-
"@salesforce/plugin-org": "4.3.
|
|
34
|
+
"@salesforce/plugin-org": "4.3.4",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.7.0",
|
|
36
|
-
"@salesforce/plugin-schema": "3.3.
|
|
37
|
-
"@salesforce/plugin-settings": "2.3.
|
|
38
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
36
|
+
"@salesforce/plugin-schema": "3.3.19",
|
|
37
|
+
"@salesforce/plugin-settings": "2.3.8",
|
|
38
|
+
"@salesforce/plugin-sobject": "1.4.19",
|
|
39
39
|
"@salesforce/plugin-source": "3.5.3",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.1",
|
|
41
|
-
"@salesforce/plugin-templates": "56.3.
|
|
41
|
+
"@salesforce/plugin-templates": "56.3.2",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.13",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.17",
|
|
44
|
-
"@salesforce/sf-plugins-core": "11.1.
|
|
44
|
+
"@salesforce/sf-plugins-core": "11.1.6",
|
|
45
45
|
"ansis": "^3.2.0"
|
|
46
46
|
},
|
|
47
47
|
"bin": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"aws-sdk": "^2.1652.0",
|
|
58
58
|
"oclif": "^4.13.12",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
|
-
"typescript": "^5.5.
|
|
60
|
+
"typescript": "^5.5.3"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=18.6.0"
|
|
@@ -4622,12 +4622,12 @@
|
|
|
4622
4622
|
}
|
|
4623
4623
|
},
|
|
4624
4624
|
"node_modules/@inquirer/confirm": {
|
|
4625
|
-
"version": "3.1.
|
|
4626
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
4627
|
-
"integrity": "sha512-
|
|
4625
|
+
"version": "3.1.14",
|
|
4626
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.14.tgz",
|
|
4627
|
+
"integrity": "sha512-nbLSX37b2dGPtKWL3rPuR/5hOuD30S+pqJ/MuFiUEgN6GiMs8UMxiurKAMDzKt6C95ltjupa8zH6+3csXNHWpA==",
|
|
4628
4628
|
"license": "MIT",
|
|
4629
4629
|
"dependencies": {
|
|
4630
|
-
"@inquirer/core": "^9.0.
|
|
4630
|
+
"@inquirer/core": "^9.0.2",
|
|
4631
4631
|
"@inquirer/type": "^1.4.0"
|
|
4632
4632
|
},
|
|
4633
4633
|
"engines": {
|
|
@@ -4635,9 +4635,9 @@
|
|
|
4635
4635
|
}
|
|
4636
4636
|
},
|
|
4637
4637
|
"node_modules/@inquirer/core": {
|
|
4638
|
-
"version": "9.0.
|
|
4639
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.
|
|
4640
|
-
"integrity": "sha512-
|
|
4638
|
+
"version": "9.0.2",
|
|
4639
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.2.tgz",
|
|
4640
|
+
"integrity": "sha512-nguvH3TZar3ACwbytZrraRTzGqyxJfYJwv+ZwqZNatAosdWQMP1GV8zvmkNlBe2JeZSaw0WYBHZk52pDpWC9qA==",
|
|
4641
4641
|
"license": "MIT",
|
|
4642
4642
|
"dependencies": {
|
|
4643
4643
|
"@inquirer/figures": "^1.0.3",
|
|
@@ -4652,7 +4652,7 @@
|
|
|
4652
4652
|
"signal-exit": "^4.1.0",
|
|
4653
4653
|
"strip-ansi": "^6.0.1",
|
|
4654
4654
|
"wrap-ansi": "^6.2.0",
|
|
4655
|
-
"yoctocolors-cjs": "^2.1.
|
|
4655
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
4656
4656
|
},
|
|
4657
4657
|
"engines": {
|
|
4658
4658
|
"node": ">=18"
|
|
@@ -4680,12 +4680,12 @@
|
|
|
4680
4680
|
}
|
|
4681
4681
|
},
|
|
4682
4682
|
"node_modules/@inquirer/input": {
|
|
4683
|
-
"version": "2.1
|
|
4684
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.
|
|
4685
|
-
"integrity": "sha512-
|
|
4683
|
+
"version": "2.2.1",
|
|
4684
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.2.1.tgz",
|
|
4685
|
+
"integrity": "sha512-Yl1G6h7qWydzrJwqN777geeJVaAFL5Ly83aZlw4xHf8Z/BoTMfKRheyuMaQwOG7LQ4e5nQP7PxXdEg4SzQ+OKw==",
|
|
4686
4686
|
"license": "MIT",
|
|
4687
4687
|
"dependencies": {
|
|
4688
|
-
"@inquirer/core": "^9.0.
|
|
4688
|
+
"@inquirer/core": "^9.0.2",
|
|
4689
4689
|
"@inquirer/type": "^1.4.0"
|
|
4690
4690
|
},
|
|
4691
4691
|
"engines": {
|
|
@@ -4693,66 +4693,30 @@
|
|
|
4693
4693
|
}
|
|
4694
4694
|
},
|
|
4695
4695
|
"node_modules/@inquirer/password": {
|
|
4696
|
-
"version": "2.1.
|
|
4697
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.
|
|
4698
|
-
"integrity": "sha512-
|
|
4696
|
+
"version": "2.1.14",
|
|
4697
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.14.tgz",
|
|
4698
|
+
"integrity": "sha512-sPzOkXLhWJQ96K6nPZFnF8XB8tsDrcCRobd1d3EDz81F+4hp8BbdmsnsQcqZ7oYDIOVM/mWJyIUtJ35TrssJxQ==",
|
|
4699
4699
|
"license": "MIT",
|
|
4700
4700
|
"dependencies": {
|
|
4701
|
-
"@inquirer/core": "^
|
|
4702
|
-
"@inquirer/type": "^1.
|
|
4701
|
+
"@inquirer/core": "^9.0.2",
|
|
4702
|
+
"@inquirer/type": "^1.4.0",
|
|
4703
4703
|
"ansi-escapes": "^4.3.2"
|
|
4704
4704
|
},
|
|
4705
4705
|
"engines": {
|
|
4706
4706
|
"node": ">=18"
|
|
4707
4707
|
}
|
|
4708
4708
|
},
|
|
4709
|
-
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
|
4710
|
-
"version": "8.2.4",
|
|
4711
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.4.tgz",
|
|
4712
|
-
"integrity": "sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==",
|
|
4713
|
-
"license": "MIT",
|
|
4714
|
-
"dependencies": {
|
|
4715
|
-
"@inquirer/figures": "^1.0.3",
|
|
4716
|
-
"@inquirer/type": "^1.3.3",
|
|
4717
|
-
"@types/mute-stream": "^0.0.4",
|
|
4718
|
-
"@types/node": "^20.14.9",
|
|
4719
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
4720
|
-
"ansi-escapes": "^4.3.2",
|
|
4721
|
-
"cli-spinners": "^2.9.2",
|
|
4722
|
-
"cli-width": "^4.1.0",
|
|
4723
|
-
"mute-stream": "^1.0.0",
|
|
4724
|
-
"picocolors": "^1.0.1",
|
|
4725
|
-
"signal-exit": "^4.1.0",
|
|
4726
|
-
"strip-ansi": "^6.0.1",
|
|
4727
|
-
"wrap-ansi": "^6.2.0"
|
|
4728
|
-
},
|
|
4729
|
-
"engines": {
|
|
4730
|
-
"node": ">=18"
|
|
4731
|
-
}
|
|
4732
|
-
},
|
|
4733
|
-
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
4734
|
-
"version": "4.1.0",
|
|
4735
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4736
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4737
|
-
"license": "ISC",
|
|
4738
|
-
"engines": {
|
|
4739
|
-
"node": ">=14"
|
|
4740
|
-
},
|
|
4741
|
-
"funding": {
|
|
4742
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4743
|
-
}
|
|
4744
|
-
},
|
|
4745
4709
|
"node_modules/@inquirer/select": {
|
|
4746
|
-
"version": "2.3.
|
|
4747
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.
|
|
4748
|
-
"integrity": "sha512-
|
|
4710
|
+
"version": "2.3.10",
|
|
4711
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.10.tgz",
|
|
4712
|
+
"integrity": "sha512-rr7iR0Zj1YFfgM8IUGimPD9Yukd+n/U63CnYT9kdum6DbRXtMxR45rrreP+EA9ixCnShr+W4xj7suRxC1+8t9g==",
|
|
4749
4713
|
"license": "MIT",
|
|
4750
4714
|
"dependencies": {
|
|
4751
|
-
"@inquirer/core": "^9.0.
|
|
4715
|
+
"@inquirer/core": "^9.0.2",
|
|
4752
4716
|
"@inquirer/figures": "^1.0.3",
|
|
4753
4717
|
"@inquirer/type": "^1.4.0",
|
|
4754
4718
|
"ansi-escapes": "^4.3.2",
|
|
4755
|
-
"yoctocolors-cjs": "^2.1.
|
|
4719
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
4756
4720
|
},
|
|
4757
4721
|
"engines": {
|
|
4758
4722
|
"node": ">=18"
|
|
@@ -5469,9 +5433,9 @@
|
|
|
5469
5433
|
}
|
|
5470
5434
|
},
|
|
5471
5435
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
5472
|
-
"version": "3.1.
|
|
5473
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.
|
|
5474
|
-
"integrity": "sha512-
|
|
5436
|
+
"version": "3.1.6",
|
|
5437
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.6.tgz",
|
|
5438
|
+
"integrity": "sha512-Eo13RHSr7c5I5miatEBGhKVkLEADzN8taUlYOs5vbRWtWlR/FoDnwSZJ72gBvvayvCHEqlBOaNBn/wufxdrDAg==",
|
|
5475
5439
|
"license": "MIT",
|
|
5476
5440
|
"dependencies": {
|
|
5477
5441
|
"@oclif/core": "^4",
|
|
@@ -5567,9 +5531,9 @@
|
|
|
5567
5531
|
}
|
|
5568
5532
|
},
|
|
5569
5533
|
"node_modules/@oclif/plugin-help": {
|
|
5570
|
-
"version": "6.2.
|
|
5571
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5572
|
-
"integrity": "sha512
|
|
5534
|
+
"version": "6.2.5",
|
|
5535
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.5.tgz",
|
|
5536
|
+
"integrity": "sha512-/NgP6j5THCWDxQj3Mba+IIidf8fBtOT5Wh6ygb2WdWLSxcsRXSQUiJKKOXu8e/N5+KQeuG2Yko2hFxd2cZUzMQ==",
|
|
5573
5537
|
"license": "MIT",
|
|
5574
5538
|
"dependencies": {
|
|
5575
5539
|
"@oclif/core": "^4"
|
|
@@ -5579,12 +5543,12 @@
|
|
|
5579
5543
|
}
|
|
5580
5544
|
},
|
|
5581
5545
|
"node_modules/@oclif/plugin-not-found": {
|
|
5582
|
-
"version": "3.2.
|
|
5583
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
5584
|
-
"integrity": "sha512-
|
|
5546
|
+
"version": "3.2.10",
|
|
5547
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.10.tgz",
|
|
5548
|
+
"integrity": "sha512-Bevp3hcv1IhNgljugIhxL5ARcwxsQmiR9yGOozURuZBX3IjsHBPhI2I92wKA2KM5zRgh4zOm6gvoP8gcHlhLJA==",
|
|
5585
5549
|
"license": "MIT",
|
|
5586
5550
|
"dependencies": {
|
|
5587
|
-
"@inquirer/confirm": "^3.1.
|
|
5551
|
+
"@inquirer/confirm": "^3.1.14",
|
|
5588
5552
|
"@oclif/core": "^4",
|
|
5589
5553
|
"ansis": "^3.2.0",
|
|
5590
5554
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -5594,9 +5558,9 @@
|
|
|
5594
5558
|
}
|
|
5595
5559
|
},
|
|
5596
5560
|
"node_modules/@oclif/plugin-plugins": {
|
|
5597
|
-
"version": "5.3.
|
|
5598
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.
|
|
5599
|
-
"integrity": "sha512-
|
|
5561
|
+
"version": "5.3.4",
|
|
5562
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.4.tgz",
|
|
5563
|
+
"integrity": "sha512-gbLe+rfqP3dlphqOisFvbZ+adjobvIEhc78ferl3wFL4EazkIrcqrHYle77EjsaEiATqtCIeh3Ef41QCGoK9pA==",
|
|
5600
5564
|
"license": "MIT",
|
|
5601
5565
|
"dependencies": {
|
|
5602
5566
|
"@oclif/core": "^4",
|
|
@@ -5643,9 +5607,9 @@
|
|
|
5643
5607
|
}
|
|
5644
5608
|
},
|
|
5645
5609
|
"node_modules/@oclif/plugin-search": {
|
|
5646
|
-
"version": "1.2.
|
|
5647
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
5648
|
-
"integrity": "sha512-
|
|
5610
|
+
"version": "1.2.2",
|
|
5611
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.2.tgz",
|
|
5612
|
+
"integrity": "sha512-zaPk3BUfWuw+nMH15sGJhyKX0g5R2cQnTfME/63RyoxhbXJCTQMquvS/3B5LpbOt9kURXLA5ZUDR85HZPqur/w==",
|
|
5649
5613
|
"license": "MIT",
|
|
5650
5614
|
"dependencies": {
|
|
5651
5615
|
"@oclif/core": "^4",
|
|
@@ -5672,9 +5636,9 @@
|
|
|
5672
5636
|
}
|
|
5673
5637
|
},
|
|
5674
5638
|
"node_modules/@oclif/plugin-update": {
|
|
5675
|
-
"version": "4.4.
|
|
5676
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.
|
|
5677
|
-
"integrity": "sha512-
|
|
5639
|
+
"version": "4.4.7",
|
|
5640
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.7.tgz",
|
|
5641
|
+
"integrity": "sha512-sUNiCARZwmT3zLW8zTTnSvBr6PD+I4Pe+ye/Hve+c8y+BEDIPORz7Ftmca384NJAIad5Od7/Go06BZE3UCzG+g==",
|
|
5678
5642
|
"license": "MIT",
|
|
5679
5643
|
"dependencies": {
|
|
5680
5644
|
"@inquirer/select": "^2.3.7",
|
|
@@ -5705,9 +5669,9 @@
|
|
|
5705
5669
|
}
|
|
5706
5670
|
},
|
|
5707
5671
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
5708
|
-
"version": "3.1.
|
|
5709
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
5710
|
-
"integrity": "sha512-
|
|
5672
|
+
"version": "3.1.8",
|
|
5673
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.8.tgz",
|
|
5674
|
+
"integrity": "sha512-8MVaQGnvUq/mBYOVLVC1ZniwGHckRULS75s2PVT/9A4MRPzLmtNpaV8Ncra+X4cvxMJQB7KhbJN3v1itWyHnHg==",
|
|
5711
5675
|
"license": "MIT",
|
|
5712
5676
|
"dependencies": {
|
|
5713
5677
|
"@oclif/core": "^4",
|
|
@@ -5721,9 +5685,9 @@
|
|
|
5721
5685
|
}
|
|
5722
5686
|
},
|
|
5723
5687
|
"node_modules/@oclif/plugin-which": {
|
|
5724
|
-
"version": "3.2.
|
|
5725
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
5726
|
-
"integrity": "sha512-
|
|
5688
|
+
"version": "3.2.6",
|
|
5689
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.6.tgz",
|
|
5690
|
+
"integrity": "sha512-NDIlpnKFYgGtGK491LVZM+LeO8UDBLfE6srysnRaQf8rd0fzR0LFH77kUnsfwGyckS3Nx8o/VKjXaDulMKdDJQ==",
|
|
5727
5691
|
"license": "MIT",
|
|
5728
5692
|
"dependencies": {
|
|
5729
5693
|
"@oclif/core": "^4",
|
|
@@ -6264,12 +6228,12 @@
|
|
|
6264
6228
|
}
|
|
6265
6229
|
},
|
|
6266
6230
|
"node_modules/@salesforce/plugin-apex": {
|
|
6267
|
-
"version": "3.2.
|
|
6268
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.
|
|
6269
|
-
"integrity": "sha512-
|
|
6231
|
+
"version": "3.2.4",
|
|
6232
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.4.tgz",
|
|
6233
|
+
"integrity": "sha512-MW+mB3Y0sgjVqc9gIQhASRkn1sL305KDeMyQiK/+fLIkmUo8zrU8LtmC6PVy6ohZerurXdgY4vRr7LElCcjQ7A==",
|
|
6270
6234
|
"license": "BSD-3-Clause",
|
|
6271
6235
|
"dependencies": {
|
|
6272
|
-
"@salesforce/apex-node": "^7.0.
|
|
6236
|
+
"@salesforce/apex-node": "^7.0.4",
|
|
6273
6237
|
"@salesforce/core": "^8.1.0",
|
|
6274
6238
|
"@salesforce/kit": "^3.1.6",
|
|
6275
6239
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
@@ -6280,9 +6244,9 @@
|
|
|
6280
6244
|
}
|
|
6281
6245
|
},
|
|
6282
6246
|
"node_modules/@salesforce/plugin-auth": {
|
|
6283
|
-
"version": "3.6.
|
|
6284
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
6285
|
-
"integrity": "sha512
|
|
6247
|
+
"version": "3.6.33",
|
|
6248
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.33.tgz",
|
|
6249
|
+
"integrity": "sha512-/Iyx6FbtZLkttBsgPgVJuv0Pasw/5r3xiRABS1ZiGU0/WBG2nXrJQGfp4pc3vldPI0ApiQtiEPmQhjh8dOM42w==",
|
|
6286
6250
|
"license": "BSD-3-Clause",
|
|
6287
6251
|
"dependencies": {
|
|
6288
6252
|
"@inquirer/checkbox": "^2.3.7",
|
|
@@ -6333,9 +6297,9 @@
|
|
|
6333
6297
|
}
|
|
6334
6298
|
},
|
|
6335
6299
|
"node_modules/@salesforce/plugin-data": {
|
|
6336
|
-
"version": "3.5.
|
|
6337
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.
|
|
6338
|
-
"integrity": "sha512-
|
|
6300
|
+
"version": "3.5.5",
|
|
6301
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.5.tgz",
|
|
6302
|
+
"integrity": "sha512-auEQUnwu9T1apSaUObqtCLC6v9wIW0J9YZsWhX83SkDc9VT0JJx0YJWLlcAT6tJWaVbbhAKsZuVrbxsQJLU33Q==",
|
|
6339
6303
|
"license": "BSD-3-Clause",
|
|
6340
6304
|
"dependencies": {
|
|
6341
6305
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
@@ -6382,12 +6346,12 @@
|
|
|
6382
6346
|
}
|
|
6383
6347
|
},
|
|
6384
6348
|
"node_modules/@salesforce/plugin-info": {
|
|
6385
|
-
"version": "3.3.
|
|
6386
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
6387
|
-
"integrity": "sha512-
|
|
6349
|
+
"version": "3.3.17",
|
|
6350
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.17.tgz",
|
|
6351
|
+
"integrity": "sha512-S+nHZD4G08wQItMSZJusCrQkw7ZHnDZFMo2xsbAFNiEovqM9oHNSVErUjiOEfJ6ewJ94CHZgClaxH8GGxITTpQ==",
|
|
6388
6352
|
"license": "BSD-3-Clause",
|
|
6389
6353
|
"dependencies": {
|
|
6390
|
-
"@inquirer/input": "^2.1
|
|
6354
|
+
"@inquirer/input": "^2.2.1",
|
|
6391
6355
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
6392
6356
|
"@oclif/core": "^4",
|
|
6393
6357
|
"@salesforce/core": "^8.1.0",
|
|
@@ -6405,12 +6369,12 @@
|
|
|
6405
6369
|
}
|
|
6406
6370
|
},
|
|
6407
6371
|
"node_modules/@salesforce/plugin-limits": {
|
|
6408
|
-
"version": "3.3.
|
|
6409
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
6410
|
-
"integrity": "sha512-
|
|
6372
|
+
"version": "3.3.17",
|
|
6373
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.17.tgz",
|
|
6374
|
+
"integrity": "sha512-5l9Hu8XnqEGFkM0Pxdh7l5gDzflvW2uNP0nBI5duTmxrq5pZKYJuKYg/uWaJ+/JojFxXbJsRT9qPAy62BAb+RA==",
|
|
6411
6375
|
"license": "BSD-3-Clause",
|
|
6412
6376
|
"dependencies": {
|
|
6413
|
-
"@salesforce/core": "^8.1.
|
|
6377
|
+
"@salesforce/core": "^8.1.1",
|
|
6414
6378
|
"@salesforce/sf-plugins-core": "^11.1.2"
|
|
6415
6379
|
},
|
|
6416
6380
|
"engines": {
|
|
@@ -6434,12 +6398,12 @@
|
|
|
6434
6398
|
}
|
|
6435
6399
|
},
|
|
6436
6400
|
"node_modules/@salesforce/plugin-org": {
|
|
6437
|
-
"version": "4.3.
|
|
6438
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.3.
|
|
6439
|
-
"integrity": "sha512-
|
|
6401
|
+
"version": "4.3.4",
|
|
6402
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.3.4.tgz",
|
|
6403
|
+
"integrity": "sha512-ZOgl5/8VQPsISVqNUWhLqZdAMUH7dIfF60x1JWF+lGcMbCL+rRAt1hK9yTtAof7+rnzSoph5uXwS7OHWVIftVQ==",
|
|
6440
6404
|
"license": "BSD-3-Clause",
|
|
6441
6405
|
"dependencies": {
|
|
6442
|
-
"@oclif/core": "^4.0.
|
|
6406
|
+
"@oclif/core": "^4.0.8",
|
|
6443
6407
|
"@salesforce/core": "^8.1.0",
|
|
6444
6408
|
"@salesforce/kit": "^3.1.6",
|
|
6445
6409
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
@@ -6539,13 +6503,13 @@
|
|
|
6539
6503
|
}
|
|
6540
6504
|
},
|
|
6541
6505
|
"node_modules/@salesforce/plugin-schema": {
|
|
6542
|
-
"version": "3.3.
|
|
6543
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
6544
|
-
"integrity": "sha512-
|
|
6506
|
+
"version": "3.3.19",
|
|
6507
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.19.tgz",
|
|
6508
|
+
"integrity": "sha512-twBK9j2N8tw3vUJj5Uf7YOYjd+H25rNPwOKoyNiO187SwCmp9ddIv8ak876i7Obev7ySKMCSBYNFDmmRxC2SeA==",
|
|
6545
6509
|
"license": "BSD-3-Clause",
|
|
6546
6510
|
"dependencies": {
|
|
6547
6511
|
"@oclif/core": "^4",
|
|
6548
|
-
"@salesforce/core": "^8.
|
|
6512
|
+
"@salesforce/core": "^8.1.1",
|
|
6549
6513
|
"@salesforce/sf-plugins-core": "^11.1.1"
|
|
6550
6514
|
},
|
|
6551
6515
|
"engines": {
|
|
@@ -6553,9 +6517,9 @@
|
|
|
6553
6517
|
}
|
|
6554
6518
|
},
|
|
6555
6519
|
"node_modules/@salesforce/plugin-settings": {
|
|
6556
|
-
"version": "2.3.
|
|
6557
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
6558
|
-
"integrity": "sha512
|
|
6520
|
+
"version": "2.3.8",
|
|
6521
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.8.tgz",
|
|
6522
|
+
"integrity": "sha512-nVTlmhNLtozOosxWsGavOcrJTyd1XXlKdWNriob8zklGCD2s3sRDMc1up9sV2TGmM8DAY0ETJI82ENzmXGgNDw==",
|
|
6559
6523
|
"license": "BSD-3-Clause",
|
|
6560
6524
|
"dependencies": {
|
|
6561
6525
|
"@oclif/core": "^4",
|
|
@@ -6568,14 +6532,14 @@
|
|
|
6568
6532
|
}
|
|
6569
6533
|
},
|
|
6570
6534
|
"node_modules/@salesforce/plugin-sobject": {
|
|
6571
|
-
"version": "1.4.
|
|
6572
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
6573
|
-
"integrity": "sha512-
|
|
6535
|
+
"version": "1.4.19",
|
|
6536
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.19.tgz",
|
|
6537
|
+
"integrity": "sha512-xPDjE31cZdH1PEN+Ln4Jeu+uZbBwPo20bGheXJjvu1MP30OOaCpBQspaH85HxYfBXpr5PgTtub8CfhacRmIePg==",
|
|
6574
6538
|
"license": "BSD-3-Clause",
|
|
6575
6539
|
"dependencies": {
|
|
6576
|
-
"@inquirer/confirm": "^3.1.
|
|
6577
|
-
"@inquirer/input": "^2.1
|
|
6578
|
-
"@inquirer/select": "^2.3.
|
|
6540
|
+
"@inquirer/confirm": "^3.1.14",
|
|
6541
|
+
"@inquirer/input": "^2.2.1",
|
|
6542
|
+
"@inquirer/select": "^2.3.10",
|
|
6579
6543
|
"@oclif/core": "^4",
|
|
6580
6544
|
"@salesforce/core": "^8.1.0",
|
|
6581
6545
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -6642,14 +6606,14 @@
|
|
|
6642
6606
|
}
|
|
6643
6607
|
},
|
|
6644
6608
|
"node_modules/@salesforce/plugin-templates": {
|
|
6645
|
-
"version": "56.3.
|
|
6646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
6647
|
-
"integrity": "sha512-
|
|
6609
|
+
"version": "56.3.2",
|
|
6610
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.2.tgz",
|
|
6611
|
+
"integrity": "sha512-TjuBtVj63FFEfMfAwcMOGd5gfNgc9pWDZuix6n5AFP55Tmh6KjoOoCtKDAbzR+K13L/SNHY2Yl8VYn9XR3feYQ==",
|
|
6648
6612
|
"license": "BSD-3-Clause",
|
|
6649
6613
|
"dependencies": {
|
|
6650
6614
|
"@salesforce/core": "^8.0.5",
|
|
6651
6615
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
6652
|
-
"@salesforce/templates": "^61.2.
|
|
6616
|
+
"@salesforce/templates": "^61.2.1"
|
|
6653
6617
|
},
|
|
6654
6618
|
"engines": {
|
|
6655
6619
|
"node": ">=18.0.0"
|
|
@@ -6710,17 +6674,17 @@
|
|
|
6710
6674
|
"license": "ISC"
|
|
6711
6675
|
},
|
|
6712
6676
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
6713
|
-
"version": "11.1.
|
|
6714
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
6715
|
-
"integrity": "sha512-
|
|
6677
|
+
"version": "11.1.6",
|
|
6678
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.6.tgz",
|
|
6679
|
+
"integrity": "sha512-yfKnyC4oyYPpVzQVWRHMhLq2mrUzayDIc7zajtOajPk+n+C8Lxsl9KKNB9oA5iQIVrAHf/R9cWVogqO2myKWgQ==",
|
|
6716
6680
|
"license": "BSD-3-Clause",
|
|
6717
6681
|
"dependencies": {
|
|
6718
|
-
"@inquirer/confirm": "^3.1.
|
|
6719
|
-
"@inquirer/password": "^2.1.
|
|
6720
|
-
"@oclif/core": "^4.0.
|
|
6721
|
-
"@salesforce/core": "^8.
|
|
6682
|
+
"@inquirer/confirm": "^3.1.14",
|
|
6683
|
+
"@inquirer/password": "^2.1.14",
|
|
6684
|
+
"@oclif/core": "^4.0.8",
|
|
6685
|
+
"@salesforce/core": "^8.1.1",
|
|
6722
6686
|
"@salesforce/kit": "^3.1.6",
|
|
6723
|
-
"@salesforce/ts-types": "^2.0.
|
|
6687
|
+
"@salesforce/ts-types": "^2.0.10",
|
|
6724
6688
|
"ansis": "^3.2.0",
|
|
6725
6689
|
"cli-progress": "^3.12.0",
|
|
6726
6690
|
"natural-orderby": "^3.0.2",
|
|
@@ -7068,12 +7032,12 @@
|
|
|
7068
7032
|
}
|
|
7069
7033
|
},
|
|
7070
7034
|
"node_modules/@salesforce/templates": {
|
|
7071
|
-
"version": "61.2.
|
|
7072
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.2.
|
|
7073
|
-
"integrity": "sha512-
|
|
7035
|
+
"version": "61.2.1",
|
|
7036
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.2.1.tgz",
|
|
7037
|
+
"integrity": "sha512-vc2pZUeQ74uCyiTYLMMjdR7uf1eWrVff3++Pkb1kBBbQpspcy4f8mpUQq/R2O5pYAV/FQVhgYEwXM9eMRQftBg==",
|
|
7074
7038
|
"license": "BSD-3-Clause",
|
|
7075
7039
|
"dependencies": {
|
|
7076
|
-
"@salesforce/core": "^8.
|
|
7040
|
+
"@salesforce/core": "^8.1.1",
|
|
7077
7041
|
"@salesforce/kit": "^3.1.6",
|
|
7078
7042
|
"ejs": "^3.1.10",
|
|
7079
7043
|
"got": "^11.8.2",
|
|
@@ -23721,9 +23685,9 @@
|
|
|
23721
23685
|
}
|
|
23722
23686
|
},
|
|
23723
23687
|
"node_modules/typescript": {
|
|
23724
|
-
"version": "5.5.
|
|
23725
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.
|
|
23726
|
-
"integrity": "sha512
|
|
23688
|
+
"version": "5.5.3",
|
|
23689
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
|
23690
|
+
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
|
23727
23691
|
"dev": true,
|
|
23728
23692
|
"license": "Apache-2.0",
|
|
23729
23693
|
"bin": {
|
|
@@ -24444,9 +24408,9 @@
|
|
|
24444
24408
|
}
|
|
24445
24409
|
},
|
|
24446
24410
|
"node_modules/yoctocolors-cjs": {
|
|
24447
|
-
"version": "2.1.
|
|
24448
|
-
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.
|
|
24449
|
-
"integrity": "sha512-
|
|
24411
|
+
"version": "2.1.2",
|
|
24412
|
+
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
24413
|
+
"integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
|
|
24450
24414
|
"license": "MIT",
|
|
24451
24415
|
"engines": {
|
|
24452
24416
|
"node": ">=18"
|