@pnp/cli-microsoft365 7.2.0-beta.2970c86 → 7.2.0-beta.41f58dd

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 (294) hide show
  1. package/.devcontainer/Dockerfile +0 -1
  2. package/Dockerfile +0 -1
  3. package/allCommands.json +1 -0
  4. package/allCommandsFull.json +1 -0
  5. package/dist/Auth.js +1 -1
  6. package/dist/Command.js +7 -24
  7. package/dist/api.js +5 -7
  8. package/dist/chili/chili.js +40 -51
  9. package/dist/cli/Cli.js +120 -130
  10. package/dist/cli/timings.js +9 -0
  11. package/dist/index.js +8 -14
  12. package/dist/m365/aad/commands/administrativeunit/administrativeunit-get.js +2 -15
  13. package/dist/m365/aad/commands/administrativeunit/administrativeunit-remove.js +5 -22
  14. package/dist/m365/aad/commands/app/app-remove.js +2 -7
  15. package/dist/m365/aad/commands/app/app-role-remove.js +2 -7
  16. package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +2 -7
  17. package/dist/m365/aad/commands/group/group-remove.js +2 -7
  18. package/dist/m365/aad/commands/groupsetting/groupsetting-remove.js +2 -7
  19. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-clear.js +2 -7
  20. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-remove.js +2 -7
  21. package/dist/m365/aad/commands/m365group/m365group-remove.js +2 -7
  22. package/dist/m365/aad/commands/m365group/m365group-user-remove.js +2 -7
  23. package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +2 -7
  24. package/dist/m365/aad/commands/siteclassification/siteclassification-disable.js +2 -7
  25. package/dist/m365/aad/commands/user/user-license-remove.js +2 -7
  26. package/dist/m365/aad/commands/user/user-recyclebinitem-clear.js +2 -7
  27. package/dist/m365/aad/commands/user/user-recyclebinitem-remove.js +2 -7
  28. package/dist/m365/aad/commands/user/user-remove.js +2 -7
  29. package/dist/m365/cli/commands/config/config-set.js +5 -0
  30. package/dist/m365/commands/login.js +12 -8
  31. package/dist/m365/commands/setup.js +31 -37
  32. package/dist/m365/context/commands/context-remove.js +2 -7
  33. package/dist/m365/context/commands/option/option-remove.js +2 -7
  34. package/dist/m365/{search/commands/externalconnection/externalconnection-add.js → external/commands/connection/connection-add.js} +16 -13
  35. package/dist/m365/{search/commands/externalconnection/externalconnection-get.js → external/commands/connection/connection-get.js} +16 -13
  36. package/dist/m365/{search/commands/externalconnection/externalconnection-list.js → external/commands/connection/connection-list.js} +7 -4
  37. package/dist/m365/{search/commands/externalconnection/externalconnection-remove.js → external/commands/connection/connection-remove.js} +19 -21
  38. package/dist/m365/{search/commands/externalconnection/externalconnection-schema-add.js → external/commands/connection/connection-schema-add.js} +14 -11
  39. package/dist/m365/external/commands.js +15 -0
  40. package/dist/m365/flow/commands/environment/environment-list.js +6 -4
  41. package/dist/m365/flow/commands/flow-remove.js +2 -7
  42. package/dist/m365/flow/commands/owner/owner-remove.js +2 -7
  43. package/dist/m365/flow/commands/run/run-cancel.js +2 -7
  44. package/dist/m365/flow/commands/run/run-resubmit.js +2 -7
  45. package/dist/m365/graph/commands/schemaextension/schemaextension-remove.js +2 -7
  46. package/dist/m365/pa/commands/app/app-consent-set.js +2 -7
  47. package/dist/m365/pa/commands/app/app-permission-remove.js +2 -7
  48. package/dist/m365/pa/commands/app/app-remove.js +2 -7
  49. package/dist/m365/planner/commands/bucket/bucket-remove.js +2 -7
  50. package/dist/m365/planner/commands/plan/plan-remove.js +2 -7
  51. package/dist/m365/planner/commands/roster/roster-member-remove.js +4 -14
  52. package/dist/m365/planner/commands/roster/roster-remove.js +2 -7
  53. package/dist/m365/planner/commands/task/task-checklistitem-remove.js +2 -7
  54. package/dist/m365/planner/commands/task/task-reference-remove.js +2 -7
  55. package/dist/m365/planner/commands/task/task-remove.js +2 -7
  56. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +2 -7
  57. package/dist/m365/pp/commands/card/card-remove.js +2 -7
  58. package/dist/m365/pp/commands/chatbot/chatbot-remove.js +2 -7
  59. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +2 -7
  60. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +2 -7
  61. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +2 -7
  62. package/dist/m365/pp/commands/solution/solution-remove.js +2 -7
  63. package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +2 -7
  64. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +2 -7
  65. package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +2 -7
  66. package/dist/m365/spfx/commands/project/DeployWorkflow.js +4 -4
  67. package/dist/m365/spfx/commands/project/project-doctor/{doctor-1.18.1-rc.0.js → doctor-1.18.1.js} +1 -1
  68. package/dist/m365/spfx/commands/project/project-doctor.js +1 -1
  69. package/dist/m365/spfx/commands/project/project-github-workflow-add.js +17 -0
  70. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.18.1-rc.0.js → upgrade-1.18.1.js} +26 -26
  71. package/dist/m365/spfx/commands/project/project-upgrade.js +13 -15
  72. package/dist/m365/spfx/commands/spfx-doctor.js +1 -1
  73. package/dist/m365/spo/commands/app/app-remove.js +2 -7
  74. package/dist/m365/spo/commands/app/app-retract.js +2 -7
  75. package/dist/m365/spo/commands/app/app-uninstall.js +2 -7
  76. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-remove.js +2 -7
  77. package/dist/m365/spo/commands/cdn/cdn-origin-remove.js +2 -7
  78. package/dist/m365/spo/commands/commandset/commandset-remove.js +2 -7
  79. package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +2 -7
  80. package/dist/m365/spo/commands/contenttype/contenttype-remove.js +2 -2
  81. package/dist/m365/spo/commands/customaction/customaction-clear.js +2 -7
  82. package/dist/m365/spo/commands/customaction/customaction-remove.js +2 -7
  83. package/dist/m365/spo/commands/eventreceiver/eventreceiver-remove.js +2 -7
  84. package/dist/m365/spo/commands/field/field-remove.js +2 -7
  85. package/dist/m365/spo/commands/file/file-checkout-undo.js +2 -7
  86. package/dist/m365/spo/commands/file/file-remove.js +2 -7
  87. package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +14 -23
  88. package/dist/m365/spo/commands/file/file-retentionlabel-remove.js +21 -34
  89. package/dist/m365/spo/commands/file/file-roleassignment-remove.js +2 -7
  90. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +2 -7
  91. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +2 -7
  92. package/dist/m365/spo/commands/file/file-sharinglink-clear.js +2 -7
  93. package/dist/m365/spo/commands/file/file-sharinglink-remove.js +2 -7
  94. package/dist/m365/spo/commands/file/file-version-clear.js +2 -7
  95. package/dist/m365/spo/commands/file/file-version-remove.js +2 -7
  96. package/dist/m365/spo/commands/file/file-version-restore.js +2 -7
  97. package/dist/m365/spo/commands/folder/folder-remove.js +2 -7
  98. package/dist/m365/spo/commands/folder/folder-retentionlabel-ensure.js +9 -29
  99. package/dist/m365/spo/commands/folder/folder-retentionlabel-remove.js +11 -35
  100. package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +2 -7
  101. package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +2 -7
  102. package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +2 -7
  103. package/dist/m365/spo/commands/group/group-member-remove.js +2 -7
  104. package/dist/m365/spo/commands/group/group-remove.js +2 -7
  105. package/dist/m365/spo/commands/homesite/homesite-remove.js +2 -7
  106. package/dist/m365/spo/commands/hubsite/hubsite-disconnect.js +2 -7
  107. package/dist/m365/spo/commands/hubsite/hubsite-rights-revoke.js +2 -7
  108. package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +2 -7
  109. package/dist/m365/spo/commands/knowledgehub/knowledgehub-remove.js +2 -7
  110. package/dist/m365/spo/commands/list/list-contenttype-remove.js +2 -7
  111. package/dist/m365/spo/commands/list/list-remove.js +2 -7
  112. package/dist/m365/spo/commands/list/list-retentionlabel-ensure.js +27 -37
  113. package/dist/m365/spo/commands/list/list-retentionlabel-remove.js +8 -26
  114. package/dist/m365/spo/commands/list/list-roleassignment-remove.js +2 -7
  115. package/dist/m365/spo/commands/list/list-roleinheritance-break.js +2 -7
  116. package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +2 -7
  117. package/dist/m365/spo/commands/list/list-view-field-remove.js +2 -7
  118. package/dist/m365/spo/commands/list/list-view-remove.js +2 -7
  119. package/dist/m365/spo/commands/list/list-webhook-remove.js +2 -7
  120. package/dist/m365/spo/commands/listitem/listitem-attachment-remove.js +2 -7
  121. package/dist/m365/spo/commands/listitem/listitem-remove.js +2 -7
  122. package/dist/m365/spo/commands/listitem/listitem-retentionlabel-ensure.js +36 -37
  123. package/dist/m365/spo/commands/listitem/listitem-retentionlabel-remove.js +38 -39
  124. package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +2 -7
  125. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +2 -7
  126. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +2 -7
  127. package/dist/m365/spo/commands/navigation/navigation-node-remove.js +2 -7
  128. package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +2 -7
  129. package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +2 -7
  130. package/dist/m365/spo/commands/page/page-remove.js +2 -7
  131. package/dist/m365/spo/commands/propertybag/propertybag-remove.js +2 -7
  132. package/dist/m365/spo/commands/roledefinition/roledefinition-remove.js +2 -7
  133. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-revoke.js +49 -12
  134. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-set.js +2 -7
  135. package/dist/m365/spo/commands/site/site-add.js +45 -12
  136. package/dist/m365/spo/commands/site/site-apppermission-remove.js +2 -7
  137. package/dist/m365/spo/commands/site/site-hubsite-disconnect.js +2 -7
  138. package/dist/m365/spo/commands/site/site-recyclebinitem-clear.js +2 -7
  139. package/dist/m365/spo/commands/site/site-recyclebinitem-move.js +2 -7
  140. package/dist/m365/spo/commands/site/site-recyclebinitem-remove.js +2 -7
  141. package/dist/m365/spo/commands/site/site-remove.js +2 -7
  142. package/dist/m365/spo/commands/site/site-set.js +33 -1
  143. package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +2 -7
  144. package/dist/m365/spo/commands/sitedesign/sitedesign-rights-revoke.js +2 -7
  145. package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +2 -7
  146. package/dist/m365/spo/commands/sitescript/sitescript-get.js +8 -2
  147. package/dist/m365/spo/commands/sitescript/sitescript-remove.js +2 -7
  148. package/dist/m365/spo/commands/storageentity/storageentity-remove.js +2 -7
  149. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-remove.js +2 -7
  150. package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +2 -7
  151. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +2 -7
  152. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-restore.js +19 -2
  153. package/dist/m365/spo/commands/theme/theme-remove.js +2 -7
  154. package/dist/m365/spo/commands/user/user-remove.js +2 -7
  155. package/dist/m365/spo/commands/web/web-remove.js +2 -7
  156. package/dist/m365/spo/commands/web/web-roleassignment-remove.js +2 -7
  157. package/dist/m365/spo/commands/web/web-roleinheritance-break.js +2 -7
  158. package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +2 -7
  159. package/dist/m365/teams/commands/app/app-remove.js +2 -7
  160. package/dist/m365/teams/commands/app/app-uninstall.js +2 -7
  161. package/dist/m365/teams/commands/cache/cache-remove.js +2 -7
  162. package/dist/m365/teams/commands/channel/channel-member-remove.js +2 -7
  163. package/dist/m365/teams/commands/channel/channel-remove.js +2 -7
  164. package/dist/m365/teams/commands/chat/chat-member-remove.js +2 -7
  165. package/dist/m365/teams/commands/tab/tab-remove.js +2 -7
  166. package/dist/m365/teams/commands/team/team-remove.js +2 -7
  167. package/dist/m365/teams/commands/user/user-app-remove.js +19 -11
  168. package/dist/m365/tenant/commands/people/people-profilecardproperty-add.js +9 -6
  169. package/dist/m365/tenant/commands/people/people-profilecardproperty-get.js +3 -1
  170. package/dist/m365/tenant/commands/people/people-profilecardproperty-list.js +4 -14
  171. package/dist/m365/tenant/commands/people/people-profilecardproperty-remove.js +2 -7
  172. package/dist/m365/tenant/commands/people/people-profilecardproperty-set.js +118 -0
  173. package/dist/m365/tenant/commands.js +1 -0
  174. package/dist/m365/todo/commands/list/list-remove.js +2 -7
  175. package/dist/m365/todo/commands/task/task-remove.js +2 -7
  176. package/dist/m365/yammer/commands/group/group-user-remove.js +2 -7
  177. package/dist/m365/yammer/commands/message/message-like-set.js +3 -8
  178. package/dist/m365/yammer/commands/message/message-remove.js +2 -7
  179. package/dist/request.js +6 -0
  180. package/dist/settingsNames.js +1 -0
  181. package/dist/utils/aadAdministrativeUnit.js +25 -0
  182. package/dist/utils/prompt.js +26 -7
  183. package/dist/utils/spo.js +109 -0
  184. package/docs/docs/_clisettings.mdx +1 -0
  185. package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +1 -1
  186. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +2 -2
  187. package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +1 -1
  188. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +1 -1
  189. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +2 -2
  190. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +2 -2
  191. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +2 -2
  192. package/docs/docs/cmd/aad/policy/policy-list.mdx +1 -1
  193. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +1 -1
  194. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +1 -1
  195. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +1 -1
  196. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +1 -1
  197. package/docs/docs/cmd/aad/sp/sp-add.mdx +2 -2
  198. package/docs/docs/cmd/aad/sp/sp-get.mdx +2 -2
  199. package/docs/docs/cmd/aad/user/user-add.mdx +3 -3
  200. package/docs/docs/cmd/aad/user/user-guest-add.mdx +1 -1
  201. package/docs/docs/cmd/aad/user/user-set.mdx +3 -3
  202. package/docs/docs/cmd/{search/externalconnection/externalconnection-add.mdx → external/connection/connection-add.mdx} +16 -10
  203. package/docs/docs/cmd/{search/externalconnection/externalconnection-get.mdx → external/connection/connection-get.mdx} +16 -11
  204. package/docs/docs/cmd/{search/externalconnection/externalconnection-list.mdx → external/connection/connection-list.mdx} +12 -7
  205. package/docs/docs/cmd/external/connection/connection-remove.mdx +54 -0
  206. package/docs/docs/cmd/external/connection/connection-schema-add.mdx +41 -0
  207. package/docs/docs/cmd/graph/changelog/changelog-list.mdx +5 -5
  208. package/docs/docs/cmd/login.mdx +1 -1
  209. package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +1 -1
  210. package/docs/docs/cmd/outlook/message/message-list.mdx +1 -1
  211. package/docs/docs/cmd/outlook/message/message-move.mdx +1 -1
  212. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +1 -1
  213. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +1 -1
  214. package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -3
  215. package/docs/docs/cmd/planner/task/task-set.mdx +1 -1
  216. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +3 -3
  217. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +1 -1
  218. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -1
  219. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +1 -1
  220. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -1
  221. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
  222. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +1 -1
  223. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +1 -1
  224. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +4 -4
  225. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
  226. package/docs/docs/cmd/spo/app/app-add.mdx +1 -1
  227. package/docs/docs/cmd/spo/app/app-deploy.mdx +1 -1
  228. package/docs/docs/cmd/spo/app/app-get.mdx +1 -1
  229. package/docs/docs/cmd/spo/app/app-install.mdx +1 -1
  230. package/docs/docs/cmd/spo/app/app-list.mdx +1 -1
  231. package/docs/docs/cmd/spo/app/app-remove.mdx +1 -1
  232. package/docs/docs/cmd/spo/app/app-retract.mdx +1 -1
  233. package/docs/docs/cmd/spo/app/app-uninstall.mdx +1 -1
  234. package/docs/docs/cmd/spo/app/app-upgrade.mdx +1 -1
  235. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +1 -1
  236. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
  237. package/docs/docs/cmd/spo/file/file-rename.mdx +2 -0
  238. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +1 -1
  239. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +1 -1
  240. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.mdx +10 -1
  241. package/docs/docs/cmd/spo/site/site-add.mdx +25 -4
  242. package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +1 -1
  243. package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +1 -1
  244. package/docs/docs/cmd/spo/site/site-groupify.mdx +1 -1
  245. package/docs/docs/cmd/spo/site/site-set.mdx +15 -0
  246. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +3 -3
  247. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +1 -1
  248. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +1 -1
  249. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +1 -1
  250. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +1 -1
  251. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +1 -1
  252. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +1 -1
  253. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +1 -1
  254. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +1 -1
  255. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +1 -1
  256. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +3 -3
  257. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +1 -1
  258. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +1 -1
  259. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +1 -1
  260. package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +1 -1
  261. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +73 -3
  262. package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +1 -1
  263. package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +1 -1
  264. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +1 -1
  265. package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +1 -1
  266. package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +1 -1
  267. package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +1 -1
  268. package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +1 -1
  269. package/docs/docs/cmd/spo/theme/theme-apply.mdx +1 -1
  270. package/docs/docs/cmd/spo/theme/theme-get.mdx +1 -1
  271. package/docs/docs/cmd/spo/theme/theme-list.mdx +1 -1
  272. package/docs/docs/cmd/spo/theme/theme-remove.mdx +1 -1
  273. package/docs/docs/cmd/spo/user/user-remove.mdx +1 -1
  274. package/docs/docs/cmd/spo/web/web-set.mdx +1 -1
  275. package/docs/docs/cmd/teams/channel/channel-remove.mdx +1 -1
  276. package/docs/docs/cmd/teams/meeting/meeting-get.mdx +1 -1
  277. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +1 -1
  278. package/docs/docs/cmd/teams/report/report-pstncalls.mdx +1 -1
  279. package/docs/docs/cmd/teams/tab/tab-remove.mdx +1 -1
  280. package/docs/docs/cmd/teams/team/team-remove.mdx +1 -1
  281. package/docs/docs/cmd/teams/user/user-app-remove.mdx +11 -2
  282. package/docs/docs/cmd/tenant/people/people-profilecardproperty-add.mdx +0 -48
  283. package/docs/docs/cmd/tenant/people/people-profilecardproperty-get.mdx +4 -0
  284. package/docs/docs/cmd/tenant/people/people-profilecardproperty-list.mdx +6 -14
  285. package/docs/docs/cmd/tenant/people/people-profilecardproperty-set.mdx +120 -0
  286. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +1 -1
  287. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +1 -1
  288. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +1 -1
  289. package/docs/docs/cmd/todo/task/task-set.mdx +1 -1
  290. package/npm-shrinkwrap.json +603 -563
  291. package/package.json +35 -36
  292. package/dist/m365/search/commands.js +0 -9
  293. package/docs/docs/cmd/search/externalconnection/externalconnection-remove.mdx +0 -48
  294. package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.mdx +0 -35
