@pnp/cli-microsoft365 7.3.0-beta.6e32b20 → 7.3.0-beta.9479ed4

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 (387) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/Auth.js +7 -5
  4. package/dist/Command.js +10 -13
  5. package/dist/api.js +2 -3
  6. package/dist/autocomplete.js +4 -6
  7. package/dist/chili/chili.js +1 -2
  8. package/dist/cli/cli.js +880 -0
  9. package/dist/index.js +2 -2
  10. package/dist/m365/aad/commands/administrativeunit/administrativeunit-member-add.js +137 -0
  11. package/dist/m365/aad/commands/administrativeunit/administrativeunit-member-get.js +112 -0
  12. package/dist/m365/aad/commands/administrativeunit/administrativeunit-member-list.js +138 -0
  13. package/dist/m365/aad/commands/administrativeunit/administrativeunit-remove.js +2 -2
  14. package/dist/m365/aad/commands/app/app-get.js +2 -2
  15. package/dist/m365/aad/commands/app/app-permission-add.js +237 -0
  16. package/dist/m365/aad/commands/app/app-remove.js +3 -3
  17. package/dist/m365/aad/commands/app/app-role-add.js +2 -2
  18. package/dist/m365/aad/commands/app/app-role-list.js +2 -2
  19. package/dist/m365/aad/commands/app/app-role-remove.js +4 -4
  20. package/dist/m365/aad/commands/app/app-set.js +2 -2
  21. package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +2 -2
  22. package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +2 -2
  23. package/dist/m365/aad/commands/group/group-list.js +2 -2
  24. package/dist/m365/aad/commands/group/group-remove.js +2 -2
  25. package/dist/m365/aad/commands/groupsetting/groupsetting-remove.js +2 -2
  26. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-clear.js +2 -2
  27. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-remove.js +3 -3
  28. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-restore.js +2 -2
  29. package/dist/m365/aad/commands/m365group/m365group-remove.js +2 -2
  30. package/dist/m365/aad/commands/m365group/m365group-teamify.js +2 -2
  31. package/dist/m365/aad/commands/m365group/m365group-user-remove.js +2 -2
  32. package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +2 -2
  33. package/dist/m365/aad/commands/siteclassification/siteclassification-disable.js +2 -2
  34. package/dist/m365/aad/commands/sp/sp-add.js +2 -2
  35. package/dist/m365/aad/commands/sp/sp-get.js +2 -2
  36. package/dist/m365/aad/commands/user/user-get.js +2 -2
  37. package/dist/m365/aad/commands/user/user-license-remove.js +2 -2
  38. package/dist/m365/aad/commands/user/user-recyclebinitem-clear.js +2 -2
  39. package/dist/m365/aad/commands/user/user-recyclebinitem-remove.js +2 -2
  40. package/dist/m365/aad/commands/user/user-remove.js +2 -2
  41. package/dist/m365/aad/commands.js +5 -1
  42. package/dist/m365/app/commands/app-get.js +2 -2
  43. package/dist/m365/app/commands/app-open.js +2 -2
  44. package/dist/m365/app/commands/permission/permission-list.js +2 -2
  45. package/dist/m365/base/AppCommand.js +2 -2
  46. package/dist/m365/base/PowerAutomateCommand.js +18 -0
  47. package/dist/m365/booking/commands/business/business-get.js +2 -2
  48. package/dist/m365/cli/commands/cli-doctor.js +2 -2
  49. package/dist/m365/cli/commands/cli-reconsent.js +2 -2
  50. package/dist/m365/cli/commands/config/config-get.js +2 -2
  51. package/dist/m365/cli/commands/config/config-list.js +2 -2
  52. package/dist/m365/cli/commands/config/config-reset.js +3 -3
  53. package/dist/m365/cli/commands/config/config-set.js +4 -4
  54. package/dist/m365/commands/docs.js +2 -2
  55. package/dist/m365/commands/login.js +4 -4
  56. package/dist/m365/commands/setup.js +8 -8
  57. package/dist/m365/context/commands/context-remove.js +2 -2
  58. package/dist/m365/context/commands/option/option-remove.js +2 -2
  59. package/dist/m365/external/commands/connection/connection-doctor.js +1 -2
  60. package/dist/m365/external/commands/connection/connection-remove.js +3 -3
  61. package/dist/m365/external/commands/connection/connection-schema-add.js +36 -3
  62. package/dist/m365/flow/commands/environment/environment-get.js +3 -3
  63. package/dist/m365/flow/commands/environment/environment-list.js +3 -3
  64. package/dist/m365/flow/commands/flow-disable.js +3 -3
  65. package/dist/m365/flow/commands/flow-enable.js +3 -3
  66. package/dist/m365/flow/commands/flow-get.js +3 -3
  67. package/dist/m365/flow/commands/flow-list.js +14 -12
  68. package/dist/m365/flow/commands/flow-remove.js +5 -5
  69. package/dist/m365/flow/commands/owner/owner-ensure.js +3 -3
  70. package/dist/m365/flow/commands/owner/owner-list.js +5 -5
  71. package/dist/m365/flow/commands/owner/owner-remove.js +5 -5
  72. package/dist/m365/flow/commands/run/run-cancel.js +5 -5
  73. package/dist/m365/flow/commands/run/run-get.js +3 -3
  74. package/dist/m365/flow/commands/run/run-list.js +8 -7
  75. package/dist/m365/flow/commands/run/run-resubmit.js +6 -6
  76. package/dist/m365/graph/commands/changelog/changelog-list.js +3 -3
  77. package/dist/m365/graph/commands/schemaextension/schemaextension-remove.js +2 -2
  78. package/dist/m365/outlook/commands/message/message-list.js +2 -2
  79. package/dist/m365/outlook/commands/message/message-move.js +2 -2
  80. package/dist/m365/pa/commands/app/app-consent-set.js +2 -2
  81. package/dist/m365/pa/commands/app/app-get.js +2 -2
  82. package/dist/m365/pa/commands/app/app-permission-remove.js +2 -2
  83. package/dist/m365/pa/commands/app/app-remove.js +2 -2
  84. package/dist/m365/planner/commands/bucket/bucket-get.js +2 -2
  85. package/dist/m365/planner/commands/bucket/bucket-remove.js +3 -3
  86. package/dist/m365/planner/commands/bucket/bucket-set.js +2 -2
  87. package/dist/m365/planner/commands/plan/plan-remove.js +2 -2
  88. package/dist/m365/planner/commands/roster/roster-member-remove.js +3 -3
  89. package/dist/m365/planner/commands/roster/roster-remove.js +2 -2
  90. package/dist/m365/planner/commands/task/task-checklistitem-add.js +2 -2
  91. package/dist/m365/planner/commands/task/task-checklistitem-list.js +2 -2
  92. package/dist/m365/planner/commands/task/task-checklistitem-remove.js +2 -2
  93. package/dist/m365/planner/commands/task/task-get.js +3 -3
  94. package/dist/m365/planner/commands/task/task-reference-remove.js +2 -2
  95. package/dist/m365/planner/commands/task/task-remove.js +4 -4
  96. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +2 -2
  97. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +3 -3
  98. package/dist/m365/pp/commands/card/card-clone.js +2 -2
  99. package/dist/m365/pp/commands/card/card-get.js +2 -2
  100. package/dist/m365/pp/commands/card/card-remove.js +3 -3
  101. package/dist/m365/pp/commands/chatbot/chatbot-get.js +2 -2
  102. package/dist/m365/pp/commands/chatbot/chatbot-remove.js +3 -3
  103. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +2 -2
  104. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +2 -2
  105. package/dist/m365/pp/commands/managementapp/managementapp-add.js +2 -2
  106. package/dist/m365/pp/commands/solution/solution-get.js +2 -2
  107. package/dist/m365/pp/commands/solution/solution-list.js +2 -2
  108. package/dist/m365/pp/commands/solution/solution-publish.js +2 -2
  109. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +3 -3
  110. package/dist/m365/pp/commands/solution/solution-remove.js +3 -3
  111. package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +2 -2
  112. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +2 -2
  113. package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +2 -2
  114. package/dist/m365/spfx/commands/project/project-permissions-grant.js +2 -2
  115. package/dist/m365/spo/commands/app/app-add.js +2 -2
  116. package/dist/m365/spo/commands/app/app-remove.js +2 -2
  117. package/dist/m365/spo/commands/app/app-retract.js +2 -2
  118. package/dist/m365/spo/commands/app/app-uninstall.js +2 -2
  119. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-get.js +2 -2
  120. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-remove.js +3 -3
  121. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +2 -2
  122. package/dist/m365/spo/commands/cdn/cdn-origin-remove.js +2 -2
  123. package/dist/m365/spo/commands/commandset/commandset-get.js +2 -2
  124. package/dist/m365/spo/commands/commandset/commandset-remove.js +3 -3
  125. package/dist/m365/spo/commands/commandset/commandset-set.js +2 -2
  126. package/dist/m365/spo/commands/contenttype/contenttype-add.js +2 -2
  127. package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +2 -2
  128. package/dist/m365/spo/commands/contenttype/contenttype-remove.js +2 -2
  129. package/dist/m365/spo/commands/customaction/customaction-add.js +1 -1
  130. package/dist/m365/spo/commands/customaction/customaction-clear.js +2 -2
  131. package/dist/m365/spo/commands/customaction/customaction-get.js +3 -3
  132. package/dist/m365/spo/commands/customaction/customaction-remove.js +3 -3
  133. package/dist/m365/spo/commands/eventreceiver/eventreceiver-get.js +2 -2
  134. package/dist/m365/spo/commands/eventreceiver/eventreceiver-remove.js +3 -3
  135. package/dist/m365/spo/commands/field/field-remove.js +2 -2
  136. package/dist/m365/spo/commands/file/file-add.js +1 -1
  137. package/dist/m365/spo/commands/file/file-checkout-undo.js +2 -2
  138. package/dist/m365/spo/commands/file/file-remove.js +2 -2
  139. package/dist/m365/spo/commands/file/file-rename.js +2 -2
  140. package/dist/m365/spo/commands/file/file-retentionlabel-remove.js +2 -2
  141. package/dist/m365/spo/commands/file/file-roleassignment-add.js +5 -5
  142. package/dist/m365/spo/commands/file/file-roleassignment-remove.js +5 -5
  143. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +3 -3
  144. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +3 -3
  145. package/dist/m365/spo/commands/file/file-sharinginfo-get.js +2 -2
  146. package/dist/m365/spo/commands/file/file-sharinglink-clear.js +3 -3
  147. package/dist/m365/spo/commands/file/file-sharinglink-list.js +2 -2
  148. package/dist/m365/spo/commands/file/file-sharinglink-remove.js +2 -2
  149. package/dist/m365/spo/commands/file/file-version-clear.js +2 -2
  150. package/dist/m365/spo/commands/file/file-version-remove.js +2 -2
  151. package/dist/m365/spo/commands/file/file-version-restore.js +2 -2
  152. package/dist/m365/spo/commands/folder/folder-remove.js +2 -2
  153. package/dist/m365/spo/commands/folder/folder-retentionlabel-remove.js +2 -2
  154. package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +4 -4
  155. package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +4 -4
  156. package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +2 -2
  157. package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +2 -2
  158. package/dist/m365/spo/commands/group/group-list.js +2 -2
  159. package/dist/m365/spo/commands/group/group-member-remove.js +9 -9
  160. package/dist/m365/spo/commands/group/group-remove.js +2 -2
  161. package/dist/m365/spo/commands/group/group-set.js +2 -2
  162. package/dist/m365/spo/commands/homesite/homesite-remove.js +2 -2
  163. package/dist/m365/spo/commands/hubsite/hubsite-connect.js +2 -2
  164. package/dist/m365/spo/commands/hubsite/hubsite-disconnect.js +3 -3
  165. package/dist/m365/spo/commands/hubsite/hubsite-get.js +4 -4
  166. package/dist/m365/spo/commands/hubsite/hubsite-rights-revoke.js +2 -2
  167. package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +2 -2
  168. package/dist/m365/spo/commands/knowledgehub/knowledgehub-remove.js +2 -2
  169. package/dist/m365/spo/commands/list/list-contenttype-remove.js +2 -2
  170. package/dist/m365/spo/commands/list/list-remove.js +2 -2
  171. package/dist/m365/spo/commands/list/list-retentionlabel-remove.js +2 -2
  172. package/dist/m365/spo/commands/list/list-roleassignment-remove.js +4 -4
  173. package/dist/m365/spo/commands/list/list-roleinheritance-break.js +2 -2
  174. package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +2 -2
  175. package/dist/m365/spo/commands/list/list-view-field-remove.js +2 -2
  176. package/dist/m365/spo/commands/list/list-view-remove.js +2 -2
  177. package/dist/m365/spo/commands/list/list-webhook-remove.js +2 -2
  178. package/dist/m365/spo/commands/listitem/listitem-attachment-remove.js +2 -2
  179. package/dist/m365/spo/commands/listitem/listitem-batch-add.js +18 -7
  180. package/dist/m365/spo/commands/listitem/listitem-list.js +2 -2
  181. package/dist/m365/spo/commands/listitem/listitem-remove.js +2 -2
  182. package/dist/m365/spo/commands/listitem/listitem-retentionlabel-remove.js +2 -2
  183. package/dist/m365/spo/commands/listitem/listitem-roleassignment-add.js +4 -4
  184. package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +4 -4
  185. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +2 -2
  186. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +2 -2
  187. package/dist/m365/spo/commands/navigation/navigation-node-remove.js +2 -2
  188. package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +2 -2
  189. package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +2 -2
  190. package/dist/m365/spo/commands/page/page-add.js +10 -31
  191. package/dist/m365/spo/commands/page/page-column-get.js +2 -2
  192. package/dist/m365/spo/commands/page/page-column-list.js +2 -2
  193. package/dist/m365/spo/commands/page/page-remove.js +2 -2
  194. package/dist/m365/spo/commands/page/page-section-get.js +2 -2
  195. package/dist/m365/spo/commands/page/page-section-list.js +2 -2
  196. package/dist/m365/spo/commands/page/page-set.js +5 -5
  197. package/dist/m365/spo/commands/propertybag/propertybag-remove.js +2 -2
  198. package/dist/m365/spo/commands/roledefinition/roledefinition-remove.js +2 -2
  199. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-approve.js +2 -2
  200. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-set.js +2 -2
  201. package/dist/m365/spo/commands/site/site-apppermission-remove.js +2 -2
  202. package/dist/m365/spo/commands/site/site-hubsite-disconnect.js +2 -2
  203. package/dist/m365/spo/commands/site/site-recyclebinitem-clear.js +2 -2
  204. package/dist/m365/spo/commands/site/site-recyclebinitem-move.js +2 -2
  205. package/dist/m365/spo/commands/site/site-recyclebinitem-remove.js +2 -2
  206. package/dist/m365/spo/commands/site/site-remove.js +2 -2
  207. package/dist/m365/spo/commands/site/site-set.js +3 -3
  208. package/dist/m365/spo/commands/sitedesign/sitedesign-get.js +2 -2
  209. package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +2 -2
  210. package/dist/m365/spo/commands/sitedesign/sitedesign-rights-revoke.js +2 -2
  211. package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +2 -2
  212. package/dist/m365/spo/commands/sitescript/sitescript-remove.js +2 -2
  213. package/dist/m365/spo/commands/spo-search.js +2 -2
  214. package/dist/m365/spo/commands/storageentity/storageentity-remove.js +2 -2
  215. package/dist/m365/spo/commands/tenant/tenant-appcatalog-add.js +5 -5
  216. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-add.js +5 -5
  217. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +2 -2
  218. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-remove.js +3 -3
  219. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +4 -4
  220. package/dist/m365/spo/commands/tenant/tenant-commandset-add.js +5 -5
  221. package/dist/m365/spo/commands/tenant/tenant-commandset-get.js +2 -2
  222. package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +3 -3
  223. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +2 -2
  224. package/dist/m365/spo/commands/term/term-get.js +2 -2
  225. package/dist/m365/spo/commands/term/term-list.js +2 -2
  226. package/dist/m365/spo/commands/theme/theme-remove.js +2 -2
  227. package/dist/m365/spo/commands/user/user-remove.js +2 -2
  228. package/dist/m365/spo/commands/userprofile/userprofile-get.js +2 -2
  229. package/dist/m365/spo/commands/web/web-remove.js +2 -2
  230. package/dist/m365/spo/commands/web/web-roleassignment-add.js +4 -4
  231. package/dist/m365/spo/commands/web/web-roleassignment-remove.js +4 -4
  232. package/dist/m365/spo/commands/web/web-roleinheritance-break.js +2 -2
  233. package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +2 -2
  234. package/dist/m365/teams/commands/app/app-install.js +32 -5
  235. package/dist/m365/teams/commands/app/app-remove.js +3 -3
  236. package/dist/m365/teams/commands/app/app-uninstall.js +2 -2
  237. package/dist/m365/teams/commands/app/app-update.js +2 -2
  238. package/dist/m365/teams/commands/cache/cache-remove.js +2 -2
  239. package/dist/m365/teams/commands/channel/channel-add.js +2 -2
  240. package/dist/m365/teams/commands/channel/channel-member-add.js +2 -2
  241. package/dist/m365/teams/commands/channel/channel-member-remove.js +3 -3
  242. package/dist/m365/teams/commands/channel/channel-member-set.js +2 -2
  243. package/dist/m365/teams/commands/channel/channel-remove.js +2 -2
  244. package/dist/m365/teams/commands/chat/chat-get.js +3 -3
  245. package/dist/m365/teams/commands/chat/chat-member-remove.js +2 -2
  246. package/dist/m365/teams/commands/chat/chat-message-send.js +3 -3
  247. package/dist/m365/teams/commands/meeting/meeting-attendancereport-list.js +2 -2
  248. package/dist/m365/teams/commands/tab/tab-remove.js +2 -2
  249. package/dist/m365/teams/commands/team/team-app-list.js +3 -3
  250. package/dist/m365/teams/commands/team/team-remove.js +2 -2
  251. package/dist/m365/teams/commands/user/user-app-add.js +23 -5
  252. package/dist/m365/teams/commands/user/user-app-list.js +2 -2
  253. package/dist/m365/teams/commands/user/user-app-remove.js +3 -3
  254. package/dist/m365/tenant/commands/people/people-profilecardproperty-remove.js +2 -2
  255. package/dist/m365/todo/commands/list/list-remove.js +2 -2
  256. package/dist/m365/todo/commands/task/task-get.js +2 -2
  257. package/dist/m365/todo/commands/task/task-list.js +2 -2
  258. package/dist/m365/todo/commands/task/task-remove.js +2 -2
  259. package/dist/m365/viva/commands/connections/connections-app-create.js +2 -2
  260. package/dist/m365/yammer/commands/group/group-user-remove.js +2 -2
  261. package/dist/m365/yammer/commands/message/message-like-set.js +2 -2
  262. package/dist/m365/yammer/commands/message/message-remove.js +2 -2
  263. package/dist/m365/yammer/commands/yammer-search.js +2 -2
  264. package/dist/telemetry.js +2 -2
  265. package/dist/utils/aadAdministrativeUnit.js +5 -5
  266. package/dist/utils/aadDevice.js +25 -0
  267. package/dist/utils/aadGroup.js +3 -3
  268. package/dist/utils/prompt.js +4 -7
  269. package/docs/docs/cmd/aad/administrativeunit/administrativeunit-member-add.mdx +93 -0
  270. package/docs/docs/cmd/aad/administrativeunit/administrativeunit-member-get.mdx +130 -0
  271. package/docs/docs/cmd/aad/administrativeunit/administrativeunit-member-list.mdx +312 -0
  272. package/docs/docs/cmd/aad/app/app-permission-add.mdx +62 -0
  273. package/docs/docs/cmd/aad/user/user-password-validate.mdx +2 -2
  274. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
  275. package/docs/docs/cmd/external/connection/connection-doctor.mdx +3 -0
  276. package/docs/docs/cmd/external/connection/connection-schema-add.mdx +14 -1
  277. package/docs/docs/cmd/flow/environment/environment-get.mdx +1 -1
  278. package/docs/docs/cmd/flow/environment/environment-list.mdx +1 -1
  279. package/docs/docs/cmd/flow/flow-disable.mdx +1 -1
  280. package/docs/docs/cmd/flow/flow-enable.mdx +1 -1
  281. package/docs/docs/cmd/flow/flow-export.mdx +1 -1
  282. package/docs/docs/cmd/flow/flow-get.mdx +1 -1
  283. package/docs/docs/cmd/flow/flow-list.mdx +1 -1
  284. package/docs/docs/cmd/flow/run/run-cancel.mdx +1 -1
  285. package/docs/docs/cmd/flow/run/run-get.mdx +1 -1
  286. package/docs/docs/cmd/flow/run/run-list.mdx +1 -1
  287. package/docs/docs/cmd/flow/run/run-resubmit.mdx +1 -1
  288. package/docs/docs/cmd/graph/changelog/changelog-list.mdx +1 -1
  289. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
  290. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
  291. package/docs/docs/cmd/pa/app/app-get.mdx +1 -1
  292. package/docs/docs/cmd/pa/app/app-list.mdx +1 -1
  293. package/docs/docs/cmd/pa/connector/connector-export.mdx +1 -1
  294. package/docs/docs/cmd/pa/connector/connector-list.mdx +1 -1
  295. package/docs/docs/cmd/pa/environment/environment-get.mdx +1 -1
  296. package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -1
  297. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +1 -1
  298. package/docs/docs/cmd/planner/bucket/bucket-get.mdx +1 -1
  299. package/docs/docs/cmd/planner/bucket/bucket-list.mdx +1 -1
  300. package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +1 -1
  301. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +1 -1
  302. package/docs/docs/cmd/planner/plan/plan-get.mdx +1 -1
  303. package/docs/docs/cmd/planner/plan/plan-list.mdx +1 -1
  304. package/docs/docs/cmd/planner/plan/plan-set.mdx +1 -1
  305. package/docs/docs/cmd/planner/roster/roster-add.mdx +2 -2
  306. package/docs/docs/cmd/planner/roster/roster-get.mdx +1 -1
  307. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +1 -1
  308. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +1 -1
  309. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -1
  310. package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +2 -2
  311. package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +1 -1
  312. package/docs/docs/cmd/planner/roster/roster-remove.mdx +2 -2
  313. package/docs/docs/cmd/planner/task/task-add.mdx +1 -1
  314. package/docs/docs/cmd/planner/task/task-list.mdx +2 -2
  315. package/docs/docs/cmd/planner/task/task-remove.mdx +1 -1
  316. package/docs/docs/cmd/planner/task/task-set.mdx +1 -1
  317. package/docs/docs/cmd/pp/environment/environment-get.mdx +1 -1
  318. package/docs/docs/cmd/pp/environment/environment-list.mdx +1 -1
  319. package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +1 -1
  320. package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +1 -1
  321. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +1 -1
  322. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -1
  323. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -1
  324. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +1 -1
  325. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +1 -1
  326. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -1
  327. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -1
  328. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
  329. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +1 -1
  330. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +1 -1
  331. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +1 -1
  332. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +1 -1
  333. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +1 -1
  334. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +1 -1
  335. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +2 -2
  336. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +2 -2
  337. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +2 -2
  338. package/docs/docs/cmd/spfx/project/project-externalize.mdx +1 -1
  339. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
  340. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
  341. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
  342. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
  343. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
  344. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
  345. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
  346. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +1 -1
  347. package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
  348. package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +1 -1
  349. package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
  350. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
  351. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +26 -4
  352. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
  353. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
  354. package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
  355. package/docs/docs/cmd/spo/page/page-set.mdx +1 -1
  356. package/docs/docs/cmd/spo/site/site-groupify.mdx +1 -1
  357. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +1 -1
  358. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +1 -1
  359. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  360. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +1 -1
  361. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  362. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  363. package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
  364. package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
  365. package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
  366. package/docs/docs/cmd/teams/app/app-install.mdx +11 -2
  367. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +2 -2
  368. package/docs/docs/cmd/teams/user/user-app-add.mdx +12 -3
  369. package/docs/docs/cmd/teams/user/user-app-remove.mdx +2 -2
  370. package/docs/docs/cmd/tenant/people/people-profilecardproperty-add.mdx +1 -1
  371. package/docs/docs/cmd/tenant/people/people-profilecardproperty-remove.mdx +1 -1
  372. package/docs/docs/cmd/tenant/people/people-profilecardproperty-set.mdx +1 -1
  373. package/docs/docs/cmd/yammer/group/group-list.mdx +1 -1
  374. package/docs/docs/cmd/yammer/group/group-user-add.mdx +1 -1
  375. package/docs/docs/cmd/yammer/group/group-user-remove.mdx +1 -1
  376. package/docs/docs/cmd/yammer/message/message-add.mdx +1 -1
  377. package/docs/docs/cmd/yammer/message/message-get.mdx +1 -1
  378. package/docs/docs/cmd/yammer/message/message-like-set.mdx +1 -1
  379. package/docs/docs/cmd/yammer/message/message-list.mdx +1 -1
  380. package/docs/docs/cmd/yammer/message/message-remove.mdx +1 -1
  381. package/docs/docs/cmd/yammer/network/network-list.mdx +1 -1
  382. package/docs/docs/cmd/yammer/user/user-get.mdx +1 -1
  383. package/docs/docs/cmd/yammer/user/user-list.mdx +1 -1
  384. package/docs/docs/cmd/yammer/yammer-search.mdx +1 -1
  385. package/npm-shrinkwrap.json +1008 -406
  386. package/package.json +25 -24
  387. package/dist/cli/Cli.js +0 -858
