@salesforce/plugin-deploy-retrieve 2.2.11 → 2.2.13

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.
Files changed (61) hide show
  1. package/LICENSE.txt +1 -1
  2. package/README.md +17 -17
  3. package/lib/commands/deploy.js +1 -3
  4. package/lib/commands/deploy.js.map +1 -1
  5. package/lib/commands/project/convert/mdapi.js +1 -2
  6. package/lib/commands/project/convert/mdapi.js.map +1 -1
  7. package/lib/commands/project/convert/source.js +2 -3
  8. package/lib/commands/project/convert/source.js.map +1 -1
  9. package/lib/commands/project/delete/source.js +7 -11
  10. package/lib/commands/project/delete/source.js.map +1 -1
  11. package/lib/commands/project/delete/tracking.js +1 -3
  12. package/lib/commands/project/delete/tracking.js.map +1 -1
  13. package/lib/commands/project/deploy/cancel.js +1 -3
  14. package/lib/commands/project/deploy/cancel.js.map +1 -1
  15. package/lib/commands/project/deploy/preview.js +1 -3
  16. package/lib/commands/project/deploy/preview.js.map +1 -1
  17. package/lib/commands/project/deploy/quick.js +1 -3
  18. package/lib/commands/project/deploy/quick.js.map +1 -1
  19. package/lib/commands/project/deploy/report.js +1 -3
  20. package/lib/commands/project/deploy/report.js.map +1 -1
  21. package/lib/commands/project/deploy/resume.js +1 -3
  22. package/lib/commands/project/deploy/resume.js.map +1 -1
  23. package/lib/commands/project/deploy/start.js +1 -3
  24. package/lib/commands/project/deploy/start.js.map +1 -1
  25. package/lib/commands/project/deploy/validate.js +1 -3
  26. package/lib/commands/project/deploy/validate.js.map +1 -1
  27. package/lib/commands/project/generate/manifest.js +2 -3
  28. package/lib/commands/project/generate/manifest.js.map +1 -1
  29. package/lib/commands/project/list/ignored.js +2 -3
  30. package/lib/commands/project/list/ignored.js.map +1 -1
  31. package/lib/commands/project/reset/tracking.js +1 -3
  32. package/lib/commands/project/reset/tracking.js.map +1 -1
  33. package/lib/commands/project/retrieve/preview.js +1 -3
  34. package/lib/commands/project/retrieve/preview.js.map +1 -1
  35. package/lib/commands/project/retrieve/start.js +1 -2
  36. package/lib/commands/project/retrieve/start.js.map +1 -1
  37. package/lib/configMeta.js +1 -3
  38. package/lib/configMeta.js.map +1 -1
  39. package/lib/formatters/asyncDeployCancelResultFormatter.js +1 -3
  40. package/lib/formatters/asyncDeployCancelResultFormatter.js.map +1 -1
  41. package/lib/formatters/asyncDeployResultFormatter.js +1 -3
  42. package/lib/formatters/asyncDeployResultFormatter.js.map +1 -1
  43. package/lib/formatters/metadataRetrieveResultFormatter.js +2 -3
  44. package/lib/formatters/metadataRetrieveResultFormatter.js.map +1 -1
  45. package/lib/formatters/sourceConvertResultFormatter.js +2 -3
  46. package/lib/formatters/sourceConvertResultFormatter.js.map +1 -1
  47. package/lib/utils/deploy.js +1 -3
  48. package/lib/utils/deploy.js.map +1 -1
  49. package/lib/utils/errorCodes.js +1 -3
  50. package/lib/utils/errorCodes.js.map +1 -1
  51. package/lib/utils/flags.js +2 -3
  52. package/lib/utils/flags.js.map +1 -1
  53. package/lib/utils/metadataDeployer.js +1 -3
  54. package/lib/utils/metadataDeployer.js.map +1 -1
  55. package/lib/utils/previewOutput.js +2 -3
  56. package/lib/utils/previewOutput.js.map +1 -1
  57. package/lib/utils/progressBar.js +1 -3
  58. package/lib/utils/progressBar.js.map +1 -1
  59. package/oclif.lock +163 -245
  60. package/oclif.manifest.json +2 -2
  61. package/package.json +15 -15
package/oclif.lock CHANGED
@@ -780,10 +780,10 @@
780
780
  wordwrap "^1.0.0"
781
781
  wrap-ansi "^7.0.0"
782
782
 
783
- "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
784
- version "3.15.0"
785
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
786
- integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
783
+ "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
784
+ version "3.15.1"
785
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
786
+ integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
787
787
  dependencies:
788
788
  ansi-escapes "^4.3.2"
789
789
  ansi-styles "^4.3.0"
@@ -802,7 +802,7 @@
802
802
  js-yaml "^3.14.1"
803
803
  natural-orderby "^2.0.3"
804
804
  object-treeify "^1.1.33"
805
- password-prompt "^1.1.2"
805
+ password-prompt "^1.1.3"
806
806
  slice-ansi "^4.0.0"