@@ -10,20 +10,22 @@
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@azure/msal-common": "^13.2.1",
13
- "@azure/msal-node": "^1.18.3",
13
+ "@azure/msal-node": "^1.18.4",
14
+ "@inquirer/confirm": "^2.0.15",
15
+ "@inquirer/input": "^1.2.14",
16
+ "@inquirer/select": "^1.3.1",
14
17
  "@xmldom/xmldom": "^0.8.10",
15
- "adaptive-expressions": "^4.20.1",
16
- "adaptivecards": "^3.0.1",
18
+ "adaptive-expressions": "^4.21.0",
19
+ "adaptivecards": "^3.0.2",
17
20
  "adaptivecards-templating": "^2.3.1",
18
21
  "adm-zip": "^0.5.10",
19
- "applicationinsights": "^2.8.0",
20
- "axios": "^1.5.1",
21
- "chalk": "^5.2.0",
22
+ "applicationinsights": "^2.9.0",
23
+ "axios": "^1.6.1",
24
+ "chalk": "^5.3.0",
22
25
  "clipboardy": "^3.0.0",
23
26
  "configstore": "^6.0.0",
24
27
  "csv-stringify": "^6.4.4",
25
28
  "easy-table": "^1.2.0",
26
- "inquirer": "^9.2.11",
27
29
  "jmespath": "^0.16.0",
28
30
  "json-to-ast": "^2.1.0",
29
31
  "minimist": "^1.2.8",
@@ -32,11 +34,11 @@
32
34
  "open": "^8.4.2",
33
35
  "ora": "^5.4.1",
34
36
  "semver": "^7.5.4",
35
- "strip-json-comments": "^5.0.0",
36
- "typescript": "^5.0.2",
37
+ "strip-json-comments": "^5.0.1",
38
+ "typescript": "^5.2.2",
37
39
  "update-notifier": "^6.0.2",
38
40
  "uuid": "^9.0.1",
39
- "yaml": "^2.3.2"
41
+ "yaml": "^2.3.4"
40
42
  },
41
43
  "bin": {
42
44
  "m365": "dist/index.js",
@@ -46,27 +48,26 @@
46
48
  },
47
49
  "devDependencies": {
48
50
  "@microsoft/microsoft-graph-types": "^2.38.0",
49
- "@types/adm-zip": "^0.5.2",
50
- "@types/inquirer": "^9.0.4",
51
- "@types/jmespath": "^0.15.0",
52
- "@types/json-to-ast": "^2.1.2",
53
- "@types/minimist": "^1.2.3",
54
- "@types/mocha": "^10.0.2",
55
- "@types/node": "^18.18.4",
56
- "@types/node-forge": "^1.3.7",
57
- "@types/omelette": "^0.4.2",
58
- "@types/semver": "^7.5.3",
59
- "@types/sinon": "^10.0.19",
60
- "@types/update-notifier": "^6.0.5",
61
- "@types/uuid": "^9.0.5",
51
+ "@types/adm-zip": "^0.5.4",
52
+ "@types/jmespath": "^0.15.2",
53
+ "@types/json-to-ast": "^2.1.4",
54
+ "@types/minimist": "^1.2.5",
55
+ "@types/mocha": "^10.0.4",
56
+ "@types/node": "^18.18.9",
57
+ "@types/node-forge": "^1.3.9",
58
+ "@types/omelette": "^0.4.4",
59
+ "@types/semver": "^7.5.5",
60
+ "@types/sinon": "^10.0.20",
61
+ "@types/update-notifier": "^6.0.7",
62
+ "@types/uuid": "^9.0.7",
62
63
  "@typescript-eslint/eslint-plugin": "^5.62.0",
63
64
  "@typescript-eslint/parser": "^5.62.0",
64
65
  "c8": "^7.14.0",
65
- "eslint": "^8.51.0",
66
+ "eslint": "^8.53.0",
66
67
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
67
68
  "eslint-plugin-mocha": "^10.2.0",
68
69
  "mocha": "^10.2.0",
69
- "rimraf": "^4.4.0",
70
+ "rimraf": "^4.4.1",
70
71
  "sinon": "^15.2.0",
71
72
  "source-map-support": "^0.5.21"
72
73
  }