@@ -9,20 +9,20 @@
9
9
  "version": "7.3.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@azure/msal-common": "^13.2.1",
13
- "@azure/msal-node": "^1.18.4",
12
+ "@azure/msal-common": "^14.5.0",
13
+ "@azure/msal-node": "^2.6.0",
14
14
  "@inquirer/confirm": "^2.0.15",
15
15
  "@inquirer/input": "^1.2.14",
16
16
  "@inquirer/select": "^1.3.1",
17
17
  "@xmldom/xmldom": "^0.8.10",
18
- "adaptive-expressions": "^4.21.0",
18
+ "adaptive-expressions": "^4.21.3",
19
19
  "adaptivecards": "^3.0.2",
20
20
  "adaptivecards-templating": "^2.3.1",
21
21
  "adm-zip": "^0.5.10",
22
- "applicationinsights": "^2.9.0",
23
- "axios": "^1.6.1",
22
+ "applicationinsights": "^2.9.1",
23
+ "axios": "^1.6.2",
24
24
  "chalk": "^5.3.0",
25
- "clipboardy": "^3.0.0",
25
+ "clipboardy": "^4.0.0",
26
26
  "configstore": "^6.0.0",
27
27
  "csv-stringify": "^6.4.4",
28
28
  "easy-table": "^1.2.0",