807
807
  string-width "^4.2.3"
808
808
  strip-ansi "^6.0.1"
@@ -813,12 +813,12 @@
813
813
  wordwrap "^1.0.0"
814
814
  wrap-ansi "^7.0.0"
815
815
 
816
- "@oclif/plugin-command-snapshot@^5.0.3":
817
- version "5.0.3"
818
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.3.tgz#1ca2ccc173ba66d81e0e351f0cf640a9c3782f02"
819
- integrity sha512-LbG7lxdKhaapv7nrgUoQU505PA92OU4SOMyczS74BatgUHjx4B0qXOe3VI2aKmd+SApPaLDe/QsGnm98gfZhmQ==
816
+ "@oclif/plugin-command-snapshot@^5.0.5":
817
+ version "5.0.5"
818
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
819
+ integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
820
820
  dependencies:
821
- "@oclif/core" "^3.10.8"
821
+ "@oclif/core" "^3.15.0"
822
822
  "@types/lodash.difference" "^4.5.9"
823
823
  chalk "^5.3.0"
824
824
  just-diff "^5.2.0"
@@ -826,7 +826,7 @@
826
826
  lodash.get "^4.4.2"
827
827
  lodash.sortby "^4.7.0"
828
828
  semver "^7.5.4"
829
- ts-json-schema-generator "^1.4.0"
829
+ ts-json-schema-generator "^1.5.0"
830
830
 
831
831
  "@oclif/plugin-help@^5.2.14":
832
832
  version "5.2.19"
@@ -961,7 +961,7 @@
961
961
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
962
962
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
963
963
 
964
- "@salesforce/apex-node@^2.1.2", "@salesforce/apex-node@^2.1.7":
964
+ "@salesforce/apex-node@^2.1.2":
965
965
  version "2.1.7"
966
966
  resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-2.1.7.tgz#0785f2a1363fbeb636f5cef4904287e4ef057d88"
967
967
  integrity sha512-2s29mbHNL0vXmbcfndkLbKEYclHHc7sj7ei2vscsR8/HdHGy3SsEfir1IU/Sqeqd79yxJdxMUfwmzVnRFR6WJA==
@@ -976,12 +976,27 @@
976
976
  istanbul-reports "^3.1.6"
977
977
  jsforce "^2.0.0-beta.29"
978
978
 
979
- "@salesforce/cli-plugins-testkit@^5.1.0", "@salesforce/cli-plugins-testkit@^5.1.1":
980
- version "5.1.1"
981
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.1.tgz#73baef2d27abc6cbb11c82e2869a3b4b57ff342d"
982
- integrity sha512-qllBs+dGYIMS7GrJfJaalJSNsNohDAiLLHOZXk8WL+aZ1dRGDaWTiS4gyZKPKgeahXuNPTBxDqNg7WajvfNcxg==
979
+ "@salesforce/apex-node@^3.0.1":
980
+ version "3.0.1"
981
+ resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-3.0.1.tgz#0374133b4c53393f47f342e29c0073f2f939ad35"
982
+ integrity sha512-zQKr4+vddu/OWH1RJSZBE0kflmyurGhUu34uR4PyI3F0mLEfkZPTTzMY8OsbsxtYRCd0oN1psL/t0xrjlF16DQ==
983
983
  dependencies:
984
- "@salesforce/core" "^6.4.0"
984
+ "@salesforce/core" "^6.1.0"
985
+ "@salesforce/kit" "^3.0.15"
986
+ "@types/istanbul-reports" "^3.0.4"
987
+ faye "1.4.0"
988
+ glob "^10.3.10"
989
+ istanbul-lib-coverage "^3.2.2"
990
+ istanbul-lib-report "^3.0.1"
991
+ istanbul-reports "^3.1.6"
992
+ jsforce "^2.0.0-beta.29"
993
+
994
+ "@salesforce/cli-plugins-testkit@^5.1.2", "@salesforce/cli-plugins-testkit@^5.1.3":
995
+ version "5.1.3"
996
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
997
+ integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
998
+ dependencies:
999
+ "@salesforce/core" "^6.4.2"
985
1000
  "@salesforce/kit" "^3.0.15"
986
1001
  "@salesforce/ts-types" "^2.0.9"
987
1002
  "@types/shelljs" "^0.8.15"
@@ -991,34 +1006,10 @@
991
1006
  strip-ansi "6.0.1"
992
1007
  ts-retry-promise "^0.7.1"
993
1008
 
