@pnp/cli-microsoft365 7.0.0-beta.4ebf3ad → 7.0.0-beta.5fdb9e3

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 (196) hide show
  1. package/.eslintrc.cjs +1 -1
  2. package/dist/Auth.js +2 -1
  3. package/dist/Command.js +1 -1
  4. package/dist/cli/Cli.js +19 -2
  5. package/dist/m365/aad/commands/{o365group/o365group-add.js → m365group/m365group-add.js} +17 -17
  6. package/dist/m365/aad/commands/{o365group/o365group-conversation-list.js → m365group/m365group-conversation-list.js} +10 -10
  7. package/dist/m365/aad/commands/{o365group/o365group-conversation-post-list.js → m365group/m365group-conversation-post-list.js} +14 -14
  8. package/dist/m365/aad/commands/{o365group/o365group-get.js → m365group/m365group-get.js} +13 -10
  9. package/dist/m365/aad/commands/{o365group/o365group-list.js → m365group/m365group-list.js} +13 -28
  10. package/dist/m365/aad/commands/{o365group/o365group-recyclebinitem-clear.js → m365group/m365group-recyclebinitem-clear.js} +15 -15
  11. package/dist/m365/aad/commands/{o365group/o365group-recyclebinitem-list.js → m365group/m365group-recyclebinitem-list.js} +10 -10
  12. package/dist/m365/aad/commands/{o365group/o365group-recyclebinitem-remove.js → m365group/m365group-recyclebinitem-remove.js} +14 -14
  13. package/dist/m365/aad/commands/{o365group/o365group-recyclebinitem-restore.js → m365group/m365group-recyclebinitem-restore.js} +14 -14
  14. package/dist/m365/aad/commands/{o365group/o365group-remove.js → m365group/m365group-remove.js} +12 -12
  15. package/dist/m365/aad/commands/{o365group/o365group-renew.js → m365group/m365group-renew.js} +10 -10
  16. package/dist/m365/aad/commands/{o365group/o365group-report-activitycounts.js → m365group/m365group-report-activitycounts.js} +4 -4
  17. package/dist/m365/aad/commands/{o365group/o365group-report-activitydetail.js → m365group/m365group-report-activitydetail.js} +4 -4
  18. package/dist/m365/aad/commands/{o365group/o365group-report-activityfilecounts.js → m365group/m365group-report-activityfilecounts.js} +4 -4
  19. package/dist/m365/aad/commands/{o365group/o365group-report-activitygroupcounts.js → m365group/m365group-report-activitygroupcounts.js} +4 -4
  20. package/dist/m365/aad/commands/{o365group/o365group-report-activitystorage.js → m365group/m365group-report-activitystorage.js} +4 -4
  21. package/dist/m365/aad/commands/{o365group/o365group-set.js → m365group/m365group-set.js} +17 -17
  22. package/dist/m365/aad/commands/{o365group/o365group-teamify.js → m365group/m365group-teamify.js} +14 -14
  23. package/dist/m365/aad/commands/{o365group/o365group-user-add.js → m365group/m365group-user-add.js} +14 -14
  24. package/dist/m365/aad/commands/{o365group/o365group-user-list.js → m365group/m365group-user-list.js} +12 -12
  25. package/dist/m365/aad/commands/{o365group/o365group-user-remove.js → m365group/m365group-user-remove.js} +14 -14
  26. package/dist/m365/aad/commands/{o365group/o365group-user-set.js → m365group/m365group-user-set.js} +15 -15
  27. package/dist/m365/aad/commands.js +22 -22
  28. package/dist/m365/cli/commands/config/config-list.js +16 -0
  29. package/dist/m365/cli/commands.js +1 -0
  30. package/dist/m365/pa/commands/app/app-permission-ensure.js +162 -0
  31. package/dist/m365/pa/commands/app/app-permission-list.js +2 -2
  32. package/dist/m365/pa/commands/app/app-permission-remove.js +153 -0
  33. package/dist/m365/pa/commands.js +2 -0
  34. package/dist/m365/planner/commands/bucket/bucket-add.js +2 -2
  35. package/dist/m365/planner/commands/bucket/bucket-get.js +2 -2
  36. package/dist/m365/planner/commands/bucket/bucket-list.js +2 -2
  37. package/dist/m365/planner/commands/bucket/bucket-remove.js +2 -2
  38. package/dist/m365/planner/commands/bucket/bucket-set.js +2 -2
  39. package/dist/m365/planner/commands/plan/plan-get.js +1 -2
  40. package/dist/m365/planner/commands/plan/plan-list.js +4 -5
  41. package/dist/m365/planner/commands/plan/plan-set.js +2 -2
  42. package/dist/m365/spfx/commands/project/project-doctor/{doctor-1.18.0-beta.1.js → doctor-1.18.0-beta.5.js} +1 -1
  43. package/dist/m365/spfx/commands/project/project-doctor.js +1 -1
  44. package/dist/m365/spfx/commands/project/project-externalize/rules/PnPJsRule.js +2 -2
  45. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.15.2.js +1 -1
  46. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.18.0-beta.1.js → upgrade-1.18.0-beta.5.js} +26 -26
  47. package/dist/m365/spfx/commands/project/project-upgrade.js +1 -1
  48. package/dist/m365/spfx/commands/spfx-doctor.js +76 -106
  49. package/dist/m365/spo/commands/app/SpoAppBaseCommand.js +27 -26
  50. package/dist/m365/spo/commands/app/app-add.js +9 -9
  51. package/dist/m365/spo/commands/file/file-add.js +13 -13
  52. package/dist/m365/spo/commands/file/file-checkin.js +1 -1
  53. package/dist/m365/spo/commands/file/file-checkout.js +1 -1
  54. package/dist/m365/spo/commands/file/file-copy.js +36 -4
  55. package/dist/m365/spo/commands/file/file-list.js +4 -4
  56. package/dist/m365/spo/commands/file/file-move.js +74 -98
  57. package/dist/m365/spo/commands/file/file-remove.js +6 -6
  58. package/dist/m365/spo/commands/file/file-rename.js +2 -2
  59. package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +1 -1
  60. package/dist/m365/spo/commands/file/file-retentionlabel-remove.js +1 -1
  61. package/dist/m365/spo/commands/file/file-roleassignment-add.js +1 -1
  62. package/dist/m365/spo/commands/file/file-roleassignment-remove.js +1 -1
  63. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +1 -1
  64. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +1 -1
  65. package/dist/m365/spo/commands/file/file-version-clear.js +1 -1
  66. package/dist/m365/spo/commands/file/file-version-get.js +1 -1
  67. package/dist/m365/spo/commands/file/file-version-list.js +1 -1
  68. package/dist/m365/spo/commands/file/file-version-remove.js +1 -1
  69. package/dist/m365/spo/commands/file/file-version-restore.js +1 -1
  70. package/dist/m365/spo/commands/folder/folder-add.js +2 -4
  71. package/dist/m365/spo/commands/folder/folder-copy.js +89 -45
  72. package/dist/m365/spo/commands/folder/folder-get.js +1 -1
  73. package/dist/m365/spo/commands/folder/folder-list.js +2 -2
  74. package/dist/m365/spo/commands/folder/folder-move.js +89 -47
  75. package/dist/m365/spo/commands/folder/folder-remove.js +7 -4
  76. package/dist/m365/spo/commands/folder/folder-rename.js +13 -17
  77. package/dist/m365/spo/commands/folder/folder-retentionlabel-ensure.js +1 -1
  78. package/dist/m365/spo/commands/folder/folder-retentionlabel-remove.js +1 -1
  79. package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +1 -1
  80. package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +1 -1
  81. package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +1 -1
  82. package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +1 -1
  83. package/dist/m365/spo/commands/group/group-list.js +0 -1
  84. package/dist/m365/spo/commands/navigation/navigation-node-set.js +2 -2
  85. package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-add.js +32 -3
  86. package/dist/m365/spo/commands/propertybag/propertybag-base.js +63 -59
  87. package/dist/m365/spo/commands/propertybag/propertybag-remove.js +28 -31
  88. package/dist/m365/spo/commands/site/FlowsPolicy.js +7 -0
  89. package/dist/m365/spo/commands/site/site-ensure.js +3 -3
  90. package/dist/m365/spo/commands/site/site-hubsite-disconnect.js +22 -22
  91. package/dist/m365/spo/commands/site/site-list.js +29 -39
  92. package/dist/m365/spo/commands/site/site-set.js +60 -49
  93. package/dist/m365/spo/commands/theme/theme-list.js +1 -9
  94. package/dist/m365/spo/commands/theme/theme-remove.js +24 -24
  95. package/dist/m365/spo/commands/theme/theme-set.js +0 -1
  96. package/dist/m365/spo/commands/user/user-remove.js +27 -27
  97. package/dist/m365/spo/commands/web/web-reindex.js +35 -42
  98. package/dist/m365/spo/commands/web/web-remove.js +21 -21
  99. package/dist/m365/spo/commands/web/web-roleassignment-add.js +16 -31
  100. package/dist/m365/spo/commands/web/web-roleassignment-remove.js +33 -44
  101. package/dist/m365/spo/commands/web/web-roleinheritance-break.js +18 -18
  102. package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +19 -19
  103. package/dist/m365/yammer/commands/message/message-like-set.js +27 -28
  104. package/dist/m365/yammer/commands/message/message-list.js +62 -81
  105. package/dist/m365/yammer/commands/message/message-remove.js +18 -18
  106. package/dist/m365/yammer/commands/yammer-search.js +53 -69
  107. package/dist/utils/planner.js +4 -3
  108. package/dist/utils/spo.js +13 -54
  109. package/docs/docs/cmd/aad/{o365group/o365group-add.mdx → m365group/m365group-add.mdx} +13 -13
  110. package/docs/docs/cmd/aad/{o365group/o365group-conversation-list.mdx → m365group/m365group-conversation-list.mdx} +4 -4
  111. package/docs/docs/cmd/aad/{o365group/o365group-conversation-post-list.mdx → m365group/m365group-conversation-post-list.mdx} +8 -8
  112. package/docs/docs/cmd/aad/{o365group/o365group-get.mdx → m365group/m365group-get.mdx} +6 -6
  113. package/docs/docs/cmd/aad/{o365group/o365group-list.mdx → m365group/m365group-list.mdx} +12 -29
  114. package/docs/docs/cmd/aad/{o365group/o365group-recyclebinitem-clear.mdx → m365group/m365group-recyclebinitem-clear.mdx} +5 -5
  115. package/docs/docs/cmd/aad/{o365group/o365group-recyclebinitem-list.mdx → m365group/m365group-recyclebinitem-list.mdx} +8 -8
  116. package/docs/docs/cmd/aad/{o365group/o365group-recyclebinitem-remove.mdx → m365group/m365group-recyclebinitem-remove.mdx} +6 -6
  117. package/docs/docs/cmd/aad/{o365group/o365group-recyclebinitem-restore.mdx → m365group/m365group-recyclebinitem-restore.mdx} +6 -6
  118. package/docs/docs/cmd/aad/{o365group/o365group-remove.mdx → m365group/m365group-remove.mdx} +6 -6
  119. package/docs/docs/cmd/aad/{o365group/o365group-renew.mdx → m365group/m365group-renew.mdx} +4 -4
  120. package/docs/docs/cmd/aad/{o365group/o365group-report-activitycounts.mdx → m365group/m365group-report-activitycounts.mdx} +6 -6
  121. package/docs/docs/cmd/aad/{o365group/o365group-report-activitydetail.mdx → m365group/m365group-report-activitydetail.mdx} +7 -7
  122. package/docs/docs/cmd/aad/{o365group/o365group-report-activityfilecounts.mdx → m365group/m365group-report-activityfilecounts.mdx} +6 -6
  123. package/docs/docs/cmd/aad/{o365group/o365group-report-activitygroupcounts.mdx → m365group/m365group-report-activitygroupcounts.mdx} +6 -6
  124. package/docs/docs/cmd/aad/{o365group/o365group-report-activitystorage.mdx → m365group/m365group-report-activitystorage.mdx} +6 -6
  125. package/docs/docs/cmd/aad/{o365group/o365group-set.mdx → m365group/m365group-set.mdx} +8 -8
  126. package/docs/docs/cmd/aad/{o365group/o365group-teamify.mdx → m365group/m365group-teamify.mdx} +5 -5
  127. package/docs/docs/cmd/aad/{o365group/o365group-user-add.mdx → m365group/m365group-user-add.mdx} +5 -5
  128. package/docs/docs/cmd/aad/{o365group/o365group-user-list.mdx → m365group/m365group-user-list.mdx} +7 -7
  129. package/docs/docs/cmd/aad/{o365group/o365group-user-remove.mdx → m365group/m365group-user-remove.mdx} +5 -5
  130. package/docs/docs/cmd/aad/{o365group/o365group-user-set.mdx → m365group/m365group-user-set.mdx} +5 -5
  131. package/docs/docs/cmd/aad/user/user-set.mdx +1 -1
  132. package/docs/docs/cmd/cli/config/config-list.mdx +78 -0
  133. package/docs/docs/cmd/flow/flow-enable.mdx +2 -2
  134. package/docs/docs/cmd/login.mdx +6 -0
  135. package/docs/docs/cmd/pa/app/app-permission-ensure.mdx +85 -0
  136. package/docs/docs/cmd/pa/app/app-permission-remove.mdx +74 -0
  137. package/docs/docs/cmd/planner/plan/plan-add.mdx +1 -1
  138. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +2 -2
  139. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +2 -2
  140. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +3 -3
  141. package/docs/docs/cmd/spo/file/file-add.mdx +1 -1
  142. package/docs/docs/cmd/spo/file/file-checkin.mdx +1 -1
  143. package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +1 -9
  144. package/docs/docs/cmd/spo/file/file-checkout.mdx +1 -1
  145. package/docs/docs/cmd/spo/file/file-copy.mdx +20 -16
  146. package/docs/docs/cmd/spo/file/file-get.mdx +1 -1
  147. package/docs/docs/cmd/spo/file/file-list.mdx +2 -2
  148. package/docs/docs/cmd/spo/file/file-move.mdx +36 -18
  149. package/docs/docs/cmd/spo/file/file-remove.mdx +8 -8
  150. package/docs/docs/cmd/spo/file/file-rename.mdx +3 -3
  151. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +2 -2
  152. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +3 -3
  153. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +1 -1
  154. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +1 -1
  155. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +1 -1
  156. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +1 -1
  157. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +1 -1
  158. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +1 -1
  159. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +1 -1
  160. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +1 -1
  161. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +1 -1
  162. package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +1 -1
  163. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +1 -1
  164. package/docs/docs/cmd/spo/file/file-version-clear.mdx +1 -1
  165. package/docs/docs/cmd/spo/file/file-version-get.mdx +1 -1
  166. package/docs/docs/cmd/spo/file/file-version-list.mdx +1 -1
  167. package/docs/docs/cmd/spo/file/file-version-remove.mdx +1 -1
  168. package/docs/docs/cmd/spo/file/file-version-restore.mdx +1 -1
  169. package/docs/docs/cmd/spo/folder/folder-add.mdx +76 -1
  170. package/docs/docs/cmd/spo/folder/folder-copy.mdx +39 -12
  171. package/docs/docs/cmd/spo/folder/folder-get.mdx +1 -1
  172. package/docs/docs/cmd/spo/folder/folder-list.mdx +1 -1
  173. package/docs/docs/cmd/spo/folder/folder-move.mdx +40 -13
  174. package/docs/docs/cmd/spo/folder/folder-remove.mdx +1 -1
  175. package/docs/docs/cmd/spo/folder/folder-rename.mdx +5 -1
  176. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +1 -1
  177. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +1 -1
  178. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +2 -2
  179. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +1 -1
  180. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +1 -1
  181. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +1 -1
  182. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +1 -1
  183. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +14 -1
  184. package/docs/docs/cmd/spo/site/site-add.mdx +1 -1
  185. package/docs/docs/cmd/spo/site/site-ensure.mdx +1 -1
  186. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  187. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +1 -1
  188. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +1 -1
  189. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  190. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +1 -1
  191. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  192. package/docs/docs/cmd/teams/team/team-add.mdx +1 -1
  193. package/docs/docs/cmd/yammer/network/network-list.mdx +1 -1
  194. package/npm-shrinkwrap.json +143 -89
  195. package/package.json +13 -13
  196. /package/dist/m365/aad/commands/{o365group → m365group}/GroupExtended.js +0 -0