@@ -172,19 +173,20 @@
172
173
  }
173
174
  },
174
175
  "node_modules/@azure/msal-common": {
175
- "version": "13.3.0",
176
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.3.0.tgz",
177
- "integrity": "sha512-/VFWTicjcJbrGp3yQP7A24xU95NiDMe23vxIU1U6qdRPFsprMDNUohMudclnd+WSHE4/McqkZs/nUU3sAKkVjg==",
176
+ "version": "13.3.1",
177
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.3.1.tgz",
178
+ "integrity": "sha512-Lrk1ozoAtaP/cp53May3v6HtcFSVxdFrg2Pa/1xu5oIvsIwhxW6zSPibKefCOVgd5osgykMi5jjcZHv8XkzZEQ==",
178
179
  "engines": {
179
180
  "node": ">=0.8.0"
180
181
  }
181
182
  },
182
183
  "node_modules/@azure/msal-node": {
183
- "version": "1.18.3",
184
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.3.tgz",
185
- "integrity": "sha512-lI1OsxNbS/gxRD4548Wyj22Dk8kS7eGMwD9GlBZvQmFV8FJUXoXySL1BiNzDsHUE96/DS/DHmA+F73p1Dkcktg==",
184
+ "version": "1.18.4",
185
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.4.tgz",
186
+ "integrity": "sha512-Kc/dRvhZ9Q4+1FSfsTFDME/v6+R2Y1fuMty/TfwqE5p9GTPw08BPbKgeWinE8JRHRp+LemjQbUZsn4Q4l6Lszg==",
187
+ "deprecated": "A newer major version of this library is available. Please upgrade to the latest available version.",
186
188
  "dependencies": {
187
- "@azure/msal-common": "13.3.0",
189
+ "@azure/msal-common": "13.3.1",
188
190
  "jsonwebtoken": "^9.0.0",
189
191
  "uuid": "^8.3.0"
190
192
  },
@@ -238,18 +240,18 @@
238
240
  }
239
241
  },
240
242
  "node_modules/@eslint-community/regexpp": {
241
- "version": "4.8.0",
242
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.0.tgz",
243
- "integrity": "sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==",
243
+ "version": "4.10.0",
244
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
245
+ "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
244
246
  "dev": true,
245
247
  "engines": {
246
248
  "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
247
249
  }
248
250
  },
249
251
  "node_modules/@eslint/eslintrc": {
250
- "version": "2.1.2",
251
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
252
- "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
252
+ "version": "2.1.3",
253
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
254
+ "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
253
255
  "dev": true,
254
256
  "dependencies": {
255
257
  "ajv": "^6.12.4",
@@ -282,21 +284,21 @@
282
284
  }
283
285
  },
284
286
  "node_modules/@eslint/js": {
285
- "version": "8.51.0",
286
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
287
- "integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
287
+ "version": "8.53.0",
288
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz",
289
+ "integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==",
288
290
  "dev": true,
289
291
  "engines": {
290
292
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
291
293
  }
292
294
  },
293
295
  "node_modules/@humanwhocodes/config-array": {
294
- "version": "0.11.11",
295
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
296
- "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
296
+ "version": "0.11.13",
297
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
298
+ "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
297
299
  "dev": true,
298
300
  "dependencies": {
299
- "@humanwhocodes/object-schema": "^1.2.1",
301
+ "@humanwhocodes/object-schema": "^2.0.1",
300
302
  "debug": "^4.1.1",
301
303
  "minimatch": "^3.0.5"
302
304
  },
@@ -318,11 +320,152 @@
318
320
  }
319
321
  },
320
322
  "node_modules/@humanwhocodes/object-schema": {
321
- "version": "1.2.1",
322
- "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
323
- "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
323
+ "version": "2.0.1",
324
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
325
+ "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
324
326
  "dev": true
325
327
  },
328
+ "node_modules/@inquirer/confirm": {
329
+ "version": "2.0.15",
330
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.15.tgz",
331
+ "integrity": "sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==",
332
+ "dependencies": {
333
+ "@inquirer/core": "^5.1.1",
334
+ "@inquirer/type": "^1.1.5",
335
+ "chalk": "^4.1.2"
336
+ },
337
+ "engines": {
338
+ "node": ">=14.18.0"
339
+ }
340
+ },
341
+ "node_modules/@inquirer/confirm/node_modules/chalk": {
342
+ "version": "4.1.2",
343
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
344
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
345
+ "dependencies": {
346
+ "ansi-styles": "^4.1.0",
347
+ "supports-color": "^7.1.0"
348
+ },
349
+ "engines": {
350
+ "node": ">=10"
351
+ },
352
+ "funding": {
353
+ "url": "https://github.com/chalk/chalk?sponsor=1"
354
+ }
355
+ },
356
+ "node_modules/@inquirer/core": {
357
+ "version": "5.1.1",
358
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-5.1.1.tgz",
359
+ "integrity": "sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==",
360
+ "dependencies": {
361
+ "@inquirer/type": "^1.1.5",
362
+ "@types/mute-stream": "^0.0.4",
363
+ "@types/node": "^20.9.0",
364
+ "@types/wrap-ansi": "^3.0.0",
365
+ "ansi-escapes": "^4.3.2",
366
+ "chalk": "^4.1.2",
367
+ "cli-spinners": "^2.9.1",
368
+ "cli-width": "^4.1.0",
369
+ "figures": "^3.2.0",
370
+ "mute-stream": "^1.0.0",
371
+ "run-async": "^3.0.0",
372
+ "signal-exit": "^4.1.0",
373
+ "strip-ansi": "^6.0.1",
374
+ "wrap-ansi": "^6.2.0"
375
+ },
376
+ "engines": {
377
+ "node": ">=14.18.0"
378
+ }
379
+ },
380
+ "node_modules/@inquirer/core/node_modules/@types/node": {
381
+ "version": "20.9.0",
382
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz",
383
+ "integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==",
384
+ "dependencies": {
385
+ "undici-types": "~5.26.4"
386
+ }
387
+ },
388
+ "node_modules/@inquirer/core/node_modules/chalk": {
389
+ "version": "4.1.2",
390
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
391
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
392
+ "dependencies": {
393
+ "ansi-styles": "^4.1.0",
394
+ "supports-color": "^7.1.0"
395
+ },
396
+ "engines": {
397
+ "node": ">=10"
398
+ },
399
+ "funding": {
400
+ "url": "https://github.com/chalk/chalk?sponsor=1"
401
+ }
402
+ },
403
+ "node_modules/@inquirer/input": {
404
+ "version": "1.2.14",
405
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-1.2.14.tgz",
406
+ "integrity": "sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==",
407
+ "dependencies": {
408
+ "@inquirer/core": "^5.1.1",
409
+ "@inquirer/type": "^1.1.5",
410
+ "chalk": "^4.1.2"
411
+ },
412
+ "engines": {
413
+ "node": ">=14.18.0"
414
+ }
415
+ },
416
+ "node_modules/@inquirer/input/node_modules/chalk": {
417
+ "version": "4.1.2",
418
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
419
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
420
+ "dependencies": {
421
+ "ansi-styles": "^4.1.0",
422
+ "supports-color": "^7.1.0"
423
+ },
424
+ "engines": {
425
+ "node": ">=10"
426
+ },
427
+ "funding": {
428
+ "url": "https://github.com/chalk/chalk?sponsor=1"
429
+ }
430
+ },
431
+ "node_modules/@inquirer/select": {
432
+ "version": "1.3.1",
433
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-1.3.1.tgz",
434
+ "integrity": "sha512-EgOPHv7XOHEqiBwBJTyiMg9r57ySyW4oyYCumGp+pGyOaXQaLb2kTnccWI6NFd9HSi5kDJhF7YjA+3RfMQJ2JQ==",
435
+ "dependencies": {
436
+ "@inquirer/core": "^5.1.1",
437
+ "@inquirer/type": "^1.1.5",
438
+ "ansi-escapes": "^4.3.2",
439
+ "chalk": "^4.1.2",
440
+ "figures": "^3.2.0"
441
+ },
442
+ "engines": {
443
+ "node": ">=14.18.0"
444
+ }
445
+ },
446
+ "node_modules/@inquirer/select/node_modules/chalk": {
447
+ "version": "4.1.2",
448
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
449
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
450
+ "dependencies": {
451
+ "ansi-styles": "^4.1.0",
452
+ "supports-color": "^7.1.0"
453
+ },
454
+ "engines": {
455
+ "node": ">=10"
456
+ },
457
+ "funding": {
458
+ "url": "https://github.com/chalk/chalk?sponsor=1"
459
+ }
460
+ },
461
+ "node_modules/@inquirer/type": {
462
+ "version": "1.1.5",
463
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.1.5.tgz",
464
+ "integrity": "sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==",
465
+ "engines": {
466
+ "node": ">=14.18.0"
467
+ }
468
+ },
326
469
  "node_modules/@istanbuljs/schema": {
327
470
  "version": "0.1.3",
328
471
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -348,23 +491,15 @@
348
491
  "dev": true
349
492
  },
350
493
  "node_modules/@jridgewell/trace-mapping": {
351
- "version": "0.3.19",
352
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz",
353
- "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==",
494
+ "version": "0.3.20",
495
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz",
496
+ "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==",
354
497
  "dev": true,
355
498
  "dependencies": {
356
499
  "@jridgewell/resolve-uri": "^3.1.0",
357
500
  "@jridgewell/sourcemap-codec": "^1.4.14"
358
501
  }
359
502
  },
360
- "node_modules/@ljharb/through": {
361
- "version": "2.3.9",
362
- "resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.9.tgz",
363
- "integrity": "sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==",
364
- "engines": {
365
- "node": ">= 0.4"
366
- }
367
- },
368
503
  "node_modules/@microsoft/applicationinsights-web-snippet": {
369
504
  "version": "1.0.1",
370
505
  "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
@@ -420,25 +555,25 @@
420
555
  }
421
556
  },
422
557
  "node_modules/@opentelemetry/api": {
423
- "version": "1.4.1",
424
- "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz",
425
- "integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==",
558
+ "version": "1.7.0",
559
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.7.0.tgz",
560
+ "integrity": "sha512-AdY5wvN0P2vXBi3b29hxZgSFvdhdxPB9+f0B6s//P9Q8nibRWeA3cHm8UmLpio9ABigkVHJ5NMPk+Mz8VCCyrw==",
426
561
  "engines": {
427
562
  "node": ">=8.0.0"
428
563
  }
429
564
  },
