sfdx-jayree 4.8.33 → 4.8.34

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/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [4.8.34](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.33...v4.8.34) (2023-10-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.30 to 3.1.31 ([#1044](https://github.com/jayree/sfdx-jayree-plugin/issues/1044)) ([9a79cea](https://github.com/jayree/sfdx-jayree-plugin/commit/9a79ceacfb737ef1b5b3a4c0cac226b3ea14c53c))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.13 to 1.2.14 ([#1047](https://github.com/jayree/sfdx-jayree-plugin/issues/1047)) ([7c938db](https://github.com/jayree/sfdx-jayree-plugin/commit/7c938db5738f896024fd8b42758c4676a91b85dd))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.25 to 1.3.26 ([#1046](https://github.com/jayree/sfdx-jayree-plugin/issues/1046)) ([8ba6f43](https://github.com/jayree/sfdx-jayree-plugin/commit/8ba6f43d4ca86ab4e4932d0ab886066ecdfe1b57))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.21 to 1.3.22 ([#1045](https://github.com/jayree/sfdx-jayree-plugin/issues/1045)) ([9dad22d](https://github.com/jayree/sfdx-jayree-plugin/commit/9dad22dbb5f0b80752d813016655b4fc620cb703))
10
+
1
11
  ## [4.8.33](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.32...v4.8.33) (2023-10-06)
2
12
 
3
13
 
package/README.md CHANGED
@@ -59,7 +59,7 @@ EXAMPLES
59
59
  ...
60
60
  ```
61
61
 
62
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/flow/get/coverage.ts)_
62
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/flow/get/coverage.ts)_
63
63
 
64
64
  ### `sfdx jayree:manifest:cleanup`
65
65
 
@@ -87,7 +87,7 @@ EXAMPLES
87
87
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
88
88
  ```
89
89
 
90
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/cleanup.ts)_
90
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/cleanup.ts)_
91
91
 
92
92
  ### `sfdx jayree:manifest:generate`
93
93
 
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
124
124
  ```
125
125
 
126
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/generate.ts)_
126
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/generate.ts)_
127
127
 
128
128
  ### `sfdx jayree:manifest:git:diff`
129
129
 
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
205
205
  The location can be an absolute path or relative to the current working directory.
206
206
  ```
207
207
 
208
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/git/diff.ts)_
208
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/git/diff.ts)_
209
209
 
210
210
  ### `sfdx jayree:org:configure`
211
211
 
@@ -232,7 +232,7 @@ EXAMPLES
232
232
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
233
233
  ```
234
234
 
235
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/index.ts)_
235
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/index.ts)_
236
236
 
237
237
  ### `sfdx jayree:org:configure:country`
238
238
 
@@ -250,7 +250,7 @@ GLOBAL FLAGS
250
250
  --json Format output as json.
251
251
  ```
252
252
 
253
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/country.ts)_
253
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/country.ts)_
254
254
 
255
255
  ### `sfdx jayree:org:configure:state`
256
256
 
@@ -273,7 +273,7 @@ GLOBAL FLAGS
273
273
  --json Format output as json.
274
274
  ```
275
275
 
276
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/state.ts)_
276
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/state.ts)_
277
277
 
278
278
  ### `sfdx jayree:org:get:settings`
279
279
 
@@ -301,7 +301,7 @@ EXAMPLES
301
301
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
302
302
  ```
303
303
 
304
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/get/settings.ts)_
304
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/get/settings.ts)_
305
305
 
306
306
  ### `sfdx jayree:org:stream`
307
307
 
@@ -331,7 +331,7 @@ EXAMPLES
331
331
  ...
332
332
  ```
333
333
 
334
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/stream.ts)_
334
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/stream.ts)_
335
335
 
336
336
  ### `sfdx jayree:project:compare:snapshot`
337
337
 
@@ -351,7 +351,7 @@ ALIASES
351
351
  $ sfdx jayree:source:snapshot:compare
352
352
  ```
353
353
 
354
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/compare/snapshot.ts)_
354
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/compare/snapshot.ts)_
355
355
 
356
356
  ### `sfdx jayree:project:fix`
357
357
 
@@ -372,7 +372,7 @@ ALIASES
372
372
  $ sfdx jayree:source:fix
373
373
  ```
374
374
 
375
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/fix.ts)_
375
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/fix.ts)_
376
376
 
377
377
  ### `sfdx jayree:project:generate:snapshot`
378
378
 
@@ -392,7 +392,7 @@ ALIASES
392
392
  $ sfdx jayree:source:snapshot:generate
393
393
  ```
394
394
 
395
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/generate/snapshot.ts)_
395
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/generate/snapshot.ts)_
396
396
 
397
397
  ### `sfdx jayree:project:list:tracking`
398
398
 
@@ -419,7 +419,7 @@ EXAMPLES
419
419
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
420
420
  ```
421
421
 
422
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/list/tracking.ts)_
422
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/list/tracking.ts)_
423
423
 
424
424
  ### `sfdx jayree:project:store:tracking:get`
425
425
 
@@ -443,7 +443,7 @@ EXAMPLES
443
443
  $ sfdx jayree:source:tracking:store:get -u me@my.org
444
444
  ```
445
445
 
446
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/store/tracking/get.ts)_
446
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/store/tracking/get.ts)_
447
447
 
448
448
  ### `sfdx jayree:project:store:tracking:set`
449
449
 