@@ -31,12 +31,12 @@
31
31
  "minimist": "^1.2.8",
32
32
  "node-forge": "^1.3.1",
33
33
  "omelette": "^0.4.17",
34
- "open": "^8.4.2",
35
- "ora": "^5.4.1",
34
+ "open": "^9.1.0",
35
+ "ora": "^7.0.1",
36
36
  "semver": "^7.5.4",
37
37
  "strip-json-comments": "^5.0.1",
38
- "typescript": "^5.2.2",
39
- "update-notifier": "^6.0.2",
38
+ "typescript": "^5.3.3",
39
+ "update-notifier": "^7.0.0",
40
40
  "uuid": "^9.0.1",
41
41
  "yaml": "^2.3.4"
42
42
  },
@@ -48,27 +48,27 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/microsoft-graph-types": "^2.40.0",
51
- "@types/adm-zip": "^0.5.4",
51
+ "@types/adm-zip": "^0.5.5",
52
52
  "@types/jmespath": "^0.15.2",
53
53
  "@types/json-to-ast": "^2.1.4",
54
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",
55
+ "@types/mocha": "^10.0.6",
56
+ "@types/node": "^18.19.3",
57
+ "@types/node-forge": "^1.3.10",
58
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",
59
+ "@types/semver": "^7.5.6",
60
+ "@types/sinon": "^17.0.2",
61
+ "@types/update-notifier": "^6.0.8",
62
62
  "@types/uuid": "^9.0.7",
63
- "@typescript-eslint/eslint-plugin": "^5.62.0",
64
- "@typescript-eslint/parser": "^5.62.0",
65
- "c8": "^7.14.0",
66
- "eslint": "^8.53.0",
63
+ "@typescript-eslint/eslint-plugin": "^6.13.2",
64
+ "@typescript-eslint/parser": "^6.13.2",
65
+ "c8": "^8.0.1",
66
+ "eslint": "^8.55.0",
67
67
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
68
68
  "eslint-plugin-mocha": "^10.2.0",
69
69
  "mocha": "^10.2.0",
70
- "rimraf": "^4.4.1",
71
- "sinon": "^15.2.0",
70
+ "rimraf": "^5.0.5",
71
+ "sinon": "^17.0.0",
72
72
  "source-map-support": "^0.5.21"
73
73
  }
74
74
  },
@@ -173,25 +173,24 @@
173
173
  }
174
174
  },
175
175
  "node_modules/@azure/msal-common": {
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==",
176
+ "version": "14.5.0",
177
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.5.0.tgz",
178
+ "integrity": "sha512-Gx5rZbiZV/HiZ2nEKfjfAF/qDdZ4/QWxMvMo2jhIFVz528dVKtaZyFAOtsX2Ak8+TQvRsGCaEfuwJFuXB6tu1A==",
179
179
  "engines": {
180
180
  "node": ">=0.8.0"
181
181
  }
182
182
  },
183
183
  "node_modules/@azure/msal-node": {
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.",
184
+ "version": "2.6.0",
185
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.6.0.tgz",
186
+ "integrity": "sha512-RWAWCYYrSldIYC47oWtofIun41e6SB9TBYgGYsezq6ednagwo9ZRFyRsvl1NabmdTkdDDXRAABIdveeN2Gtd8w==",
188
187
  "dependencies": {
189
- "@azure/msal-common": "13.3.1",
188
+ "@azure/msal-common": "14.5.0",
190
189
  "jsonwebtoken": "^9.0.0",
191
190
  "uuid": "^8.3.0"
192
191
  },
193
192
  "engines": {
194
- "node": "10 || 12 || 14 || 16 || 18"
193
+ "node": "16|| 18 || 20"
195
194
  }
196
195
  },
197
196
  "node_modules/@azure/msal-node/node_modules/uuid": {
@@ -249,9 +248,9 @@
249
248
  }
250
249
  },
251
250
  "node_modules/@eslint/eslintrc": {
252
- "version": "2.1.3",
253
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
254
- "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
251
+ "version": "2.1.4",
252
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
253
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
255
254
  "dev": true,
256
255
  "dependencies": {
257
256
  "ajv": "^6.12.4",
@@ -284,9 +283,9 @@
284
283
  }
285
284
  },
286
285
  "node_modules/@eslint/js": {
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==",
286
+ "version": "8.55.0",
287
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz",
288
+ "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==",
290
289
  "dev": true,
291
290
  "engines": {
292
291
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -466,6 +465,79 @@
466
465
  "node": ">=14.18.0"
467
466
  }
468
467
  },
468
+ "node_modules/@isaacs/cliui": {
469
+ "version": "8.0.2",
470
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
471
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
472
+ "dev": true,
473
+ "dependencies": {
474
+ "string-width": "^5.1.2",
475
+ "string-width-cjs": "npm:string-width@^4.2.0",
476
+ "strip-ansi": "^7.0.1",
477
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
478
+ "wrap-ansi": "^8.1.0",
479
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
480
+ },
481
+ "engines": {
482
+ "node": ">=12"
483
+ }
484
+ },
485
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
486
+ "version": "6.0.1",
487
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
488
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
489
+ "dev": true,
490
+ "engines": {
491
+ "node": ">=12"
492
+ },
493
+ "funding": {
494
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
495
+ }
496
+ },
497
+ "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
498
+ "version": "6.2.1",
499
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
500
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
501
+ "dev": true,
502
+ "engines": {
503
+ "node": ">=12"
504
+ },
505
+ "funding": {
506
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
507
+ }
508
+ },
509
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
510
+ "version": "7.1.0",
511
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
512
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
513
+ "dev": true,
514
+ "dependencies": {
515
+ "ansi-regex": "^6.0.1"
516
+ },
517
+ "engines": {
518
+ "node": ">=12"
519
+ },
520
+ "funding": {
521
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
522
+ }
523
+ },
524
+ "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
525
+ "version": "8.1.0",
526
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
527
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
528
+ "dev": true,
529
+ "dependencies": {
530
+ "ansi-styles": "^6.1.0",
531
+ "string-width": "^5.0.1",
532
+ "strip-ansi": "^7.0.1"
533
+ },
534
+ "engines": {
535
+ "node": ">=12"
536
+ },
537
+ "funding": {
538
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
539
+ }
540
+ },
469
541
  "node_modules/@istanbuljs/schema": {
470
542
  "version": "0.1.3",
471
543
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -633,6 +705,16 @@
633
705
  "node": ">=14"
634
706
  }
635
707
  },
708
+ "node_modules/@pkgjs/parseargs": {
709
+ "version": "0.11.0",
710
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
711
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
712
+ "dev": true,
713
+ "optional": true,
714
+ "engines": {
715
+ "node": ">=14"
716
+ }
717
+ },
636
718
  "node_modules/@pnpm/config.env-replace": {
637
719
  "version": "1.1.0",
638
720
  "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz",
@@ -745,9 +827,9 @@
745
827
  }
746
828
  },
747
829
  "node_modules/@types/adm-zip": {
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==",
830
+ "version": "0.5.5",
831
+ "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.5.tgz",
832
+ "integrity": "sha512-YCGstVMjc4LTY5uK9/obvxBya93axZOVOyf2GSUulADzmLhYE45u2nAssCs/fWBs1Ifq5Vat75JTPwd5XZoPJw==",
751
833
  "dev": true,
752
834
  "dependencies": {
753
835
  "@types/node": "*"
@@ -823,9 +905,9 @@
823
905
  "dev": true
824
906
  },
825
907
  "node_modules/@types/mocha": {
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==",
908
+ "version": "10.0.6",
909
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz",
910
+ "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==",
829
911
  "dev": true
830
912
  },
831
913
  "node_modules/@types/mute-stream": {
@@ -837,17 +919,17 @@
837
919
  }
838
920
  },
839
921
  "node_modules/@types/node": {
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==",
922
+ "version": "18.19.3",
923
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.3.tgz",
924
+ "integrity": "sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==",
843
925
  "dependencies": {
844
926
  "undici-types": "~5.26.4"
845
927
  }
846
928
  },
