@pnp/cli-microsoft365 7.0.0 → 7.1.0-beta.129c6c7

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 (248) hide show
  1. package/.devcontainer/Dockerfile +0 -1
  2. package/.eslintrc.cjs +1 -0
  3. package/Dockerfile +0 -1
  4. package/dist/Auth.js +1 -1
  5. package/dist/Command.js +18 -28
  6. package/dist/appInsights.js +5 -9
  7. package/dist/cli/Cli.js +9 -4
  8. package/dist/m365/aad/commands/m365group/m365group-remove.js +109 -15
  9. package/dist/m365/commands/setup.js +2 -1
  10. package/dist/m365/spo/commands/app/app-deploy.js +1 -1
  11. package/dist/m365/spo/commands/app/app-get.js +1 -1
  12. package/dist/m365/spo/commands/app/app-teamspackage-download.js +1 -1
  13. package/dist/m365/spo/commands/apppage/apppage-add.js +1 -1
  14. package/dist/m365/spo/commands/feature/feature-disable.js +8 -6
  15. package/dist/m365/spo/commands/feature/feature-enable.js +6 -5
  16. package/dist/m365/spo/commands/page/Page.js +1 -1
  17. package/dist/m365/spo/commands/page/page-add.js +1 -1
  18. package/dist/m365/spo/commands/page/page-get.js +1 -1
  19. package/dist/m365/spo/commands/page/page-header-set.js +1 -1
  20. package/dist/m365/spo/commands/page/page-remove.js +1 -1
  21. package/dist/m365/spo/commands/page/page-set.js +2 -2
  22. package/dist/m365/spo/commands/page/page-text-add.js +1 -1
  23. package/dist/m365/spo/commands/sitedesign/sitedesign-get.js +15 -14
  24. package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +22 -22
  25. package/dist/m365/spo/commands/user/user-get.js +7 -1
  26. package/dist/m365/todo/commands/task/task-list.js +8 -10
  27. package/dist/m365/todo/commands/task/task-remove.js +36 -36
  28. package/dist/m365/todo/commands/task/task-set.js +11 -13
  29. package/dist/m365/yammer/commands/group/group-user-remove.js +22 -23
  30. package/dist/telemetry.js +30 -14
  31. package/dist/telemetryRunner.js +26 -0
  32. package/dist/utils/prompt.js +16 -0
  33. package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
  34. package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
  35. package/docs/docs/cmd/aad/m365group/m365group-remove.mdx +11 -1
  36. package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
  37. package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
  38. package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
  39. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
  40. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
  41. package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
  42. package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
  43. package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
  44. package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
  45. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
  46. package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
  47. package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
  48. package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
  49. package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
  50. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
  51. package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
  52. package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
  53. package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
  54. package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
  55. package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
  56. package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
  57. package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
  58. package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
  59. package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
  60. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
  61. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
  62. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
  63. package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
  64. package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
  65. package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
  66. package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
  67. package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
  68. package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
  69. package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
  70. package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
  71. package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
  72. package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
  73. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
  74. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
  75. package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
  76. package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
  77. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
  78. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
  79. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
  80. package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
  81. package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
  82. package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
  83. package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
  84. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
  85. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
  86. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
  87. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
  88. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
  89. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
  90. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
  91. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
  92. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
  93. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
  94. package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
  95. package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
  96. package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
  97. package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
  98. package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
  99. package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
  100. package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
  101. package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
  102. package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
  103. package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
  104. package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
  105. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
  106. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
  107. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
  108. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
  109. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
  110. package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
  111. package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
  112. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
  113. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
  114. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
  115. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
  116. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
  117. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
  118. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
  119. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
  120. package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
  121. package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
  122. package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
  123. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
  124. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
  125. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
  126. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
  127. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
  128. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
  129. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
  130. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
  131. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
  132. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
  133. package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
  134. package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
  135. package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
  136. package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
  137. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
  138. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
  139. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
  140. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
  141. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
  142. package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
  143. package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
  144. package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
  145. package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
  146. package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
  147. package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
  148. package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
  149. package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
  150. package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
  151. package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
  152. package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
  153. package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
  154. package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
  155. package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
  156. package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
  157. package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
  158. package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
  159. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
  160. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
  161. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
  162. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
  163. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
  164. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
  165. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
  166. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
  167. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
  168. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
  169. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
  170. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
  171. package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
  172. package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
  173. package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
  174. package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
  175. package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
  176. package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
  177. package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
  178. package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
  179. package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
  180. package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
  181. package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
  182. package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
  183. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
  184. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
  185. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
  186. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
  187. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
  188. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
  189. package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
  190. package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
  191. package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
  192. package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
  193. package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
  194. package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
  195. package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
  196. package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
  197. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
  198. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
  199. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
  200. package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
  201. package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
  202. package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
  203. package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
  204. package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
  205. package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
  206. package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
  207. package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
  208. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
  209. package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
  210. package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
  211. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
  212. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
  213. package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
  214. package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
  215. package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
  216. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
  217. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
  218. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
  219. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
  220. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
  221. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
  222. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
  223. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
  224. package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
  225. package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
  226. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
  227. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
  228. package/docs/docs/cmd/spo/user/user-get.mdx +6 -0
  229. package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
  230. package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
  231. package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
  232. package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
  233. package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
  234. package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
  235. package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
  236. package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
  237. package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
  238. package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
  239. package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
  240. package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
  241. package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
  242. package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
  243. package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
  244. package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
  245. package/eslint-rules/lib/index.js +2 -1
  246. package/eslint-rules/lib/rules/no-by-server-relative-url-usage.js +55 -0
  247. package/npm-shrinkwrap.json +88 -84
  248. package/package.json +53 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.0.0",