994
- "@salesforce/core@^5.3.20":
995
- version "5.3.20"
996
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
997
- integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
998
- dependencies:
999
- "@salesforce/kit" "^3.0.15"
1000
- "@salesforce/schemas" "^1.6.1"
1001
- "@salesforce/ts-types" "^2.0.9"
1002
- "@types/semver" "^7.5.4"
1003
- ajv "^8.12.0"
1004
- change-case "^4.1.2"
1005
- faye "^1.4.0"
1006
- form-data "^4.0.0"
1007
- js2xmlparser "^4.0.1"
1008
- jsforce "^2.0.0-beta.28"
1009
- jsonwebtoken "9.0.2"
1010
- jszip "3.10.1"
1011
- pino "^8.16.0"
1012
- pino-abstract-transport "^1.0.0"
1013
- pino-pretty "^10.2.3"
1014
- proper-lockfile "^4.1.2"
1015
- semver "^7.5.4"
1016
- ts-retry-promise "^0.7.1"
1017
-
1018
- "@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0":
1019
- version "6.4.1"
1020
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
1021
- integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
1009
+ "@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
1010
+ version "6.4.2"
1011
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
1012
+ integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
1022
1013
  dependencies:
1023
1014
  "@salesforce/kit" "^3.0.15"
1024
1015
  "@salesforce/schemas" "^1.6.1"
@@ -1034,7 +1025,7 @@
1034
1025
  jszip "3.10.1"
1035
1026
  pino "^8.16.2"
1036
1027
  pino-abstract-transport "^1.1.0"
1037
- pino-pretty "^10.2.3"
1028
+ pino-pretty "^10.3.0"
1038
1029
  proper-lockfile "^4.1.2"
1039
1030
  semver "^7.5.4"
1040
1031
  ts-retry-promise "^0.7.1"
@@ -1044,16 +1035,16 @@
1044
1035
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1045
1036
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1046
1037
 
1047
- "@salesforce/dev-scripts@^8.1.2":
1048
- version "8.1.2"
1049
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.2.tgz#ec3e528328fe7c7b8b312688e970ea258913980b"
1050
- integrity sha512-DQscqQPMuj2b1D8sfh77zAKQVEuo0SQ05XlFSbVKgvxO/yPrSpUK0LgHsbyG4Js88TWBqsf4K7mkdaryukSnSA==
1038
+ "@salesforce/dev-scripts@^8.2.0":
1039
+ version "8.2.0"
1040
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
1041
+ integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
1051
1042
  dependencies:
1052
1043
  "@commitlint/cli" "^17.1.2"
1053
1044
  "@commitlint/config-conventional" "^17.8.1"
1054
1045
  "@salesforce/dev-config" "^4.1.0"
1055
1046
  "@salesforce/prettier-config" "^0.0.3"
1056
- "@types/chai" "^4.3.10"
1047
+ "@types/chai" "^4.3.11"
1057
1048
  "@types/mocha" "^10.0.6"
1058
1049
  "@types/node" "^18"
1059
1050
  "@types/sinon" "^10.0.20"
@@ -1084,15 +1075,15 @@
1084
1075
  "@salesforce/ts-types" "^2.0.9"
1085
1076
  tslib "^2.6.2"
1086
1077
 
1087
- "@salesforce/plugin-command-reference@^3.0.51":
1088
- version "3.0.51"
1089
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.51.tgz#d944701bef9ae43bf2ef1f74d3a1d79dccee6399"
1090
- integrity sha512-lKIktlP3ZwL9gM5DUl0yuclY9GaEIGaJ9E5CzGzCMN3FihMU7GJ+K80Z9XU2D4egb37U5LDfQFZepmqpi6hWUg==
1078
+ "@salesforce/plugin-command-reference@^3.0.58":
1079
+ version "3.0.58"
1080
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
1081
+ integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
1091
1082
  dependencies:
1092
- "@oclif/core" "^3.13.1"
1093
- "@salesforce/core" "^6.2.2"
1083
+ "@oclif/core" "^3.15.1"
1084
+ "@salesforce/core" "^6.4.1"
1094
1085
  "@salesforce/kit" "^3.0.15"
1095
- "@salesforce/sf-plugins-core" "^5.0.5"
1086
+ "@salesforce/sf-plugins-core" "^5.0.12"
1096
1087
  "@salesforce/ts-types" "^2.0.9"
1097
1088
  chalk "^4"
1098
1089
  handlebars "^4.7.8"
@@ -1125,25 +1116,25 @@
1125
1116
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1126
1117
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1127
1118
 
1128
- "@salesforce/sf-plugins-core@^5.0.1", "@salesforce/sf-plugins-core@^5.0.10", "@salesforce/sf-plugins-core@^5.0.5":
1129
- version "5.0.10"
1130
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz#f13cc406100f9aba3a9d5ddea361854068fc7e7d"
1131
- integrity sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==
1119
+ "@salesforce/sf-plugins-core@^5.0.1", "@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.13":
1120
+ version "5.0.13"
1121
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
1122
+ integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
1132
1123
  dependencies:
1133
- "@oclif/core" "^3.14.1"
1134
- "@salesforce/core" "^6.2.2"
1124
+ "@oclif/core" "^3.15.1"
1125
+ "@salesforce/core" "^6.4.1"
1135
1126
  "@salesforce/kit" "^3.0.15"
1136
1127
  "@salesforce/ts-types" "^2.0.9"
