@salesforce/plugin-org 3.0.4 → 3.0.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 CHANGED
@@ -132,7 +132,7 @@ FLAGS
132
132
  -t, --type=<option> (required) Type of org to create.
133
133
  <options: sandbox>
134
134
  -w, --wait=<value> [default: 6 minutes] Number of minutes to wait while polling for status.
135
- --api-version=<value> Override the api version used for api requests made by this command
135
+ --api-version=<value> Override the api version used for api requests made by this command
136
136
 
137
137
  GLOBAL FLAGS
138
138
  --json Format output as json.
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160
160
  for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
161
161
  ```
162
162
 
163
- _See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/clone.ts)_
163
+ _See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/clone.ts)_
164
164
 
165
165
  ## `sf force org create`
166
166
 
@@ -184,7 +184,7 @@ FLAGS
184
184
  <options: scratch|sandbox>
185
185
  -v, --target-dev-hub=<value> Username or alias of the Dev Hub org.
186
186
  -w, --wait=<value> [default: 6 minutes] Streaming client socket timeout (in minutes).
187
- --api-version=<value> Override the api version used for api requests made by this command
187
+ --api-version=<value> Override the api version used for api requests made by this command
188
188
 
189
189
  GLOBAL FLAGS
190
190
  --json Format output as json.
@@ -208,7 +208,7 @@ EXAMPLES
208
208
  $ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
209
209
  ```
210
210
 
211
- _See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/create.ts)_
211
+ _See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/create.ts)_
212
212
 
213
213
  ## `sf force org delete`
214
214
 
@@ -219,9 +219,9 @@ USAGE
219
219
  $ sf force org delete -o <value> [--json] [--api-version <value>] [-p]
220
220
 
221
221
  FLAGS
222
- -o, --target-org=<value> (required) Username or alias of the target org.
223
- -p, --no-prompt No prompt to confirm deletion.
224
- --api-version=<value> Override the api version used for api requests made by this command
222
+ -o, --target-org=<value> (required) Username or alias of the target org.
223
+ -p, --no-prompt No prompt to confirm deletion.
224
+ --api-version=<value> Override the api version used for api requests made by this command
225
225
 
226
226
  GLOBAL FLAGS
227
227
  --json Format output as json.
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ sf force org delete -u MyOrgAlias -p
241
241
  ```
242
242
 
243
- _See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/delete.ts)_
243
+ _See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/delete.ts)_
244
244
 
245
245
  ## `sf force org status`
246
246
 
@@ -256,7 +256,7 @@ FLAGS
256
256
  -o, --target-org=<value> (required) Username or alias of the target org.
257
257
  -s, --setdefaultusername Set the created or cloned org as your default.
258
258
  -w, --wait=<value> [default: 6 minutes] Number of minutes to wait while polling for status.
259
- --api-version=<value> Override the api version used for api requests made by this command
259
+ --api-version=<value> Override the api version used for api requests made by this command
260
260
 
261
261
  GLOBAL FLAGS
262
262
  --json Format output as json.
@@ -278,7 +278,7 @@ EXAMPLES
278
278
  $ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
279
279
  ```
280
280
 
281
- _See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/status.ts)_
281
+ _See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/status.ts)_
282
282
 
283
283
  ## `sf org create sandbox`
284
284
 
@@ -300,9 +300,9 @@ FLAGS
300
300
  -o, --target-org=<value> (required) Username or alias of the production org that contains the sandbox license.
301
301
  -s, --set-default Set the sandbox org as your default org.
302
302
  -w, --wait=<minutes> [default: 30 minutes] Number of minutes to wait for the sandbox org to be ready.
303
- --async Request the sandbox creation, but don't wait for it to complete.
304
- --no-prompt Don't prompt for confirmation about the sandbox configuration.
305
- --no-track-source Do not use source tracking for this sandbox.
303
+ --async Request the sandbox creation, but don't wait for it to complete.
304
+ --no-prompt Don't prompt for confirmation about the sandbox configuration.
305
+ --no-track-source Do not use source tracking for this sandbox.
306
306
 
307
307
  GLOBAL FLAGS
308
308
  --json Format output as json.
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383
383
  sandbox.
384
384
  ```
385
385
 
386
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/create/sandbox.ts)_
386
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/create/sandbox.ts)_
387
387
 
388
388
  ## `sf org create scratch`
389
389
 
@@ -406,30 +406,30 @@ FLAGS
406
406
  -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
407
407
  -w, --wait=<minutes> [default: 5 minutes] Number of minutes to wait for the scratch org to be ready.
408
408
  -y, --duration-days=<days> [default: 7 days] Number of days before the org expires.
409
- --api-version=<value> Override the api version used for api requests made by this command
410
- --async Request the org, but don't wait for it to complete.
409
+ --api-version=<value> Override the api version used for api requests made by this command
410
+ --async Request the org, but don't wait for it to complete.
411
411
 
412
412
  PACKAGING FLAGS
413
413
  -c, --no-ancestors Don't include second-generation managed package (2GP) ancestors in the scratch org.
414
414
  -m, --no-namespace Create the scratch org with no namespace, even if the Dev Hub has a namespace.
415
415
 
416
416
  DEFINITION FILE OVERRIDE FLAGS
417
- -e, --edition=<option> Salesforce edition of the scratch org. Overrides the value of the "edition" option in the
418
- definition file, if set.
419
- <options: developer|enterprise|group|professional|partner-developer|partner-enterprise|partner
420
- -group|partner-professional>
421
- --admin-email=<value> Email address that will be applied to the org's admin user. Overrides the value of the
422
- "adminEmail" option in the definition file, if set.
423
- --description=<value> Description of the scratch org in the Dev Hub. Overrides the value of the "description" option
424
- in the definition file, if set.
425
- --name=<value> Name of the org, such as "Acme Company". Overrides the value of the "orgName" option in the
426
- definition file, if set.
427
- --release=<option> Release of the scratch org as compared to the Dev Hub release.
428
- <options: preview|previous>
429
- --source-org=<value> 15-character ID of the org whose shape the new scratch org will be based on. Overrides the
430
- value of the "sourceOrg" option in the definition file, if set.
431
- --username=<value> Username of the scratch org admin user. Overrides the value of the "username" option in the
432
- definition file, if set.
417
+ -e, --edition=<option> Salesforce edition of the scratch org. Overrides the value of the "edition" option in the
418
+ definition file, if set.
419
+ <options: developer|enterprise|group|professional|partner-developer|partner-enterprise|part
420
+ ner-group|partner-professional>
421
+ --admin-email=<value> Email address that will be applied to the org's admin user. Overrides the value of the
422
+ "adminEmail" option in the definition file, if set.
423
+ --description=<value> Description of the scratch org in the Dev Hub. Overrides the value of the "description"
424
+ option in the definition file, if set.
425
+ --name=<value> Name of the org, such as "Acme Company". Overrides the value of the "orgName" option in the
426
+ definition file, if set.
427
+ --release=<option> Release of the scratch org as compared to the Dev Hub release.
428
+ <options: preview|previous>
429
+ --source-org=<value> 15-character ID of the org whose shape the new scratch org will be based on. Overrides the
430
+ value of the "sourceOrg" option in the definition file, if set.
431
+ --username=<value> Username of the scratch org admin user. Overrides the value of the "username" option in the
432
+ definition file, if set.
433
433
 
434
434
  GLOBAL FLAGS
435
435
  --json Format output as json.
@@ -536,7 +536,7 @@ FLAG DESCRIPTIONS
536
536
  Omit this flag to have Salesforce generate a unique username for your org.
537
537
  ```
