@salesforce/plugin-org 4.1.5 → 4.1.7

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 CHANGED
@@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
229
229
  sandbox.
230
230
  ```
231
231
 
232
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/create/sandbox.ts)_
232
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/create/sandbox.ts)_
233
233
 
234
234
  ## `sf org create scratch`
235
235
 
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383
383
  Omit this flag to have Salesforce generate a unique username for your org.
384
384
  ```
385
385
 
386
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/create/scratch.ts)_
386
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/create/scratch.ts)_
387
387
 
388
388
  ## `sf org delete sandbox`
389
389
 
@@ -428,7 +428,7 @@ EXAMPLES
428
428
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
429
429
  ```
430
430
 
431
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/delete/sandbox.ts)_
431
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/delete/sandbox.ts)_
432
432
 
433
433
  ## `sf org delete scratch`
434
434
 
@@ -471,7 +471,7 @@ EXAMPLES
471
471
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
472
472
  ```
473
473
 
474
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/delete/scratch.ts)_
474
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/delete/scratch.ts)_
475
475
 
476
476
  ## `sf org disable tracking`
477
477
 
@@ -510,7 +510,7 @@ EXAMPLES
510
510
  $ sf org disable tracking
511
511
  ```
512
512
 
513
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/disable/tracking.ts)_
513
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/disable/tracking.ts)_
514
514
 
515
515
  ## `sf org display`
516
516
 
@@ -555,7 +555,7 @@ EXAMPLES
555
555
  $ sf org display --target-org TestOrg1 --verbose
556
556
  ```
557
557
 
558
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/display.ts)_
558
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/display.ts)_
559
559
 
560
560
  ## `sf org enable tracking`
561
561
 
@@ -597,7 +597,7 @@ EXAMPLES
597
597
  $ sf org enable tracking
598
598
  ```
599
599
 
600
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/enable/tracking.ts)_
600
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/enable/tracking.ts)_
601
601
 
602
602
  ## `sf org list`
603
603
 
@@ -636,7 +636,7 @@ EXAMPLES
636
636
  $ sf org list --clean
637
637
  ```
638
638
 
639
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/list.ts)_
639
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/list.ts)_
640
640
 
641
641
  ## `sf org list metadata`
642
642
 
@@ -703,7 +703,7 @@ FLAG DESCRIPTIONS
703
703
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
704
704
  ```
705
705
 
706
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/list/metadata.ts)_
706
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/list/metadata.ts)_
707
707
 
708
708
  ## `sf org list metadata-types`
709
709
 
@@ -758,7 +758,7 @@ FLAG DESCRIPTIONS
758
758
  Override the api version used for api requests made by this command
759
759
  ```
760
760
 
761
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/list/metadata-types.ts)_
761
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/list/metadata-types.ts)_
762
762
 
763
763
  ## `sf org open`
764
764
 
@@ -830,7 +830,7 @@ EXAMPLES
830
830
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
831
831
  ```
832
832
 
833
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/open.ts)_
833
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/open.ts)_
834
834
 
835
835
  ## `sf org refresh sandbox`
836
836
 
@@ -907,7 +907,7 @@ FLAG DESCRIPTIONS
907
907
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
908
908
  ```
909
909
 
910
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/refresh/sandbox.ts)_
910
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/refresh/sandbox.ts)_
911
911
 
912
912
  ## `sf org resume sandbox`
913
913
 
@@ -970,7 +970,7 @@ FLAG DESCRIPTIONS
970
970
  returns the job ID. To resume checking the sandbox creation, rerun this command.
971
971
  ```
972
972
 
973
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/resume/sandbox.ts)_
973
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/resume/sandbox.ts)_
974
974
 
975
975
  ## `sf org resume scratch`
976
976
 
@@ -1017,6 +1017,6 @@ FLAG DESCRIPTIONS
1017
1017
  The job ID is valid for 24 hours after you start the scratch org creation.
1018
1018
  ```
1019
1019
 
1020
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/resume/scratch.ts)_
1020
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.7/src/commands/org/resume/scratch.ts)_
1021
1021
 
1022
1022
  <!-- commandsstop -->
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
- "version": "4.1.5",
3
+ "version": "4.1.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-org",
9
- "version": "4.1.5",
9
+ "version": "4.1.7",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.4",
13
13
  "@salesforce/core": "^7.0.1",
14
14
  "@salesforce/kit": "^3.1.1",
15
- "@salesforce/sf-plugins-core": "^9.0.0",
16
- "@salesforce/source-deploy-retrieve": "^11.1.2",
15
+ "@salesforce/sf-plugins-core": "^9.0.7",
16
+ "@salesforce/source-deploy-retrieve": "^11.3.0",
17
17
  "chalk": "^5.3.0",
18
18
  "change-case": "^5.4.4",
19
19
  "is-wsl": "^3.1.0",
@@ -23,13 +23,13 @@
23
23
  "@oclif/plugin-command-snapshot": "^5.1.7",
24
24
  "@salesforce/cli-plugins-testkit": "^5.2.1",
25
25
  "@salesforce/dev-scripts": "^9.0.0",
26
- "@salesforce/plugin-command-reference": "^3.0.76",
26
+ "@salesforce/plugin-command-reference": "^3.0.82",
27
27
  "@salesforce/ts-sinon": "1.4.19",
