sfdx-jayree 4.8.44 → 4.8.46

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,23 @@
1
+ ## [4.8.46](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.45...v4.8.46) (2023-12-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.42 to 3.1.43 ([#1140](https://github.com/jayree/sfdx-jayree-plugin/issues/1140)) ([7ea1acc](https://github.com/jayree/sfdx-jayree-plugin/commit/7ea1accf7c31ee7f3562595a637549766c45a24b))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.25 to 1.2.26 ([#1141](https://github.com/jayree/sfdx-jayree-plugin/issues/1141)) ([f09d033](https://github.com/jayree/sfdx-jayree-plugin/commit/f09d033748ac80ad2602a827925f4bb4746284d0))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.37 to 1.3.38 ([#1138](https://github.com/jayree/sfdx-jayree-plugin/issues/1138)) ([1dff914](https://github.com/jayree/sfdx-jayree-plugin/commit/1dff91420d7ea0b5d40e0cf5041054334c6aae78))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.32 to 1.3.33 ([#1139](https://github.com/jayree/sfdx-jayree-plugin/issues/1139)) ([298df62](https://github.com/jayree/sfdx-jayree-plugin/commit/298df629f32a49bfe7d78143a95294ebb1dfdff6))
10
+
11
+ ## [4.8.45](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.44...v4.8.45) (2023-12-15)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.41 to 3.1.42 ([#1134](https://github.com/jayree/sfdx-jayree-plugin/issues/1134)) ([fc74912](https://github.com/jayree/sfdx-jayree-plugin/commit/fc749129cd4f96c010ec88331f7e4e14d30edbcb))
17
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.23 to 1.2.25 ([#1129](https://github.com/jayree/sfdx-jayree-plugin/issues/1129)) ([d5da6b4](https://github.com/jayree/sfdx-jayree-plugin/commit/d5da6b42e9c3e29824256e7f750c2d14a6d07fee))
18
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.35 to 1.3.37 ([#1135](https://github.com/jayree/sfdx-jayree-plugin/issues/1135)) ([69fc003](https://github.com/jayree/sfdx-jayree-plugin/commit/69fc003dba15eb84da1c9921bdc7ae83659dac61))
19
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.30 to 1.3.32 ([#1130](https://github.com/jayree/sfdx-jayree-plugin/issues/1130)) ([64534c1](https://github.com/jayree/sfdx-jayree-plugin/commit/64534c1b45f9a3c0305f7d92ce22cb874a926178))
20
+
1
21
  ## [4.8.44](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.43...v4.8.44) (2023-12-13)
2
22
 
3
23
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  ...
61
61
  ```
62
62
 
63
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/flow/get/coverage.ts)_
63
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/flow/get/coverage.ts)_
64
64
 
65
65
  ### `sfdx jayree:manifest:cleanup`
66
66
 
@@ -88,7 +88,7 @@ EXAMPLES
88
88
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
89
89
  ```
90
90
 
91
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.41/src/commands/jayree/manifest/cleanup.ts)_
91
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.43/src/commands/jayree/manifest/cleanup.ts)_
92
92
 
93
93
  ### `sfdx jayree:manifest:generate`
94
94
 
@@ -125,7 +125,7 @@ EXAMPLES
125
125
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
126
126
  ```
127
127
 
128
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.41/src/commands/jayree/manifest/generate.ts)_
128
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.43/src/commands/jayree/manifest/generate.ts)_
129
129
 
130
130
  ### `sfdx jayree:manifest:git:diff`
131
131
 
@@ -207,7 +207,7 @@ FLAG DESCRIPTIONS
207
207
  The location can be an absolute path or relative to the current working directory.
208
208
  ```
209
209
 
210
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.41/src/commands/jayree/manifest/git/diff.ts)_
210
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.43/src/commands/jayree/manifest/git/diff.ts)_
211
211
 
212
212
  ### `sfdx jayree:org:configure`
213
213
 
@@ -235,7 +235,7 @@ EXAMPLES
235
235
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
236
236
  ```
237
237
 
238
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/configure/index.ts)_
238
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/configure/index.ts)_
239
239
 
240
240
  ### `sfdx jayree:org:configure:country`
241
241
 
@@ -254,7 +254,7 @@ GLOBAL FLAGS
254
254
  --json Format output as json.
255
255
  ```
256
256
 
257
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/configure/country.ts)_
257
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/configure/country.ts)_
258
258
 
259
259
  ### `sfdx jayree:org:configure:state`
260
260
 
@@ -278,7 +278,7 @@ GLOBAL FLAGS
278
278
  --json Format output as json.
279
279
  ```
280
280
 
281
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/configure/state.ts)_
281
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/configure/state.ts)_
282
282
 
283
283
  ### `sfdx jayree:org:get:settings`
284
284
 
@@ -307,7 +307,7 @@ EXAMPLES
307
307
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
308
308
  ```
309
309
 
310
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/get/settings.ts)_
310
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/get/settings.ts)_
311
311
 
312
312
  ### `sfdx jayree:org:stream`
313
313
 
@@ -338,7 +338,7 @@ EXAMPLES
338
338
  ...
339
339
  ```
340
340
 
341
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/stream.ts)_
341
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/stream.ts)_
342
342
 
343
343
  ### `sfdx jayree:project:compare:snapshot`
344
344
 
@@ -358,7 +358,7 @@ ALIASES
358
358
  $ sfdx jayree:source:snapshot:compare
359
359
  ```
360
360
 
361
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.30/src/commands/jayree/project/compare/snapshot.ts)_
361
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/compare/snapshot.ts)_
362
362
 
363
363
  ### `sfdx jayree:project:fix`
364
364
 
@@ -379,7 +379,7 @@ ALIASES
379
379
  $ sfdx jayree:source:fix
380
380
  ```
381
381
 
382
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.30/src/commands/jayree/project/fix.ts)_
382
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/fix.ts)_
383
383
 
384
384
  ### `sfdx jayree:project:generate:snapshot`
385
385
 
@@ -399,7 +399,7 @@ ALIASES
399
399
  $ sfdx jayree:source:snapshot:generate
400
400
  ```
401
401
 
402
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.30/src/commands/jayree/project/generate/snapshot.ts)_
402
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/generate/snapshot.ts)_
403
403
 
404
404
  ### `sfdx jayree:project:list:tracking`
405
405
 