1137
1128
  "@types/inquirer" "^8.2.3"
1138
1129
  chalk "^4"
1139
1130
  inquirer "^8.2.5"
1140
1131
 
1141
- "@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.0", "@salesforce/source-deploy-retrieve@^10.2.1", "@salesforce/source-deploy-retrieve@^10.2.3":
1142
- version "10.2.3"
1143
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.3.tgz#036dd9c9ab658c4941ab9452c9887a2cce946c73"
1144
- integrity sha512-PxIu7Zluy/QyyY/6qLqdlfQidAuCfeZy0ClAA7GugeU69sP8VgTzdWljSLUyH0jD7y1qSt4naWR+fEzcHPgWXg==
1132
+ "@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.1", "@salesforce/source-deploy-retrieve@^10.2.5":
1133
+ version "10.2.5"
1134
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.5.tgz#bd2037e28d17ff9bead321acedc63bafb05bd952"
1135
+ integrity sha512-8XDQgEgESToJX7/0f0/OTcCYt1bGpHSU+FwOddIBfmajILjKLRxHTAMMkVFuvniAFoyrlz9M6coy3DMp+gcltQ==
1145
1136
  dependencies:
1146
- "@salesforce/core" "^6.4.0"
1137
+ "@salesforce/core" "^6.4.2"
1147
1138
  "@salesforce/kit" "^3.0.15"
1148
1139
  "@salesforce/ts-types" "^2.0.9"
1149
1140
  fast-levenshtein "^3.0.0"
@@ -1157,15 +1148,15 @@
1157
1148
  proxy-agent "^6.3.1"
1158
1149
  ts-retry-promise "^0.7.1"
1159
1150
 
1160
- "@salesforce/source-testkit@^2.1.73":
1161
- version "2.1.73"
1162
- resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.73.tgz#e43164d6600c78bbb170ed9e9ac520ba0dca0351"
1163
- integrity sha512-UXwOgUF+pcaR7tf4qAKOnuKO5HrIuRlRsvMmRyYc8nriMGKYxAcra/SUfwUporWAQn00dl546BVXG6AK/vcYQQ==
1151
+ "@salesforce/source-testkit@^2.1.80":
1152
+ version "2.1.80"
1153
+ resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.80.tgz#7adb1d9b096125241700ef368f38fafa21fb91b2"
1154
+ integrity sha512-VA6Iq1gP+Fau5KIT5ouHtfVaHr0vkD1uhNfT48IoForA3BF2GpKx2cv5eE859EcAWEnN/4yH3P5/0NC8W8hwDQ==
1164
1155
  dependencies:
1165
- "@salesforce/cli-plugins-testkit" "^5.1.0"
1166
- "@salesforce/core" "^6.4.0"
1156
+ "@salesforce/cli-plugins-testkit" "^5.1.2"
1157
+ "@salesforce/core" "^6.4.2"
1167
1158
  "@salesforce/kit" "^3.0.15"
1168
- "@salesforce/source-deploy-retrieve" "^10.2.0"
1159
+ "@salesforce/source-deploy-retrieve" "^10.2.5"
1169
1160
  "@salesforce/ts-types" "^2.0.9"
1170
1161
  archiver "^5.3.2"
1171
1162
  chai-each "^0.0.1"
@@ -1377,10 +1368,10 @@
1377
1368
  "@types/node" "*"
1378
1369
  "@types/responselike" "^1.0.0"
1379
1370
 
1380
- "@types/chai@^4.3.10":
1381
- version "4.3.10"
1382
- resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
1383
- integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
1371
+ "@types/chai@^4.3.11":
1372
+ version "4.3.11"
1373
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
1374
+ integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
1384
1375
 
1385
1376
  "@types/cli-progress@^3.11.0":
1386
1377
  version "3.11.0"
@@ -1434,7 +1425,7 @@
1434
1425
  dependencies:
1435
1426
  "@types/istanbul-lib-report" "*"
1436
1427
 
1437
- "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1428
+ "@types/json-schema@^7.0.12":
1438
1429
  version "7.0.14"
1439
1430
  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
1440
1431
  integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
@@ -1522,7 +1513,7 @@
1522
1513
  dependencies:
1523
1514
  "@types/node" "*"
1524
1515
 
1525
- "@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4", "@types/semver@^7.5.6":
1516
+ "@types/semver@^7.5.0", "@types/semver@^7.5.6":
1526
1517
  version "7.5.6"
1527
1518
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
1528
1519
  integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
@@ -1590,14 +1581,6 @@
1590
1581
  "@typescript-eslint/visitor-keys" "6.11.0"
1591
1582
  debug "^4.3.4"
1592
1583
 
1593
- "@typescript-eslint/scope-manager@5.62.0":
1594
- version "5.62.0"
1595
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1596
- integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1597
- dependencies:
1598
- "@typescript-eslint/types" "5.62.0"
1599
- "@typescript-eslint/visitor-keys" "5.62.0"
1600
-
1601
1584
  "@typescript-eslint/scope-manager@6.11.0":