@@ -9,8 +9,8 @@
9
9
  "version": "7.0.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@azure/msal-node": "^1.17.3",
13
- "@xmldom/xmldom": "^0.8.8",
12
+ "@azure/msal-node": "^1.18.1",
13
+ "@xmldom/xmldom": "^0.8.10",
14
14
  "adaptive-expressions": "^4.20.0",
15
15
  "adaptivecards": "^2.11.3",
16
16
  "adaptivecards-templating": "^2.3.1",
@@ -21,7 +21,7 @@
21
21
  "clipboardy": "^3.0.0",
22
22
  "csv-stringify": "^6.4.0",
23
23
  "easy-table": "^1.2.0",
24
- "inquirer": "^9.1.4",
24
+ "inquirer": "^9.2.10",
25
25
  "jmespath": "^0.16.0",
26
26
  "json-to-ast": "^2.1.0",
27
27
  "minimist": "^1.2.8",
@@ -29,7 +29,7 @@
29
29
  "omelette": "^0.4.17",
30
30
  "open": "^8.4.2",
31
31
  "ora": "^5.4.1",
32
- "semver": "^7.5.3",
32
+ "semver": "^7.5.4",
33
33
  "strip-json-comments": "^5.0.0",
34
34
  "typescript": "^5.0.2",