430
565
  "node_modules/@opentelemetry/core": {
431
- "version": "1.15.2",
432
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.15.2.tgz",
433
- "integrity": "sha512-+gBv15ta96WqkHZaPpcDHiaz0utiiHZVfm2YOYSqFGrUaJpPkMoSuLBB58YFQGi6Rsb9EHos84X6X5+9JspmLw==",
566
+ "version": "1.18.1",
567
+ "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.18.1.tgz",
568
+ "integrity": "sha512-kvnUqezHMhsQvdsnhnqTNfAJs3ox/isB0SVrM1dhVFw7SsB7TstuVa6fgWnN2GdPyilIFLUvvbTZoVRmx6eiRg==",
434
569
  "dependencies": {
435
- "@opentelemetry/semantic-conventions": "1.15.2"
570
+ "@opentelemetry/semantic-conventions": "1.18.1"
436
571
  },
437
572
  "engines": {
438
573
  "node": ">=14"
439
574
  },
440
575
  "peerDependencies": {
441
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
576
+ "@opentelemetry/api": ">=1.0.0 <1.8.0"
442
577
  }
443
578
  },
444
579
  "node_modules/@opentelemetry/instrumentation": {
@@ -460,40 +595,40 @@
460
595
  }
461
596
  },
462
597
  "node_modules/@opentelemetry/resources": {
463
- "version": "1.15.2",
464
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.15.2.tgz",
465
- "integrity": "sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==",
598
+ "version": "1.18.1",
599
+ "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.18.1.tgz",
600
+ "integrity": "sha512-JjbcQLYMttXcIabflLRuaw5oof5gToYV9fuXbcsoOeQ0BlbwUn6DAZi++PNsSz2jjPeASfDls10iaO/8BRIPRA==",
466
601
  "dependencies": {
467
- "@opentelemetry/core": "1.15.2",
468
- "@opentelemetry/semantic-conventions": "1.15.2"
602
+ "@opentelemetry/core": "1.18.1",
603
+ "@opentelemetry/semantic-conventions": "1.18.1"
469
604
  },
470
605
  "engines": {
471
606
  "node": ">=14"
472
607
  },
473
608
  "peerDependencies": {
474
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
609
+ "@opentelemetry/api": ">=1.0.0 <1.8.0"
475
610
  }
476
611
  },
477
612
  "node_modules/@opentelemetry/sdk-trace-base": {
478
- "version": "1.15.2",
479
- "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.15.2.tgz",
480
- "integrity": "sha512-BEaxGZbWtvnSPchV98qqqqa96AOcb41pjgvhfzDij10tkBhIu9m0Jd6tZ1tJB5ZHfHbTffqYVYE0AOGobec/EQ==",
613
+ "version": "1.18.1",
614
+ "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.18.1.tgz",
615
+ "integrity": "sha512-tRHfDxN5dO+nop78EWJpzZwHsN1ewrZRVVwo03VJa3JQZxToRDH29/+MB24+yoa+IArerdr7INFJiX/iN4gjqg==",
481
616
  "dependencies": {
482
- "@opentelemetry/core": "1.15.2",
483
- "@opentelemetry/resources": "1.15.2",
484
- "@opentelemetry/semantic-conventions": "1.15.2"
617
+ "@opentelemetry/core": "1.18.1",
618
+ "@opentelemetry/resources": "1.18.1",
619
+ "@opentelemetry/semantic-conventions": "1.18.1"
485
620
  },
486
621
  "engines": {
487
622
  "node": ">=14"
488
623
  },
489
624
  "peerDependencies": {
490
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
625
+ "@opentelemetry/api": ">=1.0.0 <1.8.0"
491
626
  }
492
627
  },
493
628
  "node_modules/@opentelemetry/semantic-conventions": {
494
- "version": "1.15.2",
495
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
496
- "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
629
+ "version": "1.18.1",
630
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.18.1.tgz",
631
+ "integrity": "sha512-+NLGHr6VZwcgE/2lw8zDIufOCGnzsA5CbQIMleXZTrgkBd0TanCX+MiDYJ1TOS4KL/Tqk0nFRxawnaYr6pkZkA==",
497
632
  "engines": {
498
633
  "node": ">=14"
499
634
  }
@@ -610,78 +745,68 @@
610
745
  }
611
746
  },
612
747
  "node_modules/@types/adm-zip": {
613
- "version": "0.5.2",
614
- "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.2.tgz",
615
- "integrity": "sha512-33OTTnnW3onOE6HJuoqsi7T7Ojupz7zO/Vs5ddRNVCYQnu4lg05RqH/pr9eidHGvGyYfdO4uPO9cvegAMixBCQ==",
748
+ "version": "0.5.4",
749
+ "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.4.tgz",
750
+ "integrity": "sha512-/pYie/76O0TTqU4L/z1XqQ5mA5QvScaP/EO3lpH7iQ6/AjioYyuvi2IAmQeimuTTnytl03e9g8YFYkGV2Bxojw==",
616
751
  "dev": true,
617
752
  "dependencies": {
618
753
  "@types/node": "*"
619
754
  }
620
755
  },
621
756
  "node_modules/@types/atob-lite": {
622
- "version": "2.0.0",
623
- "resolved": "https://registry.npmjs.org/@types/atob-lite/-/atob-lite-2.0.0.tgz",
624
- "integrity": "sha512-7bjymPR7Ffa1/L3HskkaxMgTQDtwFObbISzHm9g3T12VyD89IiHS3BBVojlQHyZRiIilzdh0WT1gwwgyyBtLGQ=="
757
+ "version": "2.0.2",
758
+ "resolved": "https://registry.npmjs.org/@types/atob-lite/-/atob-lite-2.0.2.tgz",
759
+ "integrity": "sha512-BbCDWqZzlBBq8czVNYPiQNnHPrdPmR1mcyv3c8autpLEDmBMJY4hjziedi4RlXC+jnquD6Ba/yFU6bboZ3ZKVA=="
625
760
  },
626
761
  "node_modules/@types/btoa-lite": {
627
- "version": "1.0.0",
628
- "resolved": "https://registry.npmjs.org/@types/btoa-lite/-/btoa-lite-1.0.0.tgz",
629
- "integrity": "sha512-wJsiX1tosQ+J5+bY5LrSahHxr2wT+uME5UDwdN1kg4frt40euqA+wzECkmq4t5QbveHiJepfdThgQrPw6KiSlg=="
762
+ "version": "1.0.2",
763
+ "resolved": "https://registry.npmjs.org/@types/btoa-lite/-/btoa-lite-1.0.2.tgz",
764
+ "integrity": "sha512-ZYbcE2x7yrvNFJiU7xJGrpF/ihpkM7zKgw8bha3LNJSesvTtUNxbpzaT7WXBIryf6jovisrxTBvymxMeLLj1Mg=="
630
765
  },
631
766
  "node_modules/@types/configstore": {
632
- "version": "6.0.0",
633
- "resolved": "https://registry.npmjs.org/@types/configstore/-/configstore-6.0.0.tgz",
634
- "integrity": "sha512-GUvNiia85zTDDIx0iPrtF3pI8dwrQkfuokEqxqPDE55qxH0U5SZz4awVZjiJLWN2ZZRkXCUqgsMUbygXY+kytA==",
767
+ "version": "6.0.2",
768
+ "resolved": "https://registry.npmjs.org/@types/configstore/-/configstore-6.0.2.tgz",
769
+ "integrity": "sha512-OS//b51j9uyR3zvwD04Kfs5kHpve2qalQ18JhY/ho3voGYUTPLEG90/ocfKPI48hyHH8T04f7KEEbK6Ue60oZQ==",
635
770
  "dev": true
636
771
  },
637
772
  "node_modules/@types/http-cache-semantics": {
638
- "version": "4.0.1",
639
- "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
640
- "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
641
- },
642
- "node_modules/@types/inquirer": {
643
- "version": "9.0.4",
644
- "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.4.tgz",
645
- "integrity": "sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==",
646
- "dev": true,
647
- "dependencies": {
648
- "@types/through": "*",
649
- "rxjs": "^7.2.0"
650
- }
773
+ "version": "4.0.4",
774
+ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
775
+ "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="
651
776
  },
652
777
  "node_modules/@types/istanbul-lib-coverage": {
653
- "version": "2.0.4",
654
- "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
655
- "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==",
778
+ "version": "2.0.6",
779
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
780
+ "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
656
781
  "dev": true
657
782
  },
658
783
  "node_modules/@types/jmespath": {
659
- "version": "0.15.0",
660
- "resolved": "https://registry.npmjs.org/@types/jmespath/-/jmespath-0.15.0.tgz",
661
- "integrity": "sha512-uaht4XcYSq5ZrPriQW8C+g5DhptewRd1E84ph7L167sCyzLObz+U3JTpmYq/CNkvjNsz2mtyQoHPNEYQYTzWmg==",
784
+ "version": "0.15.2",
785
+ "resolved": "https://registry.npmjs.org/@types/jmespath/-/jmespath-0.15.2.tgz",
786
+ "integrity": "sha512-pegh49FtNsC389Flyo9y8AfkVIZn9MMPE9yJrO9svhq6Fks2MwymULWjZqySuxmctd3ZH4/n7Mr98D+1Qo5vGA==",
662
787
  "dev": true
663
788
  },
664
789
  "node_modules/@types/json-schema": {
665
- "version": "7.0.12",
666
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
667
- "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
790
+ "version": "7.0.15",
791
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
792
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
668
793
  "dev": true
669
794
  },
670
795
  "node_modules/@types/json-to-ast": {
671
- "version": "2.1.2",
672
- "resolved": "https://registry.npmjs.org/@types/json-to-ast/-/json-to-ast-2.1.2.tgz",
673
- "integrity": "sha512-GEjR5l9wZGS74KhL1a1tZuyRJqdLB7LGgOXzWspJx9xxC/iyCFTwwKv71Lz8fzZyGuVW8FjASQGoYFi6XZJWLQ==",
796
+ "version": "2.1.4",
797
+ "resolved": "https://registry.npmjs.org/@types/json-to-ast/-/json-to-ast-2.1.4.tgz",
798
+ "integrity": "sha512-131wOmuwDg8ypYCSQ437bGdP+K2lJ8GJUu+ng4iQQxAc3irRnb7mGHbexsPChBcKWLctTR9V5LJdX5A8WWk44A==",
674
799
  "dev": true
675
800
  },
676
801
  "node_modules/@types/lodash": {
677
- "version": "4.14.197",
678
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz",
679
- "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g=="
802
+ "version": "4.14.201",
803
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz",
804
+ "integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ=="
680
805
  },
681
806
  "node_modules/@types/lodash.isequal": {
682
- "version": "4.5.6",
683
- "resolved": "https://registry.npmjs.org/@types/lodash.isequal/-/lodash.isequal-4.5.6.tgz",
684
- "integrity": "sha512-Ww4UGSe3DmtvLLJm2F16hDwEQSv7U0Rr8SujLUA2wHI2D2dm8kPu6Et+/y303LfjTIwSBKXB/YTUcAKpem/XEg==",
807
+ "version": "4.5.8",
808
+ "resolved": "https://registry.npmjs.org/@types/lodash.isequal/-/lodash.isequal-4.5.8.tgz",
809
+ "integrity": "sha512-uput6pg4E/tj2LGxCZo9+y27JNyB2OZuuI/T5F+ylVDYuqICLG2/ktjxx0v6GvVntAf8TvEzeQLcV0ffRirXuA==",
685
810
  "dependencies": {
686
811
  "@types/lodash": "*"
687
812
  }
@@ -692,77 +817,78 @@
692
817
  "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw=="
693
818
  },
694
819
  "node_modules/@types/minimist": {
695
- "version": "1.2.3",
696
- "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.3.tgz",
697
- "integrity": "sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==",
820
+ "version": "1.2.5",
821
+ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
822
+ "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
698
823
  "dev": true
699
824
  },