1602
1585
  version "6.11.0"
1603
1586
  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
@@ -1606,6 +1589,14 @@
1606
1589
  "@typescript-eslint/types" "6.11.0"
1607
1590
  "@typescript-eslint/visitor-keys" "6.11.0"
1608
1591
 
1592
+ "@typescript-eslint/scope-manager@6.16.0":
1593
+ version "6.16.0"
1594
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
1595
+ integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
1596
+ dependencies:
1597
+ "@typescript-eslint/types" "6.16.0"
1598
+ "@typescript-eslint/visitor-keys" "6.16.0"
1599
+
1609
1600
  "@typescript-eslint/type-utils@6.11.0":
1610
1601
  version "6.11.0"
1611
1602
  resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
@@ -1616,28 +1607,15 @@
1616
1607
  debug "^4.3.4"
1617
1608
  ts-api-utils "^1.0.1"
1618
1609
 
1619
- "@typescript-eslint/types@5.62.0":
1620
- version "5.62.0"
1621
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1622
- integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1623
-
1624
1610
  "@typescript-eslint/types@6.11.0":
1625
1611
  version "6.11.0"
1626
1612
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
1627
1613
  integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
1628
1614
 
1629
- "@typescript-eslint/typescript-estree@5.62.0":
1630
- version "5.62.0"
1631
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1632
- integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1633
- dependencies:
1634
- "@typescript-eslint/types" "5.62.0"
1635
- "@typescript-eslint/visitor-keys" "5.62.0"
1636
- debug "^4.3.4"
1637
- globby "^11.1.0"
1638
- is-glob "^4.0.3"
1639
- semver "^7.3.7"
1640
- tsutils "^3.21.0"
1615
+ "@typescript-eslint/types@6.16.0":
1616
+ version "6.16.0"
1617
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
1618
+ integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
1641
1619
 
1642
1620
  "@typescript-eslint/typescript-estree@6.11.0":
1643
1621
  version "6.11.0"
@@ -1652,7 +1630,21 @@
1652
1630
  semver "^7.5.4"
1653
1631
  ts-api-utils "^1.0.1"
1654
1632
 
1655
- "@typescript-eslint/utils@6.11.0", "@typescript-eslint/utils@^6.7.5":
1633
+ "@typescript-eslint/typescript-estree@6.16.0":
1634
+ version "6.16.0"
1635
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
1636
+ integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
1637
+ dependencies:
1638
+ "@typescript-eslint/types" "6.16.0"
1639
+ "@typescript-eslint/visitor-keys" "6.16.0"
1640
+ debug "^4.3.4"
1641
+ globby "^11.1.0"
1642
+ is-glob "^4.0.3"
1643
+ minimatch "9.0.3"
1644
+ semver "^7.5.4"
1645
+ ts-api-utils "^1.0.1"
1646
+
1647
+ "@typescript-eslint/utils@6.11.0":
1656
1648
  version "6.11.0"
1657
1649
  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
1658
1650
  integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
@@ -1665,27 +1657,18 @@
1665
1657
  "@typescript-eslint/typescript-estree" "6.11.0"
1666
1658
  semver "^7.5.4"
1667
1659
 
1668
- "@typescript-eslint/utils@^5.59.11":
1669
- version "5.62.0"
1670
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1671
- integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1660
+ "@typescript-eslint/utils@^6.13.2", "@typescript-eslint/utils@^6.7.5":
1661
+ version "6.16.0"
1662
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
1663
+ integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
1672
1664
  dependencies:
1673
- "@eslint-community/eslint-utils" "^4.2.0"
1674
- "@types/json-schema" "^7.0.9"
1675
- "@types/semver" "^7.3.12"
1676
- "@typescript-eslint/scope-manager" "5.62.0"
1677
- "@typescript-eslint/types" "5.62.0"
1678
- "@typescript-eslint/typescript-estree" "5.62.0"
1679
- eslint-scope "^5.1.1"
1680
- semver "^7.3.7"
1681
-
1682
- "@typescript-eslint/visitor-keys@5.62.0":
1683
- version "5.62.0"
1684
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1685
- integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1686
- dependencies:
1687
- "@typescript-eslint/types" "5.62.0"
1688
- eslint-visitor-keys "^3.3.0"
1665
+ "@eslint-community/eslint-utils" "^4.4.0"
1666
+ "@types/json-schema" "^7.0.12"
1667
+ "@types/semver" "^7.5.0"
1668
+ "@typescript-eslint/scope-manager" "6.16.0"
1669
+ "@typescript-eslint/types" "6.16.0"
1670
+ "@typescript-eslint/typescript-estree" "6.16.0"
1671
+ semver "^7.5.4"
1689
1672
 
1690
1673
  "@typescript-eslint/visitor-keys@6.11.0":
1691
1674
  version "6.11.0"