35
35
  "update-notifier": "^6.0.2",
@@ -42,27 +42,27 @@
42
42
  "microsoft365": "dist/index.js"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/microsoft-graph-types": "^2.35.0",
45
+ "@microsoft/microsoft-graph-types": "^2.38.0",
46
46
  "@types/adm-zip": "^0.5.0",
47
47
  "@types/inquirer": "^9.0.3",
48
48
  "@types/jmespath": "^0.15.0",
49
49
  "@types/json-to-ast": "^2.1.2",
50
50
  "@types/minimist": "^1.2.2",
51
51
  "@types/mocha": "^10.0.1",
52
- "@types/node": "^18.16.19",
53
- "@types/node-forge": "^1.3.2",
52
+ "@types/node": "^18.17.4",
53
+ "@types/node-forge": "^1.3.4",
54
54
  "@types/omelette": "^0.4.2",
55
55
  "@types/semver": "^7.5.0",
56
- "@types/sinon": "^10.0.15",
56
+ "@types/sinon": "^10.0.16",
57
57
  "@types/update-notifier": "^6.0.2",
58
58
  "@types/uuid": "^9.0.2",
59
- "@typescript-eslint/eslint-plugin": "^5.61.0",
60
- "@typescript-eslint/parser": "^5.61.0",
59
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
60
+ "@typescript-eslint/parser": "^5.62.0",
61
61
  "c8": "^7.14.0",