700
825
  "node_modules/@types/mocha": {
701
- "version": "10.0.2",
702
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz",
703
- "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==",
826
+ "version": "10.0.4",
827
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz",
828
+ "integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==",
704
829
  "dev": true
705
830
  },
831
+ "node_modules/@types/mute-stream": {
832
+ "version": "0.0.4",
833
+ "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
834
+ "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==",
835
+ "dependencies": {
836
+ "@types/node": "*"
837
+ }
838
+ },
706
839
  "node_modules/@types/node": {
707
- "version": "18.18.4",
708
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.4.tgz",
709
- "integrity": "sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==",
710
- "dev": true
840
+ "version": "18.18.9",
841
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.9.tgz",
842
+ "integrity": "sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==",
843
+ "dependencies": {
844
+ "undici-types": "~5.26.4"
845
+ }
711
846
  },
712
847
  "node_modules/@types/node-forge": {
713
- "version": "1.3.7",
714
- "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.7.tgz",
715
- "integrity": "sha512-uWvTDObXqNQPVprvvm7FCS/B0qexgRMmNCJCRETywf7cBm3C7uGRtGfaSqCoUlksrmY5Yn3++fvA7awBE5lAzw==",
848
+ "version": "1.3.9",
849
+ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.9.tgz",
850
+ "integrity": "sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==",
716
851
  "dev": true,
717
852
  "dependencies": {
718
853
  "@types/node": "*"
719
854
  }
720
855
  },
721
856
  "node_modules/@types/omelette": {
722
- "version": "0.4.2",
723
- "resolved": "https://registry.npmjs.org/@types/omelette/-/omelette-0.4.2.tgz",
724
- "integrity": "sha512-buPQ+d47ECrBzx3rmU3pFm6XTAlBy0AHNWVJXx3l8VAx+ejmvsgcAX2/a3kz6bxMoRSoF0As3Z/hprjw3ZOV6w==",
857
+ "version": "0.4.4",
858
+ "resolved": "https://registry.npmjs.org/@types/omelette/-/omelette-0.4.4.tgz",
859
+ "integrity": "sha512-aEZ+4w3lvomNt6hX+H+VZey8a3fXa/jL6zZdu0vHrc7aGIe2yIybHQgIl7eXcMPchVaPekebQQ2Con7wGgB3mQ==",
725
860
  "dev": true
726
861
  },
727
862
  "node_modules/@types/semver": {
728
- "version": "7.5.3",
729
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz",
730
- "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==",
863
+ "version": "7.5.5",
864
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz",
865
+ "integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==",
731
866
  "dev": true
732
867
  },
733
868
  "node_modules/@types/shimmer": {
734
- "version": "1.0.2",
735
- "resolved": "https://registry.npmjs.org/@types/shimmer/-/shimmer-1.0.2.tgz",
736
- "integrity": "sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg=="
869
+ "version": "1.0.5",
870
+ "resolved": "https://registry.npmjs.org/@types/shimmer/-/shimmer-1.0.5.tgz",
871
+ "integrity": "sha512-9Hp0ObzwwO57DpLFF0InUjUm/II8GmKAvzbefxQTihCb7KI6yc9yzf0nLc4mVdby5N4DRCgQM2wCup9KTieeww=="
737
872
  },
738
873
  "node_modules/@types/sinon": {
739
- "version": "10.0.19",
740
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.19.tgz",
741
- "integrity": "sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==",
874
+ "version": "10.0.20",
875
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz",
876
+ "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==",
742
877
  "dev": true,
743
878
  "dependencies": {
744
879
  "@types/sinonjs__fake-timers": "*"
745
880
  }
746
881
  },
747
882
  "node_modules/@types/sinonjs__fake-timers": {
748
- "version": "8.1.2",
749
- "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz",
750
- "integrity": "sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==",
883
+ "version": "8.1.5",
884
+ "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz",
885
+ "integrity": "sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==",
751
886
  "dev": true
752
887
  },
753
- "node_modules/@types/through": {
754
- "version": "0.0.30",
755
- "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz",
756
- "integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==",
757
- "dev": true,
758
- "dependencies": {
759
- "@types/node": "*"
760
- }
761
- },
762
888
  "node_modules/@types/update-notifier": {
763
- "version": "6.0.5",
764
- "resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-6.0.5.tgz",
765
- "integrity": "sha512-uUOhxsJ3edPHu06r3k4I2yJ4eoyqBt+53ra9+caXEx0ruoPwqNHTlkq75CUvI4yWsrCA5+31tih+opunLCYnXw==",
889
+ "version": "6.0.7",
890
+ "resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-6.0.7.tgz",
891
+ "integrity": "sha512-nJuO9aZYKVzOEsjkmcLl86YqnJghl3MOukTObamkdKUvWz608gvNpG6U3E7rqnkxeVq4/KjbX+URe+FA5SFU7A==",
766
892
  "dev": true,
767
893
  "dependencies": {
768
894
  "@types/configstore": "*",
@@ -770,15 +896,20 @@
770
896
  }
771
897
  },
772
898
  "node_modules/@types/uuid": {
773
- "version": "9.0.5",
774
- "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz",
775
- "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==",
899
+ "version": "9.0.7",
900
+ "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz",
901
+ "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==",
776
902
  "dev": true
777
903
  },
904
+ "node_modules/@types/wrap-ansi": {
905
+ "version": "3.0.0",
906
+ "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
907
+ "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g=="
908
+ },
778
909
  "node_modules/@types/xmldom": {
779
- "version": "0.1.31",
780
- "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.31.tgz",
781
- "integrity": "sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA=="
910
+ "version": "0.1.34",
911
+ "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.34.tgz",
912
+ "integrity": "sha512-7eZFfxI9XHYjJJuugddV6N5YNeXgQE1lArWOcd1eCOKWb/FGs5SIjacSYuEJuwhsGS3gy4RuZ5EUIcqYscuPDA=="
782
913
  },
783
914
  "node_modules/@typescript-eslint/eslint-plugin": {
784
915
  "version": "5.62.0",
@@ -968,6 +1099,12 @@
968
1099
  "url": "https://opencollective.com/typescript-eslint"
969
1100
  }
970
1101
  },
1102
+ "node_modules/@ungap/structured-clone": {
1103
+ "version": "1.2.0",
1104
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
1105
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
1106
+ "dev": true
1107
+ },
971
1108
  "node_modules/@xmldom/xmldom": {
972
1109
  "version": "0.8.10",
973
1110
  "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
@@ -977,9 +1114,9 @@
977
1114
  }
978
1115
  },
979
1116
  "node_modules/acorn": {
980
- "version": "8.10.0",
981
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
982
- "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
1117
+ "version": "8.11.2",
1118
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz",
1119
+ "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==",
983
1120
  "bin": {
984
1121
  "acorn": "bin/acorn"
985
1122
  },
@@ -1005,9 +1142,9 @@
1005
1142
  }
1006
1143
  },
1007
1144
  "node_modules/adaptive-expressions": {
1008
- "version": "4.20.1",
1009
- "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.20.1.tgz",
1010
- "integrity": "sha512-Yrsx3Z6SL5wcpqyagTzFsm/N/nrDNpyKy/fjLA1Cb2mETb6I7ql1skINdGbJtQZzsSICQMBxpKJwUidosrWzdw==",
1145
+ "version": "4.21.0",
1146
+ "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.21.0.tgz",
1147
+ "integrity": "sha512-+nE/F1x49yI5WdkpPLclczn7Nig1lXecT9y8OWV8XVljn+49wTKkAwZ/zNOEIH6HjDod2ezQYOsqf1R3nBc44g==",
1011
1148
  "dependencies": {
1012
1149
  "@microsoft/recognizers-text-data-types-timex-expression": "1.3.0",
1013
1150
  "@types/atob-lite": "^2.0.0",
@@ -1039,9 +1176,9 @@
1039
1176
  }
1040
1177
  },
1041
1178
  "node_modules/adaptivecards": {
1042
- "version": "3.0.1",
1043
- "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.1.tgz",
1044
- "integrity": "sha512-n8GOU4p0bA/jokIHFeltE1zMUt+QAwmXu9w79bEUCHdFOHan7PV9ABjdcWKuJ2M4o6rNsz1Fgqpw1Lhdxu2rOw==",
1179
+ "version": "3.0.2",
1180
+ "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.2.tgz",
1181
+ "integrity": "sha512-ioniHtm8c5uENw6jmddnntpjC4MvSOjN2Xrg9YhxuTtoVqz0XoYrInRIq0uf9WmONm7p+wqjAqBkoI6IRDeNwA==",
1045
1182
  "peerDependencies": {
1046
1183
  "swiper": "^8.2.6"
1047
1184
  }
@@ -1138,17 +1275,6 @@
1138
1275
  "url": "https://github.com/sponsors/sindresorhus"
1139
1276
  }
1140
1277
  },
1141
- "node_modules/ansi-escapes/node_modules/type-fest": {
1142
- "version": "0.21.3",
1143
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
1144
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
1145
- "engines": {
1146
- "node": ">=10"
1147
- },
1148
- "funding": {
1149
- "url": "https://github.com/sponsors/sindresorhus"
1150
- }
1151
- },
1152
1278
  "node_modules/ansi-regex": {
1153
1279
  "version": "5.0.1",
1154
1280
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
@@ -1158,11 +1284,14 @@
1158
1284
  }
1159
1285
  },
1160
1286
  "node_modules/ansi-styles": {
1161
- "version": "6.2.1",
1162
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
1163
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
1287
+ "version": "4.3.0",
1288
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1289
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1290
+ "dependencies": {
1291
+ "color-convert": "^2.0.1"
1292
+ },
1164
1293
  "engines": {
1165
- "node": ">=12"
1294
+ "node": ">=8"
1166
1295
  },
1167
1296
  "funding": {
1168
1297
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
@@ -1187,9 +1316,9 @@
1187
1316
  }
1188
1317
  },