@@ -427,7 +427,7 @@ EXAMPLES
427
427
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
428
428
  ```
429
429
 
430
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.30/src/commands/jayree/project/list/tracking.ts)_
430
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/list/tracking.ts)_
431
431
 
432
432
  ### `sfdx jayree:project:store:tracking:get`
433
433
 
@@ -452,7 +452,7 @@ EXAMPLES
452
452
  $ sfdx jayree:source:tracking:store:get -u me@my.org
453
453
  ```
454
454
 
455
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.30/src/commands/jayree/project/store/tracking/get.ts)_
455
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/store/tracking/get.ts)_
456
456
 
457
457
  ### `sfdx jayree:project:store:tracking:set`
458
458
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
481
481
  ```
482
482
 
483
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.30/src/commands/jayree/project/store/tracking/set.ts)_
483
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/store/tracking/set.ts)_
484
484
  <!-- commandsstop -->
485
485
 
486
486
  ## Hooks
package/oclif.lock CHANGED
@@ -309,12 +309,12 @@
309
309
  resolve-global "1.0.0"
310
310
  yargs "^17.0.0"
311
311
 
312
- "@commitlint/config-conventional@^17.1.0":
313
- version "17.6.1"
314
- resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.1.tgz#ab07c82c88f99ffee89ae321f1f49f1798127fbb"
315
- integrity sha512-ng/ybaSLuTCH9F+7uavSOnEQ9EFMl7lHEjfAEgRh1hwmEe8SpLKpQeMo2aT1IWvHaGMuTb+gjfbzoRf2IR23NQ==
312
+ "@commitlint/config-conventional@^17.8.1":
313
+ version "17.8.1"
314
+ resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
315
+ integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
316
316
  dependencies:
317
- conventional-changelog-conventionalcommits "^5.0.0"
317
+ conventional-changelog-conventionalcommits "^6.1.0"
318
318
 
319
319
  "@commitlint/config-validator@^17.4.4":
320
320
  version "17.4.4"
@@ -571,28 +571,28 @@
571
571
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
572
572
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
573
573
 
574
- "@jayree/changelog@^1.1.8":
575
- version "1.1.8"
576
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.8.tgz#95bf5231bba0ce1a699937808339cb80beb8661a"
577
- integrity sha512-HUjyKmyBLqdaEnM09vry+NFsyjMhmz/S2WylqJkuUV7jv1f6Hg73JAEYMddmBsVWorOjzjUURxlezcKrGkp0Tg==
574
+ "@jayree/changelog@^1.1.9":
575
+ version "1.1.9"
576
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.9.tgz#0e59f84a7b18f50e3b025fefbe54ae30d348d653"
577
+ integrity sha512-s8eiAW5bUi90duiAsQIy1JMBcuBJCzlELLDZc+B2qFEKIGsDqYvybJX9PWrnhnBcuFEUgndFpjBXyWiIKLEYBQ==
578
578
  dependencies:
579
579
  debug "^4.3.4"
580
- fs-extra "^11.1.1"
581
- marked "^10.0.0"
582
- marked-terminal "^6.1.0"
580
+ fs-extra "^11.2.0"
581
+ marked "^11.1.0"
582
+ marked-terminal "^6.2.0"
583
583
  semver "^7.5.4"
584
584
  semver-compare "^1.0.0"
585
585
 
586
- "@jayree/sfdx-plugin-manifest@^3.1.41":
587
- version "3.1.41"
588
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.41.tgz#966cf9d48d79c991134fa6a1ec801e5e75947093"
589
- integrity sha512-qeu7MrDsoVBtMcJD1oaMHp8Lz1b33RypGXo+RvZ3RhR5l1ahQp3JR5V07ISDAF2s/wbf6UYLd+ucqnWGyzkdqQ==
586
+ "@jayree/sfdx-plugin-manifest@^3.1.43":
587
+ version "3.1.43"
588
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.43.tgz#40a53ae4f30ab77c18f6cba543421ec356f66ae3"
589
+ integrity sha512-LrKnQb2/HaHcMySjaOdwAAVw6y8uiYWHD55mueBTIecjswZNGgjSp8OXY0JTGUp+1kyk2BLKc4QCH/lnJYbxxQ==
590
590
  dependencies:
591
- "@jayree/changelog" "^1.1.8"
592
- "@oclif/core" "^3.14.1"
593
- "@salesforce/core" "^6.4.0"
594
- "@salesforce/sf-plugins-core" "^5.0.8"
595
- "@salesforce/source-deploy-retrieve" "^10.2.1"
591
+ "@jayree/changelog" "^1.1.9"
592
+ "@oclif/core" "^3.15.0"
593
+ "@salesforce/core" "^6.4.2"
594
+ "@salesforce/sf-plugins-core" "^5.0.12"
595
+ "@salesforce/source-deploy-retrieve" "^10.2.4"
596
596
  debug "^4.3.4"
597
597
  fast-deep-equal "^3.1.3"
598
598
  fast-xml-parser "^4.3.2"
@@ -601,16 +601,16 @@
601
601
  isomorphic-git "1.25.1"
602
602
  tslib "^2.6.2"
603
603
 
604
- "@jayree/sfdx-plugin-org@^1.2.23":
605
- version "1.2.23"
606
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.23.tgz#e95f5f90cd8a9fb13767b7c34bbb684c719e0b89"
607
- integrity sha512-t6TNl9rhjrDI50Gii9o5Br/YGhVlJiaCR+gaVgTfp7vvOFuuTLqbQU9H4/24iIrVfKxXsGH28sIfu2iQNgXntw==
604
+ "@jayree/sfdx-plugin-org@^1.2.26":
605
+ version "1.2.26"
606
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.26.tgz#0b4681ac518780fd9008c3cd07b32c5def919e20"
607
+ integrity sha512-DyBKcdKXGqvEIYM1dddCDjR586omHf/i0CS5zBGEJ/7V/eM4tnY4118bJtEfYY32ZUj3ZtpEBW9zj3GLTws8Hg==
608
608
  dependencies:
609
- "@jayree/changelog" "^1.1.8"
610
- "@listr2/prompt-adapter-enquirer" "^2.0.0"
609
+ "@jayree/changelog" "^1.1.9"
610
+ "@listr2/prompt-adapter-enquirer" "^2.0.1"
611
611
  "@oclif/core" "^3.14.1"
612
- "@salesforce/sf-plugins-core" "^5.0.7"
613
- "@salesforce/source-deploy-retrieve" "^10.2.0"
612
+ "@salesforce/sf-plugins-core" "^5.0.12"
613
+ "@salesforce/source-deploy-retrieve" "^10.2.4"
614
614
  "@salesforce/ts-types" "^2.0.9"
615
615
  cli-truncate "^4.0.0"
616
616
  debug "^4.3.4"
@@ -618,40 +618,40 @@
618
618
  fs-extra "^11.2.0"
619
619
  is-docker "^3.0.0"
620
620
  is-wsl "^3.1.0"
621
- listr2 "^8.0.0"
621
+ listr2 "^8.0.1"
622
622
  log-update "^6.0.0"
623
623
  playwright-chromium "^1.40.1"
624
624
  tabletojson "4.0.1"
625
625
  tslib "^2.6.1"
626
626
  wrap-ansi "^9.0.0"
627
627
 
628
- "@jayree/sfdx-plugin-prettier@^1.3.35":
629
- version "1.3.35"
630
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.35.tgz#072a3816379f608a9d12254e222bb01276555890"
631
- integrity sha512-I8Ib8p7qq1mk6qy2Q6qJ1VL1yHEigl3Lz3E0j0djRH6BVTAtM2Ccvz18x2Dt97TfvtIdsWBBCvjX/SboI4vkWA==
628
+ "@jayree/sfdx-plugin-prettier@^1.3.38":
629
+ version "1.3.38"
630
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.38.tgz#b16d2884dc1f9478d4a54840197e3efa07220786"
631
+ integrity sha512-DGycBwFhH9hVqjX4C3V5ima9wF++oD93rPhBdmeoRy0Alk3dET0yAGNPmtH5rSFd2/AWEeSttq0VSfnHiSXXJw==
632
632
  dependencies:
633
- "@jayree/changelog" "^1.1.8"
633
+ "@jayree/changelog" "^1.1.9"
634
634
  "@prettier/plugin-xml" "^3.2.2"
635
- "@salesforce/core" "^6.3.0"
636
- "@salesforce/sf-plugins-core" "^5.0.7"
637
- "@salesforce/source-deploy-retrieve" "^10.2.0"
635
+ "@salesforce/core" "^6.4.2"
636
+ "@salesforce/sf-plugins-core" "^5.0.12"
637
+ "@salesforce/source-deploy-retrieve" "^10.2.4"
638
638
  cli-progress "^3.12.0"
639
639
  debug "^4.3.4"
640
640
  fs-extra "^11.2.0"
641
641
  ignore "^5.3.0"
642
- prettier "^3.1.0"
642
+ prettier "^3.1.1"
643
643
  prettier-plugin-apex "^2.0.1"
644
644
  tslib "^2.6.1"
645
645
 
646
- "@jayree/sfdx-plugin-source@^1.3.30":
647
- version "1.3.30"
648
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.30.tgz#441d7c56218d7e5ef627d1e08867433149a680a7"
649
- integrity sha512-9o/JzI3fkdPRkGmRRLAdBqkI4YpW26o7/JY3Y8TDTFWpF92eOmPBgU/h8bmVRmM34KXi+3de+S14eDP6/zH9gA==
646
+ "@jayree/sfdx-plugin-source@^1.3.33":
647
+ version "1.3.33"
648
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.33.tgz#1e124c8a651d5b7911eadcc11d799b7c80ef2f99"
649
+ integrity sha512-61rQsnynxlYyL2U1upwkqz8cmNZ/h6mMnjy9Z6rQqQK9USL7UEv9PqdFjuCApGB/jc8J5MF8TTmYgT2whP/TQg==
650
650
  dependencies:
651
- "@jayree/changelog" "^1.1.8"
651
+ "@jayree/changelog" "^1.1.9"
652
652
  "@oclif/core" "^3.14.1"
653
- "@salesforce/sf-plugins-core" "^5.0.7"
654
- "@salesforce/source-tracking" "^5.1.2"
653
+ "@salesforce/sf-plugins-core" "^5.0.12"
654
+ "@salesforce/source-tracking" "^5.1.3"
655
655
  debug "^4.3.4"
656
656
  deep-object-diff "^1.1.9"
657
657
  fast-xml-parser "^4.3.2"
@@ -711,10 +711,10 @@
711
711
  "@jridgewell/resolve-uri" "3.1.0"
712
712
  "@jridgewell/sourcemap-codec" "1.4.14"
713
713
 
714
- "@listr2/prompt-adapter-enquirer@^2.0.0":
715
- version "2.0.0"
716
- resolved "https://registry.yarnpkg.com/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.0.tgz#35d72fc9bf07266895bd6292ba85b5641c4545b2"
717
- integrity sha512-041w06I7nubqKzH6L3DAAlPJRtdA2ygl+OuajMIuClK+kKN+Bu3sFplG6oTN6Gv4WDtZDXqhj3vPCSAc5pg7MA==
714
+ "@listr2/prompt-adapter-enquirer@^2.0.1":
715
+ version "2.0.1"
716
+ resolved "https://registry.yarnpkg.com/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.1.tgz#827acd01e4236aa5bffc01f6fa41543fd837d204"
717
+ integrity sha512-vRAa2raxKfpcUkh4ihszcb6vNb931sfz7af85zQn7oyJxQOffqr2QRwk0T2nBmKAk3dRD48b8nl3v0qoZ4sbyA==
718
718
 
719
719
  "@nodelib/fs.scandir@2.1.5":
720
720
  version "2.1.5"
@@ -928,10 +928,10 @@
928
928
  wordwrap "^1.0.0"
929
929
  wrap-ansi "^7.0.0"
930
930
 
931
- "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
932
- version "3.14.1"
933
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
934
- integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
931
+ "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
932
+ version "3.15.0"
933
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
934
+ integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
935
935
  dependencies:
936
936
  ansi-escapes "^4.3.2"
937
937
  ansi-styles "^4.3.0"
@@ -968,12 +968,12 @@
968
968
  dependencies:
969
969
  "@oclif/core" "^2.15.0"
970
970
 
971
- "@oclif/plugin-help@^6.0.8":
972
- version "6.0.8"
973
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.8.tgz#9ad196f9ddbeae1f5353448d16e0cb68463bac31"
974
- integrity sha512-q7OWy0JSrsZVynPkWQxmd3dEFA2czym9FdqS06YteRldIH/Csvovst+35KneM4iD8ewqPbY8KAMYZMkMavao0g==
971
+ "@oclif/plugin-help@^6.0.9":
972
+ version "6.0.9"
973
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.9.tgz#87bbf624372b9afe5dc183a13f52c929d6b022cf"
974
+ integrity sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==
975
975
  dependencies:
976
- "@oclif/core" "^3.14.1"
976
+ "@oclif/core" "^3.15.0"
977
977
 
978
978
  "@oclif/plugin-not-found@^2.3.32":
979
979
  version "2.3.32"
@@ -1120,34 +1120,10 @@
1120
1120
  dependencies:
1121
1121
  "@xml-tools/parser" "^1.0.11"
1122
1122
 
1123
- "@salesforce/core@^5.3.20":
1124
- version "5.3.20"
1125
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
1126
- integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
1127
- dependencies:
1128
- "@salesforce/kit" "^3.0.15"
1129
- "@salesforce/schemas" "^1.6.1"
1130
- "@salesforce/ts-types" "^2.0.9"
1131
- "@types/semver" "^7.5.4"
1132
- ajv "^8.12.0"
1133
- change-case "^4.1.2"
1134
- faye "^1.4.0"
1135
- form-data "^4.0.0"
1136
- js2xmlparser "^4.0.1"
1137
- jsforce "^2.0.0-beta.28"
1138
- jsonwebtoken "9.0.2"
1139
- jszip "3.10.1"
1140
- pino "^8.16.0"
1141
- pino-abstract-transport "^1.0.0"
1142
- pino-pretty "^10.2.3"
1143
- proper-lockfile "^4.1.2"
1144
- semver "^7.5.4"
1145
- ts-retry-promise "^0.7.1"
1146
-
1147
- "@salesforce/core@^6.2.2", "@salesforce/core@^6.3.0", "@salesforce/core@^6.4.0":
1148
- version "6.4.1"
1149
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
1150
- integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
1123
+ "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
1124
+ version "6.4.2"
1125
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
1126
+ integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
1151
1127
  dependencies:
1152
1128
  "@salesforce/kit" "^3.0.15"
1153
1129
  "@salesforce/schemas" "^1.6.1"
@@ -1163,7 +1139,7 @@
1163
1139
  jszip "3.10.1"
1164
1140
  pino "^8.16.2"
1165
1141
  pino-abstract-transport "^1.1.0"
1166
- pino-pretty "^10.2.3"
1142
+ pino-pretty "^10.3.0"
1167
1143
  proper-lockfile "^4.1.2"
1168
1144
  semver "^7.5.4"
1169
1145
  ts-retry-promise "^0.7.1"
@@ -1173,13 +1149,13 @@
1173
1149
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1174
1150
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1175
1151
 
1176
- "@salesforce/dev-scripts@^8.1.1":
1177
- version "8.1.1"
1178
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.1.tgz#a54733057712706b08fc5abcdccad336be01fea3"
1179
- integrity sha512-pYf8eMhv/OLTUtQcNZkUXMioInQTwNnHuiePGbhcMb2KR41Ynk63sdLWZoGDSc82c1FX0cJfY4yrNMIMpEGQjw==
1152
+ "@salesforce/dev-scripts@^8.1.2":
1153
+ version "8.1.2"
1154
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.2.tgz#ec3e528328fe7c7b8b312688e970ea258913980b"
1155
+ integrity sha512-DQscqQPMuj2b1D8sfh77zAKQVEuo0SQ05XlFSbVKgvxO/yPrSpUK0LgHsbyG4Js88TWBqsf4K7mkdaryukSnSA==
1180
1156
  dependencies:
1181
1157
  "@commitlint/cli" "^17.1.2"
1182
- "@commitlint/config-conventional" "^17.1.0"
1158
+ "@commitlint/config-conventional" "^17.8.1"
1183
1159
  "@salesforce/dev-config" "^4.1.0"
1184
1160
  "@salesforce/prettier-config" "^0.0.3"
1185
1161
  "@types/chai" "^4.3.10"
@@ -1223,25 +1199,25 @@
1223
1199
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1224
1200
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1225
1201
 
1226
- "@salesforce/sf-plugins-core@^5.0.7", "@salesforce/sf-plugins-core@^5.0.8":
1227
- version "5.0.8"
1228
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.8.tgz#af023ba5c9182ab277d738e6836267aa874a4dcb"
1229
- integrity sha512-NvG3E61dVzORn86bPUh9cOPCmNZPfqzjS/ShMpyu2Cpjwr3zLYAlXSqH4kg0hQUW1D/M5sAck6XcUhwMpHh5yQ==
1202
+ "@salesforce/sf-plugins-core@^5.0.12":
1203
+ version "5.0.12"
1204
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
1205
+ integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
1230
1206
  dependencies:
1231
- "@oclif/core" "^3.14.1"
1232
- "@salesforce/core" "^6.2.2"
1207
+ "@oclif/core" "^3.15.0"
1208
+ "@salesforce/core" "^6.4.1"
1233
1209
  "@salesforce/kit" "^3.0.15"
1234
1210
  "@salesforce/ts-types" "^2.0.9"
1235
1211
  "@types/inquirer" "^8.2.3"
1236
1212
  chalk "^4"
1237
1213
  inquirer "^8.2.5"
1238
1214
 
1239
- "@salesforce/source-deploy-retrieve@^10.0.3", "@salesforce/source-deploy-retrieve@^10.2.0", "@salesforce/source-deploy-retrieve@^10.2.1":
1240
- version "10.2.1"
1241
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.1.tgz#fe5ba3006761ecc462b427c26619cdff26512e1e"
1242
- integrity sha512-KaslYNh0oZTKGklECIPRM4SwciPIZqQdjOe/YttCLh0JDchVVeu/Qv8VCldHGnhGUpZ83bSvWG/YWXeEtoY/2w==
1215
+ "@salesforce/source-deploy-retrieve@^10.2.1", "@salesforce/source-deploy-retrieve@^10.2.4":
1216
+ version "10.2.4"
1217
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.4.tgz#664e8ba8587c06de355d3e6cc0053e096f5c60e3"
1218
+ integrity sha512-0+JOvYoPEhsINC0O+rPxwnEKgmlSUGWFuf/24qJXv+nu763BNa1c7k+nB3AmWPelN5xxwrouGPt8MHR58qOz7Q==
1243
1219
  dependencies:
1244
- "@salesforce/core" "^6.4.0"
1220
+ "@salesforce/core" "^6.4.1"
1245
1221
  "@salesforce/kit" "^3.0.15"
1246
1222
  "@salesforce/ts-types" "^2.0.9"
1247
1223
  fast-levenshtein "^3.0.0"
@@ -1253,16 +1229,17 @@
1253
1229
  mime "2.6.0"
1254
1230
  minimatch "^5.1.6"
1255
1231
  proxy-agent "^6.3.1"
1232
+ ts-retry-promise "^0.7.1"
1256
1233
 
1257
- "@salesforce/source-tracking@^5.1.2":
1258
- version "5.1.2"
1259
- resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.2.tgz#1c2594807fea0748a8b4cb665cc26cc91a29b529"
1260
- integrity sha512-rAeKDKEG2+v0jEjNNSNrz8mqLyTGEdN3+zmb/oWEJII4DctGcMbHqkIzt/16tO6w612uOindJtjTXu6SpePtAg==
1234
+ "@salesforce/source-tracking@^5.1.3":
1235
+ version "5.1.3"
1236
+ resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.3.tgz#65dff11ffbd8f42ddd6477fe8342e338a9ec4f8f"
1237
+ integrity sha512-X4lHQmpc62RQaW6CiRn4M7rYQ2cftE+bCBaMvTp/HGKq5k+DQIOVQmDU+xYBGiaenxTBXZdX2zwiuXmv3WGImg==
1261
1238
  dependencies:
1262
1239
  "@oclif/core" "^3.10.8"
1263
- "@salesforce/core" "^6.2.2"
1240
+ "@salesforce/core" "^6.4.0"
1264
1241
  "@salesforce/kit" "^3.0.15"
1265
- "@salesforce/source-deploy-retrieve" "^10.0.3"
1242
+ "@salesforce/source-deploy-retrieve" "^10.2.1"
1266
1243
  "@salesforce/ts-types" "^2.0.9"
1267
1244
  fast-xml-parser "^4.2.5"
1268
1245
  graceful-fs "^4.2.11"
@@ -1302,12 +1279,7 @@
1302
1279
  resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
1303
1280
  integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
1304
1281
 
1305
- "@sindresorhus/is@^3.1.2":
1306
- version "3.1.2"
1307
- resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.1.2.tgz#548650de521b344e3781fbdb0ece4aa6f729afb8"
1308
- integrity sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==
1309
-
1310
- "@sindresorhus/is@^4.0.0":
1282
+ "@sindresorhus/is@^4.0.0", "@sindresorhus/is@^4.6.0":
1311
1283
  version "4.6.0"
1312
1284
  resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
1313
1285
  integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
@@ -1461,11 +1433,6 @@
1461
1433
  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1462
1434
  integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1463
1435
 
1464
- "@types/json-schema@^7.0.9":
1465
- version "7.0.11"
1466
- resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1467
- integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1468
-
1469
1436
  "@types/json5@^0.0.29":
1470
1437
  version "0.0.29"
1471
1438
  resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -1527,21 +1494,11 @@
1527
1494
  dependencies:
1528
1495
  "@types/node" "*"
1529
1496
 
1530
- "@types/semver@^7.3.12":
1531
- version "7.3.13"
1532
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
1533
- integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
1534
-
1535
1497
  "@types/semver@^7.5.0":
1536
1498
  version "7.5.0"
1537
1499
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1538
1500
  integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1539
1501
 
1540
- "@types/semver@^7.5.4":
1541
- version "7.5.5"
1542
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
1543
- integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
1544
-
1545
1502
  "@types/semver@^7.5.6":
1546
1503
  version "7.5.6"
1547
1504
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
@@ -1602,14 +1559,6 @@
1602
1559
  "@typescript-eslint/visitor-keys" "6.10.0"
1603
1560
  debug "^4.3.4"
1604
1561
 
1605
- "@typescript-eslint/scope-manager@5.62.0":
1606
- version "5.62.0"
1607
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1608
- integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1609
- dependencies:
1610
- "@typescript-eslint/types" "5.62.0"
1611
- "@typescript-eslint/visitor-keys" "5.62.0"
1612
-
1613
1562
  "@typescript-eslint/scope-manager@6.10.0":
1614
1563
  version "6.10.0"
1615
1564
  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
@@ -1618,6 +1567,14 @@
1618
1567
  "@typescript-eslint/types" "6.10.0"
1619
1568
  "@typescript-eslint/visitor-keys" "6.10.0"
1620
1569
 
1570
+ "@typescript-eslint/scope-manager@6.14.0":
1571
+ version "6.14.0"
1572
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
1573
+ integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
1574
+ dependencies:
1575
+ "@typescript-eslint/types" "6.14.0"
1576
+ "@typescript-eslint/visitor-keys" "6.14.0"
1577
+
1621
1578
  "@typescript-eslint/type-utils@6.10.0":
1622
1579
  version "6.10.0"
1623
1580
  resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
@@ -1628,28 +1585,15 @@
1628
1585
  debug "^4.3.4"
1629
1586
  ts-api-utils "^1.0.1"
1630
1587
 
1631
- "@typescript-eslint/types@5.62.0":
1632
- version "5.62.0"
1633
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1634
- integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1635
-
1636
1588
  "@typescript-eslint/types@6.10.0":
1637
1589
  version "6.10.0"
1638
1590
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
1639
1591
  integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
1640
1592
 
1641
- "@typescript-eslint/typescript-estree@5.62.0":
1642
- version "5.62.0"
1643
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1644
- integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1645
- dependencies:
1646
- "@typescript-eslint/types" "5.62.0"
1647
- "@typescript-eslint/visitor-keys" "5.62.0"
1648
- debug "^4.3.4"
1649
- globby "^11.1.0"
1650
- is-glob "^4.0.3"
1651
- semver "^7.3.7"
1652
- tsutils "^3.21.0"
1593
+ "@typescript-eslint/types@6.14.0":
1594
+ version "6.14.0"
1595
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
1596
+ integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
1653
1597
 
1654
1598
  "@typescript-eslint/typescript-estree@6.10.0":
1655
1599
  version "6.10.0"
@@ -1664,7 +1608,20 @@
1664
1608
  semver "^7.5.4"
1665
1609
  ts-api-utils "^1.0.1"
1666
1610
 
1667
- "@typescript-eslint/utils@6.10.0", "@typescript-eslint/utils@^6.6.0":
1611
+ "@typescript-eslint/typescript-estree@6.14.0":
1612
+ version "6.14.0"
1613
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
1614
+ integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
1615
+ dependencies:
1616
+ "@typescript-eslint/types" "6.14.0"
1617
+ "@typescript-eslint/visitor-keys" "6.14.0"
1618
+ debug "^4.3.4"
1619
+ globby "^11.1.0"
1620
+ is-glob "^4.0.3"
1621
+ semver "^7.5.4"
1622
+ ts-api-utils "^1.0.1"
1623
+
1624
+ "@typescript-eslint/utils@6.10.0":
1668
1625
  version "6.10.0"
1669
1626
  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
1670
1627
  integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
@@ -1677,27 +1634,18 @@
1677
1634
  "@typescript-eslint/typescript-estree" "6.10.0"
1678
1635
  semver "^7.5.4"
1679
1636
 
1680
- "@typescript-eslint/utils@^5.59.11":
1681
- version "5.62.0"
1682
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1683
- integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1637
+ "@typescript-eslint/utils@^6.13.2", "@typescript-eslint/utils@^6.6.0":
1638
+ version "6.14.0"
1639
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
1640
+ integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
1684
1641
  dependencies:
1685
- "@eslint-community/eslint-utils" "^4.2.0"
1686
- "@types/json-schema" "^7.0.9"
1687
- "@types/semver" "^7.3.12"
1688
- "@typescript-eslint/scope-manager" "5.62.0"
1689
- "@typescript-eslint/types" "5.62.0"
1690
- "@typescript-eslint/typescript-estree" "5.62.0"
1691
- eslint-scope "^5.1.1"
1692
- semver "^7.3.7"
1693
-
1694
- "@typescript-eslint/visitor-keys@5.62.0":
1695
- version "5.62.0"
1696
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1697
- integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1698
- dependencies:
1699
- "@typescript-eslint/types" "5.62.0"
1700
- eslint-visitor-keys "^3.3.0"
1642
+ "@eslint-community/eslint-utils" "^4.4.0"
1643
+ "@types/json-schema" "^7.0.12"
1644
+ "@types/semver" "^7.5.0"
1645
+ "@typescript-eslint/scope-manager" "6.14.0"
1646
+ "@typescript-eslint/types" "6.14.0"
1647
+ "@typescript-eslint/typescript-estree" "6.14.0"
1648
+ semver "^7.5.4"
1701
1649
 
1702
1650
  "@typescript-eslint/visitor-keys@6.10.0":
1703
1651
  version "6.10.0"
@@ -1707,6 +1655,14 @@
1707
1655
  "@typescript-eslint/types" "6.10.0"
1708
1656
  eslint-visitor-keys "^3.4.1"
1709
1657
 
1658
+ "@typescript-eslint/visitor-keys@6.14.0":
1659
+ version "6.14.0"
1660
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
1661
+ integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
1662
+ dependencies:
1663
+ "@typescript-eslint/types" "6.14.0"
1664
+ eslint-visitor-keys "^3.4.1"
1665
+
1710
1666
  "@ungap/structured-clone@^1.2.0":
1711
1667
  version "1.2.0"
1712
1668
  resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2860,14 +2816,12 @@ conventional-changelog-angular@^5.0.11:
2860
2816
  compare-func "^2.0.0"
2861
2817
  q "^1.5.1"
2862
2818
 
2863
- conventional-changelog-conventionalcommits@^5.0.0:
2864
- version "5.0.0"
2865
- resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
2866
- integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
2819
+ conventional-changelog-conventionalcommits@^6.1.0:
2820
+ version "6.1.0"
2821
+ resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
2822
+ integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
2867
2823
  dependencies:
2868
2824
  compare-func "^2.0.0"
2869
- lodash "^4.17.15"
2870
- q "^1.5.1"
2871
2825
 
2872
2826
  conventional-commits-parser@^3.2.2:
2873
2827
  version "3.2.4"
@@ -3570,21 +3524,21 @@ eslint-plugin-perfectionist@^2.1.0:
3570
3524
  minimatch "^9.0.3"
3571
3525
  natural-compare-lite "^1.4.0"
3572
3526
 
3573
- eslint-plugin-prettier@^5.0.1:
3574
- version "5.0.1"
3575
- resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
3576
- integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
3527
+ eslint-plugin-prettier@^5.1.1:
3528
+ version "5.1.1"
3529
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.1.tgz#ab7d9823788b557ff7ccdd50a5849d7760cb8bef"
3530
+ integrity sha512-WQpV3mSmIobb77s4qiCZu3dBrZZ0rj8ckSfBtRrgNK9Wnh2s3eiaxNTWloz1LJ1WtvqZES/PAI7PLvsrGt/CEA==
3577
3531
  dependencies:
3578
3532
  prettier-linter-helpers "^1.0.0"
3579
3533
  synckit "^0.8.5"
3580
3534
 
3581
- eslint-plugin-sf-plugin@^1.16.15:
3582
- version "1.16.15"
3583
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
3584
- integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
3535
+ eslint-plugin-sf-plugin@^1.17.0:
3536
+ version "1.17.0"
3537
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
3538
+ integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
3585
3539
  dependencies:
3586
- "@salesforce/core" "^5.3.20"
3587
- "@typescript-eslint/utils" "^5.59.11"
3540
+ "@salesforce/core" "^6.4.0"
3541
+ "@typescript-eslint/utils" "^6.13.2"
3588
3542
 
3589
3543
  eslint-plugin-unicorn@^49.0.0:
3590
3544
  version "49.0.0"
@@ -3606,14 +3560,6 @@ eslint-plugin-unicorn@^49.0.0:
3606
3560
  semver "^7.5.4"
3607
3561
  strip-indent "^3.0.0"
3608
3562
 
3609
- eslint-scope@^5.1.1:
3610
- version "5.1.1"
3611
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3612
- integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3613
- dependencies:
3614
- esrecurse "^4.3.0"
3615
- estraverse "^4.1.1"
3616
-
3617
3563
  eslint-scope@^7.2.2:
3618
3564
  version "7.2.2"
3619
3565
  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -3699,11 +3645,6 @@ esrecurse@^4.3.0:
3699
3645
  dependencies:
3700
3646
  estraverse "^5.2.0"
3701
3647
 
3702
- estraverse@^4.1.1:
3703
- version "4.3.0"
3704
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
3705
- integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
3706
-
3707
3648
  estraverse@^5.1.0, estraverse@^5.2.0:
3708
3649
  version "5.3.0"
3709
3650
  resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -4035,7 +3976,7 @@ fromentries@^1.2.0:
4035
3976
  resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
4036
3977
  integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
4037
3978
 
4038
- fs-extra@^11.0.0, fs-extra@^11.1.1, fs-extra@^11.2.0:
3979
+ fs-extra@^11.0.0, fs-extra@^11.2.0:
4039
3980
  version "11.2.0"
4040
3981
  resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
4041
3982
  integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
@@ -4300,7 +4241,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4300
4241
  once "^1.3.0"
4301
4242
  path-is-absolute "^1.0.0"
4302
4243
 
4303
- glob@^8.0.0, glob@^8.0.1:
4244
+ glob@^8.0.1:
4304
4245
  version "8.1.0"
4305
4246
  resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
4306
4247
  integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
@@ -4484,13 +4425,10 @@ header-case@^2.0.4:
4484
4425
  capital-case "^1.0.4"
4485
4426
  tslib "^2.0.3"
4486
4427
 
4487
- help-me@^4.0.1:
4488
- version "4.2.0"
4489
- resolved "https://registry.yarnpkg.com/help-me/-/help-me-4.2.0.tgz#50712bfd799ff1854ae1d312c36eafcea85b0563"
4490
- integrity sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==
4491
- dependencies:
4492
- glob "^8.0.0"
4493
- readable-stream "^3.6.0"
4428
+ help-me@^5.0.0:
4429
+ version "5.0.0"
4430
+ resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
4431
+ integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
4494
4432
 
4495
4433
  hosted-git-info@^2.1.4:
4496
4434
  version "2.8.9"
@@ -5294,32 +5232,6 @@ jsesc@~0.5.0:
5294
5232
  resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
5295
5233
  integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
5296
5234
 
5297
- jsforce@^2.0.0-beta.28:
5298
- version "2.0.0-beta.28"
5299
- resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.28.tgz#5fd8d9b8e5efc798698793b147e00371f3d74e8f"
5300
- integrity sha512-tTmKRhr4yWNinhmurY/tiiltLFQq9RQ+gpYAt3wjFdCGjzd49/wqYQIFw4SsI3+iLjxXnc0uTgGwdAkDjxDWnA==
5301
- dependencies:
5302
- "@babel/runtime" "^7.12.5"
5303
- "@babel/runtime-corejs3" "^7.12.5"
5304
- "@types/node" "^12.19.9"
5305
- abort-controller "^3.0.0"
5306
- base64url "^3.0.1"
5307
- commander "^4.0.1"
5308
- core-js "^3.6.4"
5309
- csv-parse "^4.8.2"
5310
- csv-stringify "^5.3.4"
5311
- faye "^1.4.0"
5312
- form-data "^4.0.0"
5313
- fs-extra "^8.1.0"
5314
- https-proxy-agent "^5.0.0"
5315
- inquirer "^7.0.0"
5316
- multistream "^3.1.0"
5317
- node-fetch "^2.6.1"
5318
- open "^7.0.0"
5319
- regenerator-runtime "^0.13.3"
5320
- strip-ansi "^6.0.0"
5321
- xml2js "^0.5.0"
5322
-
5323
5235
  jsforce@^2.0.0-beta.29:
5324
5236
  version "2.0.0-beta.29"
5325
5237
  resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
@@ -5549,10 +5461,10 @@ linkinator@^6.0.2:
5549
5461
  server-destroy "^1.0.1"
5550
5462
  srcset "^5.0.0"
5551
5463
 
5552
- listr2@^8.0.0:
5553
- version "8.0.0"
5554
- resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.0.0.tgz#aa7c230995f8ce378585f7c96c0c6d1cefa4700d"
5555
- integrity sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==
5464
+ listr2@^8.0.1:
5465
+ version "8.0.1"
5466
+ resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.0.1.tgz#4d3f50ae6cec3c62bdf0e94f5c2c9edebd4b9c34"
5467
+ integrity sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==
5556
5468
  dependencies:
5557
5469
  cli-truncate "^4.0.0"
5558
5470
  colorette "^2.0.20"
@@ -5852,16 +5764,16 @@ map-obj@^4.0.0:
5852
5764
  resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
5853
5765
  integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
5854
5766
 
5855
- marked-terminal@^6.1.0:
5856
- version "6.1.0"
5857
- resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.1.0.tgz#ad54dc034d40c532f9708a2b4c128a83919fe0de"
5858
- integrity sha512-QaCSF6NV82oo6K0szEnmc65ooDeW0T/Adcyf0fcW+Hto2GT1VADFg8dn1zaeHqzj65fqDH1hMNChGNRaC/lbkA==
5767
+ marked-terminal@^6.2.0:
5768
+ version "6.2.0"
5769
+ resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.2.0.tgz#82928d7967af486185a64ea927be723aadd4755f"
5770
+ integrity sha512-ubWhwcBFHnXsjYNsu+Wndpg0zhY4CahSpPlA70PlO0rR9r2sZpkyU+rkCsOWH+KMEkx847UpALON+HWgxowFtw==
5859
5771
  dependencies:
5860
5772
  ansi-escapes "^6.2.0"
5861
5773
  cardinal "^2.1.1"
5862
5774
  chalk "^5.3.0"
5863
5775
  cli-table3 "^0.6.3"
5864
- node-emoji "^2.1.0"
5776
+ node-emoji "^2.1.3"
5865
5777
  supports-hyperlinks "^3.0.0"
5866
5778
 
5867
5779
  marked@^10.0.0:
@@ -5869,6 +5781,11 @@ marked@^10.0.0:
5869
5781
  resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
5870
5782
  integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==
5871
5783
 
5784
+ marked@^11.1.0:
5785
+ version "11.1.0"
5786
+ resolved "https://registry.yarnpkg.com/marked/-/marked-11.1.0.tgz#f2d12323e80ba8a97cc8262fe7e94fcc007476ab"
5787
+ integrity sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==
5788
+
5872
5789
  marked@^4.3.0:
5873
5790
  version "4.3.0"
5874
5791
  resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
@@ -6291,12 +6208,12 @@ nock@^13.4.0:
6291
6208
  json-stringify-safe "^5.0.1"
6292
6209
  propagate "^2.0.0"
6293
6210
 
6294
- node-emoji@^2.1.0:
6295
- version "2.1.0"
6296
- resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.0.tgz#93c99b0d3dfe7d5e37c056aded389e013c72d0c5"
6297
- integrity sha512-tcsBm9C6FmPN5Wo7OjFi9lgMyJjvkAeirmjR/ax8Ttfqy4N8PoFic26uqFTIgayHPNI5FH4ltUvfh9kHzwcK9A==
6211
+ node-emoji@^2.1.3:
6212
+ version "2.1.3"
6213
+ resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.3.tgz#93cfabb5cc7c3653aa52f29d6ffb7927d8047c06"
6214
+ integrity sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==
6298
6215
  dependencies:
6299
- "@sindresorhus/is" "^3.1.2"
6216
+ "@sindresorhus/is" "^4.6.0"
6300
6217
  char-regex "^1.0.2"
6301
6218
  emojilib "^2.4.0"
6302
6219
  skin-tone "^2.0.0"
@@ -6587,10 +6504,10 @@ object.values@^1.1.7:
6587
6504
  define-properties "^1.2.0"
6588
6505
  es-abstract "^1.22.1"
6589
6506
 
6590
- oclif@^4.0.4:
6591
- version "4.0.4"
6592
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
6593
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
6507
+ oclif@^4.1.0:
6508
+ version "4.1.0"
6509
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6510
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6594
6511
  dependencies:
6595
6512
  "@oclif/core" "^3.0.4"
6596
6513
  "@oclif/plugin-help" "^5.2.14"
@@ -7028,16 +6945,16 @@ pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
7028
6945
  readable-stream "^4.0.0"
7029
6946
  split2 "^4.0.0"
7030
6947
 
7031
- pino-pretty@^10.2.3:
7032
- version "10.2.3"
7033
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
7034
- integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
6948
+ pino-pretty@^10.3.0:
6949
+ version "10.3.0"
6950
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
6951
+ integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
7035
6952
  dependencies:
7036
6953
  colorette "^2.0.7"
7037
6954
  dateformat "^4.6.3"
7038
6955
  fast-copy "^3.0.0"
7039
6956
  fast-safe-stringify "^2.1.1"
7040
- help-me "^4.0.1"
6957
+ help-me "^5.0.0"
7041
6958
  joycon "^3.1.1"
7042
6959
  minimist "^1.2.6"
7043
6960
  on-exit-leak-free "^2.1.0"
@@ -7053,23 +6970,6 @@ pino-std-serializers@^6.0.0:
7053
6970
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
7054
6971
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
7055
6972
 
7056
- pino@^8.16.0:
7057
- version "8.16.1"
7058
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.1.tgz#dcaf82764b1a27f24101317cdd6453e96290f1d9"
7059
- integrity sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==
7060
- dependencies:
7061
- atomic-sleep "^1.0.0"
7062
- fast-redact "^3.1.1"
7063
- on-exit-leak-free "^2.1.0"
7064
- pino-abstract-transport v1.1.0
7065
- pino-std-serializers "^6.0.0"
7066
- process-warning "^2.0.0"
7067
- quick-format-unescaped "^4.0.3"
7068
- real-require "^0.2.0"
7069
- safe-stable-stringify "^2.3.1"
7070
- sonic-boom "^3.7.0"
7071
- thread-stream "^2.0.0"
7072
-
7073
6973
  pino@^8.16.2:
7074
6974
  version "8.16.2"
7075
6975
  resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
@@ -7151,7 +7051,7 @@ prettier@^2.8.8:
7151
7051
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
7152
7052
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7153
7053
 
7154
- prettier@^3.1.0, prettier@^3.1.1:
7054
+ prettier@^3.1.1:
7155
7055
  version "3.1.1"
7156
7056
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
7157
7057
  integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
@@ -7721,7 +7621,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
7721
7621
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7722
7622
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7723
7623
 
7724
- semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
7624
+ semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
7725
7625
  version "7.5.4"
7726
7626
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
7727
7627
  integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -8461,7 +8361,7 @@ tsconfig-paths@^3.14.2:
8461
8361
  minimist "^1.2.6"
8462
8362
  strip-bom "^3.0.0"
8463
8363
 
8464
- tslib@^1.8.1, tslib@^1.9.0:
8364
+ tslib@^1.9.0:
8465
8365
  version "1.14.1"
8466
8366
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
8467
8367
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -8471,13 +8371,6 @@ tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0,
8471
8371
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
8472
8372
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
8473
8373
 
8474
- tsutils@^3.21.0:
8475
- version "3.21.0"
8476
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8477
- integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8478
- dependencies:
8479
- tslib "^1.8.1"
8480
-
8481
8374
  tunnel-agent@*, tunnel-agent@^0.6.0:
8482
8375
  version "0.6.0"
8483
8376
  resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.44"
3
+ "version": "4.8.46"
4
4
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
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.44",
4
+ "version": "4.8.46",
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.41",
10
- "@jayree/sfdx-plugin-org": "^1.2.23",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.35",
12
- "@jayree/sfdx-plugin-source": "^1.3.30"
9
+ "@jayree/sfdx-plugin-manifest": "^3.1.43",
10
+ "@jayree/sfdx-plugin-org": "^1.2.26",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.38",
12
+ "@jayree/sfdx-plugin-source": "^1.3.33"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^6.0.8",
16
- "@salesforce/dev-scripts": "^8.1.1",
15
+ "@oclif/plugin-help": "^6.0.9",
16
+ "@salesforce/dev-scripts": "^8.1.2",
17
17
  "@salesforce/ts-sinon": "^1.4.19",
18
18
  "c8": "^8.0.1",
19
- "eslint-plugin-prettier": "^5.0.1",
20
- "eslint-plugin-sf-plugin": "^1.16.15",
19
+ "eslint-plugin-prettier": "^5.1.1",
20
+ "eslint-plugin-sf-plugin": "^1.17.0",
21
21
  "nock": "^13.4.0",
22
- "oclif": "^4.0.4",
22
+ "oclif": "^4.1.0",
23
23
  "patch-package": "^8.0.0",
24
24
  "pinst": "^3.0.0",
25
25
  "prettier": "^3.1.1",