62
- "eslint": "^8.44.0",
62
+ "eslint": "^8.46.0",
63
63
  "eslint-config-standard": "^17.1.0",
64
64
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
65
- "eslint-plugin-import": "^2.27.5",
65
+ "eslint-plugin-import": "^2.28.0",
66
66
  "eslint-plugin-mocha": "^10.1.0",
67
67
  "eslint-plugin-node": "^11.1.0",
68
68
  "eslint-plugin-promise": "^6.1.1",
@@ -172,19 +172,19 @@
172
172
  }
173
173
  },
174
174
  "node_modules/@azure/msal-common": {
175
- "version": "13.2.0",
176
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.2.0.tgz",
177
- "integrity": "sha512-rnstQ7Zgn3fSTKNQO+/YNV34/QXJs0vni7IA0/3QB1EEyrJg14xyRmTqlw9ta+pdSuT5OJwUP8kI3D/rBwUIBw==",
175
+ "version": "13.2.1",
176
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.2.1.tgz",
177
+ "integrity": "sha512-9CtyVdDtAOw+raemKg8gdBuE7gleObgSb7p4bzMIlUt8eM69/Gaow7uqr1gK3jLYINSrss32OZW8mBbdgVLiHg==",
178
178
  "engines": {
179
179
  "node": ">=0.8.0"
180
180
  }
181
181
  },