28
28
  "eslint-plugin-sf-plugin": "^1.18.2",
29
29
  "moment": "^2.30.1",
30
- "oclif": "^4.8.5",
30
+ "oclif": "^4.9.0",
31
31
  "ts-node": "^10.9.2",
32
- "typescript": "^5.4.3"
32
+ "typescript": "^5.4.5"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=18.0.0"
@@ -2030,13 +2030,6 @@
2030
2030
  "url": "https://github.com/sponsors/epoberezkin"
2031
2031
  }
2032
2032
  },
2033
- "node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
2034
- "version": "1.0.0",
2035
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2036
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2037
- "dev": true,
2038
- "license": "MIT"
2039
- },
2040
2033
  "node_modules/@commitlint/ensure": {
2041
2034
  "version": "17.8.1",
2042
2035
  "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
@@ -2539,28 +2532,28 @@
2539
2532
  "license": "BSD-3-Clause"
2540
2533
  },
2541
2534
  "node_modules/@inquirer/confirm": {
2542
- "version": "3.1.5",
2543
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz",
2544
- "integrity": "sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==",
2535
+ "version": "3.1.6",
2536
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz",
2537
+ "integrity": "sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==",
2545
2538
  "dev": true,
2546
2539
  "license": "MIT",
2547
2540
  "dependencies": {
2548
- "@inquirer/core": "^8.0.1",
2549
- "@inquirer/type": "^1.3.0"
2541
+ "@inquirer/core": "^8.1.0",
2542
+ "@inquirer/type": "^1.3.1"
2550
2543
  },
2551
2544
  "engines": {
2552
2545
  "node": ">=18"
2553
2546
  }
2554
2547
  },
2555
2548
  "node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
2556
- "version": "8.0.1",
2557
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.1.tgz",
2558
- "integrity": "sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==",
2549
+ "version": "8.1.0",
2550
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
2551
+ "integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
2559
2552
  "dev": true,
2560
2553
  "license": "MIT",
2561
2554
  "dependencies": {
2562
2555
  "@inquirer/figures": "^1.0.1",
2563
- "@inquirer/type": "^1.3.0",
2556
+ "@inquirer/type": "^1.3.1",
2564
2557
  "@types/mute-stream": "^0.0.4",
2565
2558
  "@types/node": "^20.12.7",
2566
2559
  "@types/wrap-ansi": "^3.0.0",
@@ -2578,9 +2571,9 @@
2578
2571
  }
2579
2572
  },
2580
2573
  "node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
2581
- "version": "1.3.0",
2582
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.0.tgz",
2583
- "integrity": "sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==",
2574
+ "version": "1.3.1",
2575
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz",
2576
+ "integrity": "sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==",
2584
2577
  "dev": true,
2585
2578
  "license": "MIT",
2586
2579
  "engines": {
@@ -3079,9 +3072,9 @@
3079
3072
  }
3080
3073
  },
3081
3074
  "node_modules/@jsforce/jsforce-node": {
3082
- "version": "3.1.0",
3083
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz",
3084
- "integrity": "sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==",
3075
+ "version": "3.2.0",
3076
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz",
3077
+ "integrity": "sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==",
3085
3078
  "license": "MIT",
3086
3079
  "dependencies": {
3087
3080
  "@sindresorhus/is": "^4",
@@ -3205,9 +3198,9 @@
3205
3198
  }
3206
3199
  },
3207
3200
  "node_modules/@oclif/core": {
3208
- "version": "3.26.4",
3209
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
3210
- "integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
3201
+ "version": "3.26.5",
3202
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
3203
+ "integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
3211
3204
  "license": "MIT",
3212
3205
  "dependencies": {
3213
3206
  "@types/cli-progress": "^3.11.5",
@@ -3374,6 +3367,117 @@
3374
3367
  "node": ">=18.0.0"
3375
3368
  }
3376
3369
  },