3
+ "version": "7.1.0-beta.129c6c7",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -31,21 +31,41 @@
31
31
  "lint": "eslint --ext .ts src"
32
32
  },
33
33
  "keywords": [
34
- "office 365",
34
+ "adaptive card",
35
+ "ai builder",
36
+ "azure active directory",
37
+ "azure ad",
38
+ "azure",
39
+ "bookings",
40
+ "dataverse",
41
+ "entra id",
42
+ "graph",
43
+ "m365",
35
44
  "microsoft 365",
36
- "sharepoint framework",
45
+ "microsoft",
37
46
  "o365",
38
- "m365",
39
- "spfx",
47
+ "office 365",
48
+ "onedrive",
49
+ "onenote",
50
+ "outlook",
51
+ "planner",
52
+ "power apps",
53
+ "power automate",
54
+ "power platform",
55
+ "purview",
56
+ "search",
57
+ "sharepoint framework",
40
58
  "sharepoint online",
41
59
  "sharepoint",
42
- "microsoft teams",
43
- "microsoft graph",
44
- "microsoft flow",
45
- "azure active directory",
46
- "azure ad",
47
- "azure",
48
- "microsoft"
60
+ "skype",
61
+ "spfx",
62
+ "teams",
63
+ "tenant",
64
+ "todo",
65
+ "viva connections",
66
+ "viva engage",
67
+ "viva",
68
+ "yammer"
49
69
  ],
50
70
  "author": "https://github.com/pnp/cli-microsoft365/graphs/contributors",
51
71
  "maintainers": [
@@ -147,6 +167,7 @@
147
167
  "Kornet, Michał <kornetmichal@gmail.com>",
148
168
  "Kumar, Shantha <34408892+ktskumar@users.noreply.github.com>",
149
169
  "Kurian, Cyril C <cyril.kurian2@gmail.com>",
170
+ "Lakshminarayanan, Vedant <vlakshminarayanan@seekasia.com>",
150
171
  "Lamber, Patrick <patrick@nubo.eu>",
151
172
  "Laskewitz, Daniel <daniel@laskewitz.nl>",
152
173
  "Lengelle, Veronique <25181757+veronicageek@users.noreply.github.com>",
@@ -208,7 +229,7 @@
208
229
  "Thangavel, Sekar <sekar.thangavel@gmail.com>",
209
230
  "Thorild, Fredrik <fredrik.thorild@sogeti.com>",
210
231
  "Trinder, Garry <garry.trinder@live.com>",
211
- "Tripathi, Saurabh <saurabh.k.a.tripathi@avanade.com>",
232
+ "Tripathi, Saurabh <saurabh7019@gmail.com>",
212
233
  "Vaghasia, Siddharth <siddh.vaghasia@gmail.com>",
213
234
  "Van de Voorde, Tim <tim.vdv1995@hotmail.com>",
214
235
  "van Dijk, Mark <mark@ichicraft.com>",
@@ -225,20 +246,20 @@
225
246
  ],