@@ -1695,6 +1678,14 @@
1695
1678
  "@typescript-eslint/types" "6.11.0"
1696
1679
  eslint-visitor-keys "^3.4.1"
1697
1680
 
1681
+ "@typescript-eslint/visitor-keys@6.16.0":
1682
+ version "6.16.0"
1683
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
1684
+ integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
1685
+ dependencies:
1686
+ "@typescript-eslint/types" "6.16.0"
1687
+ eslint-visitor-keys "^3.4.1"
1688
+
1698
1689
  "@ungap/structured-clone@^1.2.0":
1699
1690
  version "1.2.0"
1700
1691
  resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1791,11 +1782,6 @@ ansi-colors@4.1.1:
1791
1782
  resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
1792
1783
  integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
1793
1784
 
1794
- ansi-escapes@^3.1.0:
1795
- version "3.2.0"
1796
- resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
1797
- integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
1798
-
1799
1785
  ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
1800
1786
  version "4.3.2"
1801
1787
  resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -2864,17 +2850,6 @@ cross-env@^7.0.3:
2864
2850
  dependencies:
2865
2851
  cross-spawn "^7.0.1"
2866
2852
 
2867
- cross-spawn@^6.0.5:
2868
- version "6.0.5"
2869
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
2870
- integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
2871
- dependencies:
2872
- nice-try "^1.0.4"
2873
- path-key "^2.0.1"
2874
- semver "^5.5.0"
2875
- shebang-command "^1.2.0"
2876
- which "^1.2.9"
2877
-
2878
2853
  cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2879
2854
  version "7.0.3"
2880
2855
  resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -3421,13 +3396,13 @@ eslint-plugin-perfectionist@^2.1.0:
3421
3396
  minimatch "^9.0.3"
3422
3397
  natural-compare-lite "^1.4.0"
3423
3398
 
3424
- eslint-plugin-sf-plugin@^1.16.15:
3425
- version "1.16.15"
3426
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
3427
- integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
3399
+ eslint-plugin-sf-plugin@^1.17.0:
3400
+ version "1.17.0"
3401
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
3402
+ integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
3428
3403
  dependencies:
3429
- "@salesforce/core" "^5.3.20"
3430
- "@typescript-eslint/utils" "^5.59.11"
3404
+ "@salesforce/core" "^6.4.0"
3405
+ "@typescript-eslint/utils" "^6.13.2"
3431
3406
 
3432
3407
  eslint-plugin-unicorn@^49.0.0:
3433
3408
  version "49.0.0"
@@ -3449,14 +3424,6 @@ eslint-plugin-unicorn@^49.0.0:
3449
3424
  semver "^7.5.4"
3450
3425
  strip-indent "^3.0.0"
3451
3426
 
3452
- eslint-scope@^5.1.1:
3453
- version "5.1.1"
3454
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3455
- integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3456
- dependencies:
3457
- esrecurse "^4.3.0"
3458
- estraverse "^4.1.1"
3459
-
3460
3427
  eslint-scope@^7.2.2:
3461
3428
  version "7.2.2"
3462
3429
  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -3542,11 +3509,6 @@ esrecurse@^4.3.0:
3542
3509
  dependencies:
3543
3510
  estraverse "^5.2.0"
3544
3511
 
3545
- estraverse@^4.1.1:
3546
- version "4.3.0"
3547
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
3548
- integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
3549
-
3550
3512
  estraverse@^5.1.0, estraverse@^5.2.0:
3551
3513
  version "5.3.0"
3552
3514
  resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -4080,7 +4042,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4080
4042
  once "^1.3.0"
4081
4043
  path-is-absolute "^1.0.0"
4082
4044
 
4083
- glob@^8.0.0, glob@^8.0.1, glob@^8.0.3:
4045
+ glob@^8.0.1, glob@^8.0.3:
4084
4046
  version "8.1.0"
4085
4047
  resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
4086
4048
  integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
@@ -4264,13 +4226,10 @@ header-case@^2.0.4:
4264
4226
  capital-case "^1.0.4"
4265
4227
  tslib "^2.0.3"
4266
4228
 
4267
- help-me@^4.0.1:
4268
- version "4.2.0"
4269
- resolved "https://registry.yarnpkg.com/help-me/-/help-me-4.2.0.tgz#50712bfd799ff1854ae1d312c36eafcea85b0563"
4270
- integrity sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==
4271
- dependencies:
4272
- glob "^8.0.0"
4273
- readable-stream "^3.6.0"
4229
+ help-me@^5.0.0:
4230
+ version "5.0.0"
4231
+ resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
4232
+ integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
4274
4233
 
4275
4234
  hosted-git-info@^2.1.4:
4276
4235
  version "2.8.9"
@@ -4991,7 +4950,7 @@ jsesc@~0.5.0:
4991
4950
  resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
4992
4951
  integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
4993
4952
 