3370
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
3371
+ "version": "3.26.4",
3372
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
3373
+ "integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
3374
+ "dev": true,
3375
+ "license": "MIT",
3376
+ "dependencies": {
3377
+ "@types/cli-progress": "^3.11.5",
3378
+ "ansi-escapes": "^4.3.2",
3379
+ "ansi-styles": "^4.3.0",
3380
+ "cardinal": "^2.1.1",
3381
+ "chalk": "^4.1.2",
3382
+ "clean-stack": "^3.0.1",
3383
+ "cli-progress": "^3.12.0",
3384
+ "color": "^4.2.3",
3385
+ "debug": "^4.3.4",
3386
+ "ejs": "^3.1.10",
3387
+ "get-package-type": "^0.1.0",
3388
+ "globby": "^11.1.0",
3389
+ "hyperlinker": "^1.0.0",
3390
+ "indent-string": "^4.0.0",
3391
+ "is-wsl": "^2.2.0",
3392
+ "js-yaml": "^3.14.1",
3393
+ "minimatch": "^9.0.4",
3394
+ "natural-orderby": "^2.0.3",
3395
+ "object-treeify": "^1.1.33",
3396
+ "password-prompt": "^1.1.3",
3397
+ "slice-ansi": "^4.0.0",
3398
+ "string-width": "^4.2.3",
3399
+ "strip-ansi": "^6.0.1",
3400
+ "supports-color": "^8.1.1",
3401
+ "supports-hyperlinks": "^2.2.0",
3402
+ "widest-line": "^3.1.0",
3403
+ "wordwrap": "^1.0.0",
3404
+ "wrap-ansi": "^7.0.0"
3405
+ },
3406
+ "engines": {
3407
+ "node": ">=18.0.0"
3408
+ }
3409
+ },
3410
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
3411
+ "version": "4.1.2",
3412
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3413
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3414
+ "dev": true,
3415
+ "license": "MIT",
3416
+ "dependencies": {
3417
+ "ansi-styles": "^4.1.0",
3418
+ "supports-color": "^7.1.0"
3419
+ },
3420
+ "engines": {
3421
+ "node": ">=10"
3422
+ },
3423
+ "funding": {
3424
+ "url": "https://github.com/chalk/chalk?sponsor=1"
3425
+ }
3426
+ },
3427
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
3428
+ "version": "7.2.0",
3429
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3430
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3431
+ "dev": true,
3432
+ "license": "MIT",
3433
+ "dependencies": {
3434
+ "has-flag": "^4.0.0"
3435
+ },
3436
+ "engines": {
3437
+ "node": ">=8"
3438
+ }
3439
+ },
3440
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
3441
+ "version": "11.1.0",
3442
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
3443
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
3444
+ "dev": true,
3445
+ "license": "MIT",
3446
+ "dependencies": {
3447
+ "array-union": "^2.1.0",
3448
+ "dir-glob": "^3.0.1",
3449
+ "fast-glob": "^3.2.9",
3450
+ "ignore": "^5.2.0",
3451
+ "merge2": "^1.4.1",
3452
+ "slash": "^3.0.0"
3453
+ },
3454
+ "engines": {
3455
+ "node": ">=10"
3456
+ },
3457
+ "funding": {
3458
+ "url": "https://github.com/sponsors/sindresorhus"
3459
+ }
3460
+ },
3461
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
3462
+ "version": "3.0.0",
3463
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
3464
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
3465
+ "dev": true,
3466
+ "license": "MIT",
3467
+ "engines": {
3468
+ "node": ">=8"
3469
+ }
3470
+ },
3471
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
3472
+ "version": "1.0.10",
3473
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3474
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3475
+ "dev": true,
3476
+ "license": "MIT",
3477
+ "dependencies": {
3478
+ "sprintf-js": "~1.0.2"
3479
+ }
3480
+ },
3377
3481
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3378
3482
  "version": "14.0.1",
3379
3483
  "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
@@ -3395,6 +3499,49 @@
3395
3499
  "url": "https://github.com/sponsors/sindresorhus"
3396
3500
  }
3397
3501
  },
3502
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/is-wsl": {
3503
+ "version": "2.2.0",
3504
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
3505
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
3506
+ "dev": true,
3507
+ "license": "MIT",
3508
+ "dependencies": {
3509
+ "is-docker": "^2.0.0"
3510
+ },
3511
+ "engines": {
3512
+ "node": ">=8"
3513
+ }
3514
+ },
3515
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
3516
+ "version": "3.14.1",
3517
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3518
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3519
+ "dev": true,
3520
+ "license": "MIT",
3521
+ "dependencies": {
3522
+ "argparse": "^1.0.7",
3523
+ "esprima": "^4.0.0"
3524
+ },
3525
+ "bin": {
3526
+ "js-yaml": "bin/js-yaml.js"
3527
+ }
3528
+ },
3529
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
3530
+ "version": "9.0.4",
3531
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
3532
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
3533
+ "dev": true,
3534
+ "license": "ISC",
3535
+ "dependencies": {
3536
+ "brace-expansion": "^2.0.1"
3537
+ },
3538
+ "engines": {
3539
+ "node": ">=16 || 14 >=14.17"
3540
+ },
3541
+ "funding": {
3542
+ "url": "https://github.com/sponsors/isaacs"
3543
+ }
3544
+ },
3398
3545
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3399
3546
  "version": "5.0.0",
3400
3547
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -3421,6 +3568,40 @@
3421
3568
  "url": "https://github.com/sponsors/sindresorhus"
3422
3569
  }
3423
3570
  },
3571
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
3572
+ "version": "8.1.1",
3573
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3574
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3575
+ "dev": true,
3576
+ "license": "MIT",
3577
+ "dependencies": {
3578
+ "has-flag": "^4.0.0"
3579
+ },
3580
+ "engines": {
3581
+ "node": ">=10"
3582
+ },
3583
+ "funding": {
3584
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3585
+ }
3586
+ },
3587
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
3588
+ "version": "7.0.0",
3589
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3590
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3591
+ "dev": true,
3592
+ "license": "MIT",
3593
+ "dependencies": {
3594
+ "ansi-styles": "^4.0.0",
3595
+ "string-width": "^4.1.0",
3596
+ "strip-ansi": "^6.0.0"
3597
+ },
3598
+ "engines": {
3599
+ "node": ">=10"
3600
+ },
3601
+ "funding": {
3602
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3603
+ }
3604
+ },
3424
3605
  "node_modules/@oclif/plugin-help": {
3425
3606
  "version": "6.0.21",
3426
3607
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
@@ -3600,16 +3781,16 @@
3600
3781
  }
3601
3782
  },
