@salesforce/cli 2.63.3 → 2.63.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 +81 -81
- package/npm-shrinkwrap.json +100 -100
- package/oclif.lock +103 -103
- package/oclif.manifest.json +126 -126
- package/package.json +22 -22
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.63.
|
|
3
|
+
"version": "2.63.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.63.
|
|
9
|
+
"version": "2.63.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.28",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.6",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.3",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.15",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.22",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.15",
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.6.
|
|
20
|
+
"@oclif/plugin-search": "1.2.12",
|
|
21
|
+
"@oclif/plugin-update": "4.6.4",
|
|
22
22
|
"@oclif/plugin-version": "2.2.15",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.19",
|
|
24
|
+
"@oclif/plugin-which": "3.2.16",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.5.
|
|
27
|
+
"@salesforce/plugin-apex": "3.5.4",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.1",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.68",
|
|
30
30
|
"@salesforce/plugin-data": "3.7.1",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.
|
|
32
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
-
"@salesforce/plugin-limits": "3.3.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.13.1",
|
|
32
|
+
"@salesforce/plugin-info": "3.4.12",
|
|
33
|
+
"@salesforce/plugin-limits": "3.3.33",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
35
|
-
"@salesforce/plugin-org": "4.6.
|
|
35
|
+
"@salesforce/plugin-org": "4.6.2",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.8.12",
|
|
37
|
-
"@salesforce/plugin-schema": "3.3.
|
|
37
|
+
"@salesforce/plugin-schema": "3.3.36",
|
|
38
38
|
"@salesforce/plugin-settings": "2.3.24",
|
|
39
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
39
|
+
"@salesforce/plugin-sobject": "1.4.42",
|
|
40
40
|
"@salesforce/plugin-source": "3.5.21",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.16",
|
|
42
|
-
"@salesforce/plugin-templates": "56.3.
|
|
43
|
-
"@salesforce/plugin-trust": "3.7.
|
|
44
|
-
"@salesforce/plugin-user": "3.5.
|
|
42
|
+
"@salesforce/plugin-templates": "56.3.24",
|
|
43
|
+
"@salesforce/plugin-trust": "3.7.34",
|
|
44
|
+
"@salesforce/plugin-user": "3.5.33",
|
|
45
45
|
"@salesforce/sf-plugins-core": "11.3.12",
|
|
46
46
|
"ansis": "^3.3.0"
|
|
47
47
|
},
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"aws-sdk": "^2.1691.0",
|
|
59
59
|
"oclif": "^4.15.5",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
|
-
"typescript": "^5.6.
|
|
61
|
+
"typescript": "^5.6.3"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=18.6.0"
|
|
@@ -2788,9 +2788,9 @@
|
|
|
2788
2788
|
}
|
|
2789
2789
|
},
|
|
2790
2790
|
"node_modules/@jsforce/jsforce-node": {
|
|
2791
|
-
"version": "3.5.
|
|
2792
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.5.
|
|
2793
|
-
"integrity": "sha512-
|
|
2791
|
+
"version": "3.5.2",
|
|
2792
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.5.2.tgz",
|
|
2793
|
+
"integrity": "sha512-WZZo7HVFQsTeHRfykMJBrEK3ACr9sQnWSm3EVLasAnAUxjh+hjU4SfJ7HB1UaPRliHjLVZcSCUwF+OoJqjbfoA==",
|
|
2794
2794
|
"license": "MIT",
|
|
2795
2795
|
"dependencies": {
|
|
2796
2796
|
"@sindresorhus/is": "^4",
|
|
@@ -3348,9 +3348,9 @@
|
|
|
3348
3348
|
}
|
|
3349
3349
|
},
|
|
3350
3350
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3351
|
-
"version": "3.2.
|
|
3352
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
3353
|
-
"integrity": "sha512-
|
|
3351
|
+
"version": "3.2.6",
|
|
3352
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.6.tgz",
|
|
3353
|
+
"integrity": "sha512-PLBvRFt4DRRGcLFTOPcqCOi79Jp03bxXGlbF3kAMzZx9jX2fjiRT54nYnC8qJzL+tcLLA7Oz9b9S07uHTuGu5A==",
|
|
3354
3354
|
"license": "MIT",
|
|
3355
3355
|
"dependencies": {
|
|
3356
3356
|
"@oclif/core": "^4",
|
|
@@ -3446,9 +3446,9 @@
|
|
|
3446
3446
|
}
|
|
3447
3447
|
},
|
|
3448
3448
|
"node_modules/@oclif/plugin-help": {
|
|
3449
|
-
"version": "6.2.
|
|
3450
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3451
|
-
"integrity": "sha512-
|
|
3449
|
+
"version": "6.2.15",
|
|
3450
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.15.tgz",
|
|
3451
|
+
"integrity": "sha512-P4UBgEDhNfx7KX522r0rtGbH4ZLg2GPR5MJRHqlhAp7N8E7DNsg5F2j2BP6gUhzwq6wpFMsWDbif/8daKQx4eg==",
|
|
3452
3452
|
"license": "MIT",
|
|
3453
3453
|
"dependencies": {
|
|
3454
3454
|
"@oclif/core": "^4"
|
|
@@ -3573,9 +3573,9 @@
|
|
|
3573
3573
|
}
|
|
3574
3574
|
},
|
|
3575
3575
|
"node_modules/@oclif/plugin-search": {
|
|
3576
|
-
"version": "1.2.
|
|
3577
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
3578
|
-
"integrity": "sha512-
|
|
3576
|
+
"version": "1.2.12",
|
|
3577
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.12.tgz",
|
|
3578
|
+
"integrity": "sha512-hM0T+XuXZsTA+pPar1i8n9HFlSnwTD7n3FbIGvcklKoMI/lli2E0VcO6vg8WPF8J7kpjTS5CWGnhV9e5JkDYLQ==",
|
|
3579
3579
|
"license": "MIT",
|
|
3580
3580
|
"dependencies": {
|
|
3581
3581
|
"@oclif/core": "^4",
|
|
@@ -3602,14 +3602,14 @@
|
|
|
3602
3602
|
}
|
|
3603
3603
|
},
|
|
3604
3604
|
"node_modules/@oclif/plugin-update": {
|
|
3605
|
-
"version": "4.6.
|
|
3606
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
3607
|
-
"integrity": "sha512-
|
|
3605
|
+
"version": "4.6.4",
|
|
3606
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.4.tgz",
|
|
3607
|
+
"integrity": "sha512-S1Ak9WS2o8mq4f2jHPd2EU9XCCqEw//wh2+SlTAyKOPBvpZDe5c2ROMA0q/9chThfevXg0g58HuOurkoVlsEqQ==",
|
|
3608
3608
|
"license": "MIT",
|
|
3609
3609
|
"dependencies": {
|
|
3610
3610
|
"@inquirer/select": "^2.5.0",
|
|
3611
3611
|
"@oclif/core": "^4",
|
|
3612
|
-
"@oclif/table": "^0.1.
|
|
3612
|
+
"@oclif/table": "^0.1.18",
|
|
3613
3613
|
"ansis": "^3.3.2",
|
|
3614
3614
|
"debug": "^4.3.7",
|
|
3615
3615
|
"filesize": "^6.1.0",
|
|
@@ -3636,9 +3636,9 @@
|
|
|
3636
3636
|
}
|
|
3637
3637
|
},
|
|
3638
3638
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3639
|
-
"version": "3.1.
|
|
3640
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
3641
|
-
"integrity": "sha512-
|
|
3639
|
+
"version": "3.1.19",
|
|
3640
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.19.tgz",
|
|
3641
|
+
"integrity": "sha512-1yanRA5KGPaQvBea8pQRa32mF4cQHqkgs3Z9ww+LsOm052RkjLNvuHuwx8mn6z4wcg8M1Om1/XJ+/mZaAApvLw==",
|
|
3642
3642
|
"license": "MIT",
|
|
3643
3643
|
"dependencies": {
|
|
3644
3644
|
"@oclif/core": "^4",
|
|
@@ -3653,9 +3653,9 @@
|
|
|
3653
3653
|
}
|
|
3654
3654
|
},
|
|
3655
3655
|
"node_modules/@oclif/plugin-which": {
|
|
3656
|
-
"version": "3.2.
|
|
3657
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
3658
|
-
"integrity": "sha512-
|
|
3656
|
+
"version": "3.2.16",
|
|
3657
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.16.tgz",
|
|
3658
|
+
"integrity": "sha512-GyYiObqlL1PbGSkbvQroqDWA+69uunP9wRpc+qDVlOEm1OdQc3X8p4Hm4GMkrD6PPHAI4Cce01DXuFVRQK32Eg==",
|
|
3659
3659
|
"license": "MIT",
|
|
3660
3660
|
"dependencies": {
|
|
3661
3661
|
"@oclif/core": "^4",
|
|
@@ -3666,9 +3666,9 @@
|
|
|
3666
3666
|
}
|
|
3667
3667
|
},
|
|
3668
3668
|
"node_modules/@oclif/table": {
|
|
3669
|
-
"version": "0.1.
|
|
3670
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.1.
|
|
3671
|
-
"integrity": "sha512-
|
|
3669
|
+
"version": "0.1.18",
|
|
3670
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.1.18.tgz",
|
|
3671
|
+
"integrity": "sha512-zcH/k/81YIZTOE9O+Xm0nmn57Rfg2csQnFb/8u1B3Y7iUzYw0vsl+nI2Jtk0BaiX7JJfxAqas9kRzJazvFdoGA==",
|
|
3672
3672
|
"license": "MIT",
|
|
3673
3673
|
"dependencies": {
|
|
3674
3674
|
"@oclif/core": "^4",
|
|
@@ -4041,13 +4041,13 @@
|
|
|
4041
4041
|
}
|
|
4042
4042
|
},
|
|
4043
4043
|
"node_modules/@salesforce/apex-node": {
|
|
4044
|
-
"version": "8.1.
|
|
4045
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.
|
|
4046
|
-
"integrity": "sha512-
|
|
4044
|
+
"version": "8.1.14",
|
|
4045
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.14.tgz",
|
|
4046
|
+
"integrity": "sha512-AdkzJ6ylzko/xjYJkjpoHYNZak6O2lpNfbGSoItGjzn2lx+D900KVDuF2RKsBCiQ3B/ekjfBZs0d0vzs5efR/w==",
|
|
4047
4047
|
"license": "BSD-3-Clause",
|
|
4048
4048
|
"dependencies": {
|
|
4049
|
-
"@jsforce/jsforce-node": "^3.5.
|
|
4050
|
-
"@salesforce/core": "^8.6.
|
|
4049
|
+
"@jsforce/jsforce-node": "^3.5.2",
|
|
4050
|
+
"@salesforce/core": "^8.6.2",
|
|
4051
4051
|
"@salesforce/kit": "^3.2.3",
|
|
4052
4052
|
"@types/istanbul-reports": "^3.0.4",
|
|
4053
4053
|
"bfj": "8.0.0",
|
|
@@ -4345,15 +4345,15 @@
|
|
|
4345
4345
|
}
|
|
4346
4346
|
},
|
|
4347
4347
|
"node_modules/@salesforce/plugin-apex": {
|
|
4348
|
-
"version": "3.5.
|
|
4349
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.5.
|
|
4350
|
-
"integrity": "sha512-
|
|
4348
|
+
"version": "3.5.4",
|
|
4349
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.5.4.tgz",
|
|
4350
|
+
"integrity": "sha512-IekaYn8Uc1zqgNXuizkdlURL9TXAhM+HNQgOMtdhFEpAqFTFZ0ERG9qdtftoZ88fNwUb90XsXoX/56k1OynXJQ==",
|
|
4351
4351
|
"license": "BSD-3-Clause",
|
|
4352
4352
|
"dependencies": {
|
|
4353
|
-
"@salesforce/apex-node": "^8.1.
|
|
4354
|
-
"@salesforce/core": "^8.
|
|
4353
|
+
"@salesforce/apex-node": "^8.1.12",
|
|
4354
|
+
"@salesforce/core": "^8.6.2",
|
|
4355
4355
|
"@salesforce/kit": "^3.2.2",
|
|
4356
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4356
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4357
4357
|
"ansis": "^3.3.1"
|
|
4358
4358
|
},
|
|
4359
4359
|
"engines": {
|
|
@@ -4381,9 +4381,9 @@
|
|
|
4381
4381
|
}
|
|
4382
4382
|
},
|
|
4383
4383
|
"node_modules/@salesforce/plugin-auth": {
|
|
4384
|
-
"version": "3.6.
|
|
4385
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4386
|
-
"integrity": "sha512-
|
|
4384
|
+
"version": "3.6.68",
|
|
4385
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.68.tgz",
|
|
4386
|
+
"integrity": "sha512-x3k57eiBNCQaV1v5KVGvKpF2OFy6wEla5MuIfn/O9wDSdsHuT1vBnxwXCfNT8Spd9HY1TkxobfDRyDlHBR5juw==",
|
|
4387
4387
|
"license": "BSD-3-Clause",
|
|
4388
4388
|
"dependencies": {
|
|
4389
4389
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -4457,9 +4457,9 @@
|
|
|
4457
4457
|
}
|
|
4458
4458
|
},
|
|
4459
4459
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4460
|
-
"version": "3.
|
|
4461
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.
|
|
4462
|
-
"integrity": "sha512-
|
|
4460
|
+
"version": "3.13.1",
|
|
4461
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.13.1.tgz",
|
|
4462
|
+
"integrity": "sha512-Q25pVDoX1teNdbbHVKGsM2J7qLOsNzg7yN4lfSLrukxM2CK6MGeRb8C8EE4nHYHdPgvPa5+CcFLrtg+4Q3U8kQ==",
|
|
4463
4463
|
"license": "BSD-3-Clause",
|
|
4464
4464
|
"dependencies": {
|
|
4465
4465
|
"@oclif/core": "^4.0.28",
|
|
@@ -4478,17 +4478,17 @@
|
|
|
4478
4478
|
}
|
|
4479
4479
|
},
|
|
4480
4480
|
"node_modules/@salesforce/plugin-info": {
|
|
4481
|
-
"version": "3.4.
|
|
4482
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4483
|
-
"integrity": "sha512-
|
|
4481
|
+
"version": "3.4.12",
|
|
4482
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.12.tgz",
|
|
4483
|
+
"integrity": "sha512-K5MIGQ14K9ZGMlyhGmI/nHh2vqOGFjopgvoAla4PAa5imARntd4P/blTCoJpT/R1G1aTuIzHVyZUcoC85ruJ+w==",
|
|
4484
4484
|
"license": "BSD-3-Clause",
|
|
4485
4485
|
"dependencies": {
|
|
4486
4486
|
"@inquirer/input": "^2.3.0",
|
|
4487
4487
|
"@jsforce/jsforce-node": "^3.2.2",
|
|
4488
4488
|
"@oclif/core": "^4",
|
|
4489
|
-
"@salesforce/core": "^8.
|
|
4489
|
+
"@salesforce/core": "^8.6.2",
|
|
4490
4490
|
"@salesforce/kit": "^3.2.3",
|
|
4491
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4491
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4492
4492
|
"got": "^13.0.0",
|
|
4493
4493
|
"marked": "^4.3.0",
|
|
4494
4494
|
"marked-terminal": "^4.2.0",
|
|
@@ -4501,13 +4501,13 @@
|
|
|
4501
4501
|
}
|
|
4502
4502
|
},
|
|
4503
4503
|
"node_modules/@salesforce/plugin-limits": {
|
|
4504
|
-
"version": "3.3.
|
|
4505
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
4506
|
-
"integrity": "sha512-
|
|
4504
|
+
"version": "3.3.33",
|
|
4505
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.33.tgz",
|
|
4506
|
+
"integrity": "sha512-hW4+5MOW+LDj2w5FYF7urH87td8DX9U/8zTWy1dvKixOPORiixpfRiDQMiQ4bcvfFgCz7g/lMLyZrDmHfWDtJQ==",
|
|
4507
4507
|
"license": "BSD-3-Clause",
|
|
4508
4508
|
"dependencies": {
|
|
4509
4509
|
"@salesforce/core": "^8.5.7",
|
|
4510
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4510
|
+
"@salesforce/sf-plugins-core": "^11.3.12"
|
|
4511
4511
|
},
|
|
4512
4512
|
"engines": {
|
|
4513
4513
|
"node": ">=18.0.0"
|
|
@@ -4530,15 +4530,15 @@
|
|
|
4530
4530
|
}
|
|
4531
4531
|
},
|
|
4532
4532
|
"node_modules/@salesforce/plugin-org": {
|
|
4533
|
-
"version": "4.6.
|
|
4534
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.6.
|
|
4535
|
-
"integrity": "sha512-
|
|
4533
|
+
"version": "4.6.2",
|
|
4534
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.6.2.tgz",
|
|
4535
|
+
"integrity": "sha512-SjkBo7aISRwKiSOF5lEkwCeyg+U9bAq1tug70S4Uf4SSJHHHrWS4rKKjy5pbQsVOhpF9JZe1q45LV8hHoMisRA==",
|
|
4536
4536
|
"license": "BSD-3-Clause",
|
|
4537
4537
|
"dependencies": {
|
|
4538
|
-
"@oclif/core": "^4.0.
|
|
4538
|
+
"@oclif/core": "^4.0.28",
|
|
4539
4539
|
"@salesforce/core": "^8.6.1",
|
|
4540
4540
|
"@salesforce/kit": "^3.2.3",
|
|
4541
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4541
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4542
4542
|
"@salesforce/source-deploy-retrieve": "^12.7.1",
|
|
4543
4543
|
"ansis": "^3.2.0",
|
|
4544
4544
|
"change-case": "^5.4.4",
|
|
@@ -4629,14 +4629,14 @@
|
|
|
4629
4629
|
}
|
|
4630
4630
|
},
|
|
4631
4631
|
"node_modules/@salesforce/plugin-schema": {
|
|
4632
|
-
"version": "3.3.
|
|
4633
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
4634
|
-
"integrity": "sha512-
|
|
4632
|
+
"version": "3.3.36",
|
|
4633
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.36.tgz",
|
|
4634
|
+
"integrity": "sha512-PDC8C1staM03uckGHSzWtMApqXt7VeA+uRV+IJIlZeY4llsahyBAEOmJ7ZH2U5pcD8Lal0PEfRXCaPV2rjvNxw==",
|
|
4635
4635
|
"license": "BSD-3-Clause",
|
|
4636
4636
|
"dependencies": {
|
|
4637
4637
|
"@oclif/core": "^4",
|
|
4638
|
-
"@salesforce/core": "^8.6.
|
|
4639
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4638
|
+
"@salesforce/core": "^8.6.2",
|
|
4639
|
+
"@salesforce/sf-plugins-core": "^11.3.12"
|
|
4640
4640
|
},
|
|
4641
4641
|
"engines": {
|
|
4642
4642
|
"node": ">=18.0.0"
|
|
@@ -4658,16 +4658,16 @@
|
|
|
4658
4658
|
}
|
|
4659
4659
|
},
|
|
4660
4660
|
"node_modules/@salesforce/plugin-sobject": {
|
|
4661
|
-
"version": "1.4.
|
|
4662
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
4663
|
-
"integrity": "sha512-
|
|
4661
|
+
"version": "1.4.42",
|
|
4662
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.42.tgz",
|
|
4663
|
+
"integrity": "sha512-ebWbgbh1SRBJjT/qxsSnfn+t4wk9Y1fzvtlRq7oZRezexKLWKKFj7EoutJ6YMCG9iBXc3kWa5OSC1BxbM6hmMw==",
|
|
4664
4664
|
"license": "BSD-3-Clause",
|
|
4665
4665
|
"dependencies": {
|
|
4666
4666
|
"@inquirer/confirm": "^3.2.0",
|
|
4667
4667
|
"@inquirer/input": "^2.3.0",
|
|
4668
4668
|
"@inquirer/select": "^2.5.0",
|
|
4669
4669
|
"@oclif/core": "^4",
|
|
4670
|
-
"@salesforce/core": "^8.6.
|
|
4670
|
+
"@salesforce/core": "^8.6.2",
|
|
4671
4671
|
"@salesforce/kit": "^3.1.6",
|
|
4672
4672
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
4673
4673
|
"fast-glob": "^3.3.2",
|
|
@@ -4732,13 +4732,13 @@
|
|
|
4732
4732
|
}
|
|
4733
4733
|
},
|
|
4734
4734
|
"node_modules/@salesforce/plugin-templates": {
|
|
4735
|
-
"version": "56.3.
|
|
4736
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
4737
|
-
"integrity": "sha512-
|
|
4735
|
+
"version": "56.3.24",
|
|
4736
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.24.tgz",
|
|
4737
|
+
"integrity": "sha512-FuZiwraTAohu42vqblIzHwGIinanKPwJr1F04ASHVApO0BclQOFqJJGlcRKvcNFOLB4S01T5GXh4H5o3Iphk+A==",
|
|
4738
4738
|
"license": "BSD-3-Clause",
|
|
4739
4739
|
"dependencies": {
|
|
4740
|
-
"@salesforce/core": "^8.
|
|
4741
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4740
|
+
"@salesforce/core": "^8.6.2",
|
|
4741
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4742
4742
|
"@salesforce/templates": "^61.4.12"
|
|
4743
4743
|
},
|
|
4744
4744
|
"engines": {
|
|
@@ -4746,9 +4746,9 @@
|
|
|
4746
4746
|
}
|
|
4747
4747
|
},
|
|
4748
4748
|
"node_modules/@salesforce/plugin-trust": {
|
|
4749
|
-
"version": "3.7.
|
|
4750
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
4751
|
-
"integrity": "sha512-
|
|
4749
|
+
"version": "3.7.34",
|
|
4750
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.34.tgz",
|
|
4751
|
+
"integrity": "sha512-UAdPXDqL39Vm91Ja/vTmztKFqoKoVUTC9yBBsXZGD9ayTw5dqHER8U3F4wFKnrbdUW7XPrzEpbWq3RUxLk0AgA==",
|
|
4752
4752
|
"license": "BSD-3-Clause",
|
|
4753
4753
|
"dependencies": {
|
|
4754
4754
|
"@oclif/core": "^4",
|
|
@@ -4771,14 +4771,14 @@
|
|
|
4771
4771
|
}
|
|
4772
4772
|
},
|
|
4773
4773
|
"node_modules/@salesforce/plugin-user": {
|
|
4774
|
-
"version": "3.5.
|
|
4775
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
4776
|
-
"integrity": "sha512-
|
|
4774
|
+
"version": "3.5.33",
|
|
4775
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.33.tgz",
|
|
4776
|
+
"integrity": "sha512-ry3FyHuYzEeW2gl24zPrQ5e6TwChE1jcBHg/0kponkZdYosDMHKvZW/68zCWy2oIMnR0ShJqdy02zidCQeJDOQ==",
|
|
4777
4777
|
"license": "BSD-3-Clause",
|
|
4778
4778
|
"dependencies": {
|
|
4779
4779
|
"@salesforce/core": "^8.6.1",
|
|
4780
4780
|
"@salesforce/kit": "^3.2.2",
|
|
4781
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4781
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4782
4782
|
"@salesforce/ts-types": "^2.0.11"
|
|
4783
4783
|
},
|
|
4784
4784
|
"engines": {
|
|
@@ -23054,9 +23054,9 @@
|
|
|
23054
23054
|
}
|
|
23055
23055
|
},
|
|
23056
23056
|
"node_modules/typescript": {
|
|
23057
|
-
"version": "5.6.
|
|
23058
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.
|
|
23059
|
-
"integrity": "sha512-
|
|
23057
|
+
"version": "5.6.3",
|
|
23058
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
|
|
23059
|
+
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
|
|
23060
23060
|
"dev": true,
|
|
23061
23061
|
"license": "Apache-2.0",
|
|
23062
23062
|
"bin": {
|