847
929
  "node_modules/@types/node-forge": {
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==",
930
+ "version": "1.3.10",
931
+ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.10.tgz",
932
+ "integrity": "sha512-y6PJDYN4xYBxwd22l+OVH35N+1fCYWiuC3aiP2SlXVE6Lo7SS+rSx9r89hLxrP4pn6n1lBGhHJ12pj3F3Mpttw==",
851
933
  "dev": true,
852
934
  "dependencies": {
853
935
  "@types/node": "*"
@@ -860,9 +942,9 @@
860
942
  "dev": true
861
943
  },
862
944
  "node_modules/@types/semver": {
863
- "version": "7.5.5",
864
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz",
865
- "integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==",
945
+ "version": "7.5.6",
946
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
947
+ "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==",
866
948
  "dev": true
867
949
  },
868
950
  "node_modules/@types/shimmer": {
@@ -871,9 +953,9 @@
871
953
  "integrity": "sha512-9Hp0ObzwwO57DpLFF0InUjUm/II8GmKAvzbefxQTihCb7KI6yc9yzf0nLc4mVdby5N4DRCgQM2wCup9KTieeww=="
872
954
  },
873
955
  "node_modules/@types/sinon": {
874
- "version": "10.0.20",
875
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz",
876
- "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==",
956
+ "version": "17.0.2",
957
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.2.tgz",
958
+ "integrity": "sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==",
877
959
  "dev": true,
878
960
  "dependencies": {
879
961
  "@types/sinonjs__fake-timers": "*"
@@ -886,13 +968,13 @@
886
968
  "dev": true
887
969
  },
888
970
  "node_modules/@types/update-notifier": {
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==",
971
+ "version": "6.0.8",
972
+ "resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-6.0.8.tgz",
973
+ "integrity": "sha512-IlDFnfSVfYQD+cKIg63DEXn3RFmd7W1iYtKQsJodcHK9R1yr8aKbKaPKfBxzPpcHCq2DU8zUq4PIPmy19Thjfg==",
892
974
  "dev": true,
893
975
  "dependencies": {
894
976
  "@types/configstore": "*",
895
- "boxen": "^7.0.0"
977
+ "boxen": "^7.1.1"
896
978
  }
897
979
  },
898
980
  "node_modules/@types/uuid": {
@@ -912,32 +994,33 @@
912
994
  "integrity": "sha512-7eZFfxI9XHYjJJuugddV6N5YNeXgQE1lArWOcd1eCOKWb/FGs5SIjacSYuEJuwhsGS3gy4RuZ5EUIcqYscuPDA=="
913
995
  },
914
996
  "node_modules/@typescript-eslint/eslint-plugin": {
915
- "version": "5.62.0",
916
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
917
- "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
997
+ "version": "6.13.2",
998
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.2.tgz",
999
+ "integrity": "sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==",
918
1000
  "dev": true,
919
1001
  "dependencies": {
920
- "@eslint-community/regexpp": "^4.4.0",
921
- "@typescript-eslint/scope-manager": "5.62.0",
922
- "@typescript-eslint/type-utils": "5.62.0",
923
- "@typescript-eslint/utils": "5.62.0",
1002
+ "@eslint-community/regexpp": "^4.5.1",
1003
+ "@typescript-eslint/scope-manager": "6.13.2",
1004
+ "@typescript-eslint/type-utils": "6.13.2",
1005
+ "@typescript-eslint/utils": "6.13.2",
1006
+ "@typescript-eslint/visitor-keys": "6.13.2",
924
1007
  "debug": "^4.3.4",
925
1008
  "graphemer": "^1.4.0",
926
- "ignore": "^5.2.0",
927
- "natural-compare-lite": "^1.4.0",
928
- "semver": "^7.3.7",
929
- "tsutils": "^3.21.0"
1009
+ "ignore": "^5.2.4",
1010
+ "natural-compare": "^1.4.0",
1011
+ "semver": "^7.5.4",
1012
+ "ts-api-utils": "^1.0.1"
930
1013
  },
931
1014
  "engines": {
932
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1015
+ "node": "^16.0.0 || >=18.0.0"
933
1016
  },
934
1017
  "funding": {
935
1018
  "type": "opencollective",
936
1019
  "url": "https://opencollective.com/typescript-eslint"
937
1020
  },
938
1021
  "peerDependencies": {
939
- "@typescript-eslint/parser": "^5.0.0",
940
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
1022
+ "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
1023
+ "eslint": "^7.0.0 || ^8.0.0"
941
1024
  },
942
1025
  "peerDependenciesMeta": {
943
1026
  "typescript": {
@@ -946,25 +1029,26 @@
946
1029
  }
947
1030
  },
948
1031
  "node_modules/@typescript-eslint/parser": {
949
- "version": "5.62.0",
950
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
951
- "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
1032
+ "version": "6.13.2",
1033
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.13.2.tgz",
1034
+ "integrity": "sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==",
952
1035
  "dev": true,
953
1036
  "dependencies": {
954
- "@typescript-eslint/scope-manager": "5.62.0",
955
- "@typescript-eslint/types": "5.62.0",
956
- "@typescript-eslint/typescript-estree": "5.62.0",
1037
+ "@typescript-eslint/scope-manager": "6.13.2",
1038
+ "@typescript-eslint/types": "6.13.2",
1039
+ "@typescript-eslint/typescript-estree": "6.13.2",
1040
+ "@typescript-eslint/visitor-keys": "6.13.2",
957
1041
  "debug": "^4.3.4"
958
1042
  },
959
1043
  "engines": {
960
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1044
+ "node": "^16.0.0 || >=18.0.0"
961
1045
  },
962
1046
  "funding": {
963
1047
  "type": "opencollective",
964
1048
  "url": "https://opencollective.com/typescript-eslint"
965
1049
  },
966
1050
  "peerDependencies": {
967
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
1051
+ "eslint": "^7.0.0 || ^8.0.0"
968
1052
  },
969
1053
  "peerDependenciesMeta": {
970
1054
  "typescript": {
@@ -973,16 +1057,16 @@
973
1057
  }
974
1058
  },
975
1059
  "node_modules/@typescript-eslint/scope-manager": {
976
- "version": "5.62.0",
977
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
978
- "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
1060
+ "version": "6.13.2",
1061
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.2.tgz",
1062
+ "integrity": "sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==",
979
1063
  "dev": true,
980
1064
  "dependencies": {
981
- "@typescript-eslint/types": "5.62.0",
982
- "@typescript-eslint/visitor-keys": "5.62.0"
1065
+ "@typescript-eslint/types": "6.13.2",
1066
+ "@typescript-eslint/visitor-keys": "6.13.2"
983
1067
  },
984
1068
  "engines": {
985
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1069
+ "node": "^16.0.0 || >=18.0.0"
986
1070
  },
987
1071
  "funding": {
988
1072
  "type": "opencollective",
@@ -990,25 +1074,25 @@
990
1074
  }
991
1075
  },
992
1076
  "node_modules/@typescript-eslint/type-utils": {
993
- "version": "5.62.0",
994
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
995
- "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
1077
+ "version": "6.13.2",
1078
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.13.2.tgz",
1079
+ "integrity": "sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==",
996
1080
  "dev": true,
997
1081
  "dependencies": {
998
- "@typescript-eslint/typescript-estree": "5.62.0",
999
- "@typescript-eslint/utils": "5.62.0",
1082
+ "@typescript-eslint/typescript-estree": "6.13.2",
1083
+ "@typescript-eslint/utils": "6.13.2",
1000
1084
  "debug": "^4.3.4",
1001
- "tsutils": "^3.21.0"
1085
+ "ts-api-utils": "^1.0.1"
1002
1086
  },
1003
1087
  "engines": {
1004
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1088
+ "node": "^16.0.0 || >=18.0.0"
1005
1089
  },
1006
1090
  "funding": {
1007
1091
  "type": "opencollective",
1008
1092
  "url": "https://opencollective.com/typescript-eslint"
1009
1093
  },
1010
1094
  "peerDependencies": {
1011
- "eslint": "*"
1095
+ "eslint": "^7.0.0 || ^8.0.0"
1012
1096
  },
1013
1097
  "peerDependenciesMeta": {
1014
1098
  "typescript": {
@@ -1017,12 +1101,12 @@
1017
1101
  }
1018
1102
  },
1019
1103
  "node_modules/@typescript-eslint/types": {
1020
- "version": "5.62.0",
1021
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
1022
- "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
1104
+ "version": "6.13.2",
1105
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.2.tgz",
1106
+ "integrity": "sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==",
1023
1107
  "dev": true,
1024
1108
  "engines": {
1025
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1109
+ "node": "^16.0.0 || >=18.0.0"
1026
1110
  },
1027
1111
  "funding": {
1028
1112
  "type": "opencollective",
@@ -1030,21 +1114,21 @@
1030
1114
  }
1031
1115
  },
1032
1116
  "node_modules/@typescript-eslint/typescript-estree": {
1033
- "version": "5.62.0",
1034
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
1035
- "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
1117
+ "version": "6.13.2",
1118
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz",
1119
+ "integrity": "sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==",
1036
1120
  "dev": true,
1037
1121
  "dependencies": {
1038
- "@typescript-eslint/types": "5.62.0",
1039
- "@typescript-eslint/visitor-keys": "5.62.0",
1122
+ "@typescript-eslint/types": "6.13.2",
1123
+ "@typescript-eslint/visitor-keys": "6.13.2",
1040
1124
  "debug": "^4.3.4",
1041
1125
  "globby": "^11.1.0",
1042
1126
  "is-glob": "^4.0.3",
1043
- "semver": "^7.3.7",
1044
- "tsutils": "^3.21.0"
1127
+ "semver": "^7.5.4",
1128
+ "ts-api-utils": "^1.0.1"
1045
1129
  },
1046
1130
  "engines": {
1047
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1131
+ "node": "^16.0.0 || >=18.0.0"
1048
1132
  },
1049
1133
  "funding": {
1050
1134
  "type": "opencollective",
@@ -1057,42 +1141,41 @@
1057
1141
  }
1058
1142
  },
1059
1143
  "node_modules/@typescript-eslint/utils": {
1060
- "version": "5.62.0",
1061
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
1062
- "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
1144
+ "version": "6.13.2",
1145
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.13.2.tgz",
1146
+ "integrity": "sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==",
1063
1147
  "dev": true,
1064
1148
  "dependencies": {
1065
- "@eslint-community/eslint-utils": "^4.2.0",
1066
- "@types/json-schema": "^7.0.9",
1067
- "@types/semver": "^7.3.12",
1068
- "@typescript-eslint/scope-manager": "5.62.0",
1069
- "@typescript-eslint/types": "5.62.0",
1070
- "@typescript-eslint/typescript-estree": "5.62.0",
1071
- "eslint-scope": "^5.1.1",
1072
- "semver": "^7.3.7"
1149
+ "@eslint-community/eslint-utils": "^4.4.0",
1150
+ "@types/json-schema": "^7.0.12",
1151
+ "@types/semver": "^7.5.0",
1152
+ "@typescript-eslint/scope-manager": "6.13.2",
1153
+ "@typescript-eslint/types": "6.13.2",
1154
+ "@typescript-eslint/typescript-estree": "6.13.2",
1155
+ "semver": "^7.5.4"
1073
1156
  },
1074
1157
  "engines": {
1075
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1158
+ "node": "^16.0.0 || >=18.0.0"
1076
1159
  },
1077
1160
  "funding": {
1078
1161
  "type": "opencollective",
1079
1162
  "url": "https://opencollective.com/typescript-eslint"
1080
1163
  },
1081
1164
  "peerDependencies": {
1082
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
1165
+ "eslint": "^7.0.0 || ^8.0.0"
1083
1166
  }
1084
1167
  },
1085
1168
  "node_modules/@typescript-eslint/visitor-keys": {
1086
- "version": "5.62.0",
1087
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
1088
- "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
1169
+ "version": "6.13.2",
1170
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.2.tgz",
1171
+ "integrity": "sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==",
1089
1172
  "dev": true,
1090
1173
  "dependencies": {
1091
- "@typescript-eslint/types": "5.62.0",
1092
- "eslint-visitor-keys": "^3.3.0"
1174
+ "@typescript-eslint/types": "6.13.2",
1175
+ "eslint-visitor-keys": "^3.4.1"
1093
1176
  },
1094
1177
  "engines": {
1095
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1178
+ "node": "^16.0.0 || >=18.0.0"
1096
1179
  },
1097
1180
  "funding": {
1098
1181
  "type": "opencollective",
@@ -1142,9 +1225,9 @@
1142
1225
  }
1143
1226
  },
1144
1227
  "node_modules/adaptive-expressions": {
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==",
1228
+ "version": "4.21.3",
1229
+ "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.21.3.tgz",
1230
+ "integrity": "sha512-7CpJMwOZZS7lw+vhbPR4VIXhOUH/s9yMEsHOd8TKEivyNK19/0ghoHXYa1Hg8wtADHY7oJKhHTG/B81C18fdQg==",
1148
1231
  "dependencies": {
1149
1232
  "@microsoft/recognizers-text-data-types-timex-expression": "1.3.0",
1150
1233
  "@types/atob-lite": "^2.0.0",
@@ -1316,9 +1399,9 @@
1316
1399
  }
1317
1400
  },
1318
1401
  "node_modules/applicationinsights": {
1319
- "version": "2.9.0",
1320
- "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.0.tgz",
1321
- "integrity": "sha512-W90WNjtvZ10GUInpkyNM0xBGe2qRYChHhdb44SE5KU7hXtCZLxs3IZjWw1gJINQem0qGAgtZlxrVvKPj5SlTbQ==",
1402
+ "version": "2.9.1",
1403
+ "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.1.tgz",
1404
+ "integrity": "sha512-hrpe/OvHFZlq+SQERD1fxaYICyunxzEBh9SolJebzYnIXkyA9zxIR87dZAh+F3+weltbqdIP8W038cvtpMNhQg==",
1322
1405
  "dependencies": {
1323
1406
  "@azure/core-auth": "^1.5.0",
1324
1407
  "@azure/core-rest-pipeline": "1.10.1",
@@ -1346,25 +1429,6 @@
1346
1429
  }
1347
1430
  }
1348
1431
  },
1349
- "node_modules/arch": {
1350
- "version": "2.2.0",
1351
- "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
1352
- "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
1353
- "funding": [
1354
- {
1355
- "type": "github",
1356
- "url": "https://github.com/sponsors/feross"
1357
- },
1358
- {
1359
- "type": "patreon",
1360
- "url": "https://www.patreon.com/feross"
1361
- },
1362
- {
1363
- "type": "consulting",
1364
- "url": "https://feross.org/support"
1365
- }
1366
- ]
1367
- },
1368
1432
  "node_modules/argparse": {
1369
1433
  "version": "2.0.1",
1370
1434
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
@@ -1422,9 +1486,9 @@
1422
1486
  "integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw=="
1423
1487
  },
1424
1488
  "node_modules/axios": {
1425
- "version": "1.6.1",
1426
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
1427
- "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
1489
+ "version": "1.6.2",
1490
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz",
1491
+ "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
1428
1492
  "dependencies": {
1429
1493
  "follow-redirects": "^1.15.0",
1430
1494
  "form-data": "^4.0.0",
@@ -1474,11 +1538,11 @@
1474
1538
  }
1475
1539
  },
1476
1540
  "node_modules/bl": {
1477
- "version": "4.1.0",
1478
- "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
1479
- "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
1541
+ "version": "5.1.0",
1542
+ "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz",
1543
+ "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==",
1480
1544
  "dependencies": {
1481
- "buffer": "^5.5.0",
1545
+ "buffer": "^6.0.3",
1482
1546
  "inherits": "^2.0.4",
1483
1547
  "readable-stream": "^3.4.0"
1484
1548
  }
@@ -1567,6 +1631,17 @@
1567
1631
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1568
1632
  }
1569
1633
  },
1634
+ "node_modules/bplist-parser": {
1635
+ "version": "0.2.0",
1636
+ "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz",
1637
+ "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==",
1638
+ "dependencies": {
1639
+ "big-integer": "^1.6.44"
1640
+ },
1641
+ "engines": {
1642
+ "node": ">= 5.10.0"
1643
+ }
1644
+ },
1570
1645
  "node_modules/brace-expansion": {
1571
1646
  "version": "1.1.11",
1572
1647
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -1601,9 +1676,9 @@
1601
1676
  "integrity": "sha512-gvW7InbIyF8AicrqWoptdW08pUxuhq8BEgowNajy9RhiE86fmGAGl+bLKo6oB8QP0CkqHLowfN0oJdKC/J6LbA=="
1602
1677
  },
1603
1678
  "node_modules/buffer": {
1604
- "version": "5.7.1",
1605
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
1606
- "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
1679
+ "version": "6.0.3",
1680
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
1681
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
1607
1682
  "funding": [
1608
1683
  {
1609
1684
  "type": "github",
@@ -1620,7 +1695,7 @@
1620
1695
  ],
1621
1696
  "dependencies": {
1622
1697
  "base64-js": "^1.3.1",
1623
- "ieee754": "^1.1.13"
1698
+ "ieee754": "^1.2.1"
1624
1699
  }
1625
1700
  },
1626
1701
  "node_modules/buffer-equal-constant-time": {
@@ -1634,10 +1709,24 @@
1634
1709
  "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
1635
1710
  "dev": true
1636
1711
  },
1712
+ "node_modules/bundle-name": {
1713
+ "version": "3.0.0",
1714
+ "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz",
1715
+ "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==",
1716
+ "dependencies": {
1717
+ "run-applescript": "^5.0.0"
1718
+ },
1719
+ "engines": {
1720
+ "node": ">=12"
1721
+ },
1722
+ "funding": {
1723
+ "url": "https://github.com/sponsors/sindresorhus"
1724
+ }
1725
+ },
1637
1726
  "node_modules/c8": {
1638
- "version": "7.14.0",
1639
- "resolved": "https://registry.npmjs.org/c8/-/c8-7.14.0.tgz",
1640
- "integrity": "sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==",
1727
+ "version": "8.0.1",
1728
+ "resolved": "https://registry.npmjs.org/c8/-/c8-8.0.1.tgz",
1729
+ "integrity": "sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==",
1641
1730
  "dev": true,
1642
1731
  "dependencies": {
1643
1732
  "@bcoe/v8-coverage": "^0.2.3",
@@ -1645,21 +1734,41 @@
1645
1734
  "find-up": "^5.0.0",
1646
1735
  "foreground-child": "^2.0.0",
1647
1736
  "istanbul-lib-coverage": "^3.2.0",
1648
- "istanbul-lib-report": "^3.0.0",
1649
- "istanbul-reports": "^3.1.4",
1737
+ "istanbul-lib-report": "^3.0.1",
1738
+ "istanbul-reports": "^3.1.6",
1650
1739
  "rimraf": "^3.0.2",
1651
1740
  "test-exclude": "^6.0.0",
1652
1741
  "v8-to-istanbul": "^9.0.0",
1653
- "yargs": "^16.2.0",
1654
- "yargs-parser": "^20.2.9"
1742
+ "yargs": "^17.7.2",
1743
+ "yargs-parser": "^21.1.1"
1655
1744
  },
1656
1745
  "bin": {
1657
1746
  "c8": "bin/c8.js"
1658
1747
  },
1659
1748
  "engines": {
1660
- "node": ">=10.12.0"
1749
+ "node": ">=12"
1750
+ }
1751
+ },
1752
+ "node_modules/c8/node_modules/cliui": {
1753
+ "version": "8.0.1",
1754
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
1755
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
1756
+ "dev": true,
1757
+ "dependencies": {
1758
+ "string-width": "^4.2.0",
1759
+ "strip-ansi": "^6.0.1",
1760
+ "wrap-ansi": "^7.0.0"
1761
+ },
1762
+ "engines": {
1763
+ "node": ">=12"
1661
1764
  }
1662
1765
  },
1766
+ "node_modules/c8/node_modules/emoji-regex": {
1767
+ "version": "8.0.0",
1768
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1769
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1770
+ "dev": true
1771
+ },
1663
1772
  "node_modules/c8/node_modules/rimraf": {
1664
1773
  "version": "3.0.2",
1665
1774
  "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
@@ -1675,6 +1784,64 @@
1675
1784
  "url": "https://github.com/sponsors/isaacs"
1676
1785
  }
1677
1786
  },
1787
+ "node_modules/c8/node_modules/string-width": {
1788
+ "version": "4.2.3",
1789
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1790
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1791
+ "dev": true,
1792
+ "dependencies": {
1793
+ "emoji-regex": "^8.0.0",
1794
+ "is-fullwidth-code-point": "^3.0.0",
1795
+ "strip-ansi": "^6.0.1"
1796
+ },
1797
+ "engines": {
1798
+ "node": ">=8"
1799
+ }
1800
+ },
1801
+ "node_modules/c8/node_modules/wrap-ansi": {
1802
+ "version": "7.0.0",
1803
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1804
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1805
+ "dev": true,
1806
+ "dependencies": {
1807
+ "ansi-styles": "^4.0.0",
1808
+ "string-width": "^4.1.0",
1809
+ "strip-ansi": "^6.0.0"
1810
+ },
1811
+ "engines": {
1812
+ "node": ">=10"
1813
+ },
1814
+ "funding": {
1815
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1816
+ }
1817
+ },
1818
+ "node_modules/c8/node_modules/yargs": {
1819
+ "version": "17.7.2",
1820
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
1821
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
1822
+ "dev": true,
1823
+ "dependencies": {
1824
+ "cliui": "^8.0.1",
1825
+ "escalade": "^3.1.1",
1826
+ "get-caller-file": "^2.0.5",
1827
+ "require-directory": "^2.1.1",
1828
+ "string-width": "^4.2.3",
1829
+ "y18n": "^5.0.5",
1830
+ "yargs-parser": "^21.1.1"
1831
+ },
1832
+ "engines": {
1833
+ "node": ">=12"
1834
+ }
1835
+ },
1836
+ "node_modules/c8/node_modules/yargs-parser": {
1837
+ "version": "21.1.1",
1838
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
1839
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
1840
+ "dev": true,
1841
+ "engines": {
1842
+ "node": ">=12"
1843
+ }
1844
+ },
1678
1845
  "node_modules/cacheable-lookup": {
1679
1846
  "version": "7.0.0",
1680
1847
  "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
@@ -1770,20 +1937,6 @@
1770
1937
  "node": ">= 6"
1771
1938
  }
1772
1939
  },
1773
- "node_modules/ci-info": {
1774
- "version": "3.9.0",
1775
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
1776
- "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
1777
- "funding": [
1778
- {
1779
- "type": "github",
1780
- "url": "https://github.com/sponsors/sibiraj-s"
1781
- }
1782
- ],
1783
- "engines": {
1784
- "node": ">=8"
1785
- }
1786
- },
1787
1940
  "node_modules/cjs-module-lexer": {
1788
1941
  "version": "1.2.3",
1789
1942
  "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz",
@@ -1801,14 +1954,17 @@
1801
1954
  }
1802
1955
  },
1803
1956
  "node_modules/cli-cursor": {
1804
- "version": "3.1.0",
1805
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
1806
- "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
1957
+ "version": "4.0.0",
1958
+ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
1959
+ "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
1807
1960
  "dependencies": {
1808
- "restore-cursor": "^3.1.0"
1961
+ "restore-cursor": "^4.0.0"
1809
1962
  },
1810
1963
  "engines": {
1811
- "node": ">=8"
1964
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1965
+ },
1966
+ "funding": {
1967
+ "url": "https://github.com/sponsors/sindresorhus"
1812
1968
  }
1813
1969
  },
1814
1970
  "node_modules/cli-spinners": {
@@ -1831,16 +1987,30 @@
1831
1987
  }
1832
1988
  },