3602
3783
  "node_modules/@salesforce/core": {
3603
- "version": "7.3.2",
3604
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.2.tgz",
3605
- "integrity": "sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==",
3784
+ "version": "7.3.4",
3785
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.4.tgz",
3786
+ "integrity": "sha512-m6XY5Ju3rh2ljaqVydSPS1vekw+EyQ4uHiNV6mIdJeBile7WJgn5TbE7AJUU91ASPYy9X+/ZuiHyIbOaMc2YrA==",
3606
3787
  "license": "BSD-3-Clause",
3607
3788
  "dependencies": {
3608
- "@jsforce/jsforce-node": "^3.1.0",
3789
+ "@jsforce/jsforce-node": "^3.2.0",
3609
3790
  "@salesforce/kit": "^3.1.1",
3610
3791
  "@salesforce/schemas": "^1.7.0",
3611
3792
  "@salesforce/ts-types": "^2.0.9",
3612
- "ajv": "^8.12.0",
3793
+ "ajv": "^8.13.0",
3613
3794
  "change-case": "^4.1.2",
3614
3795
  "faye": "^1.4.0",
3615
3796
  "form-data": "^4.0.0",
@@ -3628,15 +3809,15 @@
3628
3809
  }
3629
3810
  },
3630
3811
  "node_modules/@salesforce/core/node_modules/ajv": {
3631
- "version": "8.12.0",
3632
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
3633
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
3812
+ "version": "8.13.0",
3813
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
3814
+ "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
3634
3815
  "license": "MIT",
3635
3816
  "dependencies": {
3636
- "fast-deep-equal": "^3.1.1",
3817
+ "fast-deep-equal": "^3.1.3",
3637
3818
  "json-schema-traverse": "^1.0.0",
3638
3819
  "require-from-string": "^2.0.2",
3639
- "uri-js": "^4.2.2"
3820
+ "uri-js": "^4.4.1"
3640
3821
  },
3641
3822
  "funding": {
3642
3823
  "type": "github",
@@ -3663,12 +3844,6 @@
3663
3844
  "tslib": "^2.0.3"
3664
3845
  }
3665
3846
  },
3666
- "node_modules/@salesforce/core/node_modules/json-schema-traverse": {
3667
- "version": "1.0.0",
3668
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
3669
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
3670
- "license": "MIT"
3671
- },
3672
3847
  "node_modules/@salesforce/dev-config": {
3673
3848
  "version": "4.1.0",
3674
3849
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
@@ -3755,16 +3930,16 @@
3755
3930
  }
3756
3931
  },
3757
3932
  "node_modules/@salesforce/plugin-command-reference": {
3758
- "version": "3.0.76",
3759
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.76.tgz",
3760
- "integrity": "sha512-h+lZHVBThlrr7fozi5DA71u6Dsi1vlXgndXbIpgx+IZaOqK3crO9A0lmqG/tEtgDqj9UcF1cDmaSB5YKYlRKaQ==",
3933
+ "version": "3.0.82",
3934
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz",
3935
+ "integrity": "sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==",
3761
3936
  "dev": true,
3762
3937
  "license": "BSD-3-Clause",
3763
3938
  "dependencies": {
3764
- "@oclif/core": "^3.26.2",
3765
- "@salesforce/core": "^7.1.0",
3766
- "@salesforce/kit": "^3.1.0",
3767
- "@salesforce/sf-plugins-core": "^9.0.1",
3939
+ "@oclif/core": "^3.26.4",
3940
+ "@salesforce/core": "^7.3.1",
3941
+ "@salesforce/kit": "^3.1.1",
3942
+ "@salesforce/sf-plugins-core": "^9.0.5",
3768
3943
  "@salesforce/ts-types": "^2.0.9",
3769
3944
  "chalk": "^5.3.0",
3770
3945
  "debug": "^4.3.4",
@@ -3788,15 +3963,15 @@
3788
3963
  "license": "ISC"
3789
3964
  },
3790
3965
  "node_modules/@salesforce/sf-plugins-core": {
3791
- "version": "9.0.2",
3792
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.2.tgz",
3793
- "integrity": "sha512-UrP4r70OJHKQ1UGsmXVuZq9waoy6EdnppYDnuTA59uK75/gLU6GP11FK82r6QJyuxAeuueJxc9dkub2dvXObQw==",
3966
+ "version": "9.0.7",
3967
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
3968
+ "integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
3794
3969
  "license": "BSD-3-Clause",
3795
3970
  "dependencies": {
3796
3971
  "@inquirer/confirm": "^2.0.17",
3797
3972
  "@inquirer/password": "^1.1.16",
3798
- "@oclif/core": "^3.26.0",
3799
- "@salesforce/core": "^7.2.0",
3973
+ "@oclif/core": "^3.26.5",
3974
+ "@salesforce/core": "^7.3.3",
3800
3975
  "@salesforce/kit": "^3.1.0",
3801
3976
  "@salesforce/ts-types": "^2.0.9",
3802
3977
  "chalk": "^5.3.0"
@@ -3836,9 +4011,9 @@
3836
4011
  }
3837
4012
  },
3838
4013
  "node_modules/@salesforce/source-deploy-retrieve": {
3839
- "version": "11.1.2",
3840
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz",
3841
- "integrity": "sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==",
4014
+ "version": "11.3.0",
4015
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.3.0.tgz",
4016
+ "integrity": "sha512-NsiDL1i+CWXcCOGYtQtggrtJuFIr5zHdoyn5atcgFuHk2X9H7Czf3kletpvZh0D2T0CHy6Q9ktf+Vv/UjFmxPw==",
3842
4017
  "license": "BSD-3-Clause",
3843
4018
  "dependencies": {
3844
4019
  "@salesforce/core": "^7.3.1",
@@ -5346,6 +5521,13 @@
5346
5521
  "url": "https://github.com/sponsors/epoberezkin"
5347
5522
  }
5348
5523
  },
5524
+ "node_modules/ajv/node_modules/json-schema-traverse": {
5525
+ "version": "0.4.1",
5526
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
5527
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
5528
+ "dev": true,
5529
+ "license": "MIT"
5530
+ },
5349
5531
  "node_modules/ansi-colors": {
5350
5532
  "version": "4.1.1",
5351
5533
  "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
@@ -9803,10 +9985,9 @@
9803
9985
  "license": "MIT"
9804
9986
  },
9805
9987
  "node_modules/json-schema-traverse": {
9806
- "version": "0.4.1",
9807
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
9808
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
9809
- "dev": true,
9988
+ "version": "1.0.0",
9989
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
9990
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
9810
9991
  "license": "MIT"
9811
9992
  },
9812
9993
  "node_modules/json-stable-stringify-without-jsonify": {
@@ -11259,18 +11440,18 @@
11259
11440
  }
11260
11441
  },