1189
1318
  "node_modules/applicationinsights": {
1190
- "version": "2.8.0",
1191
- "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.8.0.tgz",
1192
- "integrity": "sha512-pxVOdCPwXTal1A904yGmzOOUJrIeQ89xQir0ifr7fLl+e0BlGrZ1P4StcIDuEXk93gV9CGxGm5Mol8ksPk2mcg==",
1319
+ "version": "2.9.0",
1320
+ "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.0.tgz",
1321
+ "integrity": "sha512-W90WNjtvZ10GUInpkyNM0xBGe2qRYChHhdb44SE5KU7hXtCZLxs3IZjWw1gJINQem0qGAgtZlxrVvKPj5SlTbQ==",
1193
1322
  "dependencies": {
1194
1323
  "@azure/core-auth": "^1.5.0",
1195
1324
  "@azure/core-rest-pipeline": "1.10.1",
@@ -1293,9 +1422,9 @@
1293
1422
  "integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw=="
1294
1423
  },
1295
1424
  "node_modules/axios": {
1296
- "version": "1.5.1",
1297
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
1298
- "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
1425
+ "version": "1.6.1",
1426
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
1427
+ "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
1299
1428
  "dependencies": {
1300
1429
  "follow-redirects": "^1.15.0",
1301
1430
  "form-data": "^4.0.0",
@@ -1375,6 +1504,69 @@
1375
1504
  "url": "https://github.com/sponsors/sindresorhus"
1376
1505
  }
1377
1506
  },
1507
+ "node_modules/boxen/node_modules/ansi-regex": {
1508
+ "version": "6.0.1",
1509
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
1510
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
1511
+ "engines": {
1512
+ "node": ">=12"
1513
+ },
1514
+ "funding": {
1515
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1516
+ }
1517
+ },
1518
+ "node_modules/boxen/node_modules/ansi-styles": {
1519
+ "version": "6.2.1",
1520
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
1521
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
1522
+ "engines": {
1523
+ "node": ">=12"
1524
+ },
1525
+ "funding": {
1526
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1527
+ }
1528
+ },
1529
+ "node_modules/boxen/node_modules/strip-ansi": {
1530
+ "version": "7.1.0",
1531
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
1532
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
1533
+ "dependencies": {
1534
+ "ansi-regex": "^6.0.1"
1535
+ },
1536
+ "engines": {
1537
+ "node": ">=12"
1538
+ },
1539
+ "funding": {
1540
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1541
+ }
1542
+ },
1543
+ "node_modules/boxen/node_modules/type-fest": {
1544
+ "version": "2.19.0",
1545
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
1546
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
1547
+ "engines": {
1548
+ "node": ">=12.20"
1549
+ },
1550
+ "funding": {
1551
+ "url": "https://github.com/sponsors/sindresorhus"
1552
+ }
1553
+ },
1554
+ "node_modules/boxen/node_modules/wrap-ansi": {
1555
+ "version": "8.1.0",
1556
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
1557
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
1558
+ "dependencies": {
1559
+ "ansi-styles": "^6.1.0",
1560
+ "string-width": "^5.0.1",
1561
+ "strip-ansi": "^7.0.1"
1562
+ },
1563
+ "engines": {
1564
+ "node": ">=12"
1565
+ },
1566
+ "funding": {
1567
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1568
+ }
1569
+ },
1378
1570
  "node_modules/brace-expansion": {
1379
1571
  "version": "1.1.11",
1380
1572
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -1492,11 +1684,11 @@
1492
1684
  }
1493
1685
  },
1494
1686
  "node_modules/cacheable-request": {
1495
- "version": "10.2.13",
1496
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.13.tgz",
1497
- "integrity": "sha512-3SD4rrMu1msNGEtNSt8Od6enwdo//U9s4ykmXfA2TD58kcLkCobtCDiby7kNyj7a/Q7lz/mAesAFI54rTdnvBA==",
1687
+ "version": "10.2.14",
1688
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
1689
+ "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
1498
1690
  "dependencies": {
1499
- "@types/http-cache-semantics": "^4.0.1",
1691
+ "@types/http-cache-semantics": "^4.0.2",
1500
1692
  "get-stream": "^6.0.1",
1501
1693
  "http-cache-semantics": "^4.1.1",
1502
1694
  "keyv": "^4.5.3",
@@ -1539,11 +1731,6 @@
1539
1731
  "url": "https://github.com/chalk/chalk?sponsor=1"
1540
1732
  }
1541
1733
  },
1542
- "node_modules/chardet": {
1543
- "version": "0.7.0",
1544
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
1545
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
1546
- },
1547
1734
  "node_modules/chokidar": {
1548
1735
  "version": "3.5.3",
1549
1736
  "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
@@ -1584,9 +1771,9 @@
1584
1771
  }
1585
1772
  },
1586
1773
  "node_modules/ci-info": {
1587
- "version": "3.8.0",
1588
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
1589
- "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
1774
+ "version": "3.9.0",
1775
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
1776
+ "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
1590
1777
  "funding": [
1591
1778
  {
1592
1779
  "type": "github",
@@ -1625,9 +1812,9 @@
1625
1812
  }
1626
1813
  },
1627
1814
  "node_modules/cli-spinners": {
1628
- "version": "2.9.0",
1629
- "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz",
1630
- "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==",
1815
+ "version": "2.9.1",
1816
+ "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.1.tgz",
1817
+ "integrity": "sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==",
1631
1818
  "engines": {
1632
1819
  "node": ">=6"
1633
1820
  },
@@ -1670,21 +1857,6 @@
1670
1857
  "wrap-ansi": "^7.0.0"
1671
1858
  }
1672
1859
  },
1673
- "node_modules/cliui/node_modules/ansi-styles": {
1674
- "version": "4.3.0",
1675
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1676
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1677
- "dev": true,
1678
- "dependencies": {
1679
- "color-convert": "^2.0.1"
1680
- },
1681
- "engines": {
1682
- "node": ">=8"
1683
- },
1684
- "funding": {
1685
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1686
- }
1687
- },
1688
1860
  "node_modules/cliui/node_modules/emoji-regex": {
1689
1861
  "version": "8.0.0",
1690
1862
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -1834,9 +2006,9 @@
1834
2006
  }
1835
2007
  },
1836
2008
  "node_modules/convert-source-map": {
1837
- "version": "1.9.0",
1838
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
1839
- "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
2009
+ "version": "2.0.0",
2010
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2011
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1840
2012
  "dev": true
1841
2013
  },
1842
2014
  "node_modules/cross-spawn": {
@@ -1888,9 +2060,9 @@
1888
2060
  "integrity": "sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ=="
1889
2061
  },
1890
2062
  "node_modules/dayjs": {
1891
- "version": "1.11.9",
1892
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz",
1893
- "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA=="
2063
+ "version": "1.11.10",
2064
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
2065
+ "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
1894
2066
  },
1895
2067
  "node_modules/debug": {
1896
2068
  "version": "4.3.4",
@@ -2136,18 +2308,19 @@
2136
2308
  }
2137
2309
  },
2138
2310
  "node_modules/eslint": {
2139
- "version": "8.51.0",
2140
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
2141
- "integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
2311
+ "version": "8.53.0",
2312
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz",
2313
+ "integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==",
2142
2314
  "dev": true,
2143
2315
  "dependencies": {
2144
2316
  "@eslint-community/eslint-utils": "^4.2.0",
2145
2317
  "@eslint-community/regexpp": "^4.6.1",
2146
- "@eslint/eslintrc": "^2.1.2",
2147
- "@eslint/js": "8.51.0",
2148
- "@humanwhocodes/config-array": "^0.11.11",
2318
+ "@eslint/eslintrc": "^2.1.3",
2319
+ "@eslint/js": "8.53.0",
2320
+ "@humanwhocodes/config-array": "^0.11.13",
2149
2321
  "@humanwhocodes/module-importer": "^1.0.1",
2150
2322
  "@nodelib/fs.walk": "^1.2.8",
2323
+ "@ungap/structured-clone": "^1.2.0",
2151
2324
  "ajv": "^6.12.4",
2152
2325
  "chalk": "^4.0.0",
2153
2326
  "cross-spawn": "^7.0.2",
@@ -2261,21 +2434,6 @@
2261
2434
  "url": "https://opencollective.com/eslint"
2262
2435
  }
2263
2436
  },
2264
- "node_modules/eslint/node_modules/ansi-styles": {
2265
- "version": "4.3.0",
2266
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2267
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2268
- "dev": true,
2269
- "dependencies": {
2270
- "color-convert": "^2.0.1"
2271
- },
2272
- "engines": {
2273
- "node": ">=8"
2274
- },
2275
- "funding": {
2276
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2277
- }
2278
- },
2279
2437
  "node_modules/eslint/node_modules/chalk": {
2280
2438
  "version": "4.1.2",
2281
2439
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -2416,18 +2574,10 @@
2416
2574
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
2417
2575
  }
2418
2576
  },
2419
- "node_modules/external-editor": {
2420
- "version": "3.1.0",
2421
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
2422
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
2423
- "dependencies": {
2424
- "chardet": "^0.7.0",
2425
- "iconv-lite": "^0.4.24",
2426
- "tmp": "^0.0.33"
2427
- },
2428
- "engines": {
2429
- "node": ">=4"
2430
- }
2577
+ "node_modules/execa/node_modules/signal-exit": {
2578
+ "version": "3.0.7",
2579
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
2580
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
2431
2581
  },
2432
2582
  "node_modules/fast-deep-equal": {
2433
2583
  "version": "3.1.3",
@@ -2436,9 +2586,9 @@
2436
2586
  "dev": true
2437
2587
  },
2438
2588
  "node_modules/fast-glob": {
2439
- "version": "3.3.1",
2440
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
2441
- "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
2589
+ "version": "3.3.2",
2590
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
2591
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
2442
2592
  "dev": true,
2443
2593
  "dependencies": {
2444
2594
  "@nodelib/fs.stat": "^2.0.2",
@@ -2476,17 +2626,17 @@
2476
2626
  "dev": true
2477
2627
  },
2478
2628
  "node_modules/fast-xml-parser": {
2479
- "version": "4.2.7",
2480
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz",
2481
- "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==",
2629
+ "version": "4.3.2",
2630
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
2631
+ "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==",
2482
2632
  "funding": [
2483
- {
2484
- "type": "paypal",
2485
- "url": "https://paypal.me/naturalintelligence"
2486
- },
2487
2633
  {
2488
2634
  "type": "github",
2489
2635
  "url": "https://github.com/sponsors/NaturalIntelligence"
2636
+ },
2637
+ {
2638
+ "type": "paypal",
2639
+ "url": "https://paypal.me/naturalintelligence"
2490
2640
  }
2491
2641
  ],
2492
2642
  "dependencies": {
@@ -2506,29 +2656,25 @@
2506
2656
  }
2507
2657
  },
2508
2658
  "node_modules/figures": {
2509
- "version": "5.0.0",
2510
- "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
2511
- "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
2659
+ "version": "3.2.0",
2660
+ "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
2661
+ "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
2512
2662
  "dependencies": {
2513
- "escape-string-regexp": "^5.0.0",
2514
- "is-unicode-supported": "^1.2.0"
2663
+ "escape-string-regexp": "^1.0.5"
2515
2664
  },
2516
2665
  "engines": {
2517
- "node": ">=14"
2666
+ "node": ">=8"
2518
2667
  },
2519
2668
  "funding": {
2520
2669
  "url": "https://github.com/sponsors/sindresorhus"
2521
2670
  }
2522
2671
  },
2523
2672
  "node_modules/figures/node_modules/escape-string-regexp": {
2524
- "version": "5.0.0",
2525
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
2526
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
2673
+ "version": "1.0.5",
2674
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2675
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
2527
2676
  "engines": {
2528
- "node": ">=12"
2529
- },
2530
- "funding": {
2531
- "url": "https://github.com/sponsors/sindresorhus"
2677
+ "node": ">=0.8.0"
2532
2678
  }
2533
2679
  },
2534
2680
  "node_modules/file-entry-cache": {
@@ -2581,12 +2727,12 @@
2581
2727
  }
2582
2728
  },
2583
2729
  "node_modules/flat-cache": {
2584
- "version": "3.1.0",
2585
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz",
2586
- "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==",
2730
+ "version": "3.1.1",
2731
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.1.tgz",
2732
+ "integrity": "sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==",
2587
2733
  "dev": true,
2588
2734
  "dependencies": {
2589
- "flatted": "^3.2.7",
2735
+ "flatted": "^3.2.9",
2590
2736
  "keyv": "^4.5.3",
2591
2737
  "rimraf": "^3.0.2"
2592
2738
  },
@@ -2610,15 +2756,15 @@
2610
2756
  }
2611
2757
  },
2612
2758
  "node_modules/flatted": {
2613
- "version": "3.2.7",
2614
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
2615
- "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
2759
+ "version": "3.2.9",
2760
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz",
2761
+ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==",
2616
2762
  "dev": true
2617
2763
  },