@@ -470,7 +470,7 @@ EXAMPLES
470
470
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
471
471
  ```
472
472
 
473
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/store/tracking/set.ts)_
473
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/store/tracking/set.ts)_
474
474
  <!-- commandsstop -->
475
475
 
476
476
  ## Hooks
package/oclif.lock CHANGED
@@ -434,10 +434,10 @@
434
434
  minimatch "^3.1.2"
435
435
  strip-json-comments "^3.1.1"
436
436
 
437
- "@eslint/js@8.50.0":
438
- version "8.50.0"
439
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484"
440
- integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==
437
+ "@eslint/js@8.51.0":
438
+ version "8.51.0"
439
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
440
+ integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
441
441
 
442
442
  "@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
443
443
  version "1.1.3"
@@ -496,7 +496,7 @@
496
496
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
497
497
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
498
498
 
499
- "@jayree/changelog@^1.1.6":
499
+ "@jayree/changelog@^1.1.7":
500
500
  version "1.1.7"
501
501
  resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.7.tgz#3b2175e25b8d2624c9214a7776925140f813fd8a"
502
502
  integrity sha512-YxTlf2c5uoqrIcEg7AwNT/Pn60h5RSbqK15PhElTX5d+R7/SHle2OV1ZBmlJR/S3gUFSY0MILcUpYJa6eeiuGg==
@@ -508,14 +508,15 @@
508
508
  semver "^7.5.4"
509
509
  semver-compare "^1.0.0"
510
510
 
511
- "@jayree/sfdx-plugin-manifest@^3.1.30":
512
- version "3.1.30"
513
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.30.tgz#07a393e583a6919a994940212abe3838275f7c4d"
514
- integrity sha512-S4mKSPKQOdvLdiYwCO88oDd1hMFF9AFd76Xx6fJYVdYrip9d4DtNQcvh3OKe7R/VWpPFTtgdbefoUg+6nyTQWw==
511
+ "@jayree/sfdx-plugin-manifest@^3.1.31":
512
+ version "3.1.31"
513
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.31.tgz#e0e7d2be61e4b9edc2a4b2ad28ab754fe19e8ec2"
514
+ integrity sha512-41MIZUaGC4d8ozOnwGajjKUhLzp6hP917jpxxDBfXnVz6ujkorjIDc2dyptzGsjNAqznGU/ZxLdvhieOZCh/NA==
515
515
  dependencies:
516
- "@jayree/changelog" "^1.1.6"
517
- "@salesforce/sf-plugins-core" "^3.1.25"
518
- "@salesforce/source-deploy-retrieve" "^9.7.22"
516
+ "@jayree/changelog" "^1.1.7"
517
+ "@oclif/core" "^3.0.9"
518
+ "@salesforce/sf-plugins-core" "^4.0.0"
519
+ "@salesforce/source-deploy-retrieve" "^9.7.24"
519
520
  debug "^4.3.4"
520
521
  fast-deep-equal "^3.1.3"
521
522
  fast-xml-parser "^4.3.2"
@@ -524,14 +525,15 @@
524
525
  isomorphic-git "1.24.5"
525
526
  tslib "^2.6.2"
526
527
 
527
- "@jayree/sfdx-plugin-org@^1.2.13":
528
- version "1.2.13"
529
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.13.tgz#708626135e53aa5497e91e0a122f4c24265edb63"
530
- integrity sha512-IdqCP0cTNtRH51X8cFmvsos33905m61JTW6QVzdLfrhksZHWQXRimAUpkzrXAamMwaCAdZhgvj8uJfGiuXTshw==
528
+ "@jayree/sfdx-plugin-org@^1.2.14":
529
+ version "1.2.14"
530
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.14.tgz#74cabf8841c6ff7e9bed446b47b4b6d18c9adab6"
531
+ integrity sha512-JszBMfCoQv1jQuFZon2m9VKjeAHQqYoFo8Q79TmmB98pH+Cmon4ENcFj9QQzLxuyb6Z5U1ChB4NAV6WT4JXkPQ==
531
532
  dependencies:
532
- "@jayree/changelog" "^1.1.6"
533
- "@salesforce/sf-plugins-core" "^3.1.25"
534
- "@salesforce/source-deploy-retrieve" "^9.7.22"
533
+ "@jayree/changelog" "^1.1.7"
534
+ "@oclif/core" "^3.0.9"
535
+ "@salesforce/sf-plugins-core" "^4.0.0"
536
+ "@salesforce/source-deploy-retrieve" "^9.7.24"
535
537
  "@salesforce/ts-types" "^2.0.8"
536
538
  cli-truncate "^3.1.0"
537
539
  debug "^4.3.4"
@@ -541,20 +543,20 @@
541
543
  is-wsl "^3.1.0"
542
544
  listr2 "^6.6.1"
543
545
  log-update "^5.0.1"
544
- playwright-chromium "^1.38.1"
546
+ playwright-chromium "^1.39.0"
545
547
  tabletojson "2.0.7"
546
548
  tslib "^2.6.1"
547
549
  wrap-ansi "^8.1.0"
548
550
 
549
- "@jayree/sfdx-plugin-prettier@^1.3.25":
550
- version "1.3.25"
551
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.25.tgz#2711201ed803255d263332e98f475473b4158ca7"
552
- integrity sha512-mnX4oYGxefDQMwFTJz/TOv3CaPh2HOq9qWf57RVvlLl2UAH5582JFhAaij+joKFN99qP86xMCSX9o/FhRDP29A==
551
+ "@jayree/sfdx-plugin-prettier@^1.3.26":
552
+ version "1.3.26"
553
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.26.tgz#08735c0facad3a59f28b071cfe3f4804c941ab74"
554
+ integrity sha512-6MY6bOppkC9z5iQKwdokhMqEM/1m96OCm28ZOGxRYvckQT+14KPKvfhLsn28oWqYHDOeongAvjXzPcNcbwdSJw==
553
555
  dependencies:
554
- "@jayree/changelog" "^1.1.6"
556
+ "@jayree/changelog" "^1.1.7"
555
557
  "@prettier/plugin-xml" "^3.2.1"
556
- "@salesforce/sf-plugins-core" "^3.1.25"
557
- "@salesforce/source-deploy-retrieve" "^9.7.22"
558
+ "@salesforce/sf-plugins-core" "^4.0.0"
559
+ "@salesforce/source-deploy-retrieve" "^9.7.24"
558
560
  cli-progress "^3.12.0"
559
561
  debug "^4.3.4"
560
562
  fs-extra "^11.1.1"
@@ -563,13 +565,14 @@
563
565
  prettier-plugin-apex "^2.0.1"
564
566
  tslib "^2.6.1"
565
567
 
566
- "@jayree/sfdx-plugin-source@^1.3.21":
567
- version "1.3.21"
568
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.21.tgz#feadcc5bd9782c9456613ddbc23cca79192a414a"
569
- integrity sha512-KJlF6+Kmz5JSOIvIiIL7igElwonKD8pVw2XggOmbTKZSW2Rc56GyIeYJkC1fcLX7lp3BjOTqnf5BO0++dFlA0w==
568
+ "@jayree/sfdx-plugin-source@^1.3.22":
569
+ version "1.3.22"
570
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.22.tgz#535c5f550239a7aaf836fb5e1c1b18794f5c445c"
571
+ integrity sha512-lc+8h8m/Y3zLuRXLOyDZBx7DpNzKH+W5plga5dUInRBvFMztDq2fjTiaEJR7OArP6PpCuzO2byFTjB9u6Q49ng==
570
572
  dependencies:
571
- "@jayree/changelog" "^1.1.6"
572
- "@salesforce/sf-plugins-core" "^3.1.25"
573
+ "@jayree/changelog" "^1.1.7"
574
+ "@oclif/core" "^3.0.9"
575
+ "@salesforce/sf-plugins-core" "^4.0.0"
573
576
  "@salesforce/source-tracking" "^4.2.16"
574
577
  debug "^4.3.4"
575
578
  deep-object-diff "^1.1.9"
@@ -808,7 +811,7 @@
808
811
  supports-color "^8.1.1"
809
812
  tslib "^2"
810
813
 
811
- "@oclif/core@^2.11.4", "@oclif/core@^2.15.0", "@oclif/core@^2.9.3":
814
+ "@oclif/core@^2.15.0", "@oclif/core@^2.9.3":
812
815
  version "2.15.0"
813
816
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
814
817
  integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
@@ -842,13 +845,51 @@
842
845
  wordwrap "^1.0.0"
843
846
  wrap-ansi "^7.0.0"
844
847
 
845
- "@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.20":
848
+ "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.0.9":
849
+ version "3.0.9"
850
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
851
+ integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
852
+ dependencies:
853
+ ansi-escapes "^4.3.2"
854
+ ansi-styles "^4.3.0"
855
+ cardinal "^2.1.1"
856
+ chalk "^4.1.2"
857
+ clean-stack "^3.0.1"
858
+ cli-progress "^3.12.0"
859
+ debug "^4.3.4"
860
+ ejs "^3.1.8"
861
+ get-package-type "^0.1.0"
862
+ globby "^11.1.0"
863
+ hyperlinker "^1.0.0"
864
+ indent-string "^4.0.0"
865
+ is-wsl "^2.2.0"
866
+ js-yaml "^3.14.1"
867
+ natural-orderby "^2.0.3"
868
+ object-treeify "^1.1.33"
869
+ password-prompt "^1.1.2"
870
+ slice-ansi "^4.0.0"
871
+ string-width "^4.2.3"
872
+ strip-ansi "^6.0.1"
873
+ supports-color "^8.1.1"
874
+ supports-hyperlinks "^2.2.0"
875
+ widest-line "^3.1.0"
876
+ wordwrap "^1.0.0"
877
+ wrap-ansi "^7.0.0"
878
+
879
+ "@oclif/plugin-help@^5.2.14":
846
880
  version "5.2.20"
847
881
  resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"
848
882
  integrity sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==
849
883
  dependencies:
850
884
  "@oclif/core" "^2.15.0"
851
885
 
886
+ "@oclif/plugin-help@^6.0.2":
887
+ version "6.0.2"
888
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.2.tgz#f9cf0ac668e5ffabdebec33d374350495e981830"
889
+ integrity sha512-rHe19ySqU+sIA1qJYQrnB8Jh+LvdMxIN2cIQPSsMobhdOThW5R7jRpMDe9iZwO+okQmvXiP/gIx/vEnWST33HQ==
890
+ dependencies:
891
+ "@oclif/core" "^3.0.9"
892
+
852
893
  "@oclif/plugin-not-found@^2.3.32":
853
894
  version "2.3.32"
854
895
  resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.3.32.tgz#4b9371b028ed6a74238a5ea7c12cfa7d30d7d0a8"
@@ -991,15 +1032,15 @@
991
1032
  dependencies:
992
1033
  "@xml-tools/parser" "^1.0.11"
993
1034
 
994
- "@salesforce/core@^5.2.10", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3":
995
- version "5.3.4"
996
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.4.tgz#bbf87238a4a6f31c07c8d01d4913c552fe0d0443"
997
- integrity sha512-FV5QG0+W/15IaWtaZCxzAZ1K6bonlzkv5v9vuicH2VeEltruGUYYf8Bq7hkoul1xHk3Kl4+9cXx7aGp8Z0kGzQ==
1035
+ "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3", "@salesforce/core@^5.3.5":
1036
+ version "5.3.9"
1037
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.9.tgz#1c8f793ce1a0798c5c7767a5a370a5926d3298de"
1038
+ integrity sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA==
998
1039
  dependencies:
999
- "@salesforce/kit" "^3.0.12"
1040
+ "@salesforce/kit" "^3.0.13"
1000
1041
  "@salesforce/schemas" "^1.6.0"
1001
1042
  "@salesforce/ts-types" "^2.0.8"
1002
- "@types/semver" "^7.5.2"
1043
+ "@types/semver" "^7.5.3"
1003
1044
  ajv "^8.12.0"
1004
1045
  change-case "^4.1.2"
1005
1046
  faye "^1.4.0"
@@ -1008,9 +1049,9 @@
1008
1049
  jsforce "^2.0.0-beta.27"
1009
1050
  jsonwebtoken "9.0.2"
1010
1051
  jszip "3.10.1"
1011
- pino "^8.15.1"
1052
+ pino "^8.15.6"
1012
1053
  pino-abstract-transport "^1.0.0"
1013
- pino-pretty "^10.2.0"
1054
+ pino-pretty "^10.2.3"
1014
1055
  proper-lockfile "^4.1.2"
1015
1056
  semver "^7.5.4"
1016
1057
  ts-retry-promise "^0.7.1"
@@ -1020,10 +1061,10 @@
1020
1061
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.0.1.tgz#662ffaa4409713553aaf68eed93e7d2429c3ff0e"
1021
1062
  integrity sha512-0zMjXG4Vjlu/mB7zbuKSXfXiP7CEZBwsPtYqNgburk/wZIU9KcMspLwVBDUxmUj9ltRksD9o1ubRUblN5M3Z0g==
1022
1063
 
1023
- "@salesforce/dev-scripts@^5.10.0":
1024
- version "5.10.0"
1025
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.10.0.tgz#8fad794032860f456eadd6b26cec13330e633517"
1026
- integrity sha512-xtFHID4iMEXdXrOXh0FBqAKN/byZ9k9mWAYH9YRmvLgdIAM9TXsI4yTPsqXcTAHrXpzUG0ku5fJcPFKFaAk5vA==
1064
+ "@salesforce/dev-scripts@^5.11.0":
1065
+ version "5.11.0"
1066
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.11.0.tgz#e5632f0e46f2d821710ca06bb6d60378399b17cd"
1067
+ integrity sha512-DLgjqBsYc0AiBb5BPiSMSJrwoP9ceAFePPcB6xvLrH9gas+8X3z79vc4xzlBhwzsF1WJsSOoVVTtJbPDwxvF0g==
1027
1068
  dependencies:
1028
1069
  "@commitlint/cli" "^17.1.2"
1029
1070
  "@commitlint/config-conventional" "^17.1.0"
@@ -1033,7 +1074,7 @@
1033
1074
  "@types/mocha" "^9.0.0"
1034
1075
  "@types/node" "^15.6.1"
1035
1076
  "@types/sinon" "10.0.11"
1036
- chai "^4.3.7"
1077
+ chai "^4.3.8"
1037
1078
  chalk "^4.0.0"
1038
1079
  cosmiconfig "^7.0.0"
1039
1080
  eslint "^8.41.0"
@@ -1067,7 +1108,7 @@
1067
1108
  "@salesforce/ts-types" "^2.0.7"
1068
1109
  tslib "^2.6.2"
1069
1110
 
1070
- "@salesforce/kit@^3.0.12", "@salesforce/kit@^3.0.13":
1111
+ "@salesforce/kit@^3.0.13":
1071
1112
  version "3.0.13"
1072
1113
  resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
1073
1114
  integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
@@ -1085,28 +1126,28 @@
1085
1126
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561"
1086
1127
  integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==
1087
1128
 
1088
- "@salesforce/sf-plugins-core@^3.1.25":
1089
- version "3.1.25"
1090
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.25.tgz#35042667270e95211a910ea28bd5cd620dc662e9"
1091
- integrity sha512-n2cjdp3oWgeXzMmmF1ZOIUBbidxist9qJdbDrWwVbDW2dQS3Kb23vWKsrFci7l1Hf9sQA1AApxTiwJ1DQEqKBA==
1129
+ "@salesforce/sf-plugins-core@^4.0.0":
1130
+ version "4.0.0"
1131
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz#587d8131531b7a53392d73bc4d6d0b0fd75b7e08"
1132
+ integrity sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==
1092
1133
  dependencies:
1093
- "@oclif/core" "^2.15.0"
1094
- "@salesforce/core" "^5.2.10"
1095
- "@salesforce/kit" "^3.0.11"
1134
+ "@oclif/core" "^3.0.0"
1135
+ "@salesforce/core" "^5.3.1"
1136
+ "@salesforce/kit" "^3.0.13"
1096
1137
  "@salesforce/ts-types" "^2.0.7"
1097
1138
  chalk "^4"
1098
1139
  inquirer "^8.2.5"
1099
1140
 
1100
- "@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.22":
1101
- version "9.7.22"
1102
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.22.tgz#22462311640cc34b46b66d06b6180f261d656891"
1103
- integrity sha512-RsAanMSmgEuQar9rPH/Qp/rBt3q9WCyrBdYLZW+oewswoDagFCkHdiwLOkzuk6F0my61EEglDK5OQm2MBEu5Yg==
1141
+ "@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.24":
1142
+ version "9.7.24"
1143
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.24.tgz#6a200b830311b0db08a86026ece98c734d56f8c2"
1144
+ integrity sha512-nkP9KgzuCoV6LtdDxgxt7KRnoQ6ZS12DJgXErCBXm7Swmr0dnbo1LhxrH05C4UFFe0JuvSta+u+Oor8jxSGaCQ==
1104
1145
  dependencies:
1105
1146
  "@salesforce/core" "^5.3.1"
1106
1147
  "@salesforce/kit" "^3.0.11"
1107
1148
  "@salesforce/ts-types" "^2.0.7"
1108
1149
  fast-levenshtein "^3.0.0"
1109
- fast-xml-parser "^4.2.7"
1150
+ fast-xml-parser "^4.3.2"
1110
1151
  got "^11.8.6"
1111
1152
  graceful-fs "^4.2.11"
1112
1153
  ignore "^5.2.4"
@@ -1413,10 +1454,10 @@
1413
1454
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1414
1455
  integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1415
1456
 
1416
- "@types/semver@^7.5.2":
1417
- version "7.5.2"
1418
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.2.tgz#31f6eec1ed7ec23f4f05608d3a2d381df041f564"
1419
- integrity sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==
1457
+ "@types/semver@^7.5.3":
1458
+ version "7.5.3"
1459
+ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
1460
+ integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
1420
1461
 
1421
1462
  "@types/sinon@10.0.11":
1422
1463
  version "10.0.11"
@@ -1438,16 +1479,16 @@
1438
1479
  "@types/expect" "^1.20.4"
1439
1480
  "@types/node" "*"
1440
1481
 
1441
- "@typescript-eslint/eslint-plugin@^6.7.4":
1442
- version "6.7.4"
1443
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.4.tgz#057338df21b6062c2f2fc5999fbea8af9973ac6d"
1444
- integrity sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==
1482
+ "@typescript-eslint/eslint-plugin@^6.7.5":
1483
+ version "6.7.5"
1484
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
1485
+ integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
1445
1486
  dependencies:
1446
1487
  "@eslint-community/regexpp" "^4.5.1"
1447
- "@typescript-eslint/scope-manager" "6.7.4"
1448
- "@typescript-eslint/type-utils" "6.7.4"
1449
- "@typescript-eslint/utils" "6.7.4"
1450
- "@typescript-eslint/visitor-keys" "6.7.4"
1488
+ "@typescript-eslint/scope-manager" "6.7.5"
1489
+ "@typescript-eslint/type-utils" "6.7.5"
1490
+ "@typescript-eslint/utils" "6.7.5"
1491
+ "@typescript-eslint/visitor-keys" "6.7.5"
1451
1492
  debug "^4.3.4"
1452
1493
  graphemer "^1.4.0"
1453
1494
  ignore "^5.2.4"
@@ -1455,15 +1496,15 @@
1455
1496
  semver "^7.5.4"
1456
1497
  ts-api-utils "^1.0.1"
1457
1498
 
1458
- "@typescript-eslint/parser@^6.7.4":
1459
- version "6.7.4"
1460
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.4.tgz#23d1dd4fe5d295c7fa2ab651f5406cd9ad0bd435"
1461
- integrity sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==
1499
+ "@typescript-eslint/parser@^6.7.5":
1500
+ version "6.7.5"
1501
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
1502
+ integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
1462
1503
  dependencies:
1463
- "@typescript-eslint/scope-manager" "6.7.4"
1464
- "@typescript-eslint/types" "6.7.4"
1465
- "@typescript-eslint/typescript-estree" "6.7.4"
1466
- "@typescript-eslint/visitor-keys" "6.7.4"
1504
+ "@typescript-eslint/scope-manager" "6.7.5"
1505
+ "@typescript-eslint/types" "6.7.5"
1506
+ "@typescript-eslint/typescript-estree" "6.7.5"
1507
+ "@typescript-eslint/visitor-keys" "6.7.5"
1467
1508
  debug "^4.3.4"
1468
1509
 
1469
1510
  "@typescript-eslint/scope-manager@5.62.0":
@@ -1474,21 +1515,21 @@
1474
1515
  "@typescript-eslint/types" "5.62.0"
1475
1516
  "@typescript-eslint/visitor-keys" "5.62.0"
1476
1517
 
1477
- "@typescript-eslint/scope-manager@6.7.4":
1478
- version "6.7.4"
1479
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz#a484a17aa219e96044db40813429eb7214d7b386"
1480
- integrity sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==
1518
+ "@typescript-eslint/scope-manager@6.7.5":
1519
+ version "6.7.5"
1520
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
1521
+ integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
1481
1522
  dependencies:
1482
- "@typescript-eslint/types" "6.7.4"
1483
- "@typescript-eslint/visitor-keys" "6.7.4"
1523
+ "@typescript-eslint/types" "6.7.5"
1524
+ "@typescript-eslint/visitor-keys" "6.7.5"
1484
1525
 
1485
- "@typescript-eslint/type-utils@6.7.4":
1486
- version "6.7.4"
1487
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.4.tgz#847cd3b59baf948984499be3e0a12ff07373e321"
1488
- integrity sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==
1526
+ "@typescript-eslint/type-utils@6.7.5":
1527
+ version "6.7.5"
1528
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
1529
+ integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
1489
1530
  dependencies:
1490
- "@typescript-eslint/typescript-estree" "6.7.4"
1491
- "@typescript-eslint/utils" "6.7.4"
1531
+ "@typescript-eslint/typescript-estree" "6.7.5"
1532
+ "@typescript-eslint/utils" "6.7.5"
1492
1533
  debug "^4.3.4"
1493
1534
  ts-api-utils "^1.0.1"
1494
1535
 
@@ -1497,10 +1538,10 @@
1497
1538
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1498
1539
  integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1499
1540
 
1500
- "@typescript-eslint/types@6.7.4":
1501
- version "6.7.4"
1502
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897"
1503
- integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==
1541
+ "@typescript-eslint/types@6.7.5":
1542
+ version "6.7.5"
1543
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
1544
+ integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
1504
1545
 
1505
1546
  "@typescript-eslint/typescript-estree@5.62.0":
1506
1547
  version "5.62.0"
@@ -1515,30 +1556,30 @@
1515
1556
  semver "^7.3.7"
1516
1557
  tsutils "^3.21.0"
1517
1558
 
1518
- "@typescript-eslint/typescript-estree@6.7.4":
1519
- version "6.7.4"
1520
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz#f2baece09f7bb1df9296e32638b2e1130014ef1a"
1521
- integrity sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==
1559
+ "@typescript-eslint/typescript-estree@6.7.5":
1560
+ version "6.7.5"
1561
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
1562
+ integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
1522
1563
  dependencies:
1523
- "@typescript-eslint/types" "6.7.4"
1524
- "@typescript-eslint/visitor-keys" "6.7.4"
1564
+ "@typescript-eslint/types" "6.7.5"
1565
+ "@typescript-eslint/visitor-keys" "6.7.5"
1525
1566
  debug "^4.3.4"
1526
1567
  globby "^11.1.0"
1527
1568
  is-glob "^4.0.3"
1528
1569
  semver "^7.5.4"
1529
1570
  ts-api-utils "^1.0.1"
1530
1571
 
1531
- "@typescript-eslint/utils@6.7.4":
1532
- version "6.7.4"
1533
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.4.tgz#2236f72b10e38277ee05ef06142522e1de470ff2"
1534
- integrity sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==
1572
+ "@typescript-eslint/utils@6.7.5", "@typescript-eslint/utils@^6.6.0":
1573
+ version "6.7.5"
1574
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
1575
+ integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
1535
1576
  dependencies:
1536
1577
  "@eslint-community/eslint-utils" "^4.4.0"
1537
1578
  "@types/json-schema" "^7.0.12"
1538
1579
  "@types/semver" "^7.5.0"
1539
- "@typescript-eslint/scope-manager" "6.7.4"
1540
- "@typescript-eslint/types" "6.7.4"
1541
- "@typescript-eslint/typescript-estree" "6.7.4"
1580
+ "@typescript-eslint/scope-manager" "6.7.5"
1581
+ "@typescript-eslint/types" "6.7.5"
1582
+ "@typescript-eslint/typescript-estree" "6.7.5"
1542
1583
  semver "^7.5.4"
1543
1584
 
1544
1585
  "@typescript-eslint/utils@^5.59.11":
@@ -1563,12 +1604,12 @@
1563
1604
  "@typescript-eslint/types" "5.62.0"
1564
1605
  eslint-visitor-keys "^3.3.0"
1565
1606
 
1566
- "@typescript-eslint/visitor-keys@6.7.4":
1567
- version "6.7.4"
1568
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz#80dfecf820fc67574012375859085f91a4dff043"
1569
- integrity sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==
1607
+ "@typescript-eslint/visitor-keys@6.7.5":
1608
+ version "6.7.5"
1609
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
1610
+ integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
1570
1611
  dependencies:
1571
- "@typescript-eslint/types" "6.7.4"
1612
+ "@typescript-eslint/types" "6.7.5"
1572
1613
  eslint-visitor-keys "^3.4.1"
1573
1614
 
1574
1615
  "@ungap/promise-all-settled@1.1.2":
@@ -2328,7 +2369,7 @@ cardinal@^2.1.1:
2328
2369
  ansicolors "~0.3.2"
2329
2370
  redeyed "~2.1.0"
2330
2371
 
2331
- chai@^4.3.10, chai@^4.3.7:
2372
+ chai@^4.3.10, chai@^4.3.8:
2332
2373
  version "4.3.10"
2333
2374
  resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.10.tgz#d784cec635e3b7e2ffb66446a63b4e33bd390384"
2334
2375
  integrity sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==
@@ -2378,7 +2419,7 @@ chalk@^5.3.0:
2378
2419
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
2379
2420
  integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
2380
2421
 
2381
- change-case@^4.1.2:
2422
+ change-case@^4, change-case@^4.1.2:
2382
2423
  version "4.1.2"
2383
2424
  resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"
2384
2425
  integrity sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==
@@ -2701,21 +2742,6 @@ concat-map@0.0.1:
2701
2742
  resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
2702
2743
  integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
2703
2744
 
2704
- concurrently@^7.6.0:
2705
- version "7.6.0"
2706
- resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.6.0.tgz#531a6f5f30cf616f355a4afb8f8fcb2bba65a49a"
2707
- integrity sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==
2708
- dependencies:
2709
- chalk "^4.1.0"
2710
- date-fns "^2.29.1"
2711
- lodash "^4.17.21"
2712
- rxjs "^7.0.0"
2713
- shell-quote "^1.7.3"
2714
- spawn-command "^0.0.2-1"
2715
- supports-color "^8.1.0"
2716
- tree-kill "^1.2.2"
2717
- yargs "^17.3.1"
2718
-
2719
2745
  console-control-strings@^1.0.0, console-control-strings@^1.1.0:
2720
2746
  version "1.1.0"
2721
2747
  resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
@@ -2883,11 +2909,6 @@ data-uri-to-buffer@^5.0.1:
2883
2909
  resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-5.0.1.tgz#db89a9e279c2ffe74f50637a59a32fb23b3e4d7c"
2884
2910
  integrity sha512-a9l6T1qqDogvvnw0nKlfZzqsyikEBZBClF39V3TFoKhDtGBqHu2HkuomJc02j5zft8zrUaXEuoicLeW54RkzPg==
2885
2911
 
2886
- date-fns@^2.29.1:
2887
- version "2.29.3"
2888
- resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
2889
- integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
2890
-
2891
2912
  dateformat@^4.5.0, dateformat@^4.6.3:
2892
2913
  version "4.6.3"
2893
2914
  resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
@@ -3483,25 +3504,34 @@ eslint-plugin-jsdoc@^46.8.2:
3483
3504
  semver "^7.5.4"
3484
3505
  spdx-expression-parse "^3.0.1"
3485
3506
 
3507
+ eslint-plugin-perfectionist@^2.1.0:
3508
+ version "2.1.0"
3509
+ resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.1.0.tgz#08809661661d98010cd69de3b6a1e19c8a977cce"
3510
+ integrity sha512-KVA7H6J/qfmZH/WopNKFgYbKoX+ozKAOIeQvo/+jibn6k9e71Et+giIHEHrMICZ043CeGpRKrCRRhlmD7pjeRg==
3511
+ dependencies:
3512
+ "@typescript-eslint/utils" "^6.6.0"
3513
+ minimatch "^9.0.3"
3514
+ natural-compare-lite "^1.4.0"
3515
+
3486
3516
  eslint-plugin-prefer-arrow@^1.2.1:
3487
3517
  version "1.2.3"
3488
3518
  resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
3489
3519
  integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
3490
3520
 
3491
- eslint-plugin-prettier@^5.0.0:
3492
- version "5.0.0"
3493
- resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz#6887780ed95f7708340ec79acfdf60c35b9be57a"
3494
- integrity sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==
3521
+ eslint-plugin-prettier@^5.0.1:
3522
+ version "5.0.1"
3523
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
3524
+ integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
3495
3525
  dependencies:
3496
3526
  prettier-linter-helpers "^1.0.0"
3497
3527
  synckit "^0.8.5"
3498
3528
 
3499
- eslint-plugin-sf-plugin@^1.16.8:
3500
- version "1.16.8"
3501
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.8.tgz#3509bbd79aceae106eafbef0f4dbbcdb2fc90154"
3502
- integrity sha512-vPnJgZcAiqIHw1UJSfaA+aIrJXKfZxKurfxkn+WIU3LWJBPkp/nKOYEAXURcH9Qte3PH4J7WgkQXfJY09Hs9Yg==
3529
+ eslint-plugin-sf-plugin@^1.16.9:
3530
+ version "1.16.9"
3531
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.9.tgz#0c8bfa7b51b52c716bf8cecbb271237931bffa3b"
3532
+ integrity sha512-VOAA1OEieGCzimavNvI1OP2AnlR5SZfxi4Q+WDahxJcedh5/SP0DEynW8ww+begy4Nt0APdLzwXN1JJTZQCemA==
3503
3533
  dependencies:
3504
- "@salesforce/core" "^5.3.1"
3534
+ "@salesforce/core" "^5.3.5"
3505
3535
  "@typescript-eslint/utils" "^5.59.11"
3506
3536
 
3507
3537
  eslint-scope@^5.1.1:
@@ -3525,15 +3555,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
3525
3555
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3526
3556
  integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3527
3557
 
3528
- eslint@^8.41.0, eslint@^8.50.0:
3529
- version "8.50.0"
3530
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2"
3531
- integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==
3558
+ eslint@^8.41.0, eslint@^8.51.0:
3559
+ version "8.51.0"
3560
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
3561
+ integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
3532
3562
  dependencies:
3533
3563
  "@eslint-community/eslint-utils" "^4.2.0"
3534
3564
  "@eslint-community/regexpp" "^4.6.1"
3535
3565
  "@eslint/eslintrc" "^2.1.2"
3536
- "@eslint/js" "8.50.0"
3566
+ "@eslint/js" "8.51.0"
3537
3567
  "@humanwhocodes/config-array" "^0.11.11"
3538
3568
  "@humanwhocodes/module-importer" "^1.0.1"
3539
3569
  "@nodelib/fs.walk" "^1.2.8"
@@ -3743,7 +3773,7 @@ fast-safe-stringify@^2.1.1:
3743
3773
  resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
3744
3774
  integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
3745
3775
 
3746
- fast-xml-parser@^4.2.5, fast-xml-parser@^4.2.7, fast-xml-parser@^4.3.2:
3776
+ fast-xml-parser@^4.2.5, fast-xml-parser@^4.3.2:
3747
3777
  version "4.3.2"
3748
3778
  resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
3749
3779
  integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
@@ -5344,6 +5374,11 @@ locate-path@^6.0.0:
5344
5374
  dependencies:
5345
5375
  p-locate "^5.0.0"
5346
5376
 
5377
+ lodash._reinterpolate@^3.0.0:
5378
+ version "3.0.0"
5379
+ resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
5380
+ integrity sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==
5381
+
5347
5382
  lodash.camelcase@^4.3.0:
5348
5383
  version "4.3.0"
5349
5384
  resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -5424,6 +5459,21 @@ lodash.startcase@^4.4.0:
5424
5459
  resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
5425
5460
  integrity sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==
5426
5461
 
5462
+ lodash.template@^4.5.0:
5463
+ version "4.5.0"
5464
+ resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
5465
+ integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
5466
+ dependencies:
5467
+ lodash._reinterpolate "^3.0.0"
5468
+ lodash.templatesettings "^4.0.0"
5469
+
5470
+ lodash.templatesettings@^4.0.0:
5471
+ version "4.2.0"
5472
+ resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
5473
+ integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==
5474
+ dependencies:
5475
+ lodash._reinterpolate "^3.0.0"
5476
+
5427
5477
  lodash.uniq@^4.5.0:
5428
5478
  version "4.5.0"
5429
5479
  resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -5746,6 +5796,13 @@ minimatch@^7.2.0:
5746
5796
  dependencies:
5747
5797
  brace-expansion "^2.0.1"
5748
5798
 
5799
+ minimatch@^9.0.3:
5800
+ version "9.0.3"
5801
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5802
+ integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5803
+ dependencies:
5804
+ brace-expansion "^2.0.1"
5805
+
5749
5806
  minimist-options@4.1.0:
5750
5807
  version "4.1.0"
5751
5808
  resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -5983,6 +6040,11 @@ nanoid@3.3.3:
5983
6040
  resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
5984
6041
  integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
5985
6042
 
6043
+ natural-compare-lite@^1.4.0:
6044
+ version "1.4.0"
6045
+ resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6046
+ integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6047
+
5986
6048
  natural-compare@^1.4.0:
5987
6049
  version "1.4.0"
5988
6050
  resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -6049,10 +6111,10 @@ no-case@^3.0.4:
6049
6111
  lower-case "^2.0.2"
6050
6112
  tslib "^2.0.3"
6051
6113
 
6052
- nock@^13.3.3:
6053
- version "13.3.3"
6054
- resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.3.tgz#179759c07d3f88ad3e794ace885629c1adfd3fe7"
6055
- integrity sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==
6114
+ nock@^13.3.4:
6115
+ version "13.3.4"
6116
+ resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d"
6117
+ integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==
6056
6118
  dependencies:
6057
6119
  debug "^4.1.0"
6058
6120
  json-stringify-safe "^5.0.1"
@@ -6343,28 +6405,27 @@ object.values@^1.1.6:
6343
6405
  define-properties "^1.1.4"
6344
6406
  es-abstract "^1.20.4"
6345
6407
 
6346
- oclif@^3.17.2:
6347
- version "3.17.2"
6348
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.17.2.tgz#f13756c9b1968047e76b99cb09db9725e96fb2f6"
6349
- integrity sha512-+vFXxgmR7dGGz+g6YiqSZu2LXVkBMaS9/rhtsLGkYw45e53CW/3kBgPRnOvxcTDM3Td9JPeBD2JWxXnPKGQW3A==
6408
+ oclif@^4.0.2:
6409
+ version "4.0.2"
6410
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.2.tgz#5ac35eb42ac14de17c43b9ac4e34980320144c10"
6411
+ integrity sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A==
6350
6412
  dependencies:
6351
- "@oclif/core" "^2.11.4"
6413
+ "@oclif/core" "^3.0.4"
6352
6414
  "@oclif/plugin-help" "^5.2.14"
6353
6415
  "@oclif/plugin-not-found" "^2.3.32"
6354
6416
  "@oclif/plugin-warn-if-update-available" "^2.0.44"
6355
6417
  async-retry "^1.3.3"
6356
6418
  aws-sdk "^2.1231.0"
6357
- concurrently "^7.6.0"
6419
+ change-case "^4"
6358
6420
  debug "^4.3.3"
6421
+ eslint-plugin-perfectionist "^2.1.0"
6359
6422
  find-yarn-workspace-root "^2.0.0"
6360
6423
  fs-extra "^8.1"
6361
6424
  github-slugger "^1.5.0"
6362
6425
  got "^11"
6363
- lodash "^4.17.21"
6426
+ lodash.template "^4.5.0"
6364
6427
  normalize-package-data "^3.0.3"
6365
6428
  semver "^7.3.8"
6366
- shelljs "^0.8.5"
6367
- tslib "^2.3.1"
6368
6429
  yeoman-environment "^3.15.1"
6369
6430
  yeoman-generator "^5.8.0"
6370
6431
 
@@ -6772,10 +6833,10 @@ pino-abstract-transport@v1.1.0:
6772
6833
  readable-stream "^4.0.0"
6773
6834
  split2 "^4.0.0"
6774
6835
 
6775
- pino-pretty@^10.2.0:
6776
- version "10.2.0"
6777
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.0.tgz#c674a153e15c08d7032a826d0051d786feace1d9"
6778
- integrity sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==
6836
+ pino-pretty@^10.2.3:
6837
+ version "10.2.3"
6838
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
6839
+ integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
6779
6840
  dependencies:
6780
6841
  colorette "^2.0.7"
6781
6842
  dateformat "^4.6.3"
@@ -6797,10 +6858,10 @@ pino-std-serializers@^6.0.0:
6797
6858
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
6798
6859
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
6799
6860
 
6800
- pino@^8.15.1:
6801
- version "8.15.1"
6802
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.15.1.tgz#04b815ff7aa4e46b1bbab88d8010aaa2b17eaba4"
6803
- integrity sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA==
6861
+ pino@^8.15.6:
6862
+ version "8.16.0"
6863
+ resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.0.tgz#2465012a1d11fa2e7a0545032f636e203990ae26"
6864
+ integrity sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==
6804
6865
  dependencies:
6805
6866
  atomic-sleep "^1.0.0"
6806
6867
  fast-redact "^3.1.1"
@@ -6811,7 +6872,7 @@ pino@^8.15.1:
6811
6872
  quick-format-unescaped "^4.0.3"
6812
6873
  real-require "^0.2.0"
6813
6874
  safe-stable-stringify "^2.3.1"
6814
- sonic-boom "^3.1.0"
6875
+ sonic-boom "^3.7.0"
6815
6876
  thread-stream "^2.0.0"
6816
6877
 
6817
6878
  pinst@^3.0.0:
@@ -6826,17 +6887,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
6826
6887
  dependencies:
6827
6888
  find-up "^4.0.0"
6828
6889
 
6829
- playwright-chromium@^1.38.1:
6830
- version "1.38.1"
6831
- resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.38.1.tgz#ea2356afd73580e6f3a2e41e97582e9e77f92f6c"
6832
- integrity sha512-97Y6+lN3yOETy/yPQK+LqSCBdldLu5Rkm+Tnj2oGQfcbC5P8R3eWund7GxWqiYFnq0GLwZZ8EnhiBShKnCiVjg==
6890
+ playwright-chromium@^1.39.0:
6891
+ version "1.39.0"
6892
+ resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.39.0.tgz#18066603043e076ec0c88873a01f5fd811665ef8"
6893
+ integrity sha512-0WVmvn9ppPbcyb2PQherIpzsvJlyjqziCZiAiexTEYSz8k6/+/3wljmFaMRMP1lcv2xKyHDn9yWd/lHb7IzYyA==
6833
6894
  dependencies:
6834
- playwright-core "1.38.1"
6895
+ playwright-core "1.39.0"
6835
6896
 
6836
- playwright-core@1.38.1:
6837
- version "1.38.1"
6838
- resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.38.1.tgz#75a3c470aa9576b7d7c4e274de3d79977448ba08"
6839
- integrity sha512-tQqNFUKa3OfMf4b2jQ7aGLB8o9bS3bOY0yMEtldtC2+spf8QXG9zvXLTXUeRsoNuxEYMgLYR+NXfAa1rjKRcrg==
6897
+ playwright-core@1.39.0:
6898
+ version "1.39.0"
6899
+ resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.39.0.tgz#efeaea754af4fb170d11845b8da30b2323287c63"
6900
+ integrity sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==
6840
6901
 
6841
6902
  preferred-pm@^3.0.3:
6842
6903
  version "3.0.3"
@@ -7331,7 +7392,7 @@ rxjs@^6.6.0:
7331
7392
  dependencies:
7332
7393
  tslib "^1.9.0"
7333
7394
 
7334
- rxjs@^7.0.0, rxjs@^7.5.5, rxjs@^7.8.0:
7395
+ rxjs@^7.5.5, rxjs@^7.8.0:
7335
7396
  version "7.8.0"
7336
7397
  resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
7337
7398
  integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
@@ -7494,11 +7555,6 @@ shebang-regex@^3.0.0:
7494
7555
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
7495
7556
  integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
7496
7557
 
7497
- shell-quote@^1.7.3:
7498
- version "1.8.1"
7499
- resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
7500
- integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
7501
-
7502
7558
  shelljs@^0.8.5, shelljs@~0.8.4:
7503
7559
  version "0.8.5"
7504
7560
  resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
@@ -7677,13 +7733,20 @@ socks@^2.6.2, socks@^2.7.1:
7677
7733
  ip "^2.0.0"
7678
7734
  smart-buffer "^4.2.0"
7679
7735
 
7680
- sonic-boom@^3.0.0, sonic-boom@^3.1.0:
7736
+ sonic-boom@^3.0.0:
7681
7737
  version "3.3.0"
7682
7738
  resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c"
7683
7739
  integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==
7684
7740
  dependencies:
7685
7741
  atomic-sleep "^1.0.0"
7686
7742
 
7743
+ sonic-boom@^3.7.0:
7744
+ version "3.7.0"
7745
+ resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2"
7746
+ integrity sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==
7747
+ dependencies:
7748
+ atomic-sleep "^1.0.0"
7749
+
7687
7750
  sort-keys@^4.2.0:
7688
7751
  version "4.2.0"
7689
7752
  resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-4.2.0.tgz#6b7638cee42c506fff8c1cecde7376d21315be18"
@@ -7704,11 +7767,6 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
7704
7767
  resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
7705
7768
  integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
7706
7769
 
7707
- spawn-command@^0.0.2-1:
7708
- version "0.0.2-1"
7709
- resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
7710
- integrity sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==
7711
-
7712
7770
  spawn-wrap@^2.0.0:
7713
7771
  version "2.0.0"
7714
7772
  resolved "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz#103685b8b8f9b79771318827aa78650a610d457e"
@@ -7910,7 +7968,7 @@ strnum@^1.0.5:
7910
7968
  resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
7911
7969
  integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
7912
7970
 
7913
- supports-color@8.1.1, supports-color@^8.1.0, supports-color@^8.1.1:
7971
+ supports-color@8.1.1, supports-color@^8.1.1:
7914
7972
  version "8.1.1"
7915
7973
  resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
7916
7974
  integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
@@ -8067,11 +8125,6 @@ tr46@~0.0.3:
8067
8125
  resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
8068
8126
  integrity sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==
8069
8127
 
8070
- tree-kill@^1.2.2:
8071
- version "1.2.2"
8072
- resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
8073
- integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
8074
-
8075
8128
  treeverse@^1.0.4:
8076
8129
  version "1.0.4"
8077
8130
  resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-1.0.4.tgz#a6b0ebf98a1bca6846ddc7ecbc900df08cb9cd5f"
@@ -8131,7 +8184,7 @@ tslib@^1.8.1, tslib@^1.9.0:
8131
8184
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
8132
8185
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
8133
8186
 
8134
- tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.1, tslib@^2.6.2:
8187
+ tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.1, tslib@^2.6.2:
8135
8188
  version "2.6.2"
8136
8189
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
8137
8190
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
@@ -8808,7 +8861,7 @@ yargs@^15.0.2:
8808
8861
  y18n "^4.0.0"
8809
8862
  yargs-parser "^18.1.2"
8810
8863
 
8811
- yargs@^17.0.0, yargs@^17.3.1, yargs@^17.7.2:
8864
+ yargs@^17.0.0, yargs@^17.7.2:
8812
8865
  version "17.7.2"
8813
8866
  resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
8814
8867
  integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "4.8.33",
3
- "commands": {}
2
+ "commands": {},
3
+ "version": "4.8.34"
4
4
  }
package/package.json CHANGED
@@ -1,40 +1,40 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.8.33",
4
+ "version": "4.8.34",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
- "@jayree/sfdx-plugin-manifest": "^3.1.30",
10
- "@jayree/sfdx-plugin-org": "^1.2.13",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.25",
12
- "@jayree/sfdx-plugin-source": "^1.3.21"
9
+ "@jayree/sfdx-plugin-manifest": "^3.1.31",
10
+ "@jayree/sfdx-plugin-org": "^1.2.14",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.26",
12
+ "@jayree/sfdx-plugin-source": "^1.3.22"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^5.2.20",
15
+ "@oclif/plugin-help": "^6.0.2",
16
16
  "@salesforce/dev-config": "^4.0.1",
17
- "@salesforce/dev-scripts": "^5.10.0",
17
+ "@salesforce/dev-scripts": "^5.11.0",
18
18
  "@salesforce/prettier-config": "^0.0.3",
19
19
  "@salesforce/ts-sinon": "^1.4.17",
20
- "@typescript-eslint/eslint-plugin": "^6.7.4",
21
- "@typescript-eslint/parser": "^6.7.4",
20
+ "@typescript-eslint/eslint-plugin": "^6.7.5",
21
+ "@typescript-eslint/parser": "^6.7.5",
22
22
  "c8": "^8.0.1",
23
23
  "chai": "^4.3.10",
24
- "eslint": "^8.50.0",
24
+ "eslint": "^8.51.0",
25
25
  "eslint-config-prettier": "^9.0.0",
26
26
  "eslint-config-salesforce": "^2.0.2",
27
27
  "eslint-config-salesforce-typescript": "^1.1.2",
28
28
  "eslint-plugin-header": "^3.1.1",
29
29
  "eslint-plugin-import": "^2.28.1",
30
30
  "eslint-plugin-jsdoc": "^46.8.2",
31
- "eslint-plugin-prettier": "^5.0.0",
32
- "eslint-plugin-sf-plugin": "^1.16.8",
31
+ "eslint-plugin-prettier": "^5.0.1",
32
+ "eslint-plugin-sf-plugin": "^1.16.9",
33
33
  "husky": "^8.0.3",
34
34
  "mocha": "^10.2.0",
35
- "nock": "^13.3.3",
35
+ "nock": "^13.3.4",
36
36
  "nyc": "^15.1.0",
37
- "oclif": "^3.17.2",
37
+ "oclif": "^4.0.2",
38
38
  "patch-package": "^8.0.0",
39
39
  "pinst": "^3.0.0",
40
40
  "prettier": "^3.0.3",