182
182
  "node_modules/@azure/msal-node": {
183
- "version": "1.18.0",
184
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.0.tgz",
185
- "integrity": "sha512-N6GX1Twxw524e7gaJvj7hKtrPRmZl9qGY7U4pmUdx4XzoWYRFfYk4H1ZjVhQ7pwb5Ks88NNhbXVCagsuYPTEFg==",
183
+ "version": "1.18.1",
184
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.1.tgz",
185
+ "integrity": "sha512-B4kUOWJoN4vD8b3pGJ9Q9mIZhaDb8EnQM1aN0x1otlQgTfzDvEk6rWc6fy8uGdtXqcNddBtiXdc4oRiItroVkA==",
186
186
  "dependencies": {
187
- "@azure/msal-common": "13.2.0",
187
+ "@azure/msal-common": "13.2.1",
188
188
  "jsonwebtoken": "^9.0.0",
189
189
  "uuid": "^8.3.0"
190
190
  },
@@ -238,18 +238,18 @@
238
238
  }
239
239
  },
240
240
  "node_modules/@eslint-community/regexpp": {
241
- "version": "4.5.1",
242
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
243
- "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
241
+ "version": "4.6.2",
242
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz",
243
+ "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==",
244
244
  "dev": true,
245
245
  "engines": {
246
246
  "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
247
247
  }
248
248
  },
249
249
  "node_modules/@eslint/eslintrc": {
250
- "version": "2.1.0",
251
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.0.tgz",
252
- "integrity": "sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==",
250
+ "version": "2.1.1",
251
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz",
252
+ "integrity": "sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==",
253
253
  "dev": true,
254
254
  "dependencies": {
255
255
  "ajv": "^6.12.4",
@@ -282,9 +282,9 @@
282
282
  }
283
283
  },
284
284
  "node_modules/@eslint/js": {
285
- "version": "8.44.0",
286
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",
287
- "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==",
285
+ "version": "8.46.0",
286
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.46.0.tgz",
287
+ "integrity": "sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==",
288
288
  "dev": true,
289
289
  "engines": {
290
290
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -357,15 +357,23 @@
357
357
  "@jridgewell/sourcemap-codec": "1.4.14"
358
358
  }
359
359
  },
360
+ "node_modules/@ljharb/through": {
361
+ "version": "2.3.9",
362
+ "resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.9.tgz",
363
+ "integrity": "sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==",
364
+ "engines": {
365
+ "node": ">= 0.4"
366
+ }
367
+ },
360
368
  "node_modules/@microsoft/applicationinsights-web-snippet": {
361
369
  "version": "1.0.1",
362
370
  "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
363
371
  "integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ=="
364
372
  },
365
373
  "node_modules/@microsoft/microsoft-graph-types": {
366
- "version": "2.35.0",
367
- "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.35.0.tgz",
368
- "integrity": "sha512-3jCQyKaYbNuzVG884SNuWKS19FPUxBwHfDAb3DqZWBwPYcX3HbDe2D22z9Ue+UV+JGuw917cH75RTSgrdnutFg==",
374
+ "version": "2.38.0",
375
+ "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.38.0.tgz",
376
+ "integrity": "sha512-EXpTf/TFUb0EfBXiQ0rTmZf6fRgBn73lNfYdU2QKvqiMPQD/Cs2Gt+VmWVtK19F9Mf5Mt4bDTu5Ft0TGXOF8rA==",
369
377
  "dev": true
370
378
  },
371
379
  "node_modules/@microsoft/recognizers-text-data-types-timex-expression": {
@@ -708,15 +716,15 @@
708
716
  "dev": true
709
717
  },
710
718
  "node_modules/@types/node": {
711
- "version": "18.16.19",
712
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.19.tgz",
713
- "integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==",
719
+ "version": "18.17.4",
720
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.4.tgz",
721
+ "integrity": "sha512-ATL4WLgr7/W40+Sp1WnNTSKbgVn6Pvhc/2RHAdt8fl6NsQyp4oPCi2eKcGOvA494bwf1K/W6nGgZ9TwDqvpjdw==",
714
722
  "dev": true
715
723
  },