2618
2764
  "node_modules/follow-redirects": {
2619
- "version": "1.15.2",
2620
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
2621
- "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
2765
+ "version": "1.15.3",
2766
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
2767
+ "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
2622
2768
  "funding": [
2623
2769
  {
2624
2770
  "type": "individual",
@@ -2647,6 +2793,12 @@
2647
2793
  "node": ">=8.0.0"
2648
2794
  }
2649
2795
  },
2796
+ "node_modules/foreground-child/node_modules/signal-exit": {
2797
+ "version": "3.0.7",
2798
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
2799
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
2800
+ "dev": true
2801
+ },
2650
2802
  "node_modules/form-data": {
2651
2803
  "version": "4.0.0",
2652
2804
  "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
@@ -2689,9 +2841,12 @@
2689
2841
  }
2690
2842
  },
2691
2843
  "node_modules/function-bind": {
2692
- "version": "1.1.1",
2693
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
2694
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
2844
+ "version": "1.1.2",
2845
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2846
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2847
+ "funding": {
2848
+ "url": "https://github.com/sponsors/ljharb"
2849
+ }
2695
2850
  },
2696
2851
  "node_modules/get-caller-file": {
2697
2852
  "version": "2.0.5",
@@ -2760,9 +2915,9 @@
2760
2915
  }
2761
2916
  },
2762
2917
  "node_modules/globals": {
2763
- "version": "13.21.0",
2764
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz",
2765
- "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
2918
+ "version": "13.23.0",
2919
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
2920
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
2766
2921
  "dev": true,
2767
2922
  "dependencies": {
2768
2923
  "type-fest": "^0.20.2"
@@ -2846,17 +3001,6 @@
2846
3001
  "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
2847
3002
  "dev": true
2848
3003
  },
2849
- "node_modules/has": {
2850
- "version": "1.0.3",
2851
- "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
2852
- "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
2853
- "dependencies": {
2854
- "function-bind": "^1.1.1"
2855
- },
2856
- "engines": {
2857
- "node": ">= 0.4.0"
2858
- }
2859
- },
2860
3004
  "node_modules/has-flag": {
2861
3005
  "version": "4.0.0",
2862
3006
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -2876,6 +3020,17 @@
2876
3020
  "url": "https://github.com/sponsors/sindresorhus"
2877
3021
  }
2878
3022
  },
3023
+ "node_modules/hasown": {
3024
+ "version": "2.0.0",
3025
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
3026
+ "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
3027
+ "dependencies": {
3028
+ "function-bind": "^1.1.2"
3029
+ },
3030
+ "engines": {
3031
+ "node": ">= 0.4"
3032
+ }
3033
+ },
2879
3034
  "node_modules/he": {
2880
3035
  "version": "1.2.0",
2881
3036
  "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -2941,17 +3096,6 @@
2941
3096
  "node": ">=10.17.0"
2942
3097
  }
2943
3098
  },
2944
- "node_modules/iconv-lite": {
2945
- "version": "0.4.24",
2946
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
2947
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
2948
- "dependencies": {
2949
- "safer-buffer": ">= 2.1.2 < 3"
2950
- },
2951
- "engines": {
2952
- "node": ">=0.10.0"
2953
- }
2954
- },
2955
3099
  "node_modules/ieee754": {
2956
3100
  "version": "1.2.1",
2957
3101
  "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
@@ -3046,76 +3190,6 @@
3046
3190
  "node": ">=10"
3047
3191
  }
3048
3192
  },
3049
- "node_modules/inquirer": {
3050
- "version": "9.2.11",
3051
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.11.tgz",
3052
- "integrity": "sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==",
3053
- "dependencies": {
3054
- "@ljharb/through": "^2.3.9",
3055
- "ansi-escapes": "^4.3.2",
3056
- "chalk": "^5.3.0",
3057
- "cli-cursor": "^3.1.0",
3058
- "cli-width": "^4.1.0",
3059
- "external-editor": "^3.1.0",
3060
- "figures": "^5.0.0",
3061
- "lodash": "^4.17.21",
3062
- "mute-stream": "1.0.0",
3063
- "ora": "^5.4.1",
3064
- "run-async": "^3.0.0",
3065
- "rxjs": "^7.8.1",
3066
- "string-width": "^4.2.3",
3067
- "strip-ansi": "^6.0.1",
3068
- "wrap-ansi": "^6.2.0"
3069
- },
3070
- "engines": {
3071
- "node": ">=14.18.0"
3072
- }
3073
- },
3074
- "node_modules/inquirer/node_modules/ansi-styles": {
3075
- "version": "4.3.0",
3076
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3077
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3078
- "dependencies": {
3079
- "color-convert": "^2.0.1"
3080
- },
3081
- "engines": {
3082
- "node": ">=8"
3083
- },
3084
- "funding": {
3085
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3086
- }
3087
- },
3088
- "node_modules/inquirer/node_modules/emoji-regex": {
3089
- "version": "8.0.0",
3090
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3091
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
3092
- },
3093
- "node_modules/inquirer/node_modules/string-width": {
3094
- "version": "4.2.3",
3095
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
3096
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
3097
- "dependencies": {
3098
- "emoji-regex": "^8.0.0",
3099
- "is-fullwidth-code-point": "^3.0.0",
3100
- "strip-ansi": "^6.0.1"
3101
- },
3102
- "engines": {
3103
- "node": ">=8"
3104
- }
3105
- },
3106
- "node_modules/inquirer/node_modules/wrap-ansi": {
3107
- "version": "6.2.0",
3108
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3109
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3110
- "dependencies": {
3111
- "ansi-styles": "^4.0.0",
3112
- "string-width": "^4.1.0",
3113
- "strip-ansi": "^6.0.0"
3114
- },
3115
- "engines": {
3116
- "node": ">=8"
3117
- }
3118
- },
3119
3193
  "node_modules/is-binary-path": {
3120
3194
  "version": "2.1.0",
3121
3195
  "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -3140,11 +3214,11 @@
3140
3214
  }
3141
3215
  },
3142
3216
  "node_modules/is-core-module": {
3143
- "version": "2.13.0",
3144
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz",
3145
- "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
3217
+ "version": "2.13.1",
3218
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
3219
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
3146
3220
  "dependencies": {
3147
- "has": "^1.0.3"
3221
+ "hasown": "^2.0.0"
3148
3222
  },
3149
3223
  "funding": {
3150
3224
  "url": "https://github.com/sponsors/ljharb"
@@ -3278,11 +3352,11 @@
3278
3352
  "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
3279
3353
  },
3280
3354
  "node_modules/is-unicode-supported": {
3281
- "version": "1.3.0",
3282
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
3283
- "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
3355
+ "version": "0.1.0",
3356
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
3357
+ "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
3284
3358
  "engines": {
3285
- "node": ">=12"
3359
+ "node": ">=10"
3286
3360
  },
3287
3361
  "funding": {
3288
3362
  "url": "https://github.com/sponsors/sindresorhus"
@@ -3319,9 +3393,9 @@
3319
3393
  "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
3320
3394
  },
3321
3395
  "node_modules/istanbul-lib-coverage": {
3322
- "version": "3.2.0",
3323
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
3324
- "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
3396
+ "version": "3.2.2",
3397
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
3398
+ "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
3325
3399
  "dev": true,
3326
3400
  "engines": {
3327
3401
  "node": ">=8"
@@ -3404,14 +3478,20 @@
3404
3478
  }
3405
3479
  },
3406
3480
  "node_modules/jsonwebtoken": {
3407
- "version": "9.0.1",
3408
- "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz",
3409
- "integrity": "sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==",
3481
+ "version": "9.0.2",
3482
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
3483
+ "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
3410
3484
  "dependencies": {
3411
3485
  "jws": "^3.2.2",
3412
- "lodash": "^4.17.21",
3486
+ "lodash.includes": "^4.3.0",
3487
+ "lodash.isboolean": "^3.0.3",
3488
+ "lodash.isinteger": "^4.0.4",
3489
+ "lodash.isnumber": "^3.0.3",
3490
+ "lodash.isplainobject": "^4.0.6",
3491
+ "lodash.isstring": "^4.0.1",
3492
+ "lodash.once": "^4.0.0",
3413
3493
  "ms": "^2.1.1",
3414
- "semver": "^7.3.8"
3494
+ "semver": "^7.5.4"
3415
3495
  },
3416
3496
  "engines": {
3417
3497
  "node": ">=12",
@@ -3452,9 +3532,9 @@
3452
3532
  }
3453
3533
  },
3454
3534
  "node_modules/keyv": {
3455
- "version": "4.5.3",
3456
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz",
3457
- "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==",
3535
+ "version": "4.5.4",
3536
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
3537
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
3458
3538
  "dependencies": {
3459
3539
  "json-buffer": "3.0.1"
3460
3540
  }
@@ -3501,28 +3581,58 @@
3501
3581
  "url": "https://github.com/sponsors/sindresorhus"
3502
3582
  }
3503
3583
  },
3504
- "node_modules/lodash": {
3505
- "version": "4.17.21",
3506
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
3507
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
3508
- },
3509
3584
  "node_modules/lodash.get": {
3510
3585
  "version": "4.4.2",
3511
3586
  "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
3512
3587
  "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
3513
3588
  "dev": true
3514
3589
  },
3590
+ "node_modules/lodash.includes": {
3591
+ "version": "4.3.0",
3592
+ "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
3593
+ "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w=="
3594
+ },
3595
+ "node_modules/lodash.isboolean": {
3596
+ "version": "3.0.3",
3597
+ "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
3598
+ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg=="
3599
+ },
3515
3600
  "node_modules/lodash.isequal": {
3516
3601
  "version": "4.5.0",
3517
3602
  "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
3518
3603
  "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ=="
3519
3604
  },
3605
+ "node_modules/lodash.isinteger": {
3606
+ "version": "4.0.4",
3607
+ "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
3608
+ "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA=="
3609
+ },
3610
+ "node_modules/lodash.isnumber": {
3611
+ "version": "3.0.3",
3612
+ "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
3613
+ "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw=="
3614
+ },
3615
+ "node_modules/lodash.isplainobject": {
3616
+ "version": "4.0.6",
3617
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
3618
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="
3619
+ },
3620
+ "node_modules/lodash.isstring": {
3621
+ "version": "4.0.1",
3622
+ "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
3623
+ "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw=="
3624
+ },
3520
3625
  "node_modules/lodash.merge": {
3521
3626
  "version": "4.6.2",
3522
3627
  "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
3523
3628
  "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
3524
3629
  "dev": true
3525
3630
  },
3631
+ "node_modules/lodash.once": {
3632
+ "version": "4.1.1",
3633
+ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
3634
+ "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg=="
3635
+ },
3526
3636
  "node_modules/log-symbols": {
3527
3637
  "version": "4.1.0",
3528
3638
  "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
@@ -3538,20 +3648,6 @@
3538
3648
  "url": "https://github.com/sponsors/sindresorhus"
3539
3649
  }
3540
3650
  },
3541
- "node_modules/log-symbols/node_modules/ansi-styles": {
3542
- "version": "4.3.0",
3543
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3544
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3545
- "dependencies": {
3546
- "color-convert": "^2.0.1"
3547
- },
3548
- "engines": {
3549
- "node": ">=8"
3550
- },
3551
- "funding": {
3552
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3553
- }
3554
- },
3555
3651
  "node_modules/log-symbols/node_modules/chalk": {
3556
3652
  "version": "4.1.2",
3557
3653
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -3567,17 +3663,6 @@
3567
3663
  "url": "https://github.com/chalk/chalk?sponsor=1"
3568
3664
  }