11261
11442
  "node_modules/oclif": {
11262
- "version": "4.8.5",
11263
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.8.5.tgz",
11264
- "integrity": "sha512-7f6gYBAugi/+98lrsjnGtQnrva6JS2fDjyBzUZETi+EQHg/Gq55yvknHkMw4mLO5iA2MIEvClYdgyKR4keAdPA==",
11443
+ "version": "4.9.0",
11444
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz",
11445
+ "integrity": "sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==",
11265
11446
  "dev": true,
11266
11447
  "license": "MIT",
11267
11448
  "dependencies": {
11268
11449
  "@aws-sdk/client-cloudfront": "^3.535.0",
11269
11450
  "@aws-sdk/client-s3": "^3.554.0",
11270
- "@inquirer/confirm": "^3.1.4",
11451
+ "@inquirer/confirm": "^3.1.5",
11271
11452
  "@inquirer/input": "^2.1.1",
11272
11453
  "@inquirer/select": "^2.2.1",
11273
- "@oclif/core": "^3.26.0",
11454
+ "@oclif/core": "^3.26.4",
11274
11455
  "@oclif/plugin-help": "^6.0.21",
11275
11456
  "@oclif/plugin-not-found": "^3.0.14",
11276
11457
  "@oclif/plugin-warn-if-update-available": "^3.0.14",
@@ -11278,7 +11459,7 @@
11278
11459
  "chalk": "^4",
11279
11460
  "change-case": "^4",
11280
11461
  "debug": "^4.3.3",
11281
- "ejs": "^3.1.9",
11462
+ "ejs": "^3.1.10",
11282
11463
  "find-yarn-workspace-root": "^2.0.0",
11283
11464
  "fs-extra": "^8.1",
11284
11465
  "github-slugger": "^1.5.0",
@@ -13668,20 +13849,6 @@
13668
13849
  "node": ">=10"
13669
13850
  }
13670
13851
  },
13671
- "node_modules/ts-json-schema-generator/node_modules/typescript": {
13672
- "version": "5.4.5",
13673
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
13674
- "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
13675
- "dev": true,
13676
- "license": "Apache-2.0",
13677
- "bin": {
13678
- "tsc": "bin/tsc",
13679
- "tsserver": "bin/tsserver"
13680
- },
13681
- "engines": {
13682
- "node": ">=14.17"
13683
- }
13684
- },
13685
13852
  "node_modules/ts-node": {
13686
13853
  "version": "10.9.2",
13687
13854
  "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
@@ -13961,9 +14128,9 @@
13961
14128
  }
13962
14129
  },