716
724
  "node_modules/@types/node-forge": {
717
- "version": "1.3.3",
718
- "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.3.tgz",
719
- "integrity": "sha512-SWpOXtqCNKaDO4xY+ZHrU5ih7UeEeo6frW468B/G7eJ3d9t2r9Vi/9iLHUuuvdZdv5l2yvZ10R2NlY3cV/CuWQ==",
725
+ "version": "1.3.4",
726
+ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.4.tgz",
727
+ "integrity": "sha512-08scBQriFsBbm/CuBWOXRMD1RG7ydFW01EDR6vGX27nxcj6E/jGSCOLdICNd8ETwQlLFXVBVA854RX6Y7vPSrQ==",
720
728
  "dev": true,
721
729
  "dependencies": {
722
730
  "@types/node": "*"
@@ -740,9 +748,9 @@
740
748
  "integrity": "sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg=="
741
749
  },
742
750
  "node_modules/@types/sinon": {
743
- "version": "10.0.15",
744
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.15.tgz",
745
- "integrity": "sha512-3lrFNQG0Kr2LDzvjyjB6AMJk4ge+8iYhQfdnSwIwlG88FUOV43kPcQqDZkDa/h3WSZy6i8Fr0BSjfQtB1B3xuQ==",
751
+ "version": "10.0.16",
752
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.16.tgz",
753
+ "integrity": "sha512-j2Du5SYpXZjJVJtXBokASpPRj+e2z+VUhCPHmM6WMfe3dpHu6iVKJMU6AiBcMp/XTAYnEj6Wc1trJUWwZ0QaAQ==",
746
754
  "dev": true,
747
755
  "dependencies": {
748
756
  "@types/sinonjs__fake-timers": "*"
@@ -973,9 +981,9 @@
973
981
  }
974
982
  },
975
983
  "node_modules/@xmldom/xmldom": {
976
- "version": "0.8.9",
977
- "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.9.tgz",
978
- "integrity": "sha512-4VSbbcMoxc4KLjb1gs96SRmi7w4h1SF+fCoiK0XaQX62buCc1G5d0DC5bJ9xJBNPDSVCmIrcl8BiYxzjrqaaJA==",
984
+ "version": "0.8.10",
985
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
986
+ "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
979
987
  "engines": {
980
988
  "node": ">=10.0.0"
981
989
  }
@@ -1280,6 +1288,25 @@
1280
1288
  "node": ">=8"
1281
1289
  }
1282
1290
  },
1291
+ "node_modules/array.prototype.findlastindex": {
1292
+ "version": "1.2.2",
1293
+ "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz",
1294
+ "integrity": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==",
1295
+ "dev": true,
1296
+ "dependencies": {
1297
+ "call-bind": "^1.0.2",
1298
+ "define-properties": "^1.1.4",
1299
+ "es-abstract": "^1.20.4",
1300
+ "es-shim-unscopables": "^1.0.0",
1301
+ "get-intrinsic": "^1.1.3"
1302
+ },
1303
+ "engines": {
1304
+ "node": ">= 0.4"
1305
+ },
1306
+ "funding": {
1307
+ "url": "https://github.com/sponsors/ljharb"
1308
+ }
1309
+ },
1283
1310
  "node_modules/array.prototype.flat": {
1284
1311
  "version": "1.3.1",
1285
1312
  "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
@@ -1731,9 +1758,9 @@
1731
1758
  }
1732
1759
  },
1733
1760
  "node_modules/cli-width": {
1734
- "version": "4.0.0",
1735
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.0.0.tgz",
1736
- "integrity": "sha512-ZksGS2xpa/bYkNzN3BAw1wEjsLV/ZKOf/CCrJ/QOBsxx6fOARIkwTutxp1XIOIohi6HKmOFjMoK/XaqDVUpEEw==",
1761
+ "version": "4.1.0",
1762
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
1763
+ "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
1737
1764
  "engines": {
1738
1765
  "node": ">= 12"
1739
1766
  }
@@ -2344,27 +2371,27 @@
2344
2371
  }
2345
2372
  },
2346
2373
  "node_modules/eslint": {
2347
- "version": "8.45.0",
2348
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.45.0.tgz",
2349
- "integrity": "sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==",
2374
+ "version": "8.46.0",
2375
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.46.0.tgz",
2376
+ "integrity": "sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==",
2350
2377
  "dev": true,
2351
2378
  "dependencies": {
2352
2379
  "@eslint-community/eslint-utils": "^4.2.0",
2353
- "@eslint-community/regexpp": "^4.4.0",
2354
- "@eslint/eslintrc": "^2.1.0",
2355
- "@eslint/js": "8.44.0",
2380
+ "@eslint-community/regexpp": "^4.6.1",
2381
+ "@eslint/eslintrc": "^2.1.1",
2382
+ "@eslint/js": "^8.46.0",
2356
2383
  "@humanwhocodes/config-array": "^0.11.10",
2357
2384
  "@humanwhocodes/module-importer": "^1.0.1",
2358
2385
  "@nodelib/fs.walk": "^1.2.8",
2359
- "ajv": "^6.10.0",
2386
+ "ajv": "^6.12.4",
2360
2387
  "chalk": "^4.0.0",
2361
2388
  "cross-spawn": "^7.0.2",
2362
2389
  "debug": "^4.3.2",
2363
2390
  "doctrine": "^3.0.0",
2364
2391
  "escape-string-regexp": "^4.0.0",
2365
- "eslint-scope": "^7.2.0",
2366
- "eslint-visitor-keys": "^3.4.1",
2367
- "espree": "^9.6.0",
2392
+ "eslint-scope": "^7.2.2",
2393
+ "eslint-visitor-keys": "^3.4.2",
2394
+ "espree": "^9.6.1",
2368
2395
  "esquery": "^1.4.2",
2369
2396
  "esutils": "^2.0.2",
2370
2397
  "fast-deep-equal": "^3.1.3",
@@ -2540,26 +2567,29 @@
2540
2567
  }
2541
2568
  },