4994
- jsforce@^2.0.0-beta.28, jsforce@^2.0.0-beta.29:
4953
+ jsforce@^2.0.0-beta.29:
4995
4954
  version "2.0.0-beta.29"
4996
4955
  resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
4997
4956
  integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
@@ -5659,6 +5618,13 @@ minimatch@5.0.1:
5659
5618
  dependencies:
5660
5619
  brace-expansion "^2.0.1"
5661
5620
 
5621
+ minimatch@9.0.3, minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
5622
+ version "9.0.3"
5623
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5624
+ integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5625
+ dependencies:
5626
+ brace-expansion "^2.0.1"
5627
+
5662
5628
  minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
5663
5629
  version "3.1.2"
5664
5630
  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5680,13 +5646,6 @@ minimatch@^7.2.0:
5680
5646
  dependencies:
5681
5647
  brace-expansion "^2.0.1"
5682
5648
 
5683
- minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
5684
- version "9.0.3"
5685
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5686
- integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5687
- dependencies:
5688
- brace-expansion "^2.0.1"
5689
-
5690
5649
  minimist-options@4.1.0:
5691
5650
  version "4.1.0"
5692
5651
  resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -5928,11 +5887,6 @@ netmask@^2.0.2:
5928
5887
  resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7"
5929
5888
  integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==
5930
5889
 
5931
- nice-try@^1.0.4:
5932
- version "1.0.5"
5933
- resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
5934
- integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
5935
-
5936
5890
  nise@^1.3.3:
5937
5891
  version "1.5.3"
5938
5892
  resolved "https://registry.yarnpkg.com/nise/-/nise-1.5.3.tgz#9d2cfe37d44f57317766c6e9408a359c5d3ac1f7"
@@ -6322,10 +6276,10 @@ object.values@^1.1.7:
6322
6276
  define-properties "^1.2.0"
6323
6277
  es-abstract "^1.22.1"
6324
6278
 
6325
- oclif@^4.0.4:
6326
- version "4.0.4"
6327
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
6328
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
6279
+ oclif@^4.1.0:
6280
+ version "4.1.0"
6281
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6282
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6329
6283
  dependencies:
6330
6284
  "@oclif/core" "^3.0.4"
6331
6285
  "@oclif/plugin-help" "^5.2.14"
@@ -6622,13 +6576,13 @@ pascal-case@^3.1.2:
6622
6576
  no-case "^3.0.4"
6623
6577
  tslib "^2.0.3"
6624
6578
 
6625
- password-prompt@^1.1.2:
6626
- version "1.1.2"
6627
- resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.2.tgz#85b2f93896c5bd9e9f2d6ff0627fa5af3dc00923"
6628
- integrity sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA==
6579
+ password-prompt@^1.1.2, password-prompt@^1.1.3:
6580
+ version "1.1.3"
6581
+ resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
6582
+ integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
6629
6583
  dependencies:
6630
- ansi-escapes "^3.1.0"
6631
- cross-spawn "^6.0.5"
6584
+ ansi-escapes "^4.3.2"
6585
+ cross-spawn "^7.0.3"
6632
6586
 
6633
6587
  path-case@^3.0.4:
6634
6588
  version "3.0.4"
@@ -6648,11 +6602,6 @@ path-is-absolute@^1.0.0:
6648
6602
  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
6649
6603
  integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
6650
6604
 
6651
- path-key@^2.0.1:
6652
- version "2.0.1"
6653
- resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
6654
- integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
6655
-
6656
6605
  path-key@^3.0.0, path-key@^3.1.0:
6657
6606
  version "3.1.1"
6658
6607
  resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -6716,16 +6665,16 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
6716
6665
  readable-stream "^4.0.0"
6717
6666
  split2 "^4.0.0"
6718
6667
 
6719
- pino-pretty@^10.2.3:
6720
- version "10.2.3"
6721
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
6722
- integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
6668
+ pino-pretty@^10.3.0:
6669
+ version "10.3.0"
6670
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
6671
+ integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
6723
6672
  dependencies:
6724
6673
  colorette "^2.0.7"
6725
6674
  dateformat "^4.6.3"
6726
6675
  fast-copy "^3.0.0"
6727
6676
  fast-safe-stringify "^2.1.1"
6728
- help-me "^4.0.1"
6677
+ help-me "^5.0.0"
6729
6678
  joycon "^3.1.1"
6730
6679
  minimist "^1.2.6"
6731
6680
  on-exit-leak-free "^2.1.0"
@@ -6741,7 +6690,7 @@ pino-std-serializers@^6.0.0:
6741
6690
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
6742
6691
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
6743
6692
 
6744
- pino@^8.16.0, pino@^8.16.2:
6693
+ pino@^8.16.2:
6745
6694
  version "8.16.2"
6746
6695
  resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
6747
6696
  integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
@@ -7310,7 +7259,7 @@ secure-json-parse@^2.4.0:
7310
7259
  resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
7311
7260
  integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
7312
7261
 