538
538
 
539
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/create/scratch.ts)_
539
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/create/scratch.ts)_
540
540
 
541
541
  ## `sf org delete sandbox`
542
542
 
@@ -580,7 +580,7 @@ EXAMPLES
580
580
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
581
581
  ```
582
582
 
583
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/delete/sandbox.ts)_
583
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/delete/sandbox.ts)_
584
584
 
585
585
  ## `sf org delete scratch`
586
586
 
@@ -622,7 +622,7 @@ EXAMPLES
622
622
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
623
623
  ```
624
624
 
625
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/delete/scratch.ts)_
625
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/delete/scratch.ts)_
626
626
 
627
627
  ## `sf org display`
628
628
 
@@ -633,9 +633,9 @@ USAGE
633
633
  $ sf org display -o <value> [--json] [--api-version <value>] [--verbose]
634
634
 
635
635
  FLAGS
636
- -o, --target-org=<value> (required) Username or alias of the target org.
637
- --api-version=<value> Override the api version used for api requests made by this command
638
- --verbose Display the sfdxAuthUrl property.
636
+ -o, --target-org=<value> (required) Username or alias of the target org.
637
+ --api-version=<value> Override the api version used for api requests made by this command
638
+ --verbose Display the sfdxAuthUrl property.
639
639
 
640
640
  GLOBAL FLAGS
641
641
  --json Format output as json.
@@ -665,7 +665,7 @@ EXAMPLES
665
665
  $ sf org display --target-org TestOrg1 --verbose
666
666
  ```
667
667
 
668
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/display.ts)_
668
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/display.ts)_
669
669
 
670
670
  ## `sf org list`
671
671
 
@@ -676,12 +676,12 @@ USAGE
676
676
  $ sf org list [--json] [--verbose] [--all] [-p --clean] [--skip-connection-status]
677
677
 
678
678
  FLAGS
679
- -p, --no-prompt Don't prompt for confirmation.
680
- --all Include expired, deleted, and unknown-status scratch orgs.
681
- --clean Remove all local org authorizations for non-active scratch orgs. Use "org logout" to remove
682
- non-scratch orgs.
683
- --skip-connection-status Skip retrieving the connection status of non-scratch orgs.
684
- --verbose List more information about each org.
679
+ -p, --no-prompt Don't prompt for confirmation.
680
+ --all Include expired, deleted, and unknown-status scratch orgs.
681
+ --clean Remove all local org authorizations for non-active scratch orgs. Use "org logout" to
682
+ remove non-scratch orgs.
683
+ --skip-connection-status Skip retrieving the connection status of non-scratch orgs.
684
+ --verbose List more information about each org.
685
685
 
686
686
  GLOBAL FLAGS
687
687
  --json Format output as json.
@@ -703,7 +703,7 @@ EXAMPLES
703
703
  $ sf org list --clean
704
704
  ```
705
705
 
706
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list.ts)_
706
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list.ts)_
707
707
 
708
708
  ## `sf org list metadata`
709
709
 
@@ -718,8 +718,8 @@ FLAGS
718
718
  -m, --metadata-type=<value> (required) Metadata type to be retrieved, such as CustomObject; metadata type names are
719
719
  case-sensitive.
720
720
  -o, --target-org=<value> (required) Username or alias of the target org.
721
- --api-version=<value> API version to use; default is the most recent API version.
722
- --folder=<value> Folder associated with the component; required for components that use folders; folder
721
+ --api-version=<value> API version to use; default is the most recent API version.
722
+ --folder=<value> Folder associated with the component; required for components that use folders; folder
723
723
  names are case-sensitive.
724
724
 
725
725
  GLOBAL FLAGS
@@ -767,7 +767,7 @@ FLAG DESCRIPTIONS
767
767
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
768
768
  ```
769
769
 
770
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list/metadata.ts)_
770
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list/metadata.ts)_
771
771
 
772
772
  ## `sf org list metadata-types`
773
773
 
@@ -780,7 +780,7 @@ USAGE
780
780
  FLAGS
781
781
  -f, --output-file=<value> Pathname of the file in which to write the results.
782
782
  -o, --target-org=<value> (required) Username or alias of the target org.
783
- --api-version=<value> API version to use; default is the most recent API version.
783
+ --api-version=<value> API version to use; default is the most recent API version.
784
784
 
785
785
  GLOBAL FLAGS
786
786
  --json Format output as json.
@@ -820,7 +820,7 @@ FLAG DESCRIPTIONS
820
820
  Override the api version used for api requests made by this command
821
821
  ```
822
822
 
823
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list/metadata-types.ts)_
823
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list/metadata-types.ts)_
824
824
 
825
825
  ## `sf org open`
826
826
 
@@ -838,7 +838,7 @@ FLAGS
838
838
  -o, --target-org=<value> (required) Username or alias of the target org.
839
839
  -p, --path=<value> Navigation URL path to open a specific page.
840
840
  -r, --url-only Display navigation URL, but don’t launch browser.
841
- --api-version=<value> Override the api version used for api requests made by this command
841
+ --api-version=<value> Override the api version used for api requests made by this command
842
842
 
843
843
  GLOBAL FLAGS
844
844
  --json Format output as json.
@@ -885,7 +885,7 @@ EXAMPLES
885
885
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
886
886
  ```
887
887
 
888
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/open.ts)_
888
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/open.ts)_
889
889
 
890
890
  ## `sf org resume sandbox`
891
891
 
@@ -947,7 +947,7 @@ FLAG DESCRIPTIONS
947
947
  returns the job ID. To resume checking the sandbox creation, rerun this command.
948
948
  ```