1833
1989
  "node_modules/clipboardy": {
1834
- "version": "3.0.0",
1835
- "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-3.0.0.tgz",
1836
- "integrity": "sha512-Su+uU5sr1jkUy1sGRpLKjKrvEOVXgSgiSInwa/qeID6aJ07yh+5NWc3h2QfjHjBnfX4LhtFcuAWKUsJ3r+fjbg==",
1990
+ "version": "4.0.0",
1991
+ "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz",
1992
+ "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
1837
1993
  "dependencies": {
1838
- "arch": "^2.2.0",
1839
- "execa": "^5.1.1",
1840
- "is-wsl": "^2.2.0"
1994
+ "execa": "^8.0.1",
1995
+ "is-wsl": "^3.1.0",
1996
+ "is64bit": "^2.0.0"
1841
1997
  },
1842
1998
  "engines": {
1843
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1999
+ "node": ">=18"
2000
+ },
2001
+ "funding": {
2002
+ "url": "https://github.com/sponsors/sindresorhus"
2003
+ }
2004
+ },
2005
+ "node_modules/clipboardy/node_modules/is-wsl": {
2006
+ "version": "3.1.0",
2007
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
2008
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
2009
+ "dependencies": {
2010
+ "is-inside-container": "^1.0.0"
2011
+ },
2012
+ "engines": {
2013
+ "node": ">=16"
1844
2014
  },
1845
2015
  "funding": {
1846
2016
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1898,6 +2068,7 @@
1898
2068
  "version": "1.0.4",
1899
2069
  "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
1900
2070
  "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
2071
+ "optional": true,
1901
2072
  "engines": {
1902
2073
  "node": ">=0.8"
1903
2074
  }
@@ -2131,10 +2302,78 @@
2131
2302
  "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
2132
2303
  "dev": true
2133
2304
  },
2305
+ "node_modules/default-browser": {
2306
+ "version": "4.0.0",
2307
+ "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz",
2308
+ "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==",
2309
+ "dependencies": {
2310
+ "bundle-name": "^3.0.0",
2311
+ "default-browser-id": "^3.0.0",
2312
+ "execa": "^7.1.1",
2313
+ "titleize": "^3.0.0"
2314
+ },
2315
+ "engines": {
2316
+ "node": ">=14.16"
2317
+ },
2318
+ "funding": {
2319
+ "url": "https://github.com/sponsors/sindresorhus"
2320
+ }
2321
+ },
2322
+ "node_modules/default-browser-id": {
2323
+ "version": "3.0.0",
2324
+ "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz",
2325
+ "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==",
2326
+ "dependencies": {
2327
+ "bplist-parser": "^0.2.0",
2328
+ "untildify": "^4.0.0"
2329
+ },
2330
+ "engines": {
2331
+ "node": ">=12"
2332
+ },
2333
+ "funding": {
2334
+ "url": "https://github.com/sponsors/sindresorhus"
2335
+ }
2336
+ },
2337
+ "node_modules/default-browser/node_modules/execa": {
2338
+ "version": "7.2.0",
2339
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
2340
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
2341
+ "dependencies": {
2342
+ "cross-spawn": "^7.0.3",
2343
+ "get-stream": "^6.0.1",
2344
+ "human-signals": "^4.3.0",
2345
+ "is-stream": "^3.0.0",
2346
+ "merge-stream": "^2.0.0",
2347
+ "npm-run-path": "^5.1.0",
2348
+ "onetime": "^6.0.0",
2349
+ "signal-exit": "^3.0.7",
2350
+ "strip-final-newline": "^3.0.0"
2351
+ },
2352
+ "engines": {
2353
+ "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
2354
+ },
2355
+ "funding": {
2356
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
2357
+ }
2358
+ },
2359
+ "node_modules/default-browser/node_modules/human-signals": {
2360
+ "version": "4.3.1",
2361
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
2362
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
2363
+ "engines": {
2364
+ "node": ">=14.18.0"
2365
+ }
2366
+ },
2367
+ "node_modules/default-browser/node_modules/signal-exit": {
2368
+ "version": "3.0.7",
2369
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
2370
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
2371
+ },
2134
2372
  "node_modules/defaults": {
2135
2373
  "version": "1.0.4",
2136
2374
  "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
2137
2375
  "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
2376
+ "optional": true,
2138
2377
  "dependencies": {
2139
2378
  "clone": "^1.0.2"
2140
2379
  },
@@ -2151,11 +2390,14 @@
2151
2390
  }
2152
2391
  },
2153
2392
  "node_modules/define-lazy-prop": {
2154
- "version": "2.0.0",
2155
- "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
2156
- "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
2393
+ "version": "3.0.0",
2394
+ "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
2395
+ "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
2157
2396
  "engines": {
2158
- "node": ">=8"
2397
+ "node": ">=12"
2398
+ },
2399
+ "funding": {
2400
+ "url": "https://github.com/sponsors/sindresorhus"
2159
2401
  }
2160
2402
  },
2161
2403
  "node_modules/delayed-stream": {
@@ -2308,15 +2550,15 @@
2308
2550
  }
2309
2551
  },