7313
- "semver@2 || 3 || 4 || 5", semver@^5.5.0:
7262
+ "semver@2 || 3 || 4 || 5":
7314
7263
  version "5.7.2"
7315
7264
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
7316
7265
  integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -7327,7 +7276,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
7327
7276
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7328
7277
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7329
7278
 
7330
- semver@^7.0.0, 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:
7279
+ semver@^7.0.0, 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:
7331
7280
  version "7.5.4"
7332
7281
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
7333
7282
  integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -7397,13 +7346,6 @@ sha.js@^2.4.9:
7397
7346
  inherits "^2.0.1"
7398
7347
  safe-buffer "^5.0.1"
7399
7348
 
7400
- shebang-command@^1.2.0:
7401
- version "1.2.0"
7402
- resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
7403
- integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
7404
- dependencies:
7405
- shebang-regex "^1.0.0"
7406
-
7407
7349
  shebang-command@^2.0.0:
7408
7350
  version "2.0.0"
7409
7351
  resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -7411,11 +7353,6 @@ shebang-command@^2.0.0:
7411
7353
  dependencies:
7412
7354
  shebang-regex "^3.0.0"
7413
7355
 
7414
- shebang-regex@^1.0.0:
7415
- version "1.0.0"
7416
- resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
7417
- integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
7418
-
7419
7356
  shebang-regex@^3.0.0:
7420
7357
  version "3.0.0"
7421
7358
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -7981,10 +7918,10 @@ ts-api-utils@^1.0.1:
7981
7918
  resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
7982
7919
  integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
7983
7920
 
7984
- ts-json-schema-generator@^1.4.0:
7985
- version "1.4.0"
7986
- resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.4.0.tgz#f341b36792c372d3d09245414a4f3a6efa2697f8"
7987
- integrity sha512-wm8vyihmGgYpxrqRshmYkWGNwEk+sf3xV2rUgxv8Ryeh7bSpMO7pZQOht+2rS002eDkFTxR7EwRPXVzrS0WJTg==
7921
+ ts-json-schema-generator@^1.5.0:
7922
+ version "1.5.0"
7923
+ resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
7924
+ integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
7988
7925
  dependencies:
7989
7926
  "@types/json-schema" "^7.0.12"
7990
7927
  commander "^11.0.0"
@@ -7992,7 +7929,7 @@ ts-json-schema-generator@^1.4.0:
7992
7929
  json5 "^2.2.3"
7993
7930
  normalize-path "^3.0.0"
7994
7931
  safe-stable-stringify "^2.4.3"
7995
- typescript "~5.2.2"
7932
+ typescript "~5.3.2"
7996
7933
 
7997
7934
  ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
7998
7935
  version "10.9.2"
@@ -8033,7 +7970,7 @@ tsconfig-paths@^3.14.2:
8033
7970
  minimist "^1.2.6"
8034
7971
  strip-bom "^3.0.0"
8035
7972
 
8036
- tslib@^1.8.1, tslib@^1.9.0:
7973
+ tslib@^1.9.0:
8037
7974
  version "1.14.1"
8038
7975
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
8039
7976
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -8043,13 +7980,6 @@ tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.1,
8043
7980
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
8044
7981
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
8045
7982
 
8046
- tsutils@^3.21.0:
8047
- version "3.21.0"
8048
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8049
- integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8050
- dependencies:
8051
- tslib "^1.8.1"
8052
-
8053
7983
  tuf-js@^1.1.3:
8054
7984
  version "1.1.7"
8055
7985
  resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-1.1.7.tgz#21b7ae92a9373015be77dfe0cb282a80ec3bbe43"
@@ -8164,7 +8094,7 @@ typedoc@^0.25.3:
8164
8094
  minimatch "^9.0.3"
8165
8095
  shiki "^0.14.1"
8166
8096
 
8167
- "typescript@^4.6.4 || ^5.0.0", typescript@^5.3.3:
8097
+ "typescript@^4.6.4 || ^5.0.0", typescript@^5.3.3, typescript@~5.3.2:
8168
8098
  version "5.3.3"
8169
8099
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
8170
8100
  integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
@@ -8174,11 +8104,6 @@ typescript@^4.9.5:
8174
8104
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
8175
8105
  integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
8176
8106
 
8177
- typescript@~5.2.2:
8178
- version "5.2.2"
8179
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
8180
- integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
8181
-
8182
8107
  uglify-js@^3.1.4:
8183
8108
  version "3.17.4"
8184
8109
  resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
@@ -8471,13 +8396,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
8471
8396
  gopd "^1.0.1"
8472
8397
  has-tostringtag "^1.0.0"
8473
8398
 
8474
- which@^1.2.9:
8475
- version "1.3.1"
8476
- resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
8477
- integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
8478
- dependencies:
8479
- isexe "^2.0.0"
8480
-
8481
8399
  which@^2.0.1, which@^2.0.2:
8482
8400
  version "2.0.2"
8483
8401
  resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"