13963
14130
  "node_modules/typescript": {
13964
- "version": "5.4.4",
13965
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
13966
- "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
14131
+ "version": "5.4.5",
14132
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
14133
+ "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
13967
14134
  "dev": true,
13968
14135
  "license": "Apache-2.0",
13969
14136
  "bin": {
package/oclif.lock CHANGED
@@ -1319,13 +1319,13 @@
1319
1319
  "@inquirer/type" "^1.1.6"
1320
1320
  chalk "^4.1.2"
1321
1321
 
1322
- "@inquirer/confirm@^3.0.0", "@inquirer/confirm@^3.1.4":
1323
- version "3.1.5"
1324
- resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.5.tgz#21856f937bc8292eca4146c052271107f8ac949a"
1325
- integrity sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==
1322
+ "@inquirer/confirm@^3.0.0", "@inquirer/confirm@^3.1.5":
1323
+ version "3.1.6"
1324
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.6.tgz#e2b6bdfb2bf307a93024dc5325080b7b750c6c3f"
1325
+ integrity sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==
1326
1326
  dependencies:
1327
- "@inquirer/core" "^8.0.1"
1328
- "@inquirer/type" "^1.3.0"
1327
+ "@inquirer/core" "^8.1.0"
1328
+ "@inquirer/type" "^1.3.1"
1329
1329
 
1330
1330
  "@inquirer/core@^6.0.0":
1331
1331
  version "6.0.0"
@@ -1366,13 +1366,13 @@
1366
1366
  strip-ansi "^6.0.1"
1367
1367
  wrap-ansi "^6.2.0"
1368
1368
 
1369
- "@inquirer/core@^8.0.1":
1370
- version "8.0.1"
1371
- resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.0.1.tgz#ac3d9a34a6826dc193791b2feec19061a9c250ca"
1372
- integrity sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==
1369
+ "@inquirer/core@^8.1.0":
1370
+ version "8.1.0"
1371
+ resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
1372
+ integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
1373
1373
  dependencies:
1374
1374
  "@inquirer/figures" "^1.0.1"
1375
- "@inquirer/type" "^1.3.0"
1375
+ "@inquirer/type" "^1.3.1"
1376
1376
  "@types/mute-stream" "^0.0.4"
1377
1377
  "@types/node" "^20.12.7"
1378
1378
  "@types/wrap-ansi" "^3.0.0"
@@ -1424,10 +1424,10 @@
1424
1424
  resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
1425
1425
  integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
1426
1426
 
1427
- "@inquirer/type@^1.3.0":
1428
- version "1.3.0"
1429
- resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.0.tgz#9dcb4e0e8bbec03063aff7806072cc90eea2c61d"
1430
- integrity sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==
1427
+ "@inquirer/type@^1.3.1":
1428
+ version "1.3.1"
1429
+ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
1430
+ integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==
1431
1431
 
1432
1432
  "@isaacs/cliui@^8.0.2":
1433
1433
  version "8.0.2"
@@ -1497,10 +1497,10 @@
1497
1497
  "@jridgewell/resolve-uri" "^3.1.0"
1498
1498
  "@jridgewell/sourcemap-codec" "^1.4.14"
1499
1499
 
1500
- "@jsforce/jsforce-node@^3.1.0":
1501
- version "3.1.0"
1502
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz#7f1b4ba60c0c84b870af8e43d713907b10ed8152"
1503
- integrity sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==
1500
+ "@jsforce/jsforce-node@^3.2.0":
1501
+ version "3.2.0"
1502
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz#4b104613fc9bb74e0e38d2c00936ea2b228ba73a"
1503
+ integrity sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==
1504
1504
  dependencies:
1505
1505
  "@sindresorhus/is" "^4"
1506
1506
  "@types/node" "^18.15.3"
@@ -1538,7 +1538,7 @@
1538
1538
  "@nodelib/fs.scandir" "2.1.5"
1539
1539
  fastq "^1.6.0"
1540
1540
 
1541
- "@oclif/core@3.26.4", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1541
+ "@oclif/core@3.26.4":
1542
1542
  version "3.26.4"
1543
1543
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1544
1544
  integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
@@ -1572,6 +1572,40 @@
1572
1572
  wordwrap "^1.0.0"
1573
1573
  wrap-ansi "^7.0.0"
1574
1574
 
1575
+ "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
1576
+ version "3.26.5"
1577
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1578
+ integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1579
+ dependencies:
1580
+ "@types/cli-progress" "^3.11.5"
1581
+ ansi-escapes "^4.3.2"
1582
+ ansi-styles "^4.3.0"
1583
+ cardinal "^2.1.1"
1584
+ chalk "^4.1.2"
1585
+ clean-stack "^3.0.1"
1586
+ cli-progress "^3.12.0"
1587
+ color "^4.2.3"
1588
+ debug "^4.3.4"
1589
+ ejs "^3.1.10"
1590
+ get-package-type "^0.1.0"
1591
+ globby "^11.1.0"
1592
+ hyperlinker "^1.0.0"
1593
+ indent-string "^4.0.0"
1594
+ is-wsl "^2.2.0"
1595
+ js-yaml "^3.14.1"
1596
+ minimatch "^9.0.4"
1597
+ natural-orderby "^2.0.3"
1598
+ object-treeify "^1.1.33"
1599
+ password-prompt "^1.1.3"
1600
+ slice-ansi "^4.0.0"
1601
+ string-width "^4.2.3"
1602
+ strip-ansi "^6.0.1"
1603
+ supports-color "^8.1.1"
1604
+ supports-hyperlinks "^2.2.0"
1605
+ widest-line "^3.1.0"
1606
+ wordwrap "^1.0.0"
1607
+ wrap-ansi "^7.0.0"
1608
+
1575
1609
  "@oclif/plugin-command-snapshot@^5.1.7":
1576
1610
  version "5.1.7"
1577
1611
  resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
@@ -1637,16 +1671,16 @@
1637
1671
  strip-ansi "6.0.1"
1638
1672
  ts-retry-promise "^0.8.0"
1639
1673
 
1640
- "@salesforce/core@^7.0.1", "@salesforce/core@^7.1.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
1641
- version "7.3.2"
1642
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.2.tgz#429a859335efdc14d60b041bfa60fcde6c0c5e79"
1643
- integrity sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==
1674
+ "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
1675
+ version "7.3.4"
1676
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.4.tgz#0630a5b236254a7a690872d7179f7216dff02560"
1677
+ integrity sha512-m6XY5Ju3rh2ljaqVydSPS1vekw+EyQ4uHiNV6mIdJeBile7WJgn5TbE7AJUU91ASPYy9X+/ZuiHyIbOaMc2YrA==
1644
1678
  dependencies:
1645
- "@jsforce/jsforce-node" "^3.1.0"
1679
+ "@jsforce/jsforce-node" "^3.2.0"
1646
1680
  "@salesforce/kit" "^3.1.1"
1647
1681
  "@salesforce/schemas" "^1.7.0"
1648
1682
  "@salesforce/ts-types" "^2.0.9"
1649
- ajv "^8.12.0"
1683
+ ajv "^8.13.0"
1650
1684
  change-case "^4.1.2"
1651
1685
  faye "^1.4.0"
1652
1686
  form-data "^4.0.0"
@@ -1705,15 +1739,15 @@
1705
1739
  "@salesforce/ts-types" "^2.0.9"
1706
1740
  tslib "^2.6.2"
1707
1741
 
1708
- "@salesforce/plugin-command-reference@^3.0.76":
1709
- version "3.0.76"
1710
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.76.tgz#d3462e02379cee956331076d2a3473819b6a0169"
1711
- integrity sha512-h+lZHVBThlrr7fozi5DA71u6Dsi1vlXgndXbIpgx+IZaOqK3crO9A0lmqG/tEtgDqj9UcF1cDmaSB5YKYlRKaQ==
1742
+ "@salesforce/plugin-command-reference@^3.0.82":
1743
+ version "3.0.82"
1744
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz#9a016bedf57a88c50a5d868d794ce9c8ab26e2ec"
1745
+ integrity sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==
1712
1746
  dependencies:
1713
- "@oclif/core" "^3.26.2"
1714
- "@salesforce/core" "^7.1.0"
1715
- "@salesforce/kit" "^3.1.0"
1716
- "@salesforce/sf-plugins-core" "^9.0.1"
1747
+ "@oclif/core" "^3.26.4"
1748
+ "@salesforce/core" "^7.3.1"
1749
+ "@salesforce/kit" "^3.1.1"
1750
+ "@salesforce/sf-plugins-core" "^9.0.5"
1717
1751
  "@salesforce/ts-types" "^2.0.9"
1718
1752
  chalk "^5.3.0"
1719
1753
  debug "^4.3.4"
@@ -1729,23 +1763,23 @@
1729
1763
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
1730
1764
  integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
1731
1765
 
1732
- "@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1":
1733
- version "9.0.2"
1734
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.2.tgz#83f83eed8c6ad1bc7d0092f44122c976bed95b27"
1735
- integrity sha512-UrP4r70OJHKQ1UGsmXVuZq9waoy6EdnppYDnuTA59uK75/gLU6GP11FK82r6QJyuxAeuueJxc9dkub2dvXObQw==
1766
+ "@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
1767
+ version "9.0.7"
1768
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
1769
+ integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
1736
1770
  dependencies:
1737
1771
  "@inquirer/confirm" "^2.0.17"
1738
1772
  "@inquirer/password" "^1.1.16"
1739
- "@oclif/core" "^3.26.0"
1740
- "@salesforce/core" "^7.2.0"
1773
+ "@oclif/core" "^3.26.5"
1774
+ "@salesforce/core" "^7.3.3"
1741
1775
  "@salesforce/kit" "^3.1.0"
1742
1776
  "@salesforce/ts-types" "^2.0.9"
1743
1777
  chalk "^5.3.0"
1744
1778
 
1745
- "@salesforce/source-deploy-retrieve@^11.1.2":
1746
- version "11.1.2"
1747
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz#f5c70b952eca711b2be0e110b289eb24aaa60b4d"
1748
- integrity sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==
1779
+ "@salesforce/source-deploy-retrieve@^11.3.0":
1780
+ version "11.3.0"
1781
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.3.0.tgz#7487734f115fe8c92c432955b58116abc646c400"
1782
+ integrity sha512-NsiDL1i+CWXcCOGYtQtggrtJuFIr5zHdoyn5atcgFuHk2X9H7Czf3kletpvZh0D2T0CHy6Q9ktf+Vv/UjFmxPw==
1749
1783
  dependencies:
1750
1784
  "@salesforce/core" "^7.3.1"
1751
1785
  "@salesforce/kit" "^3.1.1"
@@ -2721,7 +2755,7 @@ ajv@^6.12.4:
2721
2755
  json-schema-traverse "^0.4.1"
2722
2756
  uri-js "^4.2.2"
2723
2757
 
2724
- ajv@^8.11.0, ajv@^8.12.0:
2758
+ ajv@^8.11.0:
2725
2759
  version "8.12.0"
2726
2760
  resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
2727
2761
  integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
@@ -2731,6 +2765,16 @@ ajv@^8.11.0, ajv@^8.12.0:
2731
2765
  require-from-string "^2.0.2"
2732
2766
  uri-js "^4.2.2"
2733
2767
 
2768
+ ajv@^8.13.0:
2769
+ version "8.13.0"
2770
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
2771
+ integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
2772
+ dependencies:
2773
+ fast-deep-equal "^3.1.3"
2774
+ json-schema-traverse "^1.0.0"
2775
+ require-from-string "^2.0.2"
2776
+ uri-js "^4.4.1"
2777
+
2734
2778
  ansi-colors@4.1.1:
2735
2779
  version "4.1.1"
2736
2780
  resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
@@ -3777,7 +3821,7 @@ ecdsa-sig-formatter@1.0.11:
3777
3821
  dependencies:
3778
3822
  safe-buffer "^5.0.1"
3779
3823
 
3780
- ejs@^3.1.10, ejs@^3.1.9:
3824
+ ejs@^3.1.10:
3781
3825
  version "3.1.10"
3782
3826
  resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
3783
3827
  integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
@@ -6215,17 +6259,17 @@ object.values@^1.1.7:
6215
6259
  define-properties "^1.2.0"
6216
6260
  es-abstract "^1.22.1"
6217
6261
 
6218
- oclif@^4.8.5:
6219
- version "4.8.5"
6220
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.5.tgz#e6425aa13bf41e97746f14de6b68aedf88fc1273"
6221
- integrity sha512-7f6gYBAugi/+98lrsjnGtQnrva6JS2fDjyBzUZETi+EQHg/Gq55yvknHkMw4mLO5iA2MIEvClYdgyKR4keAdPA==
6262
+ oclif@^4.9.0:
6263
+ version "4.9.0"
6264
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.9.0.tgz#6519161de69b58559c2483b9ff81dd16ecffdb4e"
6265
+ integrity sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==
6222
6266
  dependencies:
6223
6267
  "@aws-sdk/client-cloudfront" "^3.535.0"
6224
6268
  "@aws-sdk/client-s3" "^3.554.0"
6225
- "@inquirer/confirm" "^3.1.4"
6269
+ "@inquirer/confirm" "^3.1.5"
6226
6270
  "@inquirer/input" "^2.1.1"
6227
6271
  "@inquirer/select" "^2.2.1"
6228
- "@oclif/core" "^3.26.0"
6272
+ "@oclif/core" "^3.26.4"
6229
6273
  "@oclif/plugin-help" "^6.0.21"
6230
6274
  "@oclif/plugin-not-found" "^3.0.14"
6231
6275
  "@oclif/plugin-warn-if-update-available" "^3.0.14"
@@ -6233,7 +6277,7 @@ oclif@^4.8.5:
6233
6277
  chalk "^4"
6234
6278
  change-case "^4"
6235
6279
  debug "^4.3.3"
6236
- ejs "^3.1.9"
6280
+ ejs "^3.1.10"
6237
6281
  find-yarn-workspace-root "^2.0.0"
6238
6282
  fs-extra "^8.1"
6239
6283
  github-slugger "^1.5.0"
@@ -7710,12 +7754,7 @@ typedoc@^0.25.12:
7710
7754
  minimatch "^9.0.3"
7711
7755
  shiki "^0.14.7"
7712
7756
 
7713
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3:
7714
- version "5.4.4"
7715
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
7716
- integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
7717
-
7718
- typescript@~5.4.2:
7757
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
7719
7758
  version "5.4.5"
7720
7759
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
7721
7760
  integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
@@ -7782,7 +7821,7 @@ upper-case@^2.0.2:
7782
7821
  dependencies:
7783
7822
  tslib "^2.0.3"
7784
7823
 
7785
- uri-js@^4.2.2:
7824
+ uri-js@^4.2.2, uri-js@^4.4.1:
7786
7825
  version "4.4.1"
7787
7826
  resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
7788
7827
  integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
@@ -1982,5 +1982,5 @@
1982
1982
  ]
1983
1983
  }
