@pnp/cli-microsoft365 7.10.0-beta.0d80e6e → 7.10.0-beta.4ffb095

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 (31) hide show
  1. package/.eslintrc.cjs +2 -0
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/dist/Auth.js +1 -1
  5. package/dist/chili/chili.js +9 -77
  6. package/dist/m365/entra/commands/app/app-permission-remove.js +287 -0
  7. package/dist/m365/entra/commands/pim/pim-role-assignment-eligibility-list.js +124 -0
  8. package/dist/m365/entra/commands/pim/pim-role-request-list.js +149 -0
  9. package/dist/m365/entra/commands.js +3 -0
  10. package/dist/m365/spo/commands/file/file-add.js +41 -38
  11. package/dist/m365/spo/commands/folder/folder-add.js +65 -21
  12. package/dist/m365/spo/commands/site/site-admin-list.js +144 -0
  13. package/dist/m365/spo/commands/site/site-set.js +22 -24
  14. package/dist/m365/spo/commands/tenant/tenant-site-archive.js +99 -0
  15. package/dist/m365/spo/commands/tenant/tenant-site-unarchive.js +98 -0
  16. package/dist/m365/spo/commands.js +3 -0
  17. package/dist/m365/teams/commands/user/user-app-add.js +17 -17
  18. package/dist/m365/teams/commands/user/user-app-upgrade.js +106 -0
  19. package/dist/m365/teams/commands.js +2 -1
  20. package/dist/utils/md.js +2 -2
  21. package/docs/docs/cmd/entra/app/app-permission-remove.mdx +60 -0
  22. package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +205 -0
  23. package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +261 -0
  24. package/docs/docs/cmd/spo/folder/folder-add.mdx +9 -0
  25. package/docs/docs/cmd/spo/site/site-admin-list.mdx +115 -0
  26. package/docs/docs/cmd/spo/tenant/tenant-site-archive.mdx +63 -0
  27. package/docs/docs/cmd/spo/tenant/tenant-site-unarchive.mdx +67 -0
  28. package/docs/docs/cmd/status.mdx +10 -9
  29. package/docs/docs/cmd/teams/user/user-app-upgrade.mdx +59 -0
  30. package/npm-shrinkwrap.json +181 -90
  31. package/package.json +16 -15