226
247
  "dependencies": {
227
248
  "@azure/msal-common": "^13.2.1",
228
- "@azure/msal-node": "^1.18.1",
249
+ "@azure/msal-node": "^1.18.3",
229
250
  "@xmldom/xmldom": "^0.8.10",
230
- "adaptive-expressions": "^4.20.0",
251
+ "adaptive-expressions": "^4.20.1",
231
252
  "adaptivecards": "^3.0.1",
232
253
  "adaptivecards-templating": "^2.3.1",
233
254
  "adm-zip": "^0.5.10",
234
- "applicationinsights": "^2.7.0",
235
- "axios": "^1.5.0",
255
+ "applicationinsights": "^2.8.0",
256
+ "axios": "^1.5.1",
236
257
  "chalk": "^5.2.0",
237
258
  "clipboardy": "^3.0.0",
238
259
  "configstore": "^6.0.0",
239
- "csv-stringify": "^6.4.0",
260
+ "csv-stringify": "^6.4.4",
240
261
  "easy-table": "^1.2.0",
241
- "inquirer": "^9.2.10",
262
+ "inquirer": "^9.2.11",
242
263
  "jmespath": "^0.16.0",
243
264
  "json-to-ast": "^2.1.0",
244
265
  "minimist": "^1.2.8",
@@ -250,33 +271,33 @@
250
271
  "strip-json-comments": "^5.0.0",
251
272
  "typescript": "^5.0.2",
252
273
  "update-notifier": "^6.0.2",
253
- "uuid": "^9.0.0",
274
+ "uuid": "^9.0.1",
254
275
  "yaml": "^2.3.2"
255
276
  },
256
277
  "devDependencies": {
257
278
  "@microsoft/microsoft-graph-types": "^2.38.0",
258
- "@types/adm-zip": "^0.5.0",
259
- "@types/inquirer": "^9.0.3",
279
+ "@types/adm-zip": "^0.5.2",
280
+ "@types/inquirer": "^9.0.4",
260
281
  "@types/jmespath": "^0.15.0",
261
282
  "@types/json-to-ast": "^2.1.2",
262
- "@types/minimist": "^1.2.2",
263
- "@types/mocha": "^10.0.1",
264
- "@types/node": "^18.17.14",
265
- "@types/node-forge": "^1.3.4",
283
+ "@types/minimist": "^1.2.3",
284
+ "@types/mocha": "^10.0.2",
285
+ "@types/node": "^18.18.4",
286
+ "@types/node-forge": "^1.3.7",
266
287
  "@types/omelette": "^0.4.2",
267
- "@types/semver": "^7.5.1",
268
- "@types/sinon": "^10.0.16",
288
+ "@types/semver": "^7.5.3",
289
+ "@types/sinon": "^10.0.19",
269
290
  "@types/update-notifier": "^6.0.5",
270
- "@types/uuid": "^9.0.3",
291
+ "@types/uuid": "^9.0.5",
271
292
  "@typescript-eslint/eslint-plugin": "^5.62.0",
272
293
  "@typescript-eslint/parser": "^5.62.0",
273
294
  "c8": "^7.14.0",
274
- "eslint": "^8.46.0",
295
+ "eslint": "^8.51.0",
275
296
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
276
- "eslint-plugin-mocha": "^10.1.0",
297
+ "eslint-plugin-mocha": "^10.2.0",
277
298
  "mocha": "^10.2.0",
278
299
  "rimraf": "^4.4.0",
279
300
  "sinon": "^15.2.0",
280
301
  "source-map-support": "^0.5.21"
281
302
  }
282
- }
303
+ }