@pnp/cli-microsoft365 7.1.0-beta.8b56e1d → 7.1.0-beta.99de250
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.
- package/dist/Auth.js +1 -1
- package/dist/appInsights.js +5 -9
- package/dist/cli/Cli.js +6 -2
- package/dist/m365/spo/commands/feature/feature-disable.js +8 -6
- package/dist/m365/spo/commands/feature/feature-enable.js +6 -5
- package/dist/m365/spo/commands/user/user-get.js +7 -1
- package/dist/telemetry.js +30 -14
- package/dist/telemetryRunner.js +26 -0
- package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
- package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
- package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
- package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
- package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
- package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
- package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
- package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
- package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
- package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
- package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
- package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
- package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
- package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
- package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
- package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
- package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
- package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
- package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
- package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
- package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
- package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
- package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
- package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
- package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
- package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
- package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
- package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
- package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
- package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
- package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
- package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
- package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
- package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
- package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
- package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
- package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
- package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
- package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
- package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
- package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
- package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
- package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
- package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
- package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
- package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
- package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
- package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
- package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
- package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
- package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
- package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
- package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
- package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
- package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
- package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
- package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
- package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
- package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
- package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
- package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
- package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
- package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
- package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
- package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
- package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
- package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
- package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
- package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
- package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
- package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
- package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
- package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
- package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
- package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
- package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
- package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
- package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
- package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
- package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
- package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
- package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
- package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
- package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
- package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
- package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
- package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
- package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
- package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
- package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
- package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
- package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
- package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
- package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
- package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
- package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
- package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
- package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
- package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
- package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
- package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
- package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
- package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
- package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
- package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
- package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
- package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
- package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
- package/docs/docs/cmd/spo/user/user-get.mdx +6 -0
- package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
- package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
- package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
- package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
- package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
- package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
- package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
- package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
- package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
- package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
- package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
- package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
- package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
- package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
- package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
- package/npm-shrinkwrap.json +86 -82
- package/package.json +20 -19
package/npm-shrinkwrap.json
CHANGED
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@azure/msal-common": "^13.2.1",
|
|
13
|
-
"@azure/msal-node": "^1.18.
|
|
13
|
+
"@azure/msal-node": "^1.18.3",
|
|
14
14
|
"@xmldom/xmldom": "^0.8.10",
|
|
15
|
-
"adaptive-expressions": "^4.20.
|
|
15
|
+
"adaptive-expressions": "^4.20.1",
|
|
16
16
|
"adaptivecards": "^3.0.1",
|
|
17
17
|
"adaptivecards-templating": "^2.3.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|
|
19
|
-
"applicationinsights": "^2.
|
|
20
|
-
"axios": "^1.5.
|
|
19
|
+
"applicationinsights": "^2.8.0",
|
|
20
|
+
"axios": "^1.5.1",
|
|
21
21
|
"chalk": "^5.2.0",
|
|
22
22
|
"clipboardy": "^3.0.0",
|
|
23
23
|
"configstore": "^6.0.0",
|
|
24
|
-
"csv-stringify": "^6.4.
|
|
24
|
+
"csv-stringify": "^6.4.4",
|
|
25
25
|
"easy-table": "^1.2.0",
|
|
26
|
-
"inquirer": "^9.2.
|
|
26
|
+
"inquirer": "^9.2.11",
|
|
27
27
|
"jmespath": "^0.16.0",
|
|
28
28
|
"json-to-ast": "^2.1.0",
|
|
29
29
|
"minimist": "^1.2.8",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"strip-json-comments": "^5.0.0",
|
|
36
36
|
"typescript": "^5.0.2",
|
|
37
37
|
"update-notifier": "^6.0.2",
|
|
38
|
-
"uuid": "^9.0.
|
|
38
|
+
"uuid": "^9.0.1",
|
|
39
39
|
"yaml": "^2.3.2"
|
|
40
40
|
},
|
|
41
41
|
"bin": {
|
|
@@ -46,25 +46,25 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/microsoft-graph-types": "^2.38.0",
|
|
49
|
-
"@types/adm-zip": "^0.5.
|
|
50
|
-
"@types/inquirer": "^9.0.
|
|
49
|
+
"@types/adm-zip": "^0.5.2",
|
|
50
|
+
"@types/inquirer": "^9.0.4",
|
|
51
51
|
"@types/jmespath": "^0.15.0",
|
|
52
52
|
"@types/json-to-ast": "^2.1.2",
|
|
53
|
-
"@types/minimist": "^1.2.
|
|
54
|
-
"@types/mocha": "^10.0.
|
|
55
|
-
"@types/node": "^18.
|
|
56
|
-
"@types/node-forge": "^1.3.
|
|
53
|
+
"@types/minimist": "^1.2.3",
|
|
54
|
+
"@types/mocha": "^10.0.2",
|
|
55
|
+
"@types/node": "^18.18.4",
|
|
56
|
+
"@types/node-forge": "^1.3.7",
|
|
57
57
|
"@types/omelette": "^0.4.2",
|
|
58
|
-
"@types/semver": "^7.5.
|
|
59
|
-
"@types/sinon": "^10.0.
|
|
58
|
+
"@types/semver": "^7.5.3",
|
|
59
|
+
"@types/sinon": "^10.0.19",
|
|
60
60
|
"@types/update-notifier": "^6.0.5",
|
|
61
|
-
"@types/uuid": "^9.0.
|
|
61
|
+
"@types/uuid": "^9.0.5",
|
|
62
62
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
63
63
|
"@typescript-eslint/parser": "^5.62.0",
|
|
64
64
|
"c8": "^7.14.0",
|
|
65
|
-
"eslint": "^8.
|
|
65
|
+
"eslint": "^8.51.0",
|
|
66
66
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
67
|
-
"eslint-plugin-mocha": "^10.
|
|
67
|
+
"eslint-plugin-mocha": "^10.2.0",
|
|
68
68
|
"mocha": "^10.2.0",
|
|
69
69
|
"rimraf": "^4.4.0",
|
|
70
70
|
"sinon": "^15.2.0",
|
|
@@ -180,9 +180,9 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"node_modules/@azure/msal-node": {
|
|
183
|
-
"version": "1.18.
|
|
184
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.
|
|
185
|
-
"integrity": "sha512-
|
|
183
|
+
"version": "1.18.3",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.3.tgz",
|
|
185
|
+
"integrity": "sha512-lI1OsxNbS/gxRD4548Wyj22Dk8kS7eGMwD9GlBZvQmFV8FJUXoXySL1BiNzDsHUE96/DS/DHmA+F73p1Dkcktg==",
|
|
186
186
|
"dependencies": {
|
|
187
187
|
"@azure/msal-common": "13.3.0",
|
|
188
188
|
"jsonwebtoken": "^9.0.0",
|
|
@@ -282,18 +282,18 @@
|
|
|
282
282
|
}
|
|
283
283
|
},
|
|
284
284
|
"node_modules/@eslint/js": {
|
|
285
|
-
"version": "8.
|
|
286
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
287
|
-
"integrity": "sha512-
|
|
285
|
+
"version": "8.51.0",
|
|
286
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
|
|
287
|
+
"integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
|
|
288
288
|
"dev": true,
|
|
289
289
|
"engines": {
|
|
290
290
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
293
|
"node_modules/@humanwhocodes/config-array": {
|
|
294
|
-
"version": "0.11.
|
|
295
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
|
296
|
-
"integrity": "sha512-
|
|
294
|
+
"version": "0.11.11",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
|
|
296
|
+
"integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
|
|
297
297
|
"dev": true,
|
|
298
298
|
"dependencies": {
|
|
299
299
|
"@humanwhocodes/object-schema": "^1.2.1",
|
|
@@ -610,9 +610,9 @@
|
|
|
610
610
|
}
|
|
611
611
|
},
|
|
612
612
|
"node_modules/@types/adm-zip": {
|
|
613
|
-
"version": "0.5.
|
|
614
|
-
"resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.
|
|
615
|
-
"integrity": "sha512-
|
|
613
|
+
"version": "0.5.2",
|
|
614
|
+
"resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.2.tgz",
|
|
615
|
+
"integrity": "sha512-33OTTnnW3onOE6HJuoqsi7T7Ojupz7zO/Vs5ddRNVCYQnu4lg05RqH/pr9eidHGvGyYfdO4uPO9cvegAMixBCQ==",
|
|
616
616
|
"dev": true,
|
|
617
617
|
"dependencies": {
|
|
618
618
|
"@types/node": "*"
|
|
@@ -640,9 +640,9 @@
|
|
|
640
640
|
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
|
|
641
641
|
},
|
|
642
642
|
"node_modules/@types/inquirer": {
|
|
643
|
-
"version": "9.0.
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.
|
|
645
|
-
"integrity": "sha512-
|
|
643
|
+
"version": "9.0.4",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.4.tgz",
|
|
645
|
+
"integrity": "sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==",
|
|
646
646
|
"dev": true,
|
|
647
647
|
"dependencies": {
|
|
648
648
|
"@types/through": "*",
|
|
@@ -692,27 +692,27 @@
|
|
|
692
692
|
"integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw=="
|
|
693
693
|
},
|
|
694
694
|
"node_modules/@types/minimist": {
|
|
695
|
-
"version": "1.2.
|
|
696
|
-
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.
|
|
697
|
-
"integrity": "sha512-
|
|
695
|
+
"version": "1.2.3",
|
|
696
|
+
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.3.tgz",
|
|
697
|
+
"integrity": "sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==",
|
|
698
698
|
"dev": true
|
|
699
699
|
},
|
|
700
700
|
"node_modules/@types/mocha": {
|
|
701
|
-
"version": "10.0.
|
|
702
|
-
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.
|
|
703
|
-
"integrity": "sha512
|
|
701
|
+
"version": "10.0.2",
|
|
702
|
+
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz",
|
|
703
|
+
"integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==",
|
|
704
704
|
"dev": true
|
|
705
705
|
},
|
|
706
706
|
"node_modules/@types/node": {
|
|
707
|
-
"version": "18.
|
|
708
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.
|
|
709
|
-
"integrity": "sha512-
|
|
707
|
+
"version": "18.18.4",
|
|
708
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.4.tgz",
|
|
709
|
+
"integrity": "sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==",
|
|
710
710
|
"dev": true
|
|
711
711
|
},
|
|
712
712
|
"node_modules/@types/node-forge": {
|
|
713
|
-
"version": "1.3.
|
|
714
|
-
"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.
|
|
715
|
-
"integrity": "sha512-
|
|
713
|
+
"version": "1.3.7",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.7.tgz",
|
|
715
|
+
"integrity": "sha512-uWvTDObXqNQPVprvvm7FCS/B0qexgRMmNCJCRETywf7cBm3C7uGRtGfaSqCoUlksrmY5Yn3++fvA7awBE5lAzw==",
|
|
716
716
|
"dev": true,
|
|
717
717
|
"dependencies": {
|
|
718
718
|
"@types/node": "*"
|
|
@@ -725,9 +725,9 @@
|
|
|
725
725
|
"dev": true
|
|
726
726
|
},
|
|
727
727
|
"node_modules/@types/semver": {
|
|
728
|
-
"version": "7.5.
|
|
729
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
730
|
-
"integrity": "sha512-
|
|
728
|
+
"version": "7.5.3",
|
|
729
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz",
|
|
730
|
+
"integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==",
|
|
731
731
|
"dev": true
|
|
732
732
|
},
|
|
733
733
|
"node_modules/@types/shimmer": {
|
|
@@ -736,9 +736,9 @@
|
|
|
736
736
|
"integrity": "sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg=="
|
|
737
737
|
},
|
|
738
738
|
"node_modules/@types/sinon": {
|
|
739
|
-
"version": "10.0.
|
|
740
|
-
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.
|
|
741
|
-
"integrity": "sha512-
|
|
739
|
+
"version": "10.0.19",
|
|
740
|
+
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.19.tgz",
|
|
741
|
+
"integrity": "sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==",
|
|
742
742
|
"dev": true,
|
|
743
743
|
"dependencies": {
|
|
744
744
|
"@types/sinonjs__fake-timers": "*"
|
|
@@ -770,9 +770,9 @@
|
|
|
770
770
|
}
|
|
771
771
|
},
|
|
772
772
|
"node_modules/@types/uuid": {
|
|
773
|
-
"version": "9.0.
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.
|
|
775
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "9.0.5",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz",
|
|
775
|
+
"integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==",
|
|
776
776
|
"dev": true
|
|
777
777
|
},
|
|
778
778
|
"node_modules/@types/xmldom": {
|
|
@@ -1005,9 +1005,9 @@
|
|
|
1005
1005
|
}
|
|
1006
1006
|
},
|
|
1007
1007
|
"node_modules/adaptive-expressions": {
|
|
1008
|
-
"version": "4.20.
|
|
1009
|
-
"resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.20.
|
|
1010
|
-
"integrity": "sha512
|
|
1008
|
+
"version": "4.20.1",
|
|
1009
|
+
"resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.20.1.tgz",
|
|
1010
|
+
"integrity": "sha512-Yrsx3Z6SL5wcpqyagTzFsm/N/nrDNpyKy/fjLA1Cb2mETb6I7ql1skINdGbJtQZzsSICQMBxpKJwUidosrWzdw==",
|
|
1011
1011
|
"dependencies": {
|
|
1012
1012
|
"@microsoft/recognizers-text-data-types-timex-expression": "1.3.0",
|
|
1013
1013
|
"@types/atob-lite": "^2.0.0",
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
"btoa-lite": "^1.0.0",
|
|
1023
1023
|
"d3-format": "^1.4.4",
|
|
1024
1024
|
"dayjs": "^1.10.3",
|
|
1025
|
-
"fast-xml-parser": "^4.
|
|
1025
|
+
"fast-xml-parser": "^4.2.5",
|
|
1026
1026
|
"jspath": "^0.4.0",
|
|
1027
1027
|
"lodash.isequal": "^4.5.0",
|
|
1028
1028
|
"lru-cache": "^5.1.1",
|
|
@@ -1187,9 +1187,9 @@
|
|
|
1187
1187
|
}
|
|
1188
1188
|
},
|
|
1189
1189
|
"node_modules/applicationinsights": {
|
|
1190
|
-
"version": "2.
|
|
1191
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.
|
|
1192
|
-
"integrity": "sha512-
|
|
1190
|
+
"version": "2.8.0",
|
|
1191
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.8.0.tgz",
|
|
1192
|
+
"integrity": "sha512-pxVOdCPwXTal1A904yGmzOOUJrIeQ89xQir0ifr7fLl+e0BlGrZ1P4StcIDuEXk93gV9CGxGm5Mol8ksPk2mcg==",
|
|
1193
1193
|
"dependencies": {
|
|
1194
1194
|
"@azure/core-auth": "^1.5.0",
|
|
1195
1195
|
"@azure/core-rest-pipeline": "1.10.1",
|
|
@@ -1293,9 +1293,9 @@
|
|
|
1293
1293
|
"integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw=="
|
|
1294
1294
|
},
|
|
1295
1295
|
"node_modules/axios": {
|
|
1296
|
-
"version": "1.5.
|
|
1297
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.
|
|
1298
|
-
"integrity": "sha512-
|
|
1296
|
+
"version": "1.5.1",
|
|
1297
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
|
|
1298
|
+
"integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
|
|
1299
1299
|
"dependencies": {
|
|
1300
1300
|
"follow-redirects": "^1.15.0",
|
|
1301
1301
|
"form-data": "^4.0.0",
|
|
@@ -1878,9 +1878,9 @@
|
|
|
1878
1878
|
}
|
|
1879
1879
|
},
|
|
1880
1880
|
"node_modules/csv-stringify": {
|
|
1881
|
-
"version": "6.4.
|
|
1882
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.
|
|
1883
|
-
"integrity": "sha512-
|
|
1881
|
+
"version": "6.4.4",
|
|
1882
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.4.tgz",
|
|
1883
|
+
"integrity": "sha512-NDshLupGa7gp4UG4sSNIqwYJqgSwvds0SvENntxoVoVvTzXcrHvd5gG2MWpbRpSNvk59dlmIe1IwNvSxN4IVmg=="
|
|
1884
1884
|
},
|
|
1885
1885
|
"node_modules/d3-format": {
|
|
1886
1886
|
"version": "1.4.5",
|
|
@@ -2136,16 +2136,16 @@
|
|
|
2136
2136
|
}
|
|
2137
2137
|
},
|
|
2138
2138
|
"node_modules/eslint": {
|
|
2139
|
-
"version": "8.
|
|
2140
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
2141
|
-
"integrity": "sha512-
|
|
2139
|
+
"version": "8.51.0",
|
|
2140
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
|
|
2141
|
+
"integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
|
|
2142
2142
|
"dev": true,
|
|
2143
2143
|
"dependencies": {
|
|
2144
2144
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
2145
2145
|
"@eslint-community/regexpp": "^4.6.1",
|
|
2146
2146
|
"@eslint/eslintrc": "^2.1.2",
|
|
2147
|
-
"@eslint/js": "8.
|
|
2148
|
-
"@humanwhocodes/config-array": "^0.11.
|
|
2147
|
+
"@eslint/js": "8.51.0",
|
|
2148
|
+
"@humanwhocodes/config-array": "^0.11.11",
|
|
2149
2149
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
2150
2150
|
"@nodelib/fs.walk": "^1.2.8",
|
|
2151
2151
|
"ajv": "^6.12.4",
|
|
@@ -2194,13 +2194,13 @@
|
|
|
2194
2194
|
"link": true
|
|
2195
2195
|
},
|
|
2196
2196
|
"node_modules/eslint-plugin-mocha": {
|
|
2197
|
-
"version": "10.
|
|
2198
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.
|
|
2199
|
-
"integrity": "sha512-
|
|
2197
|
+
"version": "10.2.0",
|
|
2198
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz",
|
|
2199
|
+
"integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==",
|
|
2200
2200
|
"dev": true,
|
|
2201
2201
|
"dependencies": {
|
|
2202
2202
|
"eslint-utils": "^3.0.0",
|
|
2203
|
-
"rambda": "^7.
|
|
2203
|
+
"rambda": "^7.4.0"
|
|
2204
2204
|
},
|
|
2205
2205
|
"engines": {
|
|
2206
2206
|
"node": ">=14.0.0"
|
|
@@ -3047,9 +3047,9 @@
|
|
|
3047
3047
|
}
|
|
3048
3048
|
},
|
|
3049
3049
|
"node_modules/inquirer": {
|
|
3050
|
-
"version": "9.2.
|
|
3051
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.
|
|
3052
|
-
"integrity": "sha512-
|
|
3050
|
+
"version": "9.2.11",
|
|
3051
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.11.tgz",
|
|
3052
|
+
"integrity": "sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==",
|
|
3053
3053
|
"dependencies": {
|
|
3054
3054
|
"@ljharb/through": "^2.3.9",
|
|
3055
3055
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5039,9 +5039,13 @@
|
|
|
5039
5039
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
|
5040
5040
|
},
|
|
5041
5041
|
"node_modules/uuid": {
|
|
5042
|
-
"version": "9.0.
|
|
5043
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.
|
|
5044
|
-
"integrity": "sha512-
|
|
5042
|
+
"version": "9.0.1",
|
|
5043
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
5044
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
5045
|
+
"funding": [
|
|
5046
|
+
"https://github.com/sponsors/broofa",
|
|
5047
|
+
"https://github.com/sponsors/ctavan"
|
|
5048
|
+
],
|
|
5045
5049
|
"bin": {
|
|
5046
5050
|
"uuid": "dist/bin/uuid"
|
|
5047
5051
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "7.1.0-beta.
|
|
3
|
+
"version": "7.1.0-beta.99de250",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
"Kornet, Michał <kornetmichal@gmail.com>",
|
|
148
148
|
"Kumar, Shantha <34408892+ktskumar@users.noreply.github.com>",
|
|
149
149
|
"Kurian, Cyril C <cyril.kurian2@gmail.com>",
|
|
150
|
+
"Lakshminarayanan, Vedant <vlakshminarayanan@seekasia.com>",
|
|
150
151
|
"Lamber, Patrick <patrick@nubo.eu>",
|
|
151
152
|
"Laskewitz, Daniel <daniel@laskewitz.nl>",
|
|
152
153
|
"Lengelle, Veronique <25181757+veronicageek@users.noreply.github.com>",
|
|
@@ -225,20 +226,20 @@
|
|
|
225
226
|
],
|
|
226
227
|
"dependencies": {
|
|
227
228
|
"@azure/msal-common": "^13.2.1",
|
|
228
|
-
"@azure/msal-node": "^1.18.
|
|
229
|
+
"@azure/msal-node": "^1.18.3",
|
|
229
230
|
"@xmldom/xmldom": "^0.8.10",
|
|
230
|
-
"adaptive-expressions": "^4.20.
|
|
231
|
+
"adaptive-expressions": "^4.20.1",
|
|
231
232
|
"adaptivecards": "^3.0.1",
|
|
232
233
|
"adaptivecards-templating": "^2.3.1",
|
|
233
234
|
"adm-zip": "^0.5.10",
|
|
234
|
-
"applicationinsights": "^2.
|
|
235
|
-
"axios": "^1.5.
|
|
235
|
+
"applicationinsights": "^2.8.0",
|
|
236
|
+
"axios": "^1.5.1",
|
|
236
237
|
"chalk": "^5.2.0",
|
|
237
238
|
"clipboardy": "^3.0.0",
|
|
238
239
|
"configstore": "^6.0.0",
|
|
239
|
-
"csv-stringify": "^6.4.
|
|
240
|
+
"csv-stringify": "^6.4.4",
|
|
240
241
|
"easy-table": "^1.2.0",
|
|
241
|
-
"inquirer": "^9.2.
|
|
242
|
+
"inquirer": "^9.2.11",
|
|
242
243
|
"jmespath": "^0.16.0",
|
|
243
244
|
"json-to-ast": "^2.1.0",
|
|
244
245
|
"minimist": "^1.2.8",
|
|
@@ -250,30 +251,30 @@
|
|
|
250
251
|
"strip-json-comments": "^5.0.0",
|
|
251
252
|
"typescript": "^5.0.2",
|
|
252
253
|
"update-notifier": "^6.0.2",
|
|
253
|
-
"uuid": "^9.0.
|
|
254
|
+
"uuid": "^9.0.1",
|
|
254
255
|
"yaml": "^2.3.2"
|
|
255
256
|
},
|
|
256
257
|
"devDependencies": {
|
|
257
258
|
"@microsoft/microsoft-graph-types": "^2.38.0",
|
|
258
|
-
"@types/adm-zip": "^0.5.
|
|
259
|
-
"@types/inquirer": "^9.0.
|
|
259
|
+
"@types/adm-zip": "^0.5.2",
|
|
260
|
+
"@types/inquirer": "^9.0.4",
|
|
260
261
|
"@types/jmespath": "^0.15.0",
|
|
261
262
|
"@types/json-to-ast": "^2.1.2",
|
|
262
|
-
"@types/minimist": "^1.2.
|
|
263
|
-
"@types/mocha": "^10.0.
|
|
264
|
-
"@types/node": "^18.
|
|
265
|
-
"@types/node-forge": "^1.3.
|
|
263
|
+
"@types/minimist": "^1.2.3",
|
|
264
|
+
"@types/mocha": "^10.0.2",
|
|
265
|
+
"@types/node": "^18.18.4",
|
|
266
|
+
"@types/node-forge": "^1.3.7",
|
|
266
267
|
"@types/omelette": "^0.4.2",
|
|
267
|
-
"@types/semver": "^7.5.
|
|
268
|
-
"@types/sinon": "^10.0.
|
|
268
|
+
"@types/semver": "^7.5.3",
|
|
269
|
+
"@types/sinon": "^10.0.19",
|
|
269
270
|
"@types/update-notifier": "^6.0.5",
|
|
270
|
-
"@types/uuid": "^9.0.
|
|
271
|
+
"@types/uuid": "^9.0.5",
|
|
271
272
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
272
273
|
"@typescript-eslint/parser": "^5.62.0",
|
|
273
274
|
"c8": "^7.14.0",
|
|
274
|
-
"eslint": "^8.
|
|
275
|
+
"eslint": "^8.51.0",
|
|
275
276
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
276
|
-
"eslint-plugin-mocha": "^10.
|
|
277
|
+
"eslint-plugin-mocha": "^10.2.0",
|
|
277
278
|
"mocha": "^10.2.0",
|
|
278
279
|
"rimraf": "^4.4.0",
|
|
279
280
|
"sinon": "^15.2.0",
|