949
949
 
950
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/resume/sandbox.ts)_
950
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/resume/sandbox.ts)_
951
951
 
952
952
  ## `sf org resume scratch`
953
953
 
@@ -993,6 +993,6 @@ FLAG DESCRIPTIONS
993
993
  The job ID is valid for 24 hours after you start the scratch org creation.
994
994
  ```
995
995
 
996
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/resume/scratch.ts)_
996
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/resume/scratch.ts)_
997
997
 
998
998
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -366,14 +366,7 @@
366
366
  dependencies:
367
367
  find-up "^5.0.0"
368
368
 
369
- "@commitlint/types@^17.4.4":
370
- version "17.4.4"
371
- resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.4.4.tgz#1416df936e9aad0d6a7bbc979ecc31e55dade662"
372
- integrity sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==
373
- dependencies:
374
- chalk "^4.1.0"
375
-
376
- "@commitlint/types@^17.8.1":
369
+ "@commitlint/types@^17.4.4", "@commitlint/types@^17.8.1":
377
370
  version "17.8.1"
378
371
  resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.8.1.tgz#883a0ad35c5206d5fef7bc6ce1bbe648118af44e"
379
372
  integrity sha512-PXDQXkAmiMEG162Bqdh9ChML/GJZo6vU+7F03ALKDK8zYc6SuAr47LjG7hGYRqUOz+WK0dU7bQ0xzuqFMdxzeQ==
@@ -387,12 +380,12 @@
387
380
  dependencies:
388
381
  "@jridgewell/trace-mapping" "0.3.9"
389
382
 
390
- "@es-joy/jsdoccomment@~0.40.1":
391
- version "0.40.1"
392
- resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.40.1.tgz#13acd77fb372ed1c83b7355edd865a3b370c9ec4"
393
- integrity sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==
383
+ "@es-joy/jsdoccomment@~0.41.0":
384
+ version "0.41.0"
385
+ resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
386
+ integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
394
387
  dependencies:
395
- comment-parser "1.4.0"
388
+ comment-parser "1.4.1"
396
389
  esquery "^1.5.0"
397
390
  jsdoc-type-pratt-parser "~4.0.0"
398
391
 
@@ -408,10 +401,10 @@
408
401
  resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
409
402
  integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
410
403
 
411
- "@eslint/eslintrc@^2.1.2":
412
- version "2.1.2"
413
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
414
- integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
404
+ "@eslint/eslintrc@^2.1.3":
405
+ version "2.1.3"
406
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
407
+ integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
415
408
  dependencies:
416
409
  ajv "^6.12.4"
417
410
  debug "^4.3.2"
@@ -423,10 +416,10 @@
423
416
  minimatch "^3.1.2"
424
417
  strip-json-comments "^3.1.1"
425
418
 
426
- "@eslint/js@8.52.0":
427
- version "8.52.0"
428
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c"
429
- integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
419
+ "@eslint/js@8.53.0":
420
+ version "8.53.0"
421
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
422
+ integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
430
423
 
431
424
  "@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
432
425
  version "1.1.3"
@@ -788,10 +781,10 @@
788
781
  wordwrap "^1.0.0"
789
782
  wrap-ansi "^7.0.0"
790
783
 
791
- "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
792
- version "3.10.8"
793
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
794
- integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
784
+ "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
785
+ version "3.11.0"
786
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e"
787
+ integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==
795
788
  dependencies:
796
789
  ansi-escapes "^4.3.2"
797
790
  ansi-styles "^4.3.0"
@@ -820,12 +813,12 @@
820
813
  wordwrap "^1.0.0"
821
814
  wrap-ansi "^7.0.0"
822
815
 
823
- "@oclif/plugin-command-snapshot@^5.0.1":
824
- version "5.0.1"
825
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.1.tgz#6c21b2ef8007cda21f0caacd3462d5eedd622f32"
826
- integrity sha512-pUwr5jJ1Jq2yojjRYmzjZouVw4UIfu8IZAXaaWXUl21dEg+8UY1gdIlnQgGdSJo9tkEVz3sUCo6uLVCK6tClAA==
816
+ "@oclif/plugin-command-snapshot@^5.0.2":
817
+ version "5.0.2"
818
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.2.tgz#41e88d245e1ffb1822b4cb127df39f61672cf2b1"
819
+ integrity sha512-4Aun0P/K9uVC5JLmG968OJhDT5HMiOs4mmw7A2cWmf1Paw8zp4xZ40PvYOOKN86gaKukKFDTQ1sDuLBzqNhZow==
827
820
  dependencies:
828
- "@oclif/core" "^3.5.0"
821
+ "@oclif/core" "^3.10.8"
829
822
  "@types/lodash.difference" "^4.5.8"
830
823
  chalk "^5.3.0"
831
824
  just-diff "^5.2.0"
@@ -983,10 +976,10 @@
983
976
  strip-ansi "6.0.1"
984
977
  ts-retry-promise "^0.7.1"
985
978
 
986
- "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.18":
987
- version "5.3.18"
988
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.18.tgz#c0b7b59fbef7f0689e88968c614dd1ae2c420f02"
989
- integrity sha512-/Ag7elFngTT13PRblSPJPB2Q+xk3jR2SX8bYa83fcQljVF7ApGB5qtFpauXmUv8lgRnN+F01HNqM16iszAMP9w==
979
+ "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.20":
980
+ version "5.3.20"
981
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
982
+ integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
990
983
  dependencies:
991
984
  "@salesforce/kit" "^3.0.15"
992
985
  "@salesforce/schemas" "^1.6.1"
@@ -1007,38 +1000,62 @@
1007
1000
  semver "^7.5.4"
1008
1001
  ts-retry-promise "^0.7.1"
1009
1002
 
1010
- "@salesforce/dev-config@^4.0.1":
1003
+ "@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3":
1004
+ version "6.1.3"
1005
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
1006
+ integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
1007
+ dependencies:
1008
+ "@salesforce/kit" "^3.0.15"
1009
+ "@salesforce/schemas" "^1.6.1"
1010
+ "@salesforce/ts-types" "^2.0.9"
1011
+ "@types/semver" "^7.5.4"
1012
+ ajv "^8.12.0"
1013
+ change-case "^4.1.2"
1014
+ faye "^1.4.0"
1015
+ form-data "^4.0.0"
1016
+ js2xmlparser "^4.0.1"
1017
+ jsforce "^2.0.0-beta.28"
1018
+ jsonwebtoken "9.0.2"
1019
+ jszip "3.10.1"
1020
+ pino "^8.16.1"
1021
+ pino-abstract-transport "^1.1.0"
1022
+ pino-pretty "^10.2.3"
1023
+ proper-lockfile "^4.1.2"
1024
+ semver "^7.5.4"
1025
+ ts-retry-promise "^0.7.1"
1026
+
1027
+ "@salesforce/dev-config@^4.1.0":
1011
1028
  version "4.1.0"
1012
1029
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1013
1030
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1014
1031
 
1015
- "@salesforce/dev-scripts@^6.0.3":
1016
- version "6.0.3"
1017
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-6.0.3.tgz#6cf4504fd0ec8b4685e729b26685eed60f9c8b26"
1018
- integrity sha512-WLl1N07oNeRywdypwUrebX/kCkSm3IzmAQpUt4q4Sk8r4vTWv5b6F0pHLv0pGS8/QWNJT7xWGZDF1lgJBHOsmA==
1032
+ "@salesforce/dev-scripts@^7.1.0":
1033
+ version "7.1.0"
1034
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.0.tgz#123708d4f494d8b95464b90c28993141986e84bc"
1035
+ integrity sha512-79x6QgENORLyCrr9b4MO2pPq8N7d9ILj83vOtAp5NLreAfjZN/c5TEEHuIZKZ3UaO+hkwbtzv3Qs6CyNxiasWA==
1019
1036
  dependencies:
1020
1037
  "@commitlint/cli" "^17.1.2"
1021
1038
  "@commitlint/config-conventional" "^17.1.0"
1022
- "@salesforce/dev-config" "^4.0.1"
1039
+ "@salesforce/dev-config" "^4.1.0"
1023
1040
  "@salesforce/prettier-config" "^0.0.3"
1024
- "@types/chai" "^4.2.11"
1025
- "@types/mocha" "^10.0.3"
1041
+ "@types/chai" "^4.3.10"
1042
+ "@types/mocha" "^10.0.4"
1026
1043
  "@types/node" "^18"
1027
1044
  "@types/sinon" "^10.0.20"
1028
1045
  chai "^4.3.10"
1029
1046
  chalk "^4.0.0"
1030
1047
  cosmiconfig "^7.0.0"
1031
- eslint-config-salesforce-typescript "^3.0.1"
1048
+ eslint-config-salesforce-typescript "^3.0.5"
1032
1049
  husky "^7.0.4"
1033
1050
  mocha "^10.2.0"
1034
1051
  nyc "^15.1.0"
1035
1052
  prettier "^2.8.8"
1036
- pretty-quick "^3.1.0"
1037
- shelljs "~0.8.4"
1053
+ pretty-quick "^3.1.3"
1054
+ shelljs "^0.8.5"
1038
1055
  sinon "10.0.0"
1039
- source-map-support "~0.5.19"
1056
+ source-map-support "^0.5.21"
1040
1057
  ts-node "^10.9.1"
1041
- typedoc "0.23.16"
1058
+ typedoc "^0.25.3"
1042
1059
  typedoc-plugin-missing-exports "0.23.0"
1043
1060
  typescript "^4.9.5"
1044
1061
  wireit "^0.14.1"
@@ -1087,25 +1104,25 @@
1087
1104
  chalk "^4"
1088
1105
  inquirer "^8.2.5"
1089
1106
 
1090
- "@salesforce/sf-plugins-core@^4.1.1":
1091
- version "4.1.1"
1092
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz#685843bf9fbb1c2e448b922a1399dde1808ed549"
1093
- integrity sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==
1107
+ "@salesforce/sf-plugins-core@^5.0.1":
1108
+ version "5.0.1"
1109
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.1.tgz#16b085eda99e28f2607957954d6ac957a8d0a0eb"
1110
+ integrity sha512-gKUhAP9DDUlB4bjr0a6bsWiM16hn/n1cW8BglhYHAow8UJ0OQBxx+dfvAO0ftXmfzg82IZdMViiDmQXt0Z+e6A==
1094
1111
  dependencies:
1095
- "@oclif/core" "^3.0.0"
1096
- "@salesforce/core" "^5.3.1"
1097
- "@salesforce/kit" "^3.0.13"
1098
- "@salesforce/ts-types" "^2.0.7"
1112
+ "@oclif/core" "^3.11.0"
1113
+ "@salesforce/core" "^6.1.0"
1114
+ "@salesforce/kit" "^3.0.15"
1115
+ "@salesforce/ts-types" "^2.0.9"
1099
1116
  "@types/inquirer" "^8.2.3"
1100
1117
  chalk "^4"
1101
1118
  inquirer "^8.2.5"
1102
1119
 
1103
- "@salesforce/source-deploy-retrieve@^9.8.4":
1104
- version "9.8.4"
1105
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.4.tgz#e6d21d8f2e0b44fae242e31ef8b4f31991a07deb"
1106
- integrity sha512-/g/WkUFCogCANnKkeHmQyXpAbIy+A2htEYliVaoxg3UccDqHCZd5Gmlk6Gwsd03YsLAt249bay5mAokD7y39sQ==
1120
+ "@salesforce/source-deploy-retrieve@^10.0.0":
1121
+ version "10.0.0"
1122
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.0.0.tgz#572642bb3bfb1d7421afb201d7dc7de0a43271d9"
1123
+ integrity sha512-6d9F1jTkD4fXYd5i+xowTey//Vns3ZlOhNNNqkQv7UlfZA8ttoxY5aYQAsAv8A/q/IcMx3UoeIKJZxUE2zNgPQ==
1107
1124
  dependencies:
1108
- "@salesforce/core" "^5.3.17"
1125
+ "@salesforce/core" "^6.1.0"
1109
1126
  "@salesforce/kit" "^3.0.15"
1110
1127
  "@salesforce/ts-types" "^2.0.9"
1111
1128
  fast-levenshtein "^3.0.0"
@@ -1270,10 +1287,10 @@
1270
1287
  "@types/node" "*"
1271
1288
  "@types/responselike" "^1.0.0"
1272
1289
 
1273
- "@types/chai@^4.2.11":
1274
- version "4.3.5"
1275
- resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.5.tgz#ae69bcbb1bebb68c4ac0b11e9d8ed04526b3562b"
1276
- integrity sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==
1290
+ "@types/chai@^4.3.10":
1291
+ version "4.3.10"
1292
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
1293
+ integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
1277
1294
 
1278
1295
  "@types/cli-progress@^3.11.0":
1279
1296
  version "3.11.0"
@@ -1352,19 +1369,12 @@
1352
1369
  resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
1353
1370
  integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
1354
1371
 
1355
- "@types/mocha@^10.0.3":
1356
- version "10.0.3"
1357
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.3.tgz#4804fe9cd39da26eb62fa65c15ea77615a187812"
1358
- integrity sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==
1359
-
1360
- "@types/node@*", "@types/node@^18":
1361
- version "18.18.8"
1362
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1363
- integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1364
- dependencies:
1365
- undici-types "~5.26.4"
1372
+ "@types/mocha@^10.0.4":
1373
+ version "10.0.4"
1374
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
1375
+ integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
1366
1376
 
1367
- "@types/node@20.5.1":
1377
+ "@types/node@*", "@types/node@20.5.1":
1368
1378
  version "20.5.1"
1369
1379
  resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
1370
1380
  integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
@@ -1379,6 +1389,13 @@
1379
1389
  resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
1380
1390
  integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1381
1391
 
1392
+ "@types/node@^18":
1393
+ version "18.18.8"
1394
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1395
+ integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1396
+ dependencies:
1397
+ undici-types "~5.26.4"
1398
+
1382
1399
  "@types/normalize-package-data@^2.4.0":
1383
1400
  version "2.4.1"
1384
1401
  resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -1436,16 +1453,16 @@
1436
1453
  "@types/expect" "^1.20.4"
1437
1454
  "@types/node" "*"
1438
1455
 
1439
- "@typescript-eslint/eslint-plugin@^6.9.1":
1440
- version "6.9.1"
1441
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz#d8ce497dc0ed42066e195c8ecc40d45c7b1254f4"
1442
- integrity sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==
1456
+ "@typescript-eslint/eslint-plugin@^6.10.0":
1457
+ version "6.11.0"
1458
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
1459
+ integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
1443
1460
  dependencies:
1444
1461
  "@eslint-community/regexpp" "^4.5.1"
1445
- "@typescript-eslint/scope-manager" "6.9.1"
1446
- "@typescript-eslint/type-utils" "6.9.1"
1447
- "@typescript-eslint/utils" "6.9.1"
1448
- "@typescript-eslint/visitor-keys" "6.9.1"
1462
+ "@typescript-eslint/scope-manager" "6.11.0"
1463
+ "@typescript-eslint/type-utils" "6.11.0"
1464
+ "@typescript-eslint/utils" "6.11.0"
1465
+ "@typescript-eslint/visitor-keys" "6.11.0"
1449
1466
  debug "^4.3.4"
1450
1467
  graphemer "^1.4.0"
1451
1468
  ignore "^5.2.4"
@@ -1453,15 +1470,15 @@
1453
1470
  semver "^7.5.4"
1454
1471
  ts-api-utils "^1.0.1"
1455
1472
 
1456
- "@typescript-eslint/parser@^6.9.1":
1457
- version "6.9.1"
1458
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.1.tgz#4f685f672f8b9580beb38d5fb99d52fc3e34f7a3"
1459
- integrity sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==
1473
+ "@typescript-eslint/parser@^6.10.0":
1474
+ version "6.11.0"
1475
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
1476
+ integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
1460
1477
  dependencies:
1461
- "@typescript-eslint/scope-manager" "6.9.1"
1462
- "@typescript-eslint/types" "6.9.1"
1463
- "@typescript-eslint/typescript-estree" "6.9.1"
1464
- "@typescript-eslint/visitor-keys" "6.9.1"
1478
+ "@typescript-eslint/scope-manager" "6.11.0"
1479
+ "@typescript-eslint/types" "6.11.0"
1480
+ "@typescript-eslint/typescript-estree" "6.11.0"
1481
+ "@typescript-eslint/visitor-keys" "6.11.0"
1465
1482
  debug "^4.3.4"
1466
1483
 
1467
1484
  "@typescript-eslint/scope-manager@5.62.0":
@@ -1472,29 +1489,21 @@
1472
1489
  "@typescript-eslint/types" "5.62.0"
1473
1490
  "@typescript-eslint/visitor-keys" "5.62.0"
1474
1491
 
1475
- "@typescript-eslint/scope-manager@6.10.0":
1476
- version "6.10.0"
1477
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
1478
- integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
1479
- dependencies:
1480
- "@typescript-eslint/types" "6.10.0"
1481
- "@typescript-eslint/visitor-keys" "6.10.0"
1482
-
1483
- "@typescript-eslint/scope-manager@6.9.1":
1484
- version "6.9.1"
1485
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
1486
- integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
1492
+ "@typescript-eslint/scope-manager@6.11.0":
1493
+ version "6.11.0"
1494
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
1495
+ integrity sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==
1487
1496
  dependencies:
1488
- "@typescript-eslint/types" "6.9.1"
1489
- "@typescript-eslint/visitor-keys" "6.9.1"
1497
+ "@typescript-eslint/types" "6.11.0"
1498
+ "@typescript-eslint/visitor-keys" "6.11.0"
1490
1499
 
1491
- "@typescript-eslint/type-utils@6.9.1":
1492
- version "6.9.1"
1493
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz#efd5db20ed35a74d3c7d8fba51b830ecba09ce32"
1494
- integrity sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
1500
+ "@typescript-eslint/type-utils@6.11.0":
1501
+ version "6.11.0"
1502
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
1503
+ integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
1495
1504
  dependencies:
1496
- "@typescript-eslint/typescript-estree" "6.9.1"
1497
- "@typescript-eslint/utils" "6.9.1"
1505
+ "@typescript-eslint/typescript-estree" "6.11.0"
1506
+ "@typescript-eslint/utils" "6.11.0"
1498
1507
  debug "^4.3.4"
1499
1508
  ts-api-utils "^1.0.1"
1500
1509
 
@@ -1503,15 +1512,10 @@
1503
1512
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1504
1513
  integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1505
1514
 
1506
- "@typescript-eslint/types@6.10.0":
1507
- version "6.10.0"
1508
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
1509
- integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
1510
-
1511
- "@typescript-eslint/types@6.9.1":
1512
- version "6.9.1"
1513
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
1514
- integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
1515
+ "@typescript-eslint/types@6.11.0":
1516
+ version "6.11.0"
1517
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
1518
+ integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
1515
1519
 
1516
1520
  "@typescript-eslint/typescript-estree@5.62.0":
1517
1521
  version "5.62.0"
@@ -1526,43 +1530,30 @@
1526
1530
  semver "^7.3.7"
1527
1531
  tsutils "^3.21.0"
1528
1532
 
1529
- "@typescript-eslint/typescript-estree@6.10.0":
1530
- version "6.10.0"
1531
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
1532
- integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
1533
+ "@typescript-eslint/typescript-estree@6.11.0":
1534
+ version "6.11.0"
1535
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz#7b52c12a623bf7f8ec7f8a79901b9f98eb5c7990"
1536
+ integrity sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==
1533
1537
  dependencies:
1534
- "@typescript-eslint/types" "6.10.0"
1535
- "@typescript-eslint/visitor-keys" "6.10.0"
1538
+ "@typescript-eslint/types" "6.11.0"
1539
+ "@typescript-eslint/visitor-keys" "6.11.0"
1536
1540
  debug "^4.3.4"
1537
1541
  globby "^11.1.0"
1538
1542
  is-glob "^4.0.3"
1539
1543
  semver "^7.5.4"
1540
1544
  ts-api-utils "^1.0.1"
1541
1545
 
1542
- "@typescript-eslint/typescript-estree@6.9.1":
1543
- version "6.9.1"
1544
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
1545
- integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
1546
- dependencies:
1547
- "@typescript-eslint/types" "6.9.1"
1548
- "@typescript-eslint/visitor-keys" "6.9.1"
1549
- debug "^4.3.4"
1550
- globby "^11.1.0"
1551
- is-glob "^4.0.3"
1552
- semver "^7.5.4"
1553
- ts-api-utils "^1.0.1"
1554
-
1555
- "@typescript-eslint/utils@6.9.1":
1556
- version "6.9.1"
1557
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
1558
- integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
1546
+ "@typescript-eslint/utils@6.11.0", "@typescript-eslint/utils@^6.7.5":
1547
+ version "6.11.0"
1548
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
1549
+ integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
1559
1550
  dependencies:
1560
1551
  "@eslint-community/eslint-utils" "^4.4.0"
1561
1552
  "@types/json-schema" "^7.0.12"
1562
1553
  "@types/semver" "^7.5.0"
1563
- "@typescript-eslint/scope-manager" "6.9.1"
1564
- "@typescript-eslint/types" "6.9.1"
1565
- "@typescript-eslint/typescript-estree" "6.9.1"
1554
+ "@typescript-eslint/scope-manager" "6.11.0"
1555
+ "@typescript-eslint/types" "6.11.0"
1556
+ "@typescript-eslint/typescript-estree" "6.11.0"
1566
1557
  semver "^7.5.4"
1567
1558
 
1568
1559
  "@typescript-eslint/utils@^5.59.11":
@@ -1579,19 +1570,6 @@
1579
1570
  eslint-scope "^5.1.1"
1580
1571
  semver "^7.3.7"
1581
1572
 
1582
- "@typescript-eslint/utils@^6.7.5":
1583
- version "6.10.0"
1584
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
1585
- integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
1586
- dependencies:
1587
- "@eslint-community/eslint-utils" "^4.4.0"
1588
- "@types/json-schema" "^7.0.12"
1589
- "@types/semver" "^7.5.0"
1590
- "@typescript-eslint/scope-manager" "6.10.0"
1591
- "@typescript-eslint/types" "6.10.0"
1592
- "@typescript-eslint/typescript-estree" "6.10.0"
1593
- semver "^7.5.4"
1594
-
1595
1573
  "@typescript-eslint/visitor-keys@5.62.0":
1596
1574
  version "5.62.0"
1597
1575
  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -1600,20 +1578,12 @@
1600
1578
  "@typescript-eslint/types" "5.62.0"
1601
1579
  eslint-visitor-keys "^3.3.0"
1602
1580
 
1603
- "@typescript-eslint/visitor-keys@6.10.0":
1604
- version "6.10.0"
1605
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
1606
- integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
1581
+ "@typescript-eslint/visitor-keys@6.11.0":
1582
+ version "6.11.0"
1583
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
1584
+ integrity sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==
1607
1585
  dependencies:
1608
- "@typescript-eslint/types" "6.10.0"
1609
- eslint-visitor-keys "^3.4.1"
1610
-
1611
- "@typescript-eslint/visitor-keys@6.9.1":
1612
- version "6.9.1"
1613
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
1614
- integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
1615
- dependencies:
1616
- "@typescript-eslint/types" "6.9.1"
1586
+ "@typescript-eslint/types" "6.11.0"
1617
1587
  eslint-visitor-keys "^3.4.1"
1618
1588
 
1619
1589
  "@ungap/structured-clone@^1.2.0":
@@ -1734,6 +1704,11 @@ ansi-regex@^6.0.1:
1734
1704
  resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
1735
1705
  integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
1736
1706
 
1707
+ ansi-sequence-parser@^1.1.0:
1708
+ version "1.1.1"
1709
+ resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz#e0aa1cdcbc8f8bb0b5bca625aac41f5f056973cf"
1710
+ integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
1711
+
1737
1712
  ansi-styles@^3.2.1:
1738
1713
  version "3.2.1"
1739
1714
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -2579,10 +2554,10 @@ commander@^4.0.1:
2579
2554
  resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
2580
2555
  integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
2581
2556
 
2582
- comment-parser@1.4.0:
2583
- version "1.4.0"
2584
- resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.0.tgz#0f8c560f59698193854f12884c20c0e39a26d32c"
2585
- integrity sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==
2557
+ comment-parser@1.4.1:
2558
+ version "1.4.1"
2559
+ resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
2560
+ integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
2586
2561
 
2587
2562
  common-ancestor-path@^1.0.1:
2588
2563
  version "1.0.1"
@@ -3149,20 +3124,20 @@ eslint-config-salesforce-license@^0.2.0:
3149
3124
  resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
3150
3125
  integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
3151
3126
 
3152
- eslint-config-salesforce-typescript@^3.0.1:
3153
- version "3.0.2"
3154
- resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.2.tgz#25e9e8797a109828a63a3893a15613c8ecefa1bf"
3155
- integrity sha512-3eNN2dKojedhxbsOGocXaU+83XoeOzc8pCiDjOvlUc7B9IYTgv7UwOgmIIoESmuHKcvsCDDFDttfLCSOCOaRtQ==
3127
+ eslint-config-salesforce-typescript@^3.0.5:
3128
+ version "3.0.5"
3129
+ resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.5.tgz#1fa7b224551255b520f19d208be5d1bb2410c2b4"
3130
+ integrity sha512-p+Do1i8Al1HANKubYV9WnJl9P/ChP/gvM+1tjtYiGqVjaO2Gf6V1ejM51r//uw4OoiFEldqKJK/gyMzSvRHkaw==
3156
3131
  dependencies:
3157
- "@typescript-eslint/eslint-plugin" "^6.9.1"
3158
- "@typescript-eslint/parser" "^6.9.1"
3159
- eslint "^8.52.0"
3132
+ "@typescript-eslint/eslint-plugin" "^6.10.0"
3133
+ "@typescript-eslint/parser" "^6.10.0"
3134
+ eslint "^8.53.0"
3160
3135
  eslint-config-prettier "^9.0.0"
3161
3136
  eslint-config-salesforce "^2.0.2"
3162
3137
  eslint-config-salesforce-license "^0.2.0"
3163
3138
  eslint-plugin-header "^3.1.1"
3164
3139
  eslint-plugin-import "^2.29.0"
3165
- eslint-plugin-jsdoc "^46.8.2"
3140
+ eslint-plugin-jsdoc "^46.9.0"
3166
3141
  eslint-plugin-unicorn "^49.0.0"
3167
3142
 
3168
3143
  eslint-config-salesforce@^2.0.2:
@@ -3214,14 +3189,14 @@ eslint-plugin-import@^2.29.0:
3214
3189
  semver "^6.3.1"
3215
3190
  tsconfig-paths "^3.14.2"
3216
3191
 
3217
- eslint-plugin-jsdoc@^46.8.2:
3218
- version "46.8.2"
3219
- resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.8.2.tgz#3e6b1c93e91e38fe01874d45da121b56393c54a5"
3220
- integrity sha512-5TSnD018f3tUJNne4s4gDWQflbsgOycIKEUBoCLn6XtBMgNHxQFmV8vVxUtiPxAQq8lrX85OaSG/2gnctxw9uQ==
3192
+ eslint-plugin-jsdoc@^46.9.0:
3193
+ version "46.9.0"
3194
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
3195
+ integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
3221
3196
  dependencies:
3222
- "@es-joy/jsdoccomment" "~0.40.1"
3197
+ "@es-joy/jsdoccomment" "~0.41.0"
3223
3198
  are-docs-informative "^0.0.2"
3224
- comment-parser "1.4.0"
3199
+ comment-parser "1.4.1"
3225
3200
  debug "^4.3.4"
3226
3201
  escape-string-regexp "^4.0.0"
3227
3202
  esquery "^1.5.0"
@@ -3238,12 +3213,12 @@ eslint-plugin-perfectionist@^2.1.0:
3238
3213
  minimatch "^9.0.3"
3239
3214
  natural-compare-lite "^1.4.0"
3240
3215
 
3241
- eslint-plugin-sf-plugin@^1.16.14:
3242
- version "1.16.14"
3243
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.14.tgz#64138f6c597ad7b750d9d7615894e2fe504852ec"
3244
- integrity sha512-numvHHhJjExz4ojxK3O25G8Vh8pXtMgZzwEaKGGsKaOJFm4rmSS2NabmfkRPYX2NCO/xn4eNHm1iGTnnQywGvg==
3216
+ eslint-plugin-sf-plugin@^1.16.15:
3217
+ version "1.16.15"
3218
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
3219
+ integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
3245
3220
  dependencies:
3246
- "@salesforce/core" "^5.3.17"
3221
+ "@salesforce/core" "^5.3.20"
3247
3222
  "@typescript-eslint/utils" "^5.59.11"
3248
3223
 
3249
3224
  eslint-plugin-unicorn@^49.0.0:
@@ -3287,15 +3262,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
3287
3262
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3288
3263
  integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3289
3264
 
3290
- eslint@^8.52.0:
3291
- version "8.52.0"
3292
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.52.0.tgz#d0cd4a1fac06427a61ef9242b9353f36ea7062fc"
3293
- integrity sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==
3265
+ eslint@^8.53.0:
3266
+ version "8.53.0"
3267
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
3268
+ integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
3294
3269
  dependencies:
3295
3270
  "@eslint-community/eslint-utils" "^4.2.0"
3296
3271
  "@eslint-community/regexpp" "^4.6.1"
3297
- "@eslint/eslintrc" "^2.1.2"
3298
- "@eslint/js" "8.52.0"
3272
+ "@eslint/eslintrc" "^2.1.3"
3273
+ "@eslint/js" "8.53.0"
3299
3274
  "@humanwhocodes/config-array" "^0.11.13"
3300
3275
  "@humanwhocodes/module-importer" "^1.0.1"
3301
3276
  "@nodelib/fs.walk" "^1.2.8"
@@ -4871,7 +4846,7 @@ json5@^2.2.2, json5@^2.2.3:
4871
4846
  resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
4872
4847
  integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
4873
4848
 
4874
- jsonc-parser@^3.0.0:
4849
+ jsonc-parser@^3.0.0, jsonc-parser@^3.2.0:
4875
4850
  version "3.2.0"
4876
4851
  resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
4877
4852
  integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
@@ -5298,7 +5273,7 @@ map-obj@^4.0.0:
5298
5273
  resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
5299
5274
  integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
5300
5275
 
5301
- marked@^4.0.19:
5276
+ marked@^4.3.0:
5302
5277
  version "4.3.0"
5303
5278
  resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
5304
5279
  integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
@@ -5420,7 +5395,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
5420
5395
  dependencies:
5421
5396
  brace-expansion "^1.1.7"
5422
5397
 
5423
- minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.6:
5398
+ minimatch@^5.0.1, minimatch@^5.1.6:
5424
5399
  version "5.1.6"
5425
5400
  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
5426
5401
  integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
@@ -6478,7 +6453,7 @@ pify@^4.0.1:
6478
6453
  resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
6479
6454
  integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
6480
6455
 
6481
- pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0:
6456
+ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
6482
6457
  version "1.1.0"
6483
6458
  resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
6484
6459
  integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
@@ -6511,10 +6486,10 @@ pino-std-serializers@^6.0.0:
6511
6486
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
6512
6487
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
6513
6488
 
6514
- pino@^8.16.0:
6515
- version "8.16.1"
6516
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.1.tgz#dcaf82764b1a27f24101317cdd6453e96290f1d9"
6517
- integrity sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==
6489
+ pino@^8.16.0, pino@^8.16.1:
6490
+ version "8.16.2"
6491
+ resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
6492
+ integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
6518
6493
  dependencies:
6519
6494
  atomic-sleep "^1.0.0"
6520
6495
  fast-redact "^3.1.1"
@@ -6565,7 +6540,7 @@ pretty-bytes@^5.3.0:
6565
6540
  resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
6566
6541
  integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
6567
6542
 
6568
- pretty-quick@^3.1.0:
6543
+ pretty-quick@^3.1.3:
6569
6544
  version "3.1.3"
6570
6545
  resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
6571
6546
  integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
@@ -7009,20 +6984,13 @@ rxjs@^6.6.0:
7009
6984
  dependencies:
7010
6985
  tslib "^1.9.0"
7011
6986
 
7012
- rxjs@^7.2.0:
6987
+ rxjs@^7.2.0, rxjs@^7.5.5:
7013
6988
  version "7.8.1"
7014
6989
  resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
7015
6990
  integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
7016
6991
  dependencies:
7017
6992
  tslib "^2.1.0"
7018
6993
 
7019
- rxjs@^7.5.5:
7020
- version "7.8.0"
7021
- resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
7022
- integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
7023
- dependencies:
7024
- tslib "^2.1.0"
7025
-
7026
6994
  safe-array-concat@^1.0.1:
7027
6995
  version "1.0.1"
7028
6996
  resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz#91686a63ce3adbea14d61b14c99572a8ff84754c"
@@ -7178,7 +7146,7 @@ shebang-regex@^3.0.0:
7178
7146
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
7179
7147
  integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
7180
7148
 
7181
- shelljs@^0.8.4, shelljs@^0.8.5, shelljs@~0.8.4:
7149
+ shelljs@^0.8.4, shelljs@^0.8.5:
7182
7150
  version "0.8.5"
7183
7151
  resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
7184
7152
  integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
@@ -7187,14 +7155,15 @@ shelljs@^0.8.4, shelljs@^0.8.5, shelljs@~0.8.4:
7187
7155
  interpret "^1.0.0"
7188
7156
  rechoir "^0.6.2"
7189
7157
 
7190
- shiki@^0.11.1:
7191
- version "0.11.1"
7192
- resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.11.1.tgz#df0f719e7ab592c484d8b73ec10e215a503ab8cc"
7193
- integrity sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==
7158
+ shiki@^0.14.1:
7159
+ version "0.14.5"
7160
+ resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.5.tgz#375dd214e57eccb04f0daf35a32aa615861deb93"
7161
+ integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==
7194
7162
  dependencies:
7195
- jsonc-parser "^3.0.0"
7196
- vscode-oniguruma "^1.6.1"
7197
- vscode-textmate "^6.0.0"
7163
+ ansi-sequence-parser "^1.1.0"
7164
+ jsonc-parser "^3.2.0"
7165
+ vscode-oniguruma "^1.7.0"
7166
+ vscode-textmate "^8.0.0"
7198
7167
 
7199
7168
  shx@0.3.4:
7200
7169
  version "0.3.4"
@@ -7334,7 +7303,7 @@ sort-keys@^4.2.0:
7334
7303
  dependencies:
7335
7304
  is-plain-obj "^2.0.0"
7336
7305
 
7337
- source-map-support@~0.5.19:
7306
+ source-map-support@^0.5.21:
7338
7307
  version "0.5.21"
7339
7308
  resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
7340
7309
  integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
@@ -7871,15 +7840,15 @@ typedoc-plugin-missing-exports@0.23.0:
7871
7840
  resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
7872
7841
  integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
7873
7842
 
7874
- typedoc@0.23.16:
7875
- version "0.23.16"
7876
- resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.16.tgz#09881ada725c2190ac5d3bb0edadcc5bfeda4bfe"
7877
- integrity sha512-rumYsCeNRXlyuZVzefD7050n7ptL2uudsCJg50dY0v/stKniqIlRpvx/F/6expC0/Q6Dbab+g/JpZuB7Sw90FA==
7843
+ typedoc@^0.25.3:
7844
+ version "0.25.3"
7845
+ resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0"
7846
+ integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==
7878
7847
  dependencies:
7879
7848
  lunr "^2.3.9"
7880
- marked "^4.0.19"
7881
- minimatch "^5.1.0"
7882
- shiki "^0.11.1"
7849
+ marked "^4.3.0"
7850
+ minimatch "^9.0.3"
7851
+ shiki "^0.14.1"
7883
7852
 
7884
7853
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2, typescript@~5.2.2:
7885
7854
  version "5.2.2"
@@ -8099,15 +8068,15 @@ vinyl@^2.0.1:
8099
8068
  remove-trailing-separator "^1.0.1"
8100
8069
  replace-ext "^1.0.0"
8101
8070
 
8102
- vscode-oniguruma@^1.6.1:
8071
+ vscode-oniguruma@^1.7.0:
8103
8072
  version "1.7.0"
8104
8073
  resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b"
8105
8074
  integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
8106
8075
 
8107
- vscode-textmate@^6.0.0:
8108
- version "6.0.0"
8109
- resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-6.0.0.tgz#a3777197235036814ac9a92451492f2748589210"
8110
- integrity sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==
8076
+ vscode-textmate@^8.0.0:
8077
+ version "8.0.0"
8078
+ resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
8079
+ integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
8111
8080
 
8112
8081
  walk-up-path@^1.0.0:
8113
8082
  version "1.0.0"
@@ -1903,5 +1903,5 @@
1903
1903
  ]
1904
1904
  }
1905
1905
  },
1906
- "version": "3.0.4"
1906
+ "version": "3.0.5"
1907
1907
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "3.0.4",
4
+ "version": "3.0.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.10.8",
9
- "@salesforce/core": "^5.3.18",
9
+ "@salesforce/core": "^6.1.3",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^4.1.1",
12
- "@salesforce/source-deploy-retrieve": "^9.8.4",
11
+ "@salesforce/sf-plugins-core": "^5.0.1",
12
+ "@salesforce/source-deploy-retrieve": "^10.0.0",
13
13
  "open": "^9.1.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@oclif/plugin-command-snapshot": "^5.0.1",
16
+ "@oclif/plugin-command-snapshot": "^5.0.2",
17
17
  "@salesforce/cli-plugins-testkit": "^5.0.3",
18
- "@salesforce/dev-scripts": "^6.0.3",
18
+ "@salesforce/dev-scripts": "^7.1.0",
19
19
  "@salesforce/plugin-command-reference": "^3.0.46",
20
20
  "@salesforce/ts-sinon": "1.4.19",
21
21
  "@types/shelljs": "^0.8.14",
22
- "eslint-plugin-sf-plugin": "^1.16.14",
22
+ "eslint-plugin-sf-plugin": "^1.16.15",
23
23
  "moment": "^2.29.1",
24
24
  "oclif": "^4.0.3",
25
25
  "shelljs": "^0.8.5",
@@ -217,7 +217,7 @@
217
217
  "exports": "./lib/index.js",
218
218
  "type": "module",
219
219
  "sfdx": {
220
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.0.4.crt",
221
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.0.4.sig"
220
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.0.5.crt",
221
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.0.5.sig"
222
222
  }
223
223
  }