2542
2569
  "node_modules/eslint-plugin-import": {
2543
- "version": "2.27.5",
2544
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
2545
- "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
2570
+ "version": "2.28.0",
2571
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz",
2572
+ "integrity": "sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==",
2546
2573
  "dev": true,
2547
2574
  "dependencies": {
2548
2575
  "array-includes": "^3.1.6",
2576
+ "array.prototype.findlastindex": "^1.2.2",
2549
2577
  "array.prototype.flat": "^1.3.1",
2550
2578
  "array.prototype.flatmap": "^1.3.1",
2551
2579
  "debug": "^3.2.7",
2552
2580
  "doctrine": "^2.1.0",
2553
2581
  "eslint-import-resolver-node": "^0.3.7",
2554
- "eslint-module-utils": "^2.7.4",
2582
+ "eslint-module-utils": "^2.8.0",
2555
2583
  "has": "^1.0.3",
2556
- "is-core-module": "^2.11.0",
2584
+ "is-core-module": "^2.12.1",
2557
2585
  "is-glob": "^4.0.3",
2558
2586
  "minimatch": "^3.1.2",
2587
+ "object.fromentries": "^2.0.6",
2588
+ "object.groupby": "^1.0.0",
2559
2589
  "object.values": "^1.1.6",
2560
- "resolve": "^1.22.1",
2561
- "semver": "^6.3.0",
2562
- "tsconfig-paths": "^3.14.1"
2590
+ "resolve": "^1.22.3",
2591
+ "semver": "^6.3.1",
2592
+ "tsconfig-paths": "^3.14.2"
2563
2593
  },
2564
2594
  "engines": {
2565
2595
  "node": ">=4"
@@ -2746,9 +2776,9 @@
2746
2776
  }
2747
2777
  },
2748
2778
  "node_modules/eslint-visitor-keys": {
2749
- "version": "3.4.1",
2750
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
2751
- "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
2779
+ "version": "3.4.2",
2780
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz",
2781
+ "integrity": "sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==",
2752
2782
  "dev": true,
2753
2783
  "engines": {
2754
2784
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -2789,9 +2819,9 @@
2789
2819
  }
2790
2820
  },
2791
2821
  "node_modules/eslint/node_modules/eslint-scope": {
2792
- "version": "7.2.1",
2793
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.1.tgz",
2794
- "integrity": "sha512-CvefSOsDdaYYvxChovdrPo/ZGt8d5lrJWleAc1diXRKhHGiTYEI26cvo8Kle/wGnsizoCJjK73FMg1/IkIwiNA==",
2822
+ "version": "7.2.2",
2823
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
2824
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
2795
2825
  "dev": true,
2796
2826
  "dependencies": {
2797
2827
  "esrecurse": "^4.3.0",
@@ -3693,15 +3723,16 @@
3693
3723
  }
3694
3724
  },
3695
3725
  "node_modules/inquirer": {
3696
- "version": "9.2.8",
3697
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.8.tgz",
3698
- "integrity": "sha512-SJ0fVfgIzZL1AD6WvFhivlh5/3hN6WeAvpvPrpPXH/8MOcQHeXhinmSm5CDJNRC2Q+sLh9YJ5k8F8/5APMXSfw==",
3726
+ "version": "9.2.10",
3727
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.10.tgz",
3728
+ "integrity": "sha512-tVVNFIXU8qNHoULiazz612GFl+yqNfjMTbLuViNJE/d860Qxrd3NMrse8dm40VUQLOQeULvaQF8lpAhvysjeyA==",
3699
3729
  "dependencies": {
3730
+ "@ljharb/through": "^2.3.9",
3700
3731
  "ansi-escapes": "^4.3.2",
3701
3732
  "chalk": "^5.3.0",
3702
3733
  "cli-cursor": "^3.1.0",
3703
- "cli-width": "^4.0.0",
3704
- "external-editor": "^3.0.3",
3734
+ "cli-width": "^4.1.0",
3735
+ "external-editor": "^3.1.0",
3705
3736
  "figures": "^5.0.0",
3706
3737
  "lodash": "^4.17.21",
3707
3738
  "mute-stream": "1.0.0",
@@ -3710,8 +3741,7 @@
3710
3741
  "rxjs": "^7.8.1",
3711
3742
  "string-width": "^4.2.3",
3712
3743
  "strip-ansi": "^6.0.1",
3713
- "through": "^2.3.6",
3714
- "wrap-ansi": "^6.0.1"
3744
+ "wrap-ansi": "^6.2.0"
3715
3745
  },
3716
3746
  "engines": {
3717
3747
  "node": ">=14.18.0"
@@ -3854,9 +3884,9 @@
3854
3884
  }
3855
3885
  },
3856
3886
  "node_modules/is-core-module": {
3857
- "version": "2.12.1",
3858
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
3859
- "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
3887
+ "version": "2.13.0",
3888
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz",
3889
+ "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
3860
3890
  "dependencies": {
3861
3891
  "has": "^1.0.3"
3862
3892
  },
@@ -4814,6 +4844,35 @@
4814
4844
  "url": "https://github.com/sponsors/ljharb"
4815
4845
  }
4816
4846
  },