3569
3665
  },
3570
- "node_modules/log-symbols/node_modules/is-unicode-supported": {
3571
- "version": "0.1.0",
3572
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
3573
- "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
3574
- "engines": {
3575
- "node": ">=10"
3576
- },
3577
- "funding": {
3578
- "url": "https://github.com/sponsors/sindresorhus"
3579
- }
3580
- },
3581
3666
  "node_modules/lowercase-keys": {
3582
3667
  "version": "3.0.0",
3583
3668
  "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
@@ -3852,9 +3937,9 @@
3852
3937
  "dev": true
3853
3938
  },
3854
3939
  "node_modules/nise": {
3855
- "version": "5.1.4",
3856
- "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.4.tgz",
3857
- "integrity": "sha512-8+Ib8rRJ4L0o3kfmyVCL7gzrohyDe0cMFTBa2d364yIrEGMEoetznKJx899YxjybU6bL9SQkYPSBBs1gyYs8Xg==",
3940
+ "version": "5.1.5",
3941
+ "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.5.tgz",
3942
+ "integrity": "sha512-VJuPIfUFaXNRzETTQEEItTOP8Y171ijr+JLq42wHes3DiryR8vT+1TXQW/Rx8JNUhyYYWyIvjXTU6dOhJcs9Nw==",
3858
3943
  "dev": true,
3859
3944
  "dependencies": {
3860
3945
  "@sinonjs/commons": "^2.0.0",
@@ -3998,20 +4083,6 @@
3998
4083
  "url": "https://github.com/sponsors/sindresorhus"
3999
4084
  }
4000
4085
  },
4001
- "node_modules/ora/node_modules/ansi-styles": {
4002
- "version": "4.3.0",
4003
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
4004
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
4005
- "dependencies": {
4006
- "color-convert": "^2.0.1"
4007
- },
4008
- "engines": {
4009
- "node": ">=8"
4010
- },
4011
- "funding": {
4012
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4013
- }
4014
- },
4015
4086
  "node_modules/ora/node_modules/chalk": {
4016
4087
  "version": "4.1.2",
4017
4088
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -4027,25 +4098,6 @@
4027
4098
  "url": "https://github.com/chalk/chalk?sponsor=1"
4028
4099
  }
4029
4100
  },
4030
- "node_modules/ora/node_modules/is-unicode-supported": {
4031
- "version": "0.1.0",
4032
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
4033
- "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
4034
- "engines": {
4035
- "node": ">=10"
4036
- },
4037
- "funding": {
4038
- "url": "https://github.com/sponsors/sindresorhus"
4039
- }
4040
- },
4041
- "node_modules/os-tmpdir": {
4042
- "version": "1.0.2",
4043
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
4044
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
4045
- "engines": {
4046
- "node": ">=0.10.0"
4047
- }
4048
- },
4049
4101
  "node_modules/p-cancelable": {
4050
4102
  "version": "3.0.0",
4051
4103
  "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
@@ -4170,9 +4222,9 @@
4170
4222
  }
4171
4223
  },
4172
4224
  "node_modules/path-scurry/node_modules/minipass": {
4173
- "version": "7.0.3",
4174
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
4175
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
4225
+ "version": "7.0.4",
4226
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
4227
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
4176
4228
  "dev": true,
4177
4229
  "engines": {
4178
4230
  "node": ">=16 || 14 >=14.17"
@@ -4228,9 +4280,9 @@
4228
4280
  "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
4229
4281
  },
4230
4282
  "node_modules/punycode": {
4231
- "version": "2.3.0",
4232
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
4233
- "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
4283
+ "version": "2.3.1",
4284
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
4285
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
4234
4286
  "dev": true,
4235
4287
  "engines": {
4236
4288
  "node": ">=6"
@@ -4396,9 +4448,9 @@
4396
4448
  }
4397
4449
  },
4398
4450
  "node_modules/resolve": {
4399
- "version": "1.22.4",
4400
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
4401
- "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
4451
+ "version": "1.22.8",
4452
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
4453
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
4402
4454
  "dependencies": {
4403
4455
  "is-core-module": "^2.13.0",
4404
4456
  "path-parse": "^1.0.7",
@@ -4451,6 +4503,11 @@
4451
4503
  "node": ">=8"
4452
4504
  }
4453
4505
  },
4506
+ "node_modules/restore-cursor/node_modules/signal-exit": {
4507
+ "version": "3.0.7",
4508
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
4509
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
4510
+ },
4454
4511
  "node_modules/reusify": {
4455
4512
  "version": "1.0.4",
4456
4513
  "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -4552,14 +4609,6 @@
4552
4609
  "queue-microtask": "^1.2.2"
4553
4610
  }
4554
4611
  },
4555
- "node_modules/rxjs": {
4556
- "version": "7.8.1",
4557
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
4558
- "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
4559
- "dependencies": {
4560
- "tslib": "^2.1.0"
4561
- }
4562
- },
4563
4612
  "node_modules/safe-buffer": {
4564
4613
  "version": "5.2.1",
4565
4614
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -4579,11 +4628,6 @@
4579
4628
  }
4580
4629
  ]
4581
4630
  },
4582
- "node_modules/safer-buffer": {
4583
- "version": "2.1.2",
4584
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
4585
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
4586
- },
4587
4631
  "node_modules/semver": {
4588
4632
  "version": "7.5.4",
4589
4633
  "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
@@ -4662,14 +4706,21 @@
4662
4706
  "integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw=="
4663
4707
  },
4664
4708
  "node_modules/signal-exit": {
4665
- "version": "3.0.7",
4666
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
4667
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
4709
+ "version": "4.1.0",
4710
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
4711
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
4712
+ "engines": {
4713
+ "node": ">=14"
4714
+ },
4715
+ "funding": {
4716
+ "url": "https://github.com/sponsors/isaacs"
4717
+ }
4668
4718
  },
4669
4719
  "node_modules/sinon": {
4670
4720
  "version": "15.2.0",
4671
4721
  "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz",
4672
4722
  "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==",
4723
+ "deprecated": "16.1.1",
4673
4724
  "dev": true,
4674
4725
  "dependencies": {
4675
4726
  "@sinonjs/commons": "^3.0.0",
@@ -4882,17 +4933,6 @@
4882
4933
  "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
4883
4934
  "dev": true
4884
4935
  },
4885
- "node_modules/tmp": {
4886
- "version": "0.0.33",
4887
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
4888
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
4889
- "dependencies": {
4890
- "os-tmpdir": "~1.0.2"
4891
- },
4892
- "engines": {
4893
- "node": ">=0.6.0"
4894
- }
4895
- },
4896
4936
  "node_modules/to-regex-range": {
4897
4937
  "version": "5.0.1",
4898
4938
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -4953,11 +4993,11 @@
4953
4993
  }
4954
4994
  },
4955
4995
  "node_modules/type-fest": {
4956
- "version": "2.19.0",
4957
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
4958
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
4996
+ "version": "0.21.3",
4997
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
4998
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
4959
4999
  "engines": {
4960
- "node": ">=12.20"
5000
+ "node": ">=10"
4961
5001
  },
4962
5002
  "funding": {
4963
5003
  "url": "https://github.com/sponsors/sindresorhus"
@@ -4983,6 +5023,11 @@
4983
5023
  "node": ">=14.17"
4984
5024
  }
4985
5025
  },
5026
+ "node_modules/undici-types": {
5027
+ "version": "5.26.5",
5028
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
5029
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
5030
+ },
4986
5031
  "node_modules/unique-string": {
4987
5032
  "version": "3.0.0",
4988
5033
  "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
@@ -5051,14 +5096,14 @@
5051
5096
  }
5052
5097
  },
5053
5098
  "node_modules/v8-to-istanbul": {
5054
- "version": "9.1.0",
5055
- "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz",
5056
- "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==",
5099
+ "version": "9.1.3",
5100
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.3.tgz",
5101
+ "integrity": "sha512-9lDD+EVI2fjFsMWXc6dy5JJzBsVTcQ2fVkfBvncZ6xJWG9wtBhOldG+mHkSL0+V1K/xgZz0JDO5UT5hFwHUghg==",
5057
5102
  "dev": true,
5058
5103
  "dependencies": {
5059
5104
  "@jridgewell/trace-mapping": "^0.3.12",
5060
5105
  "@types/istanbul-lib-coverage": "^2.0.1",
5061
- "convert-source-map": "^1.6.0"
5106
+ "convert-source-map": "^2.0.0"
5062
5107
  },
5063
5108
  "engines": {
5064
5109
  "node": ">=10.12.0"
@@ -5107,44 +5152,34 @@
5107
5152
  "dev": true
5108
5153
  },
5109
5154
  "node_modules/wrap-ansi": {
5110
- "version": "8.1.0",
5111
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
5112
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
5155
+ "version": "6.2.0",
5156
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
5157
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
5113
5158
  "dependencies": {
5114
- "ansi-styles": "^6.1.0",
5115
- "string-width": "^5.0.1",
5116
- "strip-ansi": "^7.0.1"
5159
+ "ansi-styles": "^4.0.0",
5160
+ "string-width": "^4.1.0",
5161
+ "strip-ansi": "^6.0.0"
5117
5162
  },
5118
5163
  "engines": {
5119
- "node": ">=12"
5120
- },
5121
- "funding": {
5122
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5164
+ "node": ">=8"
5123
5165
  }
5124
5166
  },
5125
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
5126
- "version": "6.0.1",
5127
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
5128
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
5129
- "engines": {
5130
- "node": ">=12"
5131
- },
5132
- "funding": {
5133
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
5134
- }
5167
+ "node_modules/wrap-ansi/node_modules/emoji-regex": {
5168
+ "version": "8.0.0",
5169
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
5170
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
5135
5171
  },
5136
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
5137
- "version": "7.1.0",
5138
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5139
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5172
+ "node_modules/wrap-ansi/node_modules/string-width": {
5173
+ "version": "4.2.3",
5174
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
5175
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
5140
5176
  "dependencies": {
5141
- "ansi-regex": "^6.0.1"
5177
+ "emoji-regex": "^8.0.0",
5178
+ "is-fullwidth-code-point": "^3.0.0",
5179
+ "strip-ansi": "^6.0.1"
5142
5180
  },
5143
5181
  "engines": {
5144
- "node": ">=12"
5145
- },
5146
- "funding": {
5147
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5182
+ "node": ">=8"
5148
5183
  }
5149
5184
  },
5150
5185
  "node_modules/wrappy": {
@@ -5164,6 +5199,11 @@
5164
5199
  "typedarray-to-buffer": "^3.1.5"
5165
5200
  }
5166
5201
  },
5202
+ "node_modules/write-file-atomic/node_modules/signal-exit": {
5203
+ "version": "3.0.7",
5204
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
5205
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
5206
+ },
5167
5207
  "node_modules/xdg-basedir": {
5168
5208
  "version": "5.1.0",
5169
5209
  "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
@@ -5198,9 +5238,9 @@
5198
5238
  "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
5199
5239
  },
5200
5240
  "node_modules/yaml": {
5201
- "version": "2.3.2",
5202
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz",
5203
- "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",
5241
+ "version": "2.3.4",
5242
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
5243
+ "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
5204
5244
  "engines": {
5205
5245
  "node": ">= 14"
5206
5246
  }