1984
1984
  },
1985
- "version": "4.1.5"
1985
+ "version": "4.1.7"
1986
1986
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "4.1.5",
4
+ "version": "4.1.7",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.26.4",
9
9
  "@salesforce/core": "^7.0.1",
10
10
  "@salesforce/kit": "^3.1.1",
11
- "@salesforce/sf-plugins-core": "^9.0.0",
12
- "@salesforce/source-deploy-retrieve": "^11.1.2",
11
+ "@salesforce/sf-plugins-core": "^9.0.7",
12
+ "@salesforce/source-deploy-retrieve": "^11.3.0",
13
13
  "chalk": "^5.3.0",
14
14
  "change-case": "^5.4.4",
15
15
  "is-wsl": "^3.1.0",
@@ -19,13 +19,13 @@
19
19
  "@oclif/plugin-command-snapshot": "^5.1.7",
20
20
  "@salesforce/cli-plugins-testkit": "^5.2.1",
21
21
  "@salesforce/dev-scripts": "^9.0.0",
22
- "@salesforce/plugin-command-reference": "^3.0.76",
22
+ "@salesforce/plugin-command-reference": "^3.0.82",
23
23
  "@salesforce/ts-sinon": "1.4.19",
24
24
  "eslint-plugin-sf-plugin": "^1.18.2",
25
25
  "moment": "^2.30.1",
26
- "oclif": "^4.8.5",
26
+ "oclif": "^4.9.0",
27
27
  "ts-node": "^10.9.2",
28
- "typescript": "^5.4.3"
28
+ "typescript": "^5.4.5"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=18.0.0"
@@ -235,7 +235,7 @@
235
235
  "exports": "./lib/index.js",
236
236
  "type": "module",
237
237
  "sfdx": {
238
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.5.crt",
239
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.5.sig"
238
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.7.crt",
239
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.7.sig"
240
240
  }
241
241
  }