2310
2552
  "node_modules/eslint": {
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==",
2553
+ "version": "8.55.0",
2554
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz",
2555
+ "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==",
2314
2556
  "dev": true,
2315
2557
  "dependencies": {
2316
2558
  "@eslint-community/eslint-utils": "^4.2.0",
2317
2559
  "@eslint-community/regexpp": "^4.6.1",
2318
- "@eslint/eslintrc": "^2.1.3",
2319
- "@eslint/js": "8.53.0",
2560
+ "@eslint/eslintrc": "^2.1.4",
2561
+ "@eslint/js": "8.55.0",
2320
2562
  "@humanwhocodes/config-array": "^0.11.13",
2321
2563
  "@humanwhocodes/module-importer": "^1.0.1",
2322
2564
  "@nodelib/fs.walk": "^1.2.8",
@@ -2382,19 +2624,6 @@
2382
2624
  "eslint": ">=7.0.0"
2383
2625
  }
2384
2626
  },
2385
- "node_modules/eslint-scope": {
2386
- "version": "5.1.1",
2387
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
2388
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
2389
- "dev": true,
2390
- "dependencies": {
2391
- "esrecurse": "^4.3.0",
2392
- "estraverse": "^4.1.1"
2393
- },
2394
- "engines": {
2395
- "node": ">=8.0.0"
2396
- }
2397
- },
2398
2627
  "node_modules/eslint-utils": {
2399
2628
  "version": "3.0.0",
2400
2629
  "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
@@ -2534,15 +2763,6 @@
2534
2763
  "node": ">=4.0"
2535
2764
  }
2536
2765
  },
2537
- "node_modules/estraverse": {
2538
- "version": "4.3.0",
2539
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
2540
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
2541
- "dev": true,
2542
- "engines": {
2543
- "node": ">=4.0"
2544
- }
2545
- },
2546
2766
  "node_modules/esutils": {
2547
2767
  "version": "2.0.3",
2548
2768
  "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
@@ -2553,31 +2773,37 @@
2553
2773
  }
2554
2774
  },
2555
2775
  "node_modules/execa": {
2556
- "version": "5.1.1",
2557
- "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
2558
- "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
2776
+ "version": "8.0.1",
2777
+ "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
2778
+ "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
2559
2779
  "dependencies": {
2560
2780
  "cross-spawn": "^7.0.3",
2561
- "get-stream": "^6.0.0",
2562
- "human-signals": "^2.1.0",
2563
- "is-stream": "^2.0.0",
2781
+ "get-stream": "^8.0.1",
2782
+ "human-signals": "^5.0.0",
2783
+ "is-stream": "^3.0.0",
2564
2784
  "merge-stream": "^2.0.0",
2565
- "npm-run-path": "^4.0.1",
2566
- "onetime": "^5.1.2",
2567
- "signal-exit": "^3.0.3",
2568
- "strip-final-newline": "^2.0.0"
2785
+ "npm-run-path": "^5.1.0",
2786
+ "onetime": "^6.0.0",
2787
+ "signal-exit": "^4.1.0",
2788
+ "strip-final-newline": "^3.0.0"
2569
2789
  },
2570
2790
  "engines": {
2571
- "node": ">=10"
2791
+ "node": ">=16.17"
2572
2792
  },
2573
2793
  "funding": {
2574
2794
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
2575
2795
  }
2576
2796
  },
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=="
2797
+ "node_modules/execa/node_modules/get-stream": {
2798
+ "version": "8.0.1",
2799
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
2800
+ "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
2801
+ "engines": {
2802
+ "node": ">=16"
2803
+ },
2804
+ "funding": {
2805
+ "url": "https://github.com/sponsors/sindresorhus"
2806
+ }
2581
2807
  },
2582
2808
  "node_modules/fast-deep-equal": {
2583
2809
  "version": "3.1.3",
@@ -3009,17 +3235,6 @@
3009
3235
  "node": ">=8"
3010
3236
  }
3011
3237
  },
3012
- "node_modules/has-yarn": {
3013
- "version": "3.0.0",
3014
- "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz",
3015
- "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==",
3016
- "engines": {
3017
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3018
- },
3019
- "funding": {
3020
- "url": "https://github.com/sponsors/sindresorhus"
3021
- }
3022
- },
3023
3238
  "node_modules/hasown": {
3024
3239
  "version": "2.0.0",
3025
3240
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
@@ -3089,11 +3304,11 @@
3089
3304
  }
3090
3305
  },
3091
3306
  "node_modules/human-signals": {
3092
- "version": "2.1.0",
3093
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
3094
- "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
3307
+ "version": "5.0.0",
3308
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
3309
+ "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
3095
3310
  "engines": {
3096
- "node": ">=10.17.0"
3311
+ "node": ">=16.17.0"
3097
3312
  }
3098
3313
  },
3099
3314
  "node_modules/ieee754": {
@@ -3202,17 +3417,6 @@
3202
3417
  "node": ">=8"
3203
3418
  }
3204
3419
  },
3205
- "node_modules/is-ci": {
3206
- "version": "3.0.1",
3207
- "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz",
3208
- "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==",
3209
- "dependencies": {
3210
- "ci-info": "^3.2.0"
3211
- },
3212
- "bin": {
3213
- "is-ci": "bin.js"
3214
- }
3215
- },
3216
3420
  "node_modules/is-core-module": {
3217
3421
  "version": "2.13.1",
3218
3422
  "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
@@ -3267,6 +3471,51 @@
3267
3471
  "node": ">=0.10.0"
3268
3472
  }
3269
3473
  },
3474
+ "node_modules/is-in-ci": {
3475
+ "version": "0.1.0",
3476
+ "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
3477
+ "integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
3478
+ "bin": {
3479
+ "is-in-ci": "cli.js"
3480
+ },
3481
+ "engines": {
3482
+ "node": ">=18"
3483
+ },
3484
+ "funding": {
3485
+ "url": "https://github.com/sponsors/sindresorhus"
3486
+ }
3487
+ },
3488
+ "node_modules/is-inside-container": {
3489
+ "version": "1.0.0",
3490
+ "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
3491
+ "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
3492
+ "dependencies": {
3493
+ "is-docker": "^3.0.0"
3494
+ },
3495
+ "bin": {
3496
+ "is-inside-container": "cli.js"
3497
+ },
3498
+ "engines": {
3499
+ "node": ">=14.16"
3500
+ },
3501
+ "funding": {
3502
+ "url": "https://github.com/sponsors/sindresorhus"
3503
+ }
3504
+ },
3505
+ "node_modules/is-inside-container/node_modules/is-docker": {
3506
+ "version": "3.0.0",
3507
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
3508
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
3509
+ "bin": {
3510
+ "is-docker": "cli.js"
3511
+ },
3512
+ "engines": {
3513
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3514
+ },
3515
+ "funding": {
3516
+ "url": "https://github.com/sponsors/sindresorhus"
3517
+ }
3518
+ },
3270
3519
  "node_modules/is-installed-globally": {
3271
3520
  "version": "0.4.0",
3272
3521
  "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz",
@@ -3283,11 +3532,14 @@
3283
3532
  }
3284
3533
  },
3285
3534
  "node_modules/is-interactive": {
3286
- "version": "1.0.0",
3287
- "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
3288
- "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
3535
+ "version": "2.0.0",
3536
+ "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
3537
+ "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==",
3289
3538
  "engines": {
3290
- "node": ">=8"
3539
+ "node": ">=12"
3540
+ },
3541
+ "funding": {
3542
+ "url": "https://github.com/sponsors/sindresorhus"
3291
3543
  }
3292
3544
  },
3293
3545
  "node_modules/is-npm": {
@@ -3336,11 +3588,11 @@
3336
3588
  }
3337
3589
  },
3338
3590
  "node_modules/is-stream": {
3339
- "version": "2.0.1",
3340
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
3341
- "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
3591
+ "version": "3.0.0",
3592
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
3593
+ "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
3342
3594
  "engines": {
3343
- "node": ">=8"
3595
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3344
3596
  },
3345
3597
  "funding": {
3346
3598
  "url": "https://github.com/sponsors/sindresorhus"
@@ -3355,6 +3607,7 @@
3355
3607
  "version": "0.1.0",
3356
3608
  "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
3357
3609
  "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
3610
+ "dev": true,
3358
3611
  "engines": {
3359
3612
  "node": ">=10"
3360
3613
  },
@@ -3373,12 +3626,18 @@
3373
3626
  "node": ">=8"
3374
3627
  }
3375
3628
  },
3376
- "node_modules/is-yarn-global": {
3377
- "version": "0.4.1",
3378
- "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.1.tgz",
3379
- "integrity": "sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==",
3629
+ "node_modules/is64bit": {
3630
+ "version": "2.0.0",
3631
+ "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz",
3632
+ "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
3633
+ "dependencies": {
3634
+ "system-architecture": "^0.1.0"
3635
+ },
3380
3636
  "engines": {
3381
- "node": ">=12"
3637
+ "node": ">=18"
3638
+ },
3639
+ "funding": {
3640
+ "url": "https://github.com/sponsors/sindresorhus"
3382
3641
  }
3383
3642
  },
3384
3643
  "node_modules/isarray": {
@@ -3428,6 +3687,24 @@
3428
3687
  "node": ">=8"
3429
3688
  }
3430
3689
  },
3690
+ "node_modules/jackspeak": {
3691
+ "version": "2.3.6",
3692
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
3693
+ "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
3694
+ "dev": true,
3695
+ "dependencies": {
3696
+ "@isaacs/cliui": "^8.0.2"
3697
+ },
3698
+ "engines": {
3699
+ "node": ">=14"
3700
+ },
3701
+ "funding": {
3702
+ "url": "https://github.com/sponsors/isaacs"
3703
+ },
3704
+ "optionalDependencies": {
3705
+ "@pkgjs/parseargs": "^0.11.0"
3706
+ }
3707
+ },
3431
3708
  "node_modules/jmespath": {
3432
3709
  "version": "0.16.0",
3433
3710
  "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz",
@@ -3637,6 +3914,7 @@
3637
3914
  "version": "4.1.0",
3638
3915
  "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
3639
3916
  "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
3917
+ "dev": true,
3640
3918
  "dependencies": {
3641
3919
  "chalk": "^4.1.0",
3642
3920
  "is-unicode-supported": "^0.1.0"
@@ -3652,6 +3930,7 @@
3652
3930
  "version": "4.1.2",
3653
3931
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3654
3932
  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3933
+ "dev": true,
3655
3934
  "dependencies": {
3656
3935
  "ansi-styles": "^4.1.0",
3657
3936
  "supports-color": "^7.1.0"
@@ -3744,11 +4023,14 @@
3744
4023
  }
3745
4024
  },
3746
4025
  "node_modules/mimic-fn": {
3747
- "version": "2.1.0",
3748
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
3749
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
4026
+ "version": "4.0.0",
4027
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
4028
+ "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
3750
4029
  "engines": {
3751
- "node": ">=6"
4030
+ "node": ">=12"
4031
+ },
4032
+ "funding": {
4033
+ "url": "https://github.com/sponsors/sindresorhus"
3752
4034
  }
3753
4035
  },
3754
4036
  "node_modules/mimic-response": {
@@ -3783,12 +4065,12 @@
3783
4065
  }
3784
4066
  },
3785
4067
  "node_modules/minipass": {
3786
- "version": "4.2.8",
3787
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
3788
- "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==",
4068
+ "version": "7.0.4",
4069
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
4070
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
3789
4071
  "dev": true,
3790
4072
  "engines": {
3791
- "node": ">=8"
4073
+ "node": ">=16 || 14 >=14.17"
3792
4074
  }
3793
4075
  },
3794
4076
  "node_modules/mocha": {
@@ -3930,12 +4212,6 @@
3930
4212
  "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
3931
4213
  "dev": true
3932
4214
  },
3933
- "node_modules/natural-compare-lite": {
3934
- "version": "1.4.0",
3935
- "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
3936
- "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
3937
- "dev": true
3938
- },
3939
4215
  "node_modules/nise": {
3940
4216
  "version": "5.1.5",
3941
4217
  "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.5.tgz",
@@ -3987,14 +4263,28 @@
3987
4263
  }
3988
4264
  },
3989
4265
  "node_modules/npm-run-path": {
3990
- "version": "4.0.1",
3991
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
3992
- "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
4266
+ "version": "5.1.0",
4267
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
4268
+ "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==",
3993
4269
  "dependencies": {
3994
- "path-key": "^3.0.0"
4270
+ "path-key": "^4.0.0"
3995
4271
  },
3996
4272
  "engines": {
3997
- "node": ">=8"
4273
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
4274
+ },
4275
+ "funding": {
4276
+ "url": "https://github.com/sponsors/sindresorhus"
4277
+ }
4278
+ },
4279
+ "node_modules/npm-run-path/node_modules/path-key": {
4280
+ "version": "4.0.0",
4281
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
4282
+ "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
4283
+ "engines": {
4284
+ "node": ">=12"
4285
+ },
4286
+ "funding": {
4287
+ "url": "https://github.com/sponsors/sindresorhus"
3998
4288
  }
3999
4289
  },