@@ -0,0 +1,67 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # spo tenant site unarchive
6
+
7
+ Unarchives a site collection
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 spo tenant site unarchive [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ ```md definition-list
18
+ `-u, --url <url>`
19
+ : URL of the site collection.
20
+
21
+ `-f, --force`
22
+ : Don't prompt for confirmation.
23
+ ```
24
+
25
+ <Global />
26
+
27
+ ## Remarks
28
+
29
+ :::info
30
+
31
+ To use this command, you must be a Global or SharePoint administrator.
32
+
33
+ :::
34
+
35
+ :::warning
36
+
37
+ If a site remains archived for more than **seven days**, the reactivation fee will be calculated based on the entire storage capacity of the site.
38
+
39
+ :::
40
+
41
+ :::note
42
+
43
+ After running this command, it may take a few minutes for the site to be fully restored.
44
+
45
+ :::
46
+
47
+ ## Examples
48
+
49
+ Unarchive a specific site collection.
50
+
51
+ ```sh
52
+ m365 spo tenant site unarchive --url "https://contoso.sharepoint.com/sites/Marketing"
53
+ ```
54
+
55
+ Unarchive a specific site collection without confirmation prompt.
56
+
57
+ ```sh
58
+ m365 spo tenant site unarchive --url "https://contoso.sharepoint.com/sites/Marketing" --force
59
+ ```
60
+
61
+ ## Response
62
+
63
+ The command won't return a response on success.
64
+
65
+ ## More information
66
+
67
+ - Pricing model for Microsoft 365 Archive: [https://learn.microsoft.com/microsoft-365/archive/archive-pricing](https://learn.microsoft.com/microsoft-365/archive/archive-pricing)
@@ -35,6 +35,7 @@ m365 status
35
35
 
36
36
  ```json
37
37
  {
38
+ "connectionName": "dd8b99a7-77c6-4238-a609-396d27844921",
38
39
  "connectedAs": "john.doe@contoso.onmicrosoft.com",
39
40
  "authType": "DeviceCode",
40
41
  "appId": "31359c7f-bd7e-475c-86db-fdb8c937548e",
@@ -47,19 +48,20 @@ m365 status
47
48
  <TabItem value="Text">
48
49
 
49
50
  ```text
50
- appId : 31359c7f-bd7e-475c-86db-fdb8c937548e
51
- appTenant : common
52
- authType : DeviceCode
53
- connectedAs: john.doe@contoso.onmicrosoft.com
54
- cloudType : Public
51
+ appId : 31359c7f-bd7e-475c-86db-fdb8c937548e
52
+ appTenant : common
53
+ authType : DeviceCode
54
+ cloudType : Public
55
+ connectedAs : john.doe@contoso.onmicrosoft.com
56
+ connectionName: dd8b99a7-77c6-4238-a609-396d27844921
55
57
  ```
56
58
 
57
59
  </TabItem>
58
60
  <TabItem value="CSV">
59
61
 
60
62
  ```csv
61
- connectedAs,authType,appId,appTenant,cloudType
62
- john.doe@contoso.onmicrosoft.com,DeviceCode,31359c7f-bd7e-475c-86db-fdb8c937548e,common,Public
63
+ connectionName,connectedAs,authType,appId,appTenant,cloudType
64
+ dd8b99a7-77c6-4238-a609-396d27844921,john.doe@contoso.onmicrosoft.com,DeviceCode,31359c7f-bd7e-475c-86db-fdb8c937548e,common,Public
63
65
  ```
64
66
 
65
67
  </TabItem>
@@ -70,10 +72,9 @@ m365 status
70
72
 
71
73
  Date: 7/2/2023
72
74
 
73
-
74
-
75
75
  Property | Value
76
76
  ---------|-------
77
+ connectionName | dd8b99a7-77c6-4238-a609-396d27844921
77
78
  connectedAs | john.doe@contoso.onmicrosoft.com
78
79
  authType | DeviceCode
79
80
  appId | 31359c7f-bd7e-475c-86db-fdb8c937548e
@@ -0,0 +1,59 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+
3
+ # teams user app upgrade
4
+
5
+ Upgrade an app in the personal scope of the specified user
6
+
7
+ ## Usage
8
+
9
+ ```sh
10
+ m365 teams user app upgrade [options]
11
+ ```
12
+
13
+ ## Options
14
+
15
+ ```md definition-list
16
+ `--id [id]`
17
+ : The unique id of the app instance installed for the user. Specify either `id` or `name`.
18
+
19
+ `--name [name]`
20
+ : Name of the app instance installed for the user. Specify either `id` or `name`.
21
+
22
+ `--userId [userId]`
23
+ : The ID of the user to upgrade the app for. Specify either `userId` or `userName` but not both.
24
+
25
+ `--userName [userName]`
26
+ : The UPN of the user to upgrade the app for. Specify either `userId` or `userName` but not both.
27
+ ```
28
+
29
+ <Global />
30
+
31
+ ## Examples
32
+
33
+ Upgrade an app by name for the specified user using its UPN.
34
+
35
+ ```sh
36
+ m365 teams user app upgrade --name HelloWorld --userName admin@contoso.com
37
+ ```
38
+
39
+ Upgrade an app by name for the specified user using its id.
40
+
41
+ ```sh
42
+ m365 teams user app upgrade --name HelloWorld --userId 2609af39-7775-4f94-a3dc-0dd67657e900
43
+ ```
44
+
45
+ Upgrade an app by id for the specified user using its UPN.
46
+
47
+ ```sh
48
+ m365 teams user app upgrade --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userName admin@contoso.com
49
+ ```
50
+
51
+ Upgrade an app by id for the specified user using its id.
52
+
53
+ ```sh
54
+ m365 teams user app upgrade --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userId 2609af39-7775-4f94-a3dc-0dd67657e900
55
+ ```
56
+
57
+ ## Response
58
+
59
+ The command won't return a response on success.
@@ -9,22 +9,22 @@
9
9
  "version": "7.10.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@azure/msal-common": "^14.10.0",
13
- "@azure/msal-node": "^2.7.0",
14
- "@inquirer/confirm": "^3.1.6",
15
- "@inquirer/input": "^2.1.6",
16
- "@inquirer/select": "^2.3.2",
12
+ "@azure/msal-common": "^14.11.0",
13
+ "@azure/msal-node": "^2.9.1",
14
+ "@inquirer/confirm": "^3.1.9",
15
+ "@inquirer/input": "^2.1.9",
16
+ "@inquirer/select": "^2.3.5",
17
17
  "@xmldom/xmldom": "^0.8.10",
18
18
  "adaptive-expressions": "^4.22.2",
19
- "adaptivecards": "^3.0.3",
19
+ "adaptivecards": "^3.0.4",
20
20
  "adaptivecards-templating": "^2.3.1",
21
- "adm-zip": "^0.5.12",
21
+ "adm-zip": "^0.5.14",
22
22
  "applicationinsights": "^2.9.5",
23
- "axios": "^1.6.8",
23
+ "axios": "^1.7.2",
24
24
  "chalk": "^5.3.0",
25
25
  "clipboardy": "^4.0.0",
26
26
  "configstore": "^6.0.0",
27
- "csv-stringify": "^6.4.6",
27
+ "csv-stringify": "^6.5.0",
28
28
  "easy-table": "^1.2.0",
29
29
  "jmespath": "^0.16.0",
30
30
  "json-to-ast": "^2.1.0",
@@ -33,12 +33,12 @@
33
33
  "omelette": "^0.4.17",
34
34
  "open": "^10.1.0",
35
35
  "ora": "^8.0.1",
36
- "semver": "^7.6.1",
36
+ "semver": "^7.6.2",
37
37
  "strip-json-comments": "^5.0.1",
38
38
  "typescript": "^5.4.5",
39
39
  "update-notifier": "^7.0.0",
40
40
  "uuid": "^9.0.1",
41
- "yaml": "^2.4.2"
41
+ "yaml": "^2.4.3"
42
42
  },
43
43
  "bin": {
44
44
  "m365": "dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "@types/json-to-ast": "^2.1.4",
55
55
  "@types/minimist": "^1.2.5",
56
56
  "@types/mocha": "^10.0.6",
57
- "@types/node": "^20.12.10",
57
+ "@types/node": "^20.14.2",
58
58
  "@types/node-forge": "^1.3.11",
59
59
  "@types/omelette": "^0.4.4",
60
60
  "@types/semver": "^7.5.8",
@@ -62,13 +62,13 @@
62
62
  "@types/update-notifier": "^6.0.8",
63
63
  "@types/uuid": "^9.0.8",
64
64
  "@typescript-eslint/eslint-plugin": "^7.8.0",
65
- "@typescript-eslint/parser": "^7.8.0",
65
+ "@typescript-eslint/parser": "^7.12.0",
66
66
  "c8": "^9.1.0",
67
67
  "eslint": "^8.57.0",
68
68
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
69
69
  "eslint-plugin-mocha": "^10.4.3",
70
70
  "mocha": "^10.4.0",
71
- "rimraf": "^5.0.5",
71
+ "rimraf": "^5.0.7",
72
72
  "sinon": "^17.0.2",
73
73
  "source-map-support": "^0.5.21"
74
74
  }
@@ -203,19 +203,19 @@
203
203
  }
204
204
  },
205
205
  "node_modules/@azure/msal-common": {
206
- "version": "14.10.0",
207
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.10.0.tgz",
208
- "integrity": "sha512-Zk6DPDz7e1wPgLoLgAp0349Yay9RvcjPM5We/ehuenDNsz/t9QEFI7tRoHpp/e47I4p20XE3FiDlhKwAo3utDA==",
206
+ "version": "14.11.0",
207
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.11.0.tgz",
208
+ "integrity": "sha512-B6+IKLFs7Lsr06vjX8dPN61ENpTgiFrHf+CVo1UasHcmk5uEOq5D4thrbjsauKX+xtFryYsCDtznVDmWS4/sCg==",
209
209
  "engines": {
210
210
  "node": ">=0.8.0"
211
211
  }
212
212
  },
213
213
  "node_modules/@azure/msal-node": {
214
- "version": "2.7.0",
215
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.7.0.tgz",
216
- "integrity": "sha512-wXD8LkUvHICeSWZydqg6o8Yvv+grlBEcmLGu+QEI4FcwFendbTEZrlSygnAXXSOCVaGAirWLchca35qrgpO6Jw==",
214
+ "version": "2.9.1",
215
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.9.1.tgz",
216
+ "integrity": "sha512-I9Pc78mXwj/K8ydSgTfZ5A20vQ/xvfgnnhSCkienZ29b59zFy/hb2Vxmc6Gvg5pNkimSqkPnAtGoBMxYOLBm1A==",
217
217
  "dependencies": {
218
- "@azure/msal-common": "14.9.0",
218
+ "@azure/msal-common": "14.11.0",
219
219
  "jsonwebtoken": "^9.0.0",
220
220
  "uuid": "^8.3.0"
221
221
  },
@@ -223,14 +223,6 @@
223
223
  "node": ">=16"
224
224
  }
225
225
  },
226
- "node_modules/@azure/msal-node/node_modules/@azure/msal-common": {
227
- "version": "14.9.0",
228
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.9.0.tgz",
229
- "integrity": "sha512-yzBPRlWPnTBeixxLNI3BBIgF5/bHpbhoRVuuDBnYjCyWRavaPUsKAHUDYLqpGkBLDciA6TCc6GOxN4/S3WiSxg==",
230
- "engines": {
231
- "node": ">=0.8.0"
232
- }
233
- },
234
226
  "node_modules/@azure/msal-node/node_modules/uuid": {
235
227
  "version": "8.3.2",
236
228
  "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
@@ -372,26 +364,26 @@
372
364
  "dev": true
373
365
  },
374
366
  "node_modules/@inquirer/confirm": {
375
- "version": "3.1.6",
376
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz",
377
- "integrity": "sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==",
367
+ "version": "3.1.9",
368
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.9.tgz",
369
+ "integrity": "sha512-UF09aejxCi4Xqm6N/jJAiFXArXfi9al52AFaSD+2uIHnhZGtd1d6lIGTRMPouVSJxbGEi+HkOWSYaiEY/+szUw==",
378
370
  "dependencies": {
379
- "@inquirer/core": "^8.1.0",
380
- "@inquirer/type": "^1.3.1"
371
+ "@inquirer/core": "^8.2.2",
372
+ "@inquirer/type": "^1.3.3"
381
373
  },
382
374
  "engines": {
383
375
  "node": ">=18"
384
376
  }
385
377
  },
386
378
  "node_modules/@inquirer/core": {
387
- "version": "8.1.0",
388
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
389
- "integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
379
+ "version": "8.2.2",
380
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.2.tgz",
381
+ "integrity": "sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==",
390
382
  "dependencies": {
391
- "@inquirer/figures": "^1.0.1",
392
- "@inquirer/type": "^1.3.1",
383
+ "@inquirer/figures": "^1.0.3",
384
+ "@inquirer/type": "^1.3.3",
393
385
  "@types/mute-stream": "^0.0.4",
394
- "@types/node": "^20.12.7",
386
+ "@types/node": "^20.12.13",
395
387
  "@types/wrap-ansi": "^3.0.0",
396
388
  "ansi-escapes": "^4.3.2",
397
389
  "chalk": "^4.1.2",
@@ -422,33 +414,33 @@
422
414
  }
423
415
  },
424
416
  "node_modules/@inquirer/figures": {
425
- "version": "1.0.1",
426
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.1.tgz",
427
- "integrity": "sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==",
417
+ "version": "1.0.3",
418
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
419
+ "integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
428
420
  "engines": {
429
421
  "node": ">=18"
430
422
  }
431
423
  },
432
424
  "node_modules/@inquirer/input": {
433
- "version": "2.1.6",
434
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.6.tgz",
435
- "integrity": "sha512-M8bUFOlcn/kQcVYskl4kkB6dYrHtymJJ1S4nSg/khXT3W3l71u2qhSzfo6PdBG3jUe6ILJZ0gUh4Kef2uJ5pxw==",
425
+ "version": "2.1.9",
426
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.9.tgz",
427
+ "integrity": "sha512-1xTCHmIe48x9CG1+8glAHrVVdH+QfYhzgBUbgyoVpp5NovnXgRcjSn/SNulepxf9Ol8HDq3gzw3ZCAUr+h1Eyg==",
436
428
  "dependencies": {
437
- "@inquirer/core": "^8.1.0",
438
- "@inquirer/type": "^1.3.1"
429
+ "@inquirer/core": "^8.2.2",
430
+ "@inquirer/type": "^1.3.3"
439
431
  },
440
432
  "engines": {
441
433
  "node": ">=18"
442
434
  }
443
435
  },
444
436
  "node_modules/@inquirer/select": {
445
- "version": "2.3.2",
446
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.2.tgz",
447
- "integrity": "sha512-VzLHVpaobBpI3o/CWSG2sCDqrjHZEYAfT1bowbR8Q72fEi0WfBO3Fnh595QqBit9kQhI1uJbVHaaovg1I7eE7Q==",
437
+ "version": "2.3.5",
438
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
439
+ "integrity": "sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==",
448
440
  "dependencies": {
449
- "@inquirer/core": "^8.1.0",
450
- "@inquirer/figures": "^1.0.1",
451
- "@inquirer/type": "^1.3.1",
441
+ "@inquirer/core": "^8.2.2",
442
+ "@inquirer/figures": "^1.0.3",
443
+ "@inquirer/type": "^1.3.3",
452
444
  "ansi-escapes": "^4.3.2",
453
445
  "chalk": "^4.1.2"
454
446
  },
@@ -472,9 +464,9 @@
472
464
  }
473
465
  },
474
466
  "node_modules/@inquirer/type": {
475
- "version": "1.3.1",
476
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz",
477
- "integrity": "sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==",
467
+ "version": "1.3.3",
468
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
469
+ "integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
478
470
  "engines": {
479
471
  "node": ">=18"
480
472
  }
@@ -933,9 +925,9 @@
933
925
  }
934
926
  },
935
927
  "node_modules/@types/node": {
936
- "version": "20.12.10",
937
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.10.tgz",
938
- "integrity": "sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==",
928
+ "version": "20.14.2",
929
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
930
+ "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
939
931
  "dependencies": {
940
932
  "undici-types": "~5.26.4"
941
933
  }
@@ -1043,15 +1035,15 @@
1043
1035
  }
1044
1036
  },
1045
1037
  "node_modules/@typescript-eslint/parser": {
1046
- "version": "7.8.0",
1047
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.8.0.tgz",
1048
- "integrity": "sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==",
1038
+ "version": "7.12.0",
1039
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.12.0.tgz",
1040
+ "integrity": "sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==",
1049
1041
  "dev": true,
1050
1042
  "dependencies": {
1051
- "@typescript-eslint/scope-manager": "7.8.0",
1052
- "@typescript-eslint/types": "7.8.0",
1053
- "@typescript-eslint/typescript-estree": "7.8.0",
1054
- "@typescript-eslint/visitor-keys": "7.8.0",
1043
+ "@typescript-eslint/scope-manager": "7.12.0",
1044
+ "@typescript-eslint/types": "7.12.0",
1045
+ "@typescript-eslint/typescript-estree": "7.12.0",
1046
+ "@typescript-eslint/visitor-keys": "7.12.0",
1055
1047
  "debug": "^4.3.4"
1056
1048
  },
1057
1049
  "engines": {
@@ -1070,6 +1062,105 @@
1070
1062
  }
1071
1063
  }
1072
1064
  },
1065
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
1066
+ "version": "7.12.0",
1067
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz",
1068
+ "integrity": "sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==",
1069
+ "dev": true,
1070
+ "dependencies": {
1071
+ "@typescript-eslint/types": "7.12.0",
1072
+ "@typescript-eslint/visitor-keys": "7.12.0"
1073
+ },
1074
+ "engines": {
1075
+ "node": "^18.18.0 || >=20.0.0"
1076
+ },
1077
+ "funding": {
1078
+ "type": "opencollective",
1079
+ "url": "https://opencollective.com/typescript-eslint"
1080
+ }
1081
+ },
1082
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
1083
+ "version": "7.12.0",
1084
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.12.0.tgz",
1085
+ "integrity": "sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==",
1086
+ "dev": true,
1087
+ "engines": {
1088
+ "node": "^18.18.0 || >=20.0.0"
1089
+ },
1090
+ "funding": {
1091
+ "type": "opencollective",
1092
+ "url": "https://opencollective.com/typescript-eslint"
1093
+ }
1094
+ },
1095
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
1096
+ "version": "7.12.0",
1097
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz",
1098
+ "integrity": "sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==",
1099
+ "dev": true,
1100
+ "dependencies": {
1101
+ "@typescript-eslint/types": "7.12.0",
1102
+ "@typescript-eslint/visitor-keys": "7.12.0",
1103
+ "debug": "^4.3.4",
1104
+ "globby": "^11.1.0",
1105
+ "is-glob": "^4.0.3",
1106
+ "minimatch": "^9.0.4",
1107
+ "semver": "^7.6.0",
1108
+ "ts-api-utils": "^1.3.0"
1109
+ },
1110
+ "engines": {
1111
+ "node": "^18.18.0 || >=20.0.0"
1112
+ },
1113
+ "funding": {
1114
+ "type": "opencollective",
1115
+ "url": "https://opencollective.com/typescript-eslint"
1116
+ },
1117
+ "peerDependenciesMeta": {
1118
+ "typescript": {
1119
+ "optional": true
1120
+ }
1121
+ }
1122
+ },
1123
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
1124
+ "version": "7.12.0",
1125
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz",
1126
+ "integrity": "sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==",
1127
+ "dev": true,
1128
+ "dependencies": {
1129
+ "@typescript-eslint/types": "7.12.0",
1130
+ "eslint-visitor-keys": "^3.4.3"
1131
+ },
1132
+ "engines": {
1133
+ "node": "^18.18.0 || >=20.0.0"
1134
+ },
1135
+ "funding": {
1136
+ "type": "opencollective",
1137
+ "url": "https://opencollective.com/typescript-eslint"
1138
+ }
1139
+ },
1140
+ "node_modules/@typescript-eslint/parser/node_modules/brace-expansion": {
1141
+ "version": "2.0.1",
1142
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1143
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
1144
+ "dev": true,
1145
+ "dependencies": {
1146
+ "balanced-match": "^1.0.0"
1147
+ }
1148
+ },
1149
+ "node_modules/@typescript-eslint/parser/node_modules/minimatch": {
1150
+ "version": "9.0.4",
1151
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
1152
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
1153
+ "dev": true,
1154
+ "dependencies": {
1155
+ "brace-expansion": "^2.0.1"
1156
+ },
1157
+ "engines": {
1158
+ "node": ">=16 || 14 >=14.17"
1159
+ },
1160
+ "funding": {
1161
+ "url": "https://github.com/sponsors/isaacs"
1162
+ }
1163
+ },
1073
1164
  "node_modules/@typescript-eslint/scope-manager": {
1074
1165
  "version": "7.8.0",
1075
1166
  "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz",
@@ -1298,9 +1389,9 @@
1298
1389
  }
1299
1390
  },
1300
1391
  "node_modules/adaptivecards": {
1301
- "version": "3.0.3",
1302
- "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.3.tgz",
1303
- "integrity": "sha512-9DMTZWpttEPcFJMS7TUjeMZpyp808ZVJUNFXBRaywIWp98+CJfr+LRTeQZQXh+o1ZshuEjQwiLavKIe9DsLjPQ==",
1392
+ "version": "3.0.4",
1393
+ "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.4.tgz",
1394
+ "integrity": "sha512-9gloqhEFpeinQta+UouODbVnGYKxGWRVK918pslhdx3lUyDJcOCfcX6mzDX3Csc47c5hnsNxKXNPtjs6wbazQQ==",
1304
1395
  "peerDependencies": {
1305
1396
  "swiper": "^8.2.6"
1306
1397
  }
@@ -1314,11 +1405,11 @@
1314
1405
  }
1315
1406
  },
1316
1407
  "node_modules/adm-zip": {
1317
- "version": "0.5.12",
1318
- "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.12.tgz",
1319
- "integrity": "sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==",
1408
+ "version": "0.5.14",
1409
+ "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.14.tgz",
1410
+ "integrity": "sha512-DnyqqifT4Jrcvb8USYjp6FHtBpEIz1mnXu6pTRHZ0RL69LbQYiO+0lDFg5+OKA7U29oWSs3a/i8fhn8ZcceIWg==",
1320
1411
  "engines": {
1321
- "node": ">=6.0"
1412
+ "node": ">=12.0"
1322
1413
  }
1323
1414
  },
1324
1415
  "node_modules/agent-base": {
@@ -1525,9 +1616,9 @@
1525
1616
  "integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw=="
1526
1617
  },
1527
1618
  "node_modules/axios": {
1528
- "version": "1.6.8",
1529
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
1530
- "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
1619
+ "version": "1.7.2",
1620
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
1621
+ "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
1531
1622
  "dependencies": {
1532
1623
  "follow-redirects": "^1.15.6",
1533
1624
  "form-data": "^4.0.0",
@@ -2167,9 +2258,9 @@
2167
2258
  }
2168
2259
  },
2169
2260
  "node_modules/csv-stringify": {
2170
- "version": "6.4.6",
2171
- "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.6.tgz",
2172
- "integrity": "sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag=="
2261
+ "version": "6.5.0",
2262
+ "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.0.tgz",
2263
+ "integrity": "sha512-edlXFVKcUx7r8Vx5zQucsuMg4wb/xT6qyz+Sr1vnLrdXqlLD1+UKyWNyZ9zn6mUW1ewmGxrpVwAcChGF0HQ/2Q=="
2173
2264
  },
2174
2265
  "node_modules/d3-format": {
2175
2266
  "version": "1.4.5",
@@ -4728,9 +4819,9 @@
4728
4819
  }
4729
4820
  },
4730
4821
  "node_modules/rimraf": {
4731
- "version": "5.0.5",
4732
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz",
4733
- "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==",
4822
+ "version": "5.0.7",
4823
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz",
4824
+ "integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==",
4734
4825
  "dev": true,
4735
4826
  "dependencies": {
4736
4827
  "glob": "^10.3.7"
@@ -4739,7 +4830,7 @@
4739
4830
  "rimraf": "dist/esm/bin.mjs"
4740
4831
  },
4741
4832
  "engines": {
4742
- "node": ">=14"
4833
+ "node": ">=14.18"
4743
4834
  },
4744
4835
  "funding": {
4745
4836
  "url": "https://github.com/sponsors/isaacs"
@@ -4845,9 +4936,9 @@
4845
4936
  ]
4846
4937
  },
4847
4938
  "node_modules/semver": {
4848
- "version": "7.6.1",
4849
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.1.tgz",
4850
- "integrity": "sha512-f/vbBsu+fOiYt+lmwZV0rVwJScl46HppnOA1ZvIuBWKOTlllpyJ3bfVax76/OrhCH38dyxoDIA8K7uB963IYgA==",
4939
+ "version": "7.6.2",
4940
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
4941
+ "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
4851
4942
  "bin": {
4852
4943
  "semver": "bin/semver.js"
4853
4944
  },
@@ -5529,9 +5620,9 @@
5529
5620
  "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
5530
5621
  },
5531
5622
  "node_modules/yaml": {
5532
- "version": "2.4.2",
5533
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
5534
- "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
5623
+ "version": "2.4.3",
5624
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.3.tgz",
5625
+ "integrity": "sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==",
5535
5626
  "bin": {
5536
5627
  "yaml": "bin.mjs"
5537
5628
  },