4847
+ "node_modules/object.fromentries": {
4848
+ "version": "2.0.6",
4849
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
4850
+ "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
4851
+ "dev": true,
4852
+ "dependencies": {
4853
+ "call-bind": "^1.0.2",
4854
+ "define-properties": "^1.1.4",
4855
+ "es-abstract": "^1.20.4"
4856
+ },
4857
+ "engines": {
4858
+ "node": ">= 0.4"
4859
+ },
4860
+ "funding": {
4861
+ "url": "https://github.com/sponsors/ljharb"
4862
+ }
4863
+ },
4864
+ "node_modules/object.groupby": {
4865
+ "version": "1.0.0",
4866
+ "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz",
4867
+ "integrity": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==",
4868
+ "dev": true,
4869
+ "dependencies": {
4870
+ "call-bind": "^1.0.2",
4871
+ "define-properties": "^1.2.0",
4872
+ "es-abstract": "^1.21.2",
4873
+ "get-intrinsic": "^1.2.1"
4874
+ }
4875
+ },
4817
4876
  "node_modules/object.values": {
4818
4877
  "version": "1.1.6",
4819
4878
  "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
@@ -5344,11 +5403,11 @@
5344
5403
  }
5345
5404
  },
5346
5405
  "node_modules/resolve": {
5347
- "version": "1.22.2",
5348
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
5349
- "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
5406
+ "version": "1.22.4",
5407
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
5408
+ "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
5350
5409
  "dependencies": {
5351
- "is-core-module": "^2.11.0",
5410
+ "is-core-module": "^2.13.0",
5352
5411
  "path-parse": "^1.0.7",
5353
5412
  "supports-preserve-symlinks-flag": "^1.0.0"
5354
5413
  },
@@ -5912,11 +5971,6 @@
5912
5971
  "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
5913
5972
  "dev": true
5914
5973
  },
5915
- "node_modules/through": {
5916
- "version": "2.3.8",
5917
- "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
5918
- "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
5919
- },
5920
5974
  "node_modules/tmp": {
5921
5975
  "version": "0.0.33",
5922
5976
  "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.0.0-beta.4ebf3ad",
3
+ "version": "7.0.0-beta.5fdb9e3",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -228,8 +228,8 @@
228
228
  "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
229
229
  ],
230
230
  "dependencies": {
231
- "@azure/msal-node": "^1.17.3",
232
- "@xmldom/xmldom": "^0.8.8",
231
+ "@azure/msal-node": "^1.18.1",
232
+ "@xmldom/xmldom": "^0.8.10",
233
233
  "adaptive-expressions": "^4.20.0",
234
234
  "adaptivecards": "^2.11.3",
235
235
  "adaptivecards-templating": "^2.3.1",
@@ -240,7 +240,7 @@
240
240
  "clipboardy": "^3.0.0",
241
241
  "csv-stringify": "^6.4.0",
242
242
  "easy-table": "^1.2.0",
243
- "inquirer": "^9.1.4",
243
+ "inquirer": "^9.2.10",
244
244
  "jmespath": "^0.16.0",
245
245
  "json-to-ast": "^2.1.0",
246
246
  "minimist": "^1.2.8",
@@ -248,34 +248,34 @@
248
248
  "omelette": "^0.4.17",
249
249
  "open": "^8.4.2",
250
250
  "ora": "^5.4.1",
251
- "semver": "^7.5.3",
251
+ "semver": "^7.5.4",
252
252
  "strip-json-comments": "^5.0.0",
253
253
  "typescript": "^5.0.2",
254
254
  "update-notifier": "^6.0.2",
255
255
  "uuid": "^9.0.0"
256
256
  },
257
257
  "devDependencies": {
258
- "@microsoft/microsoft-graph-types": "^2.35.0",
258
+ "@microsoft/microsoft-graph-types": "^2.38.0",
259
259
  "@types/adm-zip": "^0.5.0",
260
260
  "@types/inquirer": "^9.0.3",
261
261
  "@types/jmespath": "^0.15.0",
262
262
  "@types/json-to-ast": "^2.1.2",
263
263
  "@types/minimist": "^1.2.2",
264
264
  "@types/mocha": "^10.0.1",
265
- "@types/node": "^18.16.19",
266
- "@types/node-forge": "^1.3.2",
265
+ "@types/node": "^18.17.4",
266
+ "@types/node-forge": "^1.3.4",
267
267
  "@types/omelette": "^0.4.2",
268
268
  "@types/semver": "^7.5.0",
269
- "@types/sinon": "^10.0.15",
269
+ "@types/sinon": "^10.0.16",
270
270
  "@types/update-notifier": "^6.0.2",
271
271
  "@types/uuid": "^9.0.2",
272
- "@typescript-eslint/eslint-plugin": "^5.61.0",
273
- "@typescript-eslint/parser": "^5.61.0",
272
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
273
+ "@typescript-eslint/parser": "^5.62.0",
274
274
  "c8": "^7.14.0",
275
- "eslint": "^8.44.0",
275
+ "eslint": "^8.46.0",
276
276
  "eslint-config-standard": "^17.1.0",
277
277
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
278
- "eslint-plugin-import": "^2.27.5",
278
+ "eslint-plugin-import": "^2.28.0",
279
279
  "eslint-plugin-mocha": "^10.1.0",
280
280
  "eslint-plugin-node": "^11.1.0",
281
281
  "eslint-plugin-promise": "^6.1.1",