4000
4290
  "node_modules/omelette": {
@@ -4015,30 +4305,31 @@
4015
4305
  }
4016
4306
  },
4017
4307
  "node_modules/onetime": {
4018
- "version": "5.1.2",
4019
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
4020
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
4308
+ "version": "6.0.0",
4309
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
4310
+ "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
4021
4311
  "dependencies": {
4022
- "mimic-fn": "^2.1.0"
4312
+ "mimic-fn": "^4.0.0"
4023
4313
  },
4024
4314
  "engines": {
4025
- "node": ">=6"
4315
+ "node": ">=12"
4026
4316
  },
4027
4317
  "funding": {
4028
4318
  "url": "https://github.com/sponsors/sindresorhus"
4029
4319
  }
4030
4320
  },
4031
4321
  "node_modules/open": {
4032
- "version": "8.4.2",
4033
- "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
4034
- "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
4322
+ "version": "9.1.0",
4323
+ "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz",
4324
+ "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==",
4035
4325
  "dependencies": {
4036
- "define-lazy-prop": "^2.0.0",
4037
- "is-docker": "^2.1.1",
4326
+ "default-browser": "^4.0.0",
4327
+ "define-lazy-prop": "^3.0.0",
4328
+ "is-inside-container": "^1.0.0",
4038
4329
  "is-wsl": "^2.2.0"
4039
4330
  },
4040
4331
  "engines": {
4041
- "node": ">=12"
4332
+ "node": ">=14.16"
4042
4333
  },
4043
4334
  "funding": {
4044
4335
  "url": "https://github.com/sponsors/sindresorhus"
@@ -4062,40 +4353,97 @@
4062
4353
  }
4063
4354
  },
4064
4355
  "node_modules/ora": {
4065
- "version": "5.4.1",
4066
- "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
4067
- "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
4356
+ "version": "7.0.1",
4357
+ "resolved": "https://registry.npmjs.org/ora/-/ora-7.0.1.tgz",
4358
+ "integrity": "sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==",
4068
4359
  "dependencies": {
4069
- "bl": "^4.1.0",
4070
- "chalk": "^4.1.0",
4071
- "cli-cursor": "^3.1.0",
4072
- "cli-spinners": "^2.5.0",
4073
- "is-interactive": "^1.0.0",
4074
- "is-unicode-supported": "^0.1.0",
4075
- "log-symbols": "^4.1.0",
4076
- "strip-ansi": "^6.0.0",
4077
- "wcwidth": "^1.0.1"
4360
+ "chalk": "^5.3.0",
4361
+ "cli-cursor": "^4.0.0",
4362
+ "cli-spinners": "^2.9.0",
4363
+ "is-interactive": "^2.0.0",
4364
+ "is-unicode-supported": "^1.3.0",
4365
+ "log-symbols": "^5.1.0",
4366
+ "stdin-discarder": "^0.1.0",
4367
+ "string-width": "^6.1.0",
4368
+ "strip-ansi": "^7.1.0"
4078
4369
  },
4079
4370
  "engines": {
4080
- "node": ">=10"
4371
+ "node": ">=16"
4081
4372
  },
4082
4373
  "funding": {
4083
4374
  "url": "https://github.com/sponsors/sindresorhus"
4084
4375
  }
4085
4376
  },
4086
- "node_modules/ora/node_modules/chalk": {
4087
- "version": "4.1.2",
4088
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4089
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4377
+ "node_modules/ora/node_modules/ansi-regex": {
4378
+ "version": "6.0.1",
4379
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4380
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4381
+ "engines": {
4382
+ "node": ">=12"
4383
+ },
4384
+ "funding": {
4385
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4386
+ }
4387
+ },
4388
+ "node_modules/ora/node_modules/emoji-regex": {
4389
+ "version": "10.3.0",
4390
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
4391
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw=="
4392
+ },
4393
+ "node_modules/ora/node_modules/is-unicode-supported": {
4394
+ "version": "1.3.0",
4395
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
4396
+ "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
4397
+ "engines": {
4398
+ "node": ">=12"
4399
+ },
4400
+ "funding": {
4401
+ "url": "https://github.com/sponsors/sindresorhus"
4402
+ }
4403
+ },
4404
+ "node_modules/ora/node_modules/log-symbols": {
4405
+ "version": "5.1.0",
4406
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz",
4407
+ "integrity": "sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==",
4090
4408
  "dependencies": {
4091
- "ansi-styles": "^4.1.0",
4092
- "supports-color": "^7.1.0"
4409
+ "chalk": "^5.0.0",
4410
+ "is-unicode-supported": "^1.1.0"
4093
4411
  },
4094
4412
  "engines": {
4095
- "node": ">=10"
4413
+ "node": ">=12"
4096
4414
  },
4097
4415
  "funding": {
4098
- "url": "https://github.com/chalk/chalk?sponsor=1"
4416
+ "url": "https://github.com/sponsors/sindresorhus"
4417
+ }
4418
+ },
4419
+ "node_modules/ora/node_modules/string-width": {
4420
+ "version": "6.1.0",
4421
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-6.1.0.tgz",
4422
+ "integrity": "sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==",
4423
+ "dependencies": {
4424
+ "eastasianwidth": "^0.2.0",
4425
+ "emoji-regex": "^10.2.1",
4426
+ "strip-ansi": "^7.0.1"
4427
+ },
4428
+ "engines": {
4429
+ "node": ">=16"
4430
+ },
4431
+ "funding": {
4432
+ "url": "https://github.com/sponsors/sindresorhus"
4433
+ }
4434
+ },
4435
+ "node_modules/ora/node_modules/strip-ansi": {
4436
+ "version": "7.1.0",
4437
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4438
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4439
+ "dependencies": {
4440
+ "ansi-regex": "^6.0.1"
4441
+ },
4442
+ "engines": {
4443
+ "node": ">=12"
4444
+ },
4445
+ "funding": {
4446
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4099
4447
  }
4100
4448
  },
4101
4449
  "node_modules/p-cancelable": {
@@ -4213,23 +4561,14 @@
4213
4561
  }
4214
4562
  },
4215
4563
  "node_modules/path-scurry/node_modules/lru-cache": {
4216
- "version": "10.0.1",
4217
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz",
4218
- "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==",
4564
+ "version": "10.1.0",
4565
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
4566
+ "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
4219
4567
  "dev": true,
4220
4568
  "engines": {
4221
4569
  "node": "14 || >=16.14"
4222
4570
  }
4223
4571
  },
4224
- "node_modules/path-scurry/node_modules/minipass": {
4225
- "version": "7.0.4",
4226
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
4227
- "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
4228
- "dev": true,
4229
- "engines": {
4230
- "node": ">=16 || 14 >=14.17"
4231
- }
4232
- },
4233
4572
  "node_modules/path-to-regexp": {
4234
4573
  "version": "1.8.0",
4235
4574
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
@@ -4492,15 +4831,40 @@
4492
4831
  }
4493
4832
  },
4494
4833
  "node_modules/restore-cursor": {
4495
- "version": "3.1.0",
4496
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
4497
- "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
4834
+ "version": "4.0.0",
4835
+ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
4836
+ "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
4498
4837
  "dependencies": {
4499
4838
  "onetime": "^5.1.0",
4500
4839
  "signal-exit": "^3.0.2"
4501
4840
  },
4502
4841
  "engines": {
4503
- "node": ">=8"
4842
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
4843
+ },
4844
+ "funding": {
4845
+ "url": "https://github.com/sponsors/sindresorhus"
4846
+ }
4847
+ },
4848
+ "node_modules/restore-cursor/node_modules/mimic-fn": {
4849
+ "version": "2.1.0",
4850
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
4851
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
4852
+ "engines": {
4853
+ "node": ">=6"
4854
+ }
4855
+ },
4856
+ "node_modules/restore-cursor/node_modules/onetime": {
4857
+ "version": "5.1.2",
4858
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
4859
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
4860
+ "dependencies": {
4861
+ "mimic-fn": "^2.1.0"
4862
+ },
4863
+ "engines": {
4864
+ "node": ">=6"
4865
+ },
4866
+ "funding": {
4867
+ "url": "https://github.com/sponsors/sindresorhus"
4504
4868
  }
4505
4869
  },
4506
4870
  "node_modules/restore-cursor/node_modules/signal-exit": {
@@ -4519,15 +4883,15 @@
4519
4883
  }
4520
4884
  },
4521
4885
  "node_modules/rimraf": {
4522
- "version": "4.4.1",
4523
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz",
4524
- "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==",
4886
+ "version": "5.0.5",
4887
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz",
4888
+ "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==",
4525
4889
  "dev": true,
4526
4890
  "dependencies": {
4527
- "glob": "^9.2.0"
4891
+ "glob": "^10.3.7"
4528
4892
  },
4529
4893
  "bin": {
4530
- "rimraf": "dist/cjs/src/bin.js"
4894
+ "rimraf": "dist/esm/bin.mjs"
4531
4895
  },
4532
4896
  "engines": {
4533
4897
  "node": ">=14"
@@ -4545,16 +4909,36 @@
4545
4909
  "balanced-match": "^1.0.0"
4546
4910
  }
4547
4911
  },
4912
+ "node_modules/rimraf/node_modules/foreground-child": {
4913
+ "version": "3.1.1",
4914
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
4915
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
4916
+ "dev": true,
4917
+ "dependencies": {
4918
+ "cross-spawn": "^7.0.0",
4919
+ "signal-exit": "^4.0.1"
4920
+ },
4921
+ "engines": {
4922
+ "node": ">=14"
4923
+ },
4924
+ "funding": {
4925
+ "url": "https://github.com/sponsors/isaacs"
4926
+ }
4927
+ },
4548
4928
  "node_modules/rimraf/node_modules/glob": {
4549
- "version": "9.3.5",
4550
- "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
4551
- "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
4929
+ "version": "10.3.10",
4930
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
4931
+ "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
4552
4932
  "dev": true,
4553
4933
  "dependencies": {
4554
- "fs.realpath": "^1.0.0",
4555
- "minimatch": "^8.0.2",
4556
- "minipass": "^4.2.4",
4557
- "path-scurry": "^1.6.1"
4934
+ "foreground-child": "^3.1.0",
4935
+ "jackspeak": "^2.3.5",
4936
+ "minimatch": "^9.0.1",
4937
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
4938
+ "path-scurry": "^1.10.1"
4939
+ },
4940
+ "bin": {
4941
+ "glob": "dist/esm/bin.mjs"
4558
4942
  },
4559
4943
  "engines": {
4560
4944
  "node": ">=16 || 14 >=14.17"
@@ -4564,9 +4948,9 @@
4564
4948
  }
4565
4949
  },
4566
4950
  "node_modules/rimraf/node_modules/minimatch": {
4567
- "version": "8.0.4",
4568
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
4569
- "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
4951
+ "version": "9.0.3",
4952
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
4953
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
4570
4954
  "dev": true,
4571
4955
  "dependencies": {
4572
4956
  "brace-expansion": "^2.0.1"
@@ -4578,6 +4962,107 @@
4578
4962
  "url": "https://github.com/sponsors/isaacs"
4579
4963
  }
4580
4964
  },
4965
+ "node_modules/run-applescript": {
4966
+ "version": "5.0.0",
4967
+ "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz",
4968
+ "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==",
4969
+ "dependencies": {
4970
+ "execa": "^5.0.0"
4971
+ },
4972
+ "engines": {
4973
+ "node": ">=12"
4974
+ },
4975
+ "funding": {
4976
+ "url": "https://github.com/sponsors/sindresorhus"
4977
+ }
4978
+ },
4979
+ "node_modules/run-applescript/node_modules/execa": {
4980
+ "version": "5.1.1",
4981
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
4982
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
4983
+ "dependencies": {
4984
+ "cross-spawn": "^7.0.3",
4985
+ "get-stream": "^6.0.0",
4986
+ "human-signals": "^2.1.0",
4987
+ "is-stream": "^2.0.0",
4988
+ "merge-stream": "^2.0.0",
4989
+ "npm-run-path": "^4.0.1",
4990
+ "onetime": "^5.1.2",
4991
+ "signal-exit": "^3.0.3",
4992
+ "strip-final-newline": "^2.0.0"
4993
+ },
4994
+ "engines": {
4995
+ "node": ">=10"
4996
+ },
4997
+ "funding": {
4998
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
4999
+ }
5000
+ },
5001
+ "node_modules/run-applescript/node_modules/human-signals": {
5002
+ "version": "2.1.0",
5003
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
5004
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
5005
+ "engines": {
5006
+ "node": ">=10.17.0"
5007
+ }
5008
+ },
5009
+ "node_modules/run-applescript/node_modules/is-stream": {
5010
+ "version": "2.0.1",
5011
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
5012
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
5013
+ "engines": {
5014
+ "node": ">=8"
5015
+ },
5016
+ "funding": {
5017
+ "url": "https://github.com/sponsors/sindresorhus"
5018
+ }
5019
+ },
5020
+ "node_modules/run-applescript/node_modules/mimic-fn": {
5021
+ "version": "2.1.0",
5022
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
5023
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
5024
+ "engines": {
5025
+ "node": ">=6"
5026
+ }
5027
+ },
5028
+ "node_modules/run-applescript/node_modules/npm-run-path": {
5029
+ "version": "4.0.1",
5030
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
5031
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
5032
+ "dependencies": {
5033
+ "path-key": "^3.0.0"
5034
+ },
5035
+ "engines": {
5036
+ "node": ">=8"
5037
+ }
5038
+ },
5039
+ "node_modules/run-applescript/node_modules/onetime": {
5040
+ "version": "5.1.2",
5041
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
5042
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
5043
+ "dependencies": {
5044
+ "mimic-fn": "^2.1.0"
5045
+ },
5046
+ "engines": {
5047
+ "node": ">=6"
5048
+ },
5049
+ "funding": {
5050
+ "url": "https://github.com/sponsors/sindresorhus"
5051
+ }
5052
+ },
5053
+ "node_modules/run-applescript/node_modules/signal-exit": {
5054
+ "version": "3.0.7",
5055
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
5056
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
5057
+ },
5058
+ "node_modules/run-applescript/node_modules/strip-final-newline": {
5059
+ "version": "2.0.0",
5060
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
5061
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
5062
+ "engines": {
5063
+ "node": ">=6"
5064
+ }
5065
+ },
4581
5066
  "node_modules/run-async": {
4582
5067
  "version": "3.0.0",
4583
5068
  "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
@@ -4717,17 +5202,16 @@
4717
5202
  }
4718
5203
  },
4719
5204
  "node_modules/sinon": {
4720
- "version": "15.2.0",
4721
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz",
4722
- "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==",
4723
- "deprecated": "16.1.1",
5205
+ "version": "17.0.0",
5206
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.0.tgz",
5207
+ "integrity": "sha512-p4lJiYKBoOEVUxxVIC9H1MM2znG1/c8gud++I2BauJA5hsz7hHsst35eurNWXTusBsIq66FzOQbZ/uMdpvbPIQ==",
4724
5208
  "dev": true,
4725
5209
  "dependencies": {
4726
5210
  "@sinonjs/commons": "^3.0.0",
4727
- "@sinonjs/fake-timers": "^10.3.0",
5211
+ "@sinonjs/fake-timers": "^11.2.2",
4728
5212
  "@sinonjs/samsam": "^8.0.0",
4729
5213
  "diff": "^5.1.0",
4730
- "nise": "^5.1.4",
5214
+ "nise": "^5.1.5",
4731
5215
  "supports-color": "^7.2.0"
4732
5216
  },
4733
5217
  "funding": {
@@ -4735,6 +5219,15 @@
4735
5219
  "url": "https://opencollective.com/sinon"
4736
5220
  }
4737
5221
  },
5222
+ "node_modules/sinon/node_modules/@sinonjs/fake-timers": {
5223
+ "version": "11.2.2",
5224
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz",
5225
+ "integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==",
5226
+ "dev": true,
5227
+ "dependencies": {
5228
+ "@sinonjs/commons": "^3.0.0"
5229
+ }
5230
+ },
4738
5231
  "node_modules/sinon/node_modules/diff": {
4739
5232
  "version": "5.1.0",
4740
5233
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
@@ -4783,6 +5276,20 @@
4783
5276
  "resolved": "https://registry.npmjs.org/stack-chain/-/stack-chain-1.3.7.tgz",
4784
5277
  "integrity": "sha512-D8cWtWVdIe/jBA7v5p5Hwl5yOSOrmZPWDPe2KxQ5UAGD+nxbxU0lKXA4h85Ta6+qgdKVL3vUxsbIZjc1kBG7ug=="
4785
5278
  },
5279
+ "node_modules/stdin-discarder": {
5280
+ "version": "0.1.0",
5281
+ "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.1.0.tgz",
5282
+ "integrity": "sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==",
5283
+ "dependencies": {
5284
+ "bl": "^5.0.0"
5285
+ },
5286
+ "engines": {
5287
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
5288
+ },
5289
+ "funding": {
5290
+ "url": "https://github.com/sponsors/sindresorhus"
5291
+ }
5292
+ },
4786
5293
  "node_modules/string_decoder": {
4787
5294
  "version": "1.3.0",
4788
5295
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -4807,6 +5314,27 @@
4807
5314
  "url": "https://github.com/sponsors/sindresorhus"
4808
5315
  }
4809
5316
  },
5317
+ "node_modules/string-width-cjs": {
5318
+ "name": "string-width",
5319
+ "version": "4.2.3",
5320
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
5321
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
5322
+ "dev": true,
5323
+ "dependencies": {
5324
+ "emoji-regex": "^8.0.0",
5325
+ "is-fullwidth-code-point": "^3.0.0",
5326
+ "strip-ansi": "^6.0.1"
5327
+ },
5328
+ "engines": {
5329
+ "node": ">=8"
5330
+ }
5331
+ },
5332
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
5333
+ "version": "8.0.0",
5334
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
5335
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
5336
+ "dev": true
5337
+ },
4810
5338
  "node_modules/string-width/node_modules/ansi-regex": {
4811
5339
  "version": "6.0.1",
4812
5340
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
@@ -4843,12 +5371,28 @@
4843
5371
  "node": ">=8"
4844
5372
  }
4845
5373
  },
5374
+ "node_modules/strip-ansi-cjs": {
5375
+ "name": "strip-ansi",
5376
+ "version": "6.0.1",
5377
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
5378
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
5379
+ "dev": true,
5380
+ "dependencies": {
5381
+ "ansi-regex": "^5.0.1"
5382
+ },
5383
+ "engines": {
5384
+ "node": ">=8"
5385
+ }
5386
+ },
4846
5387
  "node_modules/strip-final-newline": {
4847
- "version": "2.0.0",
4848
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
4849
- "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
5388
+ "version": "3.0.0",
5389
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
5390
+ "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
4850
5391
  "engines": {
4851
- "node": ">=6"
5392
+ "node": ">=12"
5393
+ },
5394
+ "funding": {
5395
+ "url": "https://github.com/sponsors/sindresorhus"
4852
5396
  }
4853
5397
  },
4854
5398
  "node_modules/strip-json-comments": {
@@ -4913,6 +5457,17 @@
4913
5457
  "node": ">= 4.7.0"
4914
5458
  }
4915
5459
  },
5460
+ "node_modules/system-architecture": {
5461
+ "version": "0.1.0",
5462
+ "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz",
5463
+ "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
5464
+ "engines": {
5465
+ "node": ">=18"
5466
+ },
5467
+ "funding": {
5468
+ "url": "https://github.com/sponsors/sindresorhus"
5469
+ }
5470
+ },
4916
5471
  "node_modules/test-exclude": {
4917
5472
  "version": "6.0.0",
4918
5473
  "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
@@ -4933,6 +5488,17 @@
4933
5488
  "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
4934
5489
  "dev": true
4935
5490
  },
5491
+ "node_modules/titleize": {
5492
+ "version": "3.0.0",
5493
+ "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz",
5494
+ "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==",
5495
+ "engines": {
5496
+ "node": ">=12"
5497
+ },
5498
+ "funding": {
5499
+ "url": "https://github.com/sponsors/sindresorhus"
5500
+ }
5501
+ },
4936
5502
  "node_modules/to-regex-range": {
4937
5503
  "version": "5.0.1",
4938
5504
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -4945,31 +5511,22 @@
4945
5511
  "node": ">=8.0"
4946
5512
  }
4947
5513
  },
4948
- "node_modules/tslib": {
4949
- "version": "2.6.2",
4950
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
4951
- "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
4952
- },
4953
- "node_modules/tsutils": {
4954
- "version": "3.21.0",
4955
- "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
4956
- "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
5514
+ "node_modules/ts-api-utils": {
5515
+ "version": "1.0.3",
5516
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
5517
+ "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
4957
5518
  "dev": true,
4958
- "dependencies": {
4959
- "tslib": "^1.8.1"
4960
- },
4961
5519
  "engines": {
4962
- "node": ">= 6"
5520
+ "node": ">=16.13.0"
4963
5521
  },
4964
5522
  "peerDependencies": {
4965
- "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
5523
+ "typescript": ">=4.2.0"
4966
5524
  }
4967
5525
  },
4968
- "node_modules/tsutils/node_modules/tslib": {
4969
- "version": "1.14.1",
4970
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
4971
- "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
4972
- "dev": true
5526
+ "node_modules/tslib": {
5527
+ "version": "2.6.2",
5528
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
5529
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
4973
5530
  },
4974
5531
  "node_modules/type-check": {
4975
5532
  "version": "0.4.0",
@@ -5012,9 +5569,9 @@
5012
5569
  }
5013
5570
  },
5014
5571
  "node_modules/typescript": {
5015
- "version": "5.2.2",
5016
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
5017
- "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
5572
+ "version": "5.3.3",
5573
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
5574
+ "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
5018
5575
  "bin": {
5019
5576
  "tsc": "bin/tsc",
5020
5577
  "tsserver": "bin/tsserver"
@@ -5042,28 +5599,34 @@
5042
5599
  "url": "https://github.com/sponsors/sindresorhus"
5043
5600
  }
5044
5601
  },
5602
+ "node_modules/untildify": {
5603
+ "version": "4.0.0",
5604
+ "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
5605
+ "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
5606
+ "engines": {
5607
+ "node": ">=8"
5608
+ }
5609
+ },
5045
5610
  "node_modules/update-notifier": {
5046
- "version": "6.0.2",
5047
- "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-6.0.2.tgz",
5048
- "integrity": "sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==",
5611
+ "version": "7.0.0",
5612
+ "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.0.0.tgz",
5613
+ "integrity": "sha512-Hv25Bh+eAbOLlsjJreVPOs4vd51rrtCrmhyOJtbpAojro34jS4KQaEp4/EvlHJX7jSO42VvEFpkastVyXyIsdQ==",
5049
5614
  "dependencies": {
5050
- "boxen": "^7.0.0",
5051
- "chalk": "^5.0.1",
5615
+ "boxen": "^7.1.1",
5616
+ "chalk": "^5.3.0",
5052
5617
  "configstore": "^6.0.0",
5053
- "has-yarn": "^3.0.0",
5054
5618
  "import-lazy": "^4.0.0",
5055
- "is-ci": "^3.0.1",
5619
+ "is-in-ci": "^0.1.0",
5056
5620
  "is-installed-globally": "^0.4.0",
5057
5621
  "is-npm": "^6.0.0",
5058
- "is-yarn-global": "^0.4.0",
5059
5622
  "latest-version": "^7.0.0",
5060
5623
  "pupa": "^3.1.0",
5061
- "semver": "^7.3.7",
5624
+ "semver": "^7.5.4",
5062
5625
  "semver-diff": "^4.0.0",
5063
5626
  "xdg-basedir": "^5.1.0"
5064
5627
  },
5065
5628
  "engines": {
5066
- "node": ">=14.16"
5629
+ "node": ">=18"
5067
5630
  },
5068
5631
  "funding": {
5069
5632
  "url": "https://github.com/yeoman/update-notifier?sponsor=1"
@@ -5113,6 +5676,7 @@
5113
5676
  "version": "1.0.1",
5114
5677
  "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
5115
5678
  "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
5679
+ "optional": true,
5116
5680
  "dependencies": {
5117
5681
  "defaults": "^1.0.3"
5118
5682
  }
@@ -5164,6 +5728,44 @@
5164
5728
  "node": ">=8"
5165
5729
  }
5166
5730
  },
5731
+ "node_modules/wrap-ansi-cjs": {
5732
+ "name": "wrap-ansi",
5733
+ "version": "7.0.0",
5734
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5735
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5736
+ "dev": true,
5737
+ "dependencies": {
5738
+ "ansi-styles": "^4.0.0",
5739
+ "string-width": "^4.1.0",
5740
+ "strip-ansi": "^6.0.0"
5741
+ },
5742
+ "engines": {
5743
+ "node": ">=10"
5744
+ },
5745
+ "funding": {
5746
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5747
+ }
5748
+ },
5749
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
5750
+ "version": "8.0.0",
5751
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
5752
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
5753
+ "dev": true
5754
+ },
5755
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
5756
+ "version": "4.2.3",
5757
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
5758
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
5759
+ "dev": true,
5760
+ "dependencies": {
5761
+ "emoji-regex": "^8.0.0",
5762
+ "is-fullwidth-code-point": "^3.0.0",
5763
+ "strip-ansi": "^6.0.1"
5764
+ },
5765
+ "engines": {
5766
+ "node": ">=8"
5767
+ }
5768
+ },
5167
5769
  "node_modules/wrap-ansi/node_modules/emoji-regex": {
5168
5770
  "version": "8.0.0",
5169
5771
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",