@pnp/cli-microsoft365 11.7.0-beta.bd906c5 → 11.7.1

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 (52) hide show
  1. package/.devproxy/api-specs/sharepoint.yaml +53 -0
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/dist/m365/context/commands/option/option-list.js +6 -1
  5. package/dist/m365/entra/commands/resourcenamespace/resourcenamespace-list.js +6 -0
  6. package/dist/m365/external/commands/connection/connection-list.js +6 -0
  7. package/dist/m365/outlook/commands/calendar/calendar-set.js +132 -0
  8. package/dist/m365/outlook/commands/calendargroup/calendargroup-get.js +114 -0
  9. package/dist/m365/outlook/commands.js +2 -0
  10. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-add.js +13 -1
  11. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +24 -3
  12. package/dist/m365/spo/commands/brandcenter/brandcenter-colors-list.js +59 -0
  13. package/dist/m365/spo/commands/file/file-archive.js +83 -0
  14. package/dist/m365/spo/commands/propertybag/propertybag-set.js +3 -9
  15. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-add.js +20 -0
  16. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +27 -2
  17. package/dist/m365/spo/commands/tenant/tenant-settings-set.js +5 -1
  18. package/dist/m365/spo/commands.js +2 -0
  19. package/dist/request.js +1 -17
  20. package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +21 -0
  21. package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +19 -0
  22. package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +21 -0
  23. package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +21 -0
  24. package/docs/docs/cmd/entra/roledefinition/roledefinition-add.mdx +19 -0
  25. package/docs/docs/cmd/entra/roledefinition/roledefinition-get.mdx +19 -0
  26. package/docs/docs/cmd/entra/roledefinition/roledefinition-list.mdx +19 -0
  27. package/docs/docs/cmd/entra/roledefinition/roledefinition-remove.mdx +21 -0
  28. package/docs/docs/cmd/entra/roledefinition/roledefinition-set.mdx +21 -0
  29. package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +21 -0
  30. package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +21 -0
  31. package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +19 -0
  32. package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +20 -0
  33. package/docs/docs/cmd/external/connection/connection-add.mdx +21 -0
  34. package/docs/docs/cmd/external/connection/connection-doctor.mdx +19 -0
  35. package/docs/docs/cmd/external/connection/connection-get.mdx +19 -0
  36. package/docs/docs/cmd/external/connection/connection-list.mdx +19 -0
  37. package/docs/docs/cmd/external/connection/connection-remove.mdx +21 -0
  38. package/docs/docs/cmd/external/connection/connection-schema-add.mdx +21 -0
  39. package/docs/docs/cmd/external/connection/connection-urltoitemresolver-add.mdx +21 -0
  40. package/docs/docs/cmd/external/item/item-add.mdx +19 -0
  41. package/docs/docs/cmd/outlook/calendar/calendar-set.mdx +178 -0
  42. package/docs/docs/cmd/outlook/calendargroup/calendargroup-get.mdx +125 -0
  43. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +14 -11
  44. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +9 -6
  45. package/docs/docs/cmd/spo/brandcenter/brandcenter-colors-list.mdx +115 -0
  46. package/docs/docs/cmd/spo/file/file-archive.mdx +68 -0
  47. package/docs/docs/cmd/spo/propertybag/propertybag-set.mdx +1 -1
  48. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +13 -10
  49. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +7 -4
  50. package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +3 -0
  51. package/npm-shrinkwrap.json +583 -224
  52. package/package.json +34 -20
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.7.0",
3
+ "version": "11.7.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@pnp/cli-microsoft365",
9
- "version": "11.7.0",
9
+ "version": "11.7.1",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@azure/msal-common": "^16.4.1",
13
- "@azure/msal-node": "^5.1.2",
14
- "@inquirer/confirm": "^6.0.10",
15
- "@inquirer/input": "^5.0.10",
16
- "@inquirer/select": "^5.1.2",
17
- "@xmldom/xmldom": "^0.9.9",
12
+ "@azure/msal-common": "^16.5.2",
13
+ "@azure/msal-node": "^5.1.5",
14
+ "@inquirer/confirm": "^6.0.12",
15
+ "@inquirer/input": "^5.0.12",
16
+ "@inquirer/select": "^5.1.4",
17
+ "@xmldom/xmldom": "^0.9.10",
18
18
  "adaptive-expressions": "^4.23.3",
19
- "adaptivecards": "^3.0.5",
19
+ "adaptivecards": "^3.0.6",
20
20
  "adaptivecards-templating": "^2.3.1",
21
21
  "adm-zip": "^0.5.17",
22
22
  "applicationinsights": "^3.14.0",
23
- "axios": "^1.14.0",
23
+ "axios": "^1.15.2",
24
24
  "chalk": "^5.6.2",
25
25
  "clipboardy": "^5.3.1",
26
26
  "configstore": "^8.0.0",
@@ -36,10 +36,10 @@
36
36
  "strip-json-comments": "^5.0.3",
37
37
  "typescript": "^5.9.3",
38
38
  "update-notifier": "^7.3.1",
39
- "uuid": "^13.0.0",
39
+ "uuid": "^13.0.1",
40
40
  "yaml": "^2.8.3",
41
41
  "yargs-parser": "^22.0.0",
42
- "zod": "^4.3.6"
42
+ "zod": "^4.4.1"
43
43
  },
44
44
  "bin": {
45
45
  "m365": "dist/index.js",
@@ -48,7 +48,7 @@
48
48
  "microsoft365": "dist/index.js"
49
49
  },
50
50
  "devDependencies": {
51
- "@actions/core": "^3.0.0",
51
+ "@actions/core": "^3.0.1",
52
52
  "@eslint/js": "^10.0.1",
53
53
  "@microsoft/microsoft-graph-types": "^2.43.1",
54
54
  "@stylistic/eslint-plugin": "^5.10.0",
@@ -57,31 +57,31 @@
57
57
  "@types/json-schema": "^7.0.15",
58
58
  "@types/json-to-ast": "^2.1.4",
59
59
  "@types/mocha": "^10.0.10",
60
- "@types/node": "^24.12.0",
60
+ "@types/node": "^24.12.2",
61
61
  "@types/node-forge": "^1.3.14",
62
62
  "@types/omelette": "^0.4.5",
63
63
  "@types/semver": "^7.7.1",
64
- "@types/sinon": "^21.0.0",
64
+ "@types/sinon": "^21.0.1",
65
65
  "@types/update-notifier": "^6.0.8",
66
66
  "@types/uuid": "^10.0.0",
67
67
  "@types/yargs-parser": "^21.0.3",
68
- "@typescript-eslint/eslint-plugin": "^8.58.0",
68
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
69
69
  "@typescript-eslint/parser": "^8.58.0",
70
70
  "c8": "^11.0.0",
71
- "eslint": "^10.1.0",
71
+ "eslint": "^10.2.1",
72
72
  "eslint-plugin-mocha": "^11.2.0",
73
- "globals": "^17.4.0",
73
+ "globals": "^17.5.0",
74
74
  "mocha": "^11.7.5",
75
75
  "rimraf": "^6.1.3",
76
- "sinon": "^21.0.3",
76
+ "sinon": "^21.1.2",
77
77
  "source-map-support": "^0.5.21",
78
78
  "tsc-watch": "^7.2.0"
79
79
  }
80
80
  },
81
81
  "node_modules/@actions/core": {
82
- "version": "3.0.0",
83
- "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.0.tgz",
84
- "integrity": "sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==",
82
+ "version": "3.0.1",
83
+ "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.1.tgz",
84
+ "integrity": "sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA==",
85
85
  "dev": true,
86
86
  "license": "MIT",
87
87
  "dependencies": {
@@ -492,37 +492,27 @@
492
492
  }
493
493
  },
494
494
  "node_modules/@azure/msal-common": {
495
- "version": "16.4.1",
496
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.4.1.tgz",
497
- "integrity": "sha512-Bl8f+w37xkXsYh7QRkAKCFGYtWMYuOVO7Lv+BxILrvGz3HbIEF22Pt0ugyj0QPOl6NLrHcnNUQ9yeew98P/5iw==",
495
+ "version": "16.5.2",
496
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.5.2.tgz",
497
+ "integrity": "sha512-GkDEL6TYo3HgT3UuqakdgE9PZfc1hMki6+Hwgy1uddb/EauvAKfu85vVhuofRSo22D1xTnWt8Ucwfg4vSCVwvA==",
498
498
  "license": "MIT",
499
499
  "engines": {
500
500
  "node": ">=0.8.0"
501
501
  }
502
502
  },
503
503
  "node_modules/@azure/msal-node": {
504
- "version": "5.1.2",
505
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-5.1.2.tgz",
506
- "integrity": "sha512-DoeSJ9U5KPAIZoHsPywvfEj2MhBniQe0+FSpjLUTdWoIkI999GB5USkW6nNEHnIaLVxROHXvprWA1KzdS1VQ4A==",
504
+ "version": "5.1.5",
505
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-5.1.5.tgz",
506
+ "integrity": "sha512-ObTeMoNPmq19X3z40et9Xvs4ZoWVeJg43PZMRLG5iwVL+2nCtAerG3YTDItqPp1CfXNwmCXBbg8jn1DOx65c3g==",
507
507
  "license": "MIT",
508
508
  "dependencies": {
509
- "@azure/msal-common": "16.4.1",
510
- "jsonwebtoken": "^9.0.0",
511
- "uuid": "^8.3.0"
509
+ "@azure/msal-common": "16.5.2",
510
+ "jsonwebtoken": "^9.0.0"
512
511
  },
513
512
  "engines": {
514
513
  "node": ">=20"
515
514
  }
516
515
  },
517
- "node_modules/@azure/msal-node/node_modules/uuid": {
518
- "version": "8.3.2",
519
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
520
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
521
- "license": "MIT",
522
- "bin": {
523
- "uuid": "dist/bin/uuid"
524
- }
525
- },
526
516
  "node_modules/@azure/opentelemetry-instrumentation-azure-sdk": {
527
517
  "version": "1.0.0-beta.9",
528
518
  "resolved": "https://registry.npmjs.org/@azure/opentelemetry-instrumentation-azure-sdk/-/opentelemetry-instrumentation-azure-sdk-1.0.0-beta.9.tgz",
@@ -666,13 +656,13 @@
666
656
  }
667
657
  },
668
658
  "node_modules/@eslint/config-array": {
669
- "version": "0.23.3",
670
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.3.tgz",
671
- "integrity": "sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==",
659
+ "version": "0.23.5",
660
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
661
+ "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
672
662
  "dev": true,
673
663
  "license": "Apache-2.0",
674
664
  "dependencies": {
675
- "@eslint/object-schema": "^3.0.3",
665
+ "@eslint/object-schema": "^3.0.5",
676
666
  "debug": "^4.3.1",
677
667
  "minimatch": "^10.2.4"
678
668
  },
@@ -720,22 +710,22 @@
720
710
  }
721
711
  },
722
712
  "node_modules/@eslint/config-helpers": {
723
- "version": "0.5.3",
724
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.3.tgz",
725
- "integrity": "sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==",
713
+ "version": "0.5.5",
714
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz",
715
+ "integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==",
726
716
  "dev": true,
727
717
  "license": "Apache-2.0",
728
718
  "dependencies": {
729
- "@eslint/core": "^1.1.1"
719
+ "@eslint/core": "^1.2.1"
730
720
  },
731
721
  "engines": {
732
722
  "node": "^20.19.0 || ^22.13.0 || >=24"
733
723
  }
734
724
  },
735
725
  "node_modules/@eslint/core": {
736
- "version": "1.1.1",
737
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.1.tgz",
738
- "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==",
726
+ "version": "1.2.1",
727
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
728
+ "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
739
729
  "dev": true,
740
730
  "license": "Apache-2.0",
741
731
  "dependencies": {
@@ -767,9 +757,9 @@
767
757
  }
768
758
  },
769
759
  "node_modules/@eslint/object-schema": {
770
- "version": "3.0.3",
771
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.3.tgz",
772
- "integrity": "sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==",
760
+ "version": "3.0.5",
761
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
762
+ "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
773
763
  "dev": true,
774
764
  "license": "Apache-2.0",
775
765
  "engines": {
@@ -777,13 +767,13 @@
777
767
  }
778
768
  },
779
769
  "node_modules/@eslint/plugin-kit": {
780
- "version": "0.6.1",
781
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz",
782
- "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==",
770
+ "version": "0.7.1",
771
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz",
772
+ "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==",
783
773
  "dev": true,
784
774
  "license": "Apache-2.0",
785
775
  "dependencies": {
786
- "@eslint/core": "^1.1.1",
776
+ "@eslint/core": "^1.2.1",
787
777
  "levn": "^0.4.1"
788
778
  },
789
779
  "engines": {
@@ -880,22 +870,22 @@
880
870
  }
881
871
  },
882
872
  "node_modules/@inquirer/ansi": {
883
- "version": "2.0.4",
884
- "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.4.tgz",
885
- "integrity": "sha512-DpcZrQObd7S0R/U3bFdkcT5ebRwbTTC4D3tCc1vsJizmgPLxNJBo+AAFmrZwe8zk30P2QzgzGWZ3Q9uJwWuhIg==",
873
+ "version": "2.0.5",
874
+ "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz",
875
+ "integrity": "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==",
886
876
  "license": "MIT",
887
877
  "engines": {
888
878
  "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
889
879
  }
890
880
  },
891
881
  "node_modules/@inquirer/confirm": {
892
- "version": "6.0.10",
893
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.10.tgz",
894
- "integrity": "sha512-tiNyA73pgpQ0FQ7axqtoLUe4GDYjNCDcVsbgcA5anvwg2z6i+suEngLKKJrWKJolT//GFPZHwN30binDIHgSgQ==",
882
+ "version": "6.0.12",
883
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.12.tgz",
884
+ "integrity": "sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==",
895
885
  "license": "MIT",
896
886
  "dependencies": {
897
- "@inquirer/core": "^11.1.7",
898
- "@inquirer/type": "^4.0.4"
887
+ "@inquirer/core": "^11.1.9",
888
+ "@inquirer/type": "^4.0.5"
899
889
  },
900
890
  "engines": {
901
891
  "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
@@ -910,14 +900,14 @@
910
900
  }
911
901
  },
912
902
  "node_modules/@inquirer/core": {
913
- "version": "11.1.7",
914
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.7.tgz",
915
- "integrity": "sha512-1BiBNDk9btIwYIzNZpkikIHXWeNzNncJePPqwDyVMhXhD1ebqbpn1mKGctpoqAbzywZfdG0O4tvmsGIcOevAPQ==",
903
+ "version": "11.1.9",
904
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.9.tgz",
905
+ "integrity": "sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==",
916
906
  "license": "MIT",
917
907
  "dependencies": {
918
- "@inquirer/ansi": "^2.0.4",
919
- "@inquirer/figures": "^2.0.4",
920
- "@inquirer/type": "^4.0.4",
908
+ "@inquirer/ansi": "^2.0.5",
909
+ "@inquirer/figures": "^2.0.5",
910
+ "@inquirer/type": "^4.0.5",
921
911
  "cli-width": "^4.1.0",
922
912
  "fast-wrap-ansi": "^0.2.0",
923
913
  "mute-stream": "^3.0.0",
@@ -936,22 +926,22 @@
936
926
  }
937
927
  },
938
928
  "node_modules/@inquirer/figures": {
939
- "version": "2.0.4",
940
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.4.tgz",
941
- "integrity": "sha512-eLBsjlS7rPS3WEhmOmh1znQ5IsQrxWzxWDxO51e4urv+iVrSnIHbq4zqJIOiyNdYLa+BVjwOtdetcQx1lWPpiQ==",
929
+ "version": "2.0.5",
930
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
931
+ "integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
942
932
  "license": "MIT",
943
933
  "engines": {
944
934
  "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
945
935
  }
946
936
  },
947
937
  "node_modules/@inquirer/input": {
948
- "version": "5.0.10",
949
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-5.0.10.tgz",
950
- "integrity": "sha512-nvZ6qEVeX/zVtZ1dY2hTGDQpVGD3R7MYPLODPgKO8Y+RAqxkrP3i/3NwF3fZpLdaMiNuK0z2NaYIx9tPwiSegQ==",
938
+ "version": "5.0.12",
939
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-5.0.12.tgz",
940
+ "integrity": "sha512-uiMFBl4LqFzJClh80Q3f9hbOFJ6kgkDWI4LjAeBuyO6EanVVMF69AgOvpi1qdqjDSjDN6578B6nky9ceEpI+1Q==",
951
941
  "license": "MIT",
952
942
  "dependencies": {
953
- "@inquirer/core": "^11.1.7",
954
- "@inquirer/type": "^4.0.4"
943
+ "@inquirer/core": "^11.1.9",
944
+ "@inquirer/type": "^4.0.5"
955
945
  },
956
946
  "engines": {
957
947
  "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
@@ -966,15 +956,15 @@
966
956
  }
967
957
  },
968
958
  "node_modules/@inquirer/select": {
969
- "version": "5.1.2",
970
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-5.1.2.tgz",
971
- "integrity": "sha512-kTK8YIkHV+f02y7bWCh7E0u2/11lul5WepVTclr3UMBtBr05PgcZNWfMa7FY57ihpQFQH/spLMHTcr0rXy50tA==",
959
+ "version": "5.1.4",
960
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-5.1.4.tgz",
961
+ "integrity": "sha512-2kWcGKPMLAXAWRp1AH1SLsQmX+j0QjeljyXMUji9WMZC8nRDO0b7qquIGr6143E7KMLt3VAIGNXzwa/6PXQs4Q==",
972
962
  "license": "MIT",
973
963
  "dependencies": {
974
- "@inquirer/ansi": "^2.0.4",
975
- "@inquirer/core": "^11.1.7",
976
- "@inquirer/figures": "^2.0.4",
977
- "@inquirer/type": "^4.0.4"
964
+ "@inquirer/ansi": "^2.0.5",
965
+ "@inquirer/core": "^11.1.9",
966
+ "@inquirer/figures": "^2.0.5",
967
+ "@inquirer/type": "^4.0.5"
978
968
  },
979
969
  "engines": {
980
970
  "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
@@ -989,9 +979,9 @@
989
979
  }
990
980
  },
991
981
  "node_modules/@inquirer/type": {
992
- "version": "4.0.4",
993
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.4.tgz",
994
- "integrity": "sha512-PamArxO3cFJZoOzspzo6cxVlLeIftyBsZw/S9bKY5DzxqJVZgjoj1oP8d0rskKtp7sZxBycsoer1g6UeJV1BBA==",
982
+ "version": "4.0.5",
983
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
984
+ "integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
995
985
  "license": "MIT",
996
986
  "engines": {
997
987
  "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
@@ -1124,11 +1114,24 @@
1124
1114
  "node": ">=10.3.0"
1125
1115
  }
1126
1116
  },
1117
+ "node_modules/@nodable/entities": {
1118
+ "version": "2.1.0",
1119
+ "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
1120
+ "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
1121
+ "funding": [
1122
+ {
1123
+ "type": "github",
1124
+ "url": "https://github.com/sponsors/nodable"
1125
+ }
1126
+ ],
1127
+ "license": "MIT"
1128
+ },
1127
1129
  "node_modules/@opentelemetry/api": {
1128
1130
  "version": "1.9.0",
1129
1131
  "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
1130
1132
  "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
1131
1133
  "license": "Apache-2.0",
1134
+ "peer": true,
1132
1135
  "engines": {
1133
1136
  "node": ">=8.0.0"
1134
1137
  }
@@ -2672,9 +2675,9 @@
2672
2675
  }
2673
2676
  },
2674
2677
  "node_modules/@sinonjs/fake-timers": {
2675
- "version": "15.2.2",
2676
- "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.2.2.tgz",
2677
- "integrity": "sha512-KK6HfcJHaxmQNzHSsCrRzp1igwAWUXEtD64EScEUsaHw3ViNHgpFR/ACgHpesDR/YDbu6IZMzNbQkTDMlnZHGw==",
2678
+ "version": "15.4.0",
2679
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.4.0.tgz",
2680
+ "integrity": "sha512-DsG+8/LscQIQg68J6Ef3dv10u6nVyetYn923s3/sus5eaGfTo1of5WMZSLf0UJc9KDuKPilPH0UDJCjvNbDNCA==",
2678
2681
  "dev": true,
2679
2682
  "license": "BSD-3-Clause",
2680
2683
  "dependencies": {
@@ -2682,9 +2685,9 @@
2682
2685
  }
2683
2686
  },
2684
2687
  "node_modules/@sinonjs/samsam": {
2685
- "version": "9.0.3",
2686
- "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-9.0.3.tgz",
2687
- "integrity": "sha512-ZgYY7Dc2RW+OUdnZ1DEHg00lhRt+9BjymPKHog4PRFzr1U3MbK57+djmscWyKxzO1qfunHqs4N45WWyKIFKpiQ==",
2688
+ "version": "10.0.2",
2689
+ "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-10.0.2.tgz",
2690
+ "integrity": "sha512-8lVwD1Df1BmzoaOLhMcGGcz/Jyr5QY2KSB75/YK1QgKzoabTeLdIVyhXNZK9ojfSKSdirbXqdbsXXqP9/Ve8+A==",
2688
2691
  "dev": true,
2689
2692
  "license": "BSD-3-Clause",
2690
2693
  "dependencies": {
@@ -2826,10 +2829,11 @@
2826
2829
  }
2827
2830
  },
2828
2831
  "node_modules/@types/node": {
2829
- "version": "24.12.0",
2830
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
2831
- "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
2832
+ "version": "24.12.2",
2833
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
2834
+ "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
2832
2835
  "license": "MIT",
2836
+ "peer": true,
2833
2837
  "dependencies": {
2834
2838
  "undici-types": "~7.16.0"
2835
2839
  }
@@ -2885,9 +2889,9 @@
2885
2889
  "license": "MIT"
2886
2890
  },
2887
2891
  "node_modules/@types/sinon": {
2888
- "version": "21.0.0",
2889
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-21.0.0.tgz",
2890
- "integrity": "sha512-+oHKZ0lTI+WVLxx1IbJDNmReQaIsQJjN2e7UUrJHEeByG7bFeKJYsv1E75JxTQ9QKJDp21bAa/0W2Xo4srsDnw==",
2892
+ "version": "21.0.1",
2893
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-21.0.1.tgz",
2894
+ "integrity": "sha512-5yoJSqLbjH8T9V2bksgRayuhpZy+723/z6wBOR+Soe4ZlXC0eW8Na71TeaZPUWDQvM7LYKa9UGFc6LRqxiR5fQ==",
2891
2895
  "dev": true,
2892
2896
  "license": "MIT",
2893
2897
  "dependencies": {
@@ -2939,17 +2943,17 @@
2939
2943
  "license": "MIT"
2940
2944
  },
2941
2945
  "node_modules/@typescript-eslint/eslint-plugin": {
2942
- "version": "8.58.0",
2943
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz",
2944
- "integrity": "sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==",
2946
+ "version": "8.59.1",
2947
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz",
2948
+ "integrity": "sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==",
2945
2949
  "dev": true,
2946
2950
  "license": "MIT",
2947
2951
  "dependencies": {
2948
2952
  "@eslint-community/regexpp": "^4.12.2",
2949
- "@typescript-eslint/scope-manager": "8.58.0",
2950
- "@typescript-eslint/type-utils": "8.58.0",
2951
- "@typescript-eslint/utils": "8.58.0",
2952
- "@typescript-eslint/visitor-keys": "8.58.0",
2953
+ "@typescript-eslint/scope-manager": "8.59.1",
2954
+ "@typescript-eslint/type-utils": "8.59.1",
2955
+ "@typescript-eslint/utils": "8.59.1",
2956
+ "@typescript-eslint/visitor-keys": "8.59.1",
2953
2957
  "ignore": "^7.0.5",
2954
2958
  "natural-compare": "^1.4.0",
2955
2959
  "ts-api-utils": "^2.5.0"
@@ -2962,22 +2966,23 @@
2962
2966
  "url": "https://opencollective.com/typescript-eslint"
2963
2967
  },
2964
2968
  "peerDependencies": {
2965
- "@typescript-eslint/parser": "^8.58.0",
2969
+ "@typescript-eslint/parser": "^8.59.1",
2966
2970
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
2967
2971
  "typescript": ">=4.8.4 <6.1.0"
2968
2972
  }
2969
2973
  },
2970
2974
  "node_modules/@typescript-eslint/parser": {
2971
- "version": "8.58.0",
2972
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.0.tgz",
2973
- "integrity": "sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==",
2975
+ "version": "8.59.2",
2976
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.2.tgz",
2977
+ "integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==",
2974
2978
  "dev": true,
2975
2979
  "license": "MIT",
2980
+ "peer": true,
2976
2981
  "dependencies": {
2977
- "@typescript-eslint/scope-manager": "8.58.0",
2978
- "@typescript-eslint/types": "8.58.0",
2979
- "@typescript-eslint/typescript-estree": "8.58.0",
2980
- "@typescript-eslint/visitor-keys": "8.58.0",
2982
+ "@typescript-eslint/scope-manager": "8.59.2",
2983
+ "@typescript-eslint/types": "8.59.2",
2984
+ "@typescript-eslint/typescript-estree": "8.59.2",
2985
+ "@typescript-eslint/visitor-keys": "8.59.2",
2981
2986
  "debug": "^4.4.3"
2982
2987
  },
2983
2988
  "engines": {
@@ -2992,15 +2997,78 @@
2992
2997
  "typescript": ">=4.8.4 <6.1.0"
2993
2998
  }
2994
2999
  },
3000
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
3001
+ "version": "8.59.2",
3002
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
3003
+ "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
3004
+ "dev": true,
3005
+ "license": "MIT",
3006
+ "dependencies": {
3007
+ "@typescript-eslint/types": "8.59.2",
3008
+ "@typescript-eslint/visitor-keys": "8.59.2"
3009
+ },
3010
+ "engines": {
3011
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3012
+ },
3013
+ "funding": {
3014
+ "type": "opencollective",
3015
+ "url": "https://opencollective.com/typescript-eslint"
3016
+ }
3017
+ },
3018
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
3019
+ "version": "8.59.2",
3020
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
3021
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
3022
+ "dev": true,
3023
+ "license": "MIT",
3024
+ "engines": {
3025
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3026
+ },
3027
+ "funding": {
3028
+ "type": "opencollective",
3029
+ "url": "https://opencollective.com/typescript-eslint"
3030
+ }
3031
+ },
3032
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
3033
+ "version": "8.59.2",
3034
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
3035
+ "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
3036
+ "dev": true,
3037
+ "license": "MIT",
3038
+ "dependencies": {
3039
+ "@typescript-eslint/types": "8.59.2",
3040
+ "eslint-visitor-keys": "^5.0.0"
3041
+ },
3042
+ "engines": {
3043
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3044
+ },
3045
+ "funding": {
3046
+ "type": "opencollective",
3047
+ "url": "https://opencollective.com/typescript-eslint"
3048
+ }
3049
+ },
3050
+ "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
3051
+ "version": "5.0.1",
3052
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
3053
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
3054
+ "dev": true,
3055
+ "license": "Apache-2.0",
3056
+ "engines": {
3057
+ "node": "^20.19.0 || ^22.13.0 || >=24"
3058
+ },
3059
+ "funding": {
3060
+ "url": "https://opencollective.com/eslint"
3061
+ }
3062
+ },
2995
3063
  "node_modules/@typescript-eslint/project-service": {
2996
- "version": "8.58.0",
2997
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.0.tgz",
2998
- "integrity": "sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==",
3064
+ "version": "8.59.2",
3065
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.2.tgz",
3066
+ "integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==",
2999
3067
  "dev": true,
3000
3068
  "license": "MIT",
3001
3069
  "dependencies": {
3002
- "@typescript-eslint/tsconfig-utils": "^8.58.0",
3003
- "@typescript-eslint/types": "^8.58.0",
3070
+ "@typescript-eslint/tsconfig-utils": "^8.59.2",
3071
+ "@typescript-eslint/types": "^8.59.2",
3004
3072
  "debug": "^4.4.3"
3005
3073
  },
3006
3074
  "engines": {
@@ -3014,15 +3082,29 @@
3014
3082
  "typescript": ">=4.8.4 <6.1.0"
3015
3083
  }
3016
3084
  },
3085
+ "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
3086
+ "version": "8.59.2",
3087
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
3088
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
3089
+ "dev": true,
3090
+ "license": "MIT",
3091
+ "engines": {
3092
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3093
+ },
3094
+ "funding": {
3095
+ "type": "opencollective",
3096
+ "url": "https://opencollective.com/typescript-eslint"
3097
+ }
3098
+ },
3017
3099
  "node_modules/@typescript-eslint/scope-manager": {
3018
- "version": "8.58.0",
3019
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
3020
- "integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
3100
+ "version": "8.59.1",
3101
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz",
3102
+ "integrity": "sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==",
3021
3103
  "dev": true,
3022
3104
  "license": "MIT",
3023
3105
  "dependencies": {
3024
- "@typescript-eslint/types": "8.58.0",
3025
- "@typescript-eslint/visitor-keys": "8.58.0"
3106
+ "@typescript-eslint/types": "8.59.1",
3107
+ "@typescript-eslint/visitor-keys": "8.59.1"
3026
3108
  },
3027
3109
  "engines": {
3028
3110
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3033,9 +3115,9 @@
3033
3115
  }
3034
3116
  },
3035
3117
  "node_modules/@typescript-eslint/tsconfig-utils": {
3036
- "version": "8.58.0",
3037
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz",
3038
- "integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==",
3118
+ "version": "8.59.2",
3119
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
3120
+ "integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
3039
3121
  "dev": true,
3040
3122
  "license": "MIT",
3041
3123
  "engines": {
@@ -3050,15 +3132,15 @@
3050
3132
  }
3051
3133
  },
3052
3134
  "node_modules/@typescript-eslint/type-utils": {
3053
- "version": "8.58.0",
3054
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz",
3055
- "integrity": "sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==",
3135
+ "version": "8.59.1",
3136
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz",
3137
+ "integrity": "sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==",
3056
3138
  "dev": true,
3057
3139
  "license": "MIT",
3058
3140
  "dependencies": {
3059
- "@typescript-eslint/types": "8.58.0",
3060
- "@typescript-eslint/typescript-estree": "8.58.0",
3061
- "@typescript-eslint/utils": "8.58.0",
3141
+ "@typescript-eslint/types": "8.59.1",
3142
+ "@typescript-eslint/typescript-estree": "8.59.1",
3143
+ "@typescript-eslint/utils": "8.59.1",
3062
3144
  "debug": "^4.4.3",
3063
3145
  "ts-api-utils": "^2.5.0"
3064
3146
  },
@@ -3074,10 +3156,116 @@
3074
3156
  "typescript": ">=4.8.4 <6.1.0"
3075
3157
  }
3076
3158
  },
3159
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": {
3160
+ "version": "8.59.1",
3161
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.1.tgz",
3162
+ "integrity": "sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==",
3163
+ "dev": true,
3164
+ "license": "MIT",
3165
+ "dependencies": {
3166
+ "@typescript-eslint/tsconfig-utils": "^8.59.1",
3167
+ "@typescript-eslint/types": "^8.59.1",
3168
+ "debug": "^4.4.3"
3169
+ },
3170
+ "engines": {
3171
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3172
+ },
3173
+ "funding": {
3174
+ "type": "opencollective",
3175
+ "url": "https://opencollective.com/typescript-eslint"
3176
+ },
3177
+ "peerDependencies": {
3178
+ "typescript": ">=4.8.4 <6.1.0"
3179
+ }
3180
+ },
3181
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": {
3182
+ "version": "8.59.1",
3183
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz",
3184
+ "integrity": "sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==",
3185
+ "dev": true,
3186
+ "license": "MIT",
3187
+ "engines": {
3188
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3189
+ },
3190
+ "funding": {
3191
+ "type": "opencollective",
3192
+ "url": "https://opencollective.com/typescript-eslint"
3193
+ },
3194
+ "peerDependencies": {
3195
+ "typescript": ">=4.8.4 <6.1.0"
3196
+ }
3197
+ },
3198
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
3199
+ "version": "8.59.1",
3200
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz",
3201
+ "integrity": "sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==",
3202
+ "dev": true,
3203
+ "license": "MIT",
3204
+ "dependencies": {
3205
+ "@typescript-eslint/project-service": "8.59.1",
3206
+ "@typescript-eslint/tsconfig-utils": "8.59.1",
3207
+ "@typescript-eslint/types": "8.59.1",
3208
+ "@typescript-eslint/visitor-keys": "8.59.1",
3209
+ "debug": "^4.4.3",
3210
+ "minimatch": "^10.2.2",
3211
+ "semver": "^7.7.3",
3212
+ "tinyglobby": "^0.2.15",
3213
+ "ts-api-utils": "^2.5.0"
3214
+ },
3215
+ "engines": {
3216
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3217
+ },
3218
+ "funding": {
3219
+ "type": "opencollective",
3220
+ "url": "https://opencollective.com/typescript-eslint"
3221
+ },
3222
+ "peerDependencies": {
3223
+ "typescript": ">=4.8.4 <6.1.0"
3224
+ }
3225
+ },
3226
+ "node_modules/@typescript-eslint/type-utils/node_modules/balanced-match": {
3227
+ "version": "4.0.4",
3228
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
3229
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
3230
+ "dev": true,
3231
+ "license": "MIT",
3232
+ "engines": {
3233
+ "node": "18 || 20 || >=22"
3234
+ }
3235
+ },
3236
+ "node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion": {
3237
+ "version": "5.0.5",
3238
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
3239
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
3240
+ "dev": true,
3241
+ "license": "MIT",
3242
+ "dependencies": {
3243
+ "balanced-match": "^4.0.2"
3244
+ },
3245
+ "engines": {
3246
+ "node": "18 || 20 || >=22"
3247
+ }
3248
+ },
3249
+ "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": {
3250
+ "version": "10.2.5",
3251
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
3252
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
3253
+ "dev": true,
3254
+ "license": "BlueOak-1.0.0",
3255
+ "dependencies": {
3256
+ "brace-expansion": "^5.0.5"
3257
+ },
3258
+ "engines": {
3259
+ "node": "18 || 20 || >=22"
3260
+ },
3261
+ "funding": {
3262
+ "url": "https://github.com/sponsors/isaacs"
3263
+ }
3264
+ },
3077
3265
  "node_modules/@typescript-eslint/types": {
3078
- "version": "8.58.0",
3079
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
3080
- "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
3266
+ "version": "8.59.1",
3267
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
3268
+ "integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
3081
3269
  "dev": true,
3082
3270
  "license": "MIT",
3083
3271
  "engines": {
@@ -3089,16 +3277,16 @@
3089
3277
  }
3090
3278
  },
3091
3279
  "node_modules/@typescript-eslint/typescript-estree": {
3092
- "version": "8.58.0",
3093
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz",
3094
- "integrity": "sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==",
3280
+ "version": "8.59.2",
3281
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz",
3282
+ "integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==",
3095
3283
  "dev": true,
3096
3284
  "license": "MIT",
3097
3285
  "dependencies": {
3098
- "@typescript-eslint/project-service": "8.58.0",
3099
- "@typescript-eslint/tsconfig-utils": "8.58.0",
3100
- "@typescript-eslint/types": "8.58.0",
3101
- "@typescript-eslint/visitor-keys": "8.58.0",
3286
+ "@typescript-eslint/project-service": "8.59.2",
3287
+ "@typescript-eslint/tsconfig-utils": "8.59.2",
3288
+ "@typescript-eslint/types": "8.59.2",
3289
+ "@typescript-eslint/visitor-keys": "8.59.2",
3102
3290
  "debug": "^4.4.3",
3103
3291
  "minimatch": "^10.2.2",
3104
3292
  "semver": "^7.7.3",
@@ -3116,6 +3304,38 @@
3116
3304
  "typescript": ">=4.8.4 <6.1.0"
3117
3305
  }
3118
3306
  },
3307
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
3308
+ "version": "8.59.2",
3309
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
3310
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
3311
+ "dev": true,
3312
+ "license": "MIT",
3313
+ "engines": {
3314
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3315
+ },
3316
+ "funding": {
3317
+ "type": "opencollective",
3318
+ "url": "https://opencollective.com/typescript-eslint"
3319
+ }
3320
+ },
3321
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
3322
+ "version": "8.59.2",
3323
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
3324
+ "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
3325
+ "dev": true,
3326
+ "license": "MIT",
3327
+ "dependencies": {
3328
+ "@typescript-eslint/types": "8.59.2",
3329
+ "eslint-visitor-keys": "^5.0.0"
3330
+ },
3331
+ "engines": {
3332
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3333
+ },
3334
+ "funding": {
3335
+ "type": "opencollective",
3336
+ "url": "https://opencollective.com/typescript-eslint"
3337
+ }
3338
+ },
3119
3339
  "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
3120
3340
  "version": "4.0.4",
3121
3341
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
@@ -3139,6 +3359,19 @@
3139
3359
  "node": "18 || 20 || >=22"
3140
3360
  }
3141
3361
  },
3362
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/eslint-visitor-keys": {
3363
+ "version": "5.0.1",
3364
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
3365
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
3366
+ "dev": true,
3367
+ "license": "Apache-2.0",
3368
+ "engines": {
3369
+ "node": "^20.19.0 || ^22.13.0 || >=24"
3370
+ },
3371
+ "funding": {
3372
+ "url": "https://opencollective.com/eslint"
3373
+ }
3374
+ },
3142
3375
  "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
3143
3376
  "version": "10.2.5",
3144
3377
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
@@ -3156,16 +3389,16 @@
3156
3389
  }
3157
3390
  },
3158
3391
  "node_modules/@typescript-eslint/utils": {
3159
- "version": "8.58.0",
3160
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.0.tgz",
3161
- "integrity": "sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==",
3392
+ "version": "8.59.1",
3393
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.1.tgz",
3394
+ "integrity": "sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==",
3162
3395
  "dev": true,
3163
3396
  "license": "MIT",
3164
3397
  "dependencies": {
3165
3398
  "@eslint-community/eslint-utils": "^4.9.1",
3166
- "@typescript-eslint/scope-manager": "8.58.0",
3167
- "@typescript-eslint/types": "8.58.0",
3168
- "@typescript-eslint/typescript-estree": "8.58.0"
3399
+ "@typescript-eslint/scope-manager": "8.59.1",
3400
+ "@typescript-eslint/types": "8.59.1",
3401
+ "@typescript-eslint/typescript-estree": "8.59.1"
3169
3402
  },
3170
3403
  "engines": {
3171
3404
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3179,14 +3412,120 @@
3179
3412
  "typescript": ">=4.8.4 <6.1.0"
3180
3413
  }
3181
3414
  },
3415
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/project-service": {
3416
+ "version": "8.59.1",
3417
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.1.tgz",
3418
+ "integrity": "sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==",
3419
+ "dev": true,
3420
+ "license": "MIT",
3421
+ "dependencies": {
3422
+ "@typescript-eslint/tsconfig-utils": "^8.59.1",
3423
+ "@typescript-eslint/types": "^8.59.1",
3424
+ "debug": "^4.4.3"
3425
+ },
3426
+ "engines": {
3427
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3428
+ },
3429
+ "funding": {
3430
+ "type": "opencollective",
3431
+ "url": "https://opencollective.com/typescript-eslint"
3432
+ },
3433
+ "peerDependencies": {
3434
+ "typescript": ">=4.8.4 <6.1.0"
3435
+ }
3436
+ },
3437
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/tsconfig-utils": {
3438
+ "version": "8.59.1",
3439
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz",
3440
+ "integrity": "sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==",
3441
+ "dev": true,
3442
+ "license": "MIT",
3443
+ "engines": {
3444
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3445
+ },
3446
+ "funding": {
3447
+ "type": "opencollective",
3448
+ "url": "https://opencollective.com/typescript-eslint"
3449
+ },
3450
+ "peerDependencies": {
3451
+ "typescript": ">=4.8.4 <6.1.0"
3452
+ }
3453
+ },
3454
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
3455
+ "version": "8.59.1",
3456
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz",
3457
+ "integrity": "sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==",
3458
+ "dev": true,
3459
+ "license": "MIT",
3460
+ "dependencies": {
3461
+ "@typescript-eslint/project-service": "8.59.1",
3462
+ "@typescript-eslint/tsconfig-utils": "8.59.1",
3463
+ "@typescript-eslint/types": "8.59.1",
3464
+ "@typescript-eslint/visitor-keys": "8.59.1",
3465
+ "debug": "^4.4.3",
3466
+ "minimatch": "^10.2.2",
3467
+ "semver": "^7.7.3",
3468
+ "tinyglobby": "^0.2.15",
3469
+ "ts-api-utils": "^2.5.0"
3470
+ },
3471
+ "engines": {
3472
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3473
+ },
3474
+ "funding": {
3475
+ "type": "opencollective",
3476
+ "url": "https://opencollective.com/typescript-eslint"
3477
+ },
3478
+ "peerDependencies": {
3479
+ "typescript": ">=4.8.4 <6.1.0"
3480
+ }
3481
+ },
3482
+ "node_modules/@typescript-eslint/utils/node_modules/balanced-match": {
3483
+ "version": "4.0.4",
3484
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
3485
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
3486
+ "dev": true,
3487
+ "license": "MIT",
3488
+ "engines": {
3489
+ "node": "18 || 20 || >=22"
3490
+ }
3491
+ },
3492
+ "node_modules/@typescript-eslint/utils/node_modules/brace-expansion": {
3493
+ "version": "5.0.5",
3494
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
3495
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
3496
+ "dev": true,
3497
+ "license": "MIT",
3498
+ "dependencies": {
3499
+ "balanced-match": "^4.0.2"
3500
+ },
3501
+ "engines": {
3502
+ "node": "18 || 20 || >=22"
3503
+ }
3504
+ },
3505
+ "node_modules/@typescript-eslint/utils/node_modules/minimatch": {
3506
+ "version": "10.2.5",
3507
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
3508
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
3509
+ "dev": true,
3510
+ "license": "BlueOak-1.0.0",
3511
+ "dependencies": {
3512
+ "brace-expansion": "^5.0.5"
3513
+ },
3514
+ "engines": {
3515
+ "node": "18 || 20 || >=22"
3516
+ },
3517
+ "funding": {
3518
+ "url": "https://github.com/sponsors/isaacs"
3519
+ }
3520
+ },
3182
3521
  "node_modules/@typescript-eslint/visitor-keys": {
3183
- "version": "8.58.0",
3184
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
3185
- "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
3522
+ "version": "8.59.1",
3523
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz",
3524
+ "integrity": "sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==",
3186
3525
  "dev": true,
3187
3526
  "license": "MIT",
3188
3527
  "dependencies": {
3189
- "@typescript-eslint/types": "8.58.0",
3528
+ "@typescript-eslint/types": "8.59.1",
3190
3529
  "eslint-visitor-keys": "^5.0.0"
3191
3530
  },
3192
3531
  "engines": {
@@ -3225,9 +3564,9 @@
3225
3564
  }
3226
3565
  },
3227
3566
  "node_modules/@xmldom/xmldom": {
3228
- "version": "0.9.9",
3229
- "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz",
3230
- "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==",
3567
+ "version": "0.9.10",
3568
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
3569
+ "integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
3231
3570
  "license": "MIT",
3232
3571
  "engines": {
3233
3572
  "node": ">=14.6"
@@ -3238,6 +3577,7 @@
3238
3577
  "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
3239
3578
  "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
3240
3579
  "license": "MIT",
3580
+ "peer": true,
3241
3581
  "bin": {
3242
3582
  "acorn": "bin/acorn"
3243
3583
  },
@@ -3291,14 +3631,20 @@
3291
3631
  }
3292
3632
  },
3293
3633
  "node_modules/adaptive-expressions/node_modules/@xmldom/xmldom": {
3294
- "version": "0.8.12",
3295
- "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.12.tgz",
3296
- "integrity": "sha512-9k/gHF6n/pAi/9tqr3m3aqkuiNosYTurLLUtc7xQ9sxB/wm7WPygCv8GYa6mS0fLJEHhqMC1ATYhz++U/lRHqg==",
3634
+ "version": "0.8.13",
3635
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
3636
+ "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
3297
3637
  "license": "MIT",
3298
3638
  "engines": {
3299
3639
  "node": ">=10.0.0"
3300
3640
  }
3301
3641
  },
3642
+ "node_modules/adaptive-expressions/node_modules/lodash": {
3643
+ "version": "4.17.23",
3644
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
3645
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
3646
+ "license": "MIT"
3647
+ },
3302
3648
  "node_modules/adaptive-expressions/node_modules/uuid": {
3303
3649
  "version": "10.0.0",
3304
3650
  "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
@@ -3313,12 +3659,12 @@
3313
3659
  }
3314
3660
  },
3315
3661
  "node_modules/adaptivecards": {
3316
- "version": "3.0.5",
3317
- "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.5.tgz",
3318
- "integrity": "sha512-MCj9tJY/G3X8T4aUHM2MOQliKSqsXEyxmIca1FoKXCiJpgSgLPhSifsmjMoz1nb+2HbSCqvvkZ12fxJwvkdtXA==",
3662
+ "version": "3.0.6",
3663
+ "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.6.tgz",
3664
+ "integrity": "sha512-WDCIb2WXZ7cOHJ9HIHRNdhSt861HySVOdN2xPk2aKHAF3JvD8QGQ8/XcNFrDJxCteOog8MM7EBlXfSAR8JXKAg==",
3319
3665
  "license": "MIT",
3320
3666
  "peerDependencies": {
3321
- "swiper": "^11.0.7"
3667
+ "swiper": "^12.1.2"
3322
3668
  }
3323
3669
  },
3324
3670
  "node_modules/adaptivecards-templating": {
@@ -3500,9 +3846,9 @@
3500
3846
  }
3501
3847
  },
3502
3848
  "node_modules/axios": {
3503
- "version": "1.14.0",
3504
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz",
3505
- "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==",
3849
+ "version": "1.15.2",
3850
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
3851
+ "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
3506
3852
  "license": "MIT",
3507
3853
  "dependencies": {
3508
3854
  "follow-redirects": "^1.15.11",
@@ -4150,6 +4496,7 @@
4150
4496
  "resolved": "https://registry.npmjs.org/diagnostic-channel/-/diagnostic-channel-1.1.1.tgz",
4151
4497
  "integrity": "sha512-r2HV5qFkUICyoaKlBEpLKHjxMXATUf/l+h8UZPGBHGLy4DDiY2sOLcIctax4eRnTw5wH2jTMExLntGPJ8eOJxw==",
4152
4498
  "license": "MIT",
4499
+ "peer": true,
4153
4500
  "dependencies": {
4154
4501
  "semver": "^7.5.3"
4155
4502
  }
@@ -4339,18 +4686,19 @@
4339
4686
  }
4340
4687
  },
4341
4688
  "node_modules/eslint": {
4342
- "version": "10.1.0",
4343
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.1.0.tgz",
4344
- "integrity": "sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==",
4689
+ "version": "10.2.1",
4690
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.1.tgz",
4691
+ "integrity": "sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==",
4345
4692
  "dev": true,
4346
4693
  "license": "MIT",
4694
+ "peer": true,
4347
4695
  "dependencies": {
4348
4696
  "@eslint-community/eslint-utils": "^4.8.0",
4349
4697
  "@eslint-community/regexpp": "^4.12.2",
4350
- "@eslint/config-array": "^0.23.3",
4351
- "@eslint/config-helpers": "^0.5.3",
4352
- "@eslint/core": "^1.1.1",
4353
- "@eslint/plugin-kit": "^0.6.1",
4698
+ "@eslint/config-array": "^0.23.5",
4699
+ "@eslint/config-helpers": "^0.5.5",
4700
+ "@eslint/core": "^1.2.1",
4701
+ "@eslint/plugin-kit": "^0.7.1",
4354
4702
  "@humanfs/node": "^0.16.6",
4355
4703
  "@humanwhocodes/module-importer": "^1.0.1",
4356
4704
  "@humanwhocodes/retry": "^0.4.2",
@@ -4685,9 +5033,9 @@
4685
5033
  }
4686
5034
  },
4687
5035
  "node_modules/fast-xml-builder": {
4688
- "version": "1.1.4",
4689
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
4690
- "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
5036
+ "version": "1.2.0",
5037
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
5038
+ "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
4691
5039
  "funding": [
4692
5040
  {
4693
5041
  "type": "github",
@@ -4696,13 +5044,14 @@
4696
5044
  ],
4697
5045
  "license": "MIT",
4698
5046
  "dependencies": {
4699
- "path-expression-matcher": "^1.1.3"
5047
+ "path-expression-matcher": "^1.5.0",
5048
+ "xml-naming": "^0.1.0"
4700
5049
  }
4701
5050
  },
4702
5051
  "node_modules/fast-xml-parser": {
4703
- "version": "5.5.10",
4704
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz",
4705
- "integrity": "sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==",
5052
+ "version": "5.7.0",
5053
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.0.tgz",
5054
+ "integrity": "sha512-MTcrUoRQ1GSQ9iG3QJzBGquYYYeA7piZaJoIWbPFGbRn6Jj6z7xgoAyi4DrZX4y2ZIQQBF59gc/zmvvejjgoFQ==",
4706
5055
  "funding": [
4707
5056
  {
4708
5057
  "type": "github",
@@ -4711,9 +5060,10 @@
4711
5060
  ],
4712
5061
  "license": "MIT",
4713
5062
  "dependencies": {
4714
- "fast-xml-builder": "^1.1.4",
4715
- "path-expression-matcher": "^1.2.1",
4716
- "strnum": "^2.2.2"
5063
+ "@nodable/entities": "^2.1.0",
5064
+ "fast-xml-builder": "^1.1.5",
5065
+ "path-expression-matcher": "^1.5.0",
5066
+ "strnum": "^2.2.3"
4717
5067
  },
4718
5068
  "bin": {
4719
5069
  "fxparser": "src/cli/cli.js"
@@ -4820,9 +5170,9 @@
4820
5170
  "license": "ISC"
4821
5171
  },
4822
5172
  "node_modules/follow-redirects": {
4823
- "version": "1.15.11",
4824
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
4825
- "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
5173
+ "version": "1.16.0",
5174
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
5175
+ "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
4826
5176
  "funding": [
4827
5177
  {
4828
5178
  "type": "individual",
@@ -5019,9 +5369,9 @@
5019
5369
  }
5020
5370
  },
5021
5371
  "node_modules/globals": {
5022
- "version": "17.4.0",
5023
- "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz",
5024
- "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==",
5372
+ "version": "17.5.0",
5373
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz",
5374
+ "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==",
5025
5375
  "dev": true,
5026
5376
  "license": "MIT",
5027
5377
  "engines": {
@@ -5697,12 +6047,6 @@
5697
6047
  "url": "https://github.com/sponsors/sindresorhus"
5698
6048
  }
5699
6049
  },
5700
- "node_modules/lodash": {
5701
- "version": "4.18.1",
5702
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
5703
- "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
5704
- "license": "MIT"
5705
- },
5706
6050
  "node_modules/lodash.camelcase": {
5707
6051
  "version": "4.3.0",
5708
6052
  "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
@@ -6236,9 +6580,9 @@
6236
6580
  }
6237
6581
  },
6238
6582
  "node_modules/path-expression-matcher": {
6239
- "version": "1.2.1",
6240
- "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz",
6241
- "integrity": "sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==",
6583
+ "version": "1.5.0",
6584
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
6585
+ "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
6242
6586
  "funding": [
6243
6587
  {
6244
6588
  "type": "github",
@@ -6436,9 +6780,9 @@
6436
6780
  "license": "ISC"
6437
6781
  },
6438
6782
  "node_modules/protobufjs": {
6439
- "version": "7.5.4",
6440
- "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz",
6441
- "integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==",
6783
+ "version": "7.5.5",
6784
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz",
6785
+ "integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==",
6442
6786
  "hasInstallScript": true,
6443
6787
  "license": "BSD-3-Clause",
6444
6788
  "dependencies": {
@@ -6956,17 +7300,16 @@
6956
7300
  }
6957
7301
  },
6958
7302
  "node_modules/sinon": {
6959
- "version": "21.0.3",
6960
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.3.tgz",
6961
- "integrity": "sha512-0x8TQFr8EjADhSME01u1ZK31yv2+bd6Z5NrBCHVM+n4qL1wFqbxftmeyi3bwlr49FbbzRfrqSFOpyHCOh/YmYA==",
7303
+ "version": "21.1.2",
7304
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-21.1.2.tgz",
7305
+ "integrity": "sha512-FS6mN+/bx7e2ajpXkEmOcWB6xBzWiuNoAQT18/+a20SS4U7FSYl8Ms7N6VTUxN/1JAjkx7aXp+THMC8xdpp0gA==",
6962
7306
  "dev": true,
6963
7307
  "license": "BSD-3-Clause",
6964
7308
  "dependencies": {
6965
7309
  "@sinonjs/commons": "^3.0.1",
6966
- "@sinonjs/fake-timers": "^15.1.1",
6967
- "@sinonjs/samsam": "^9.0.3",
6968
- "diff": "^8.0.3",
6969
- "supports-color": "^7.2.0"
7310
+ "@sinonjs/fake-timers": "^15.3.2",
7311
+ "@sinonjs/samsam": "^10.0.2",
7312
+ "diff": "^8.0.4"
6970
7313
  },
6971
7314
  "funding": {
6972
7315
  "type": "opencollective",
@@ -7156,9 +7499,9 @@
7156
7499
  }
7157
7500
  },
7158
7501
  "node_modules/strnum": {
7159
- "version": "2.2.2",
7160
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz",
7161
- "integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==",
7502
+ "version": "2.3.0",
7503
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
7504
+ "integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
7162
7505
  "funding": [
7163
7506
  {
7164
7507
  "type": "github",
@@ -7386,14 +7729,14 @@
7386
7729
  "license": "MIT"
7387
7730
  },
7388
7731
  "node_modules/tinyglobby": {
7389
- "version": "0.2.15",
7390
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
7391
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
7732
+ "version": "0.2.16",
7733
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
7734
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
7392
7735
  "dev": true,
7393
7736
  "license": "MIT",
7394
7737
  "dependencies": {
7395
7738
  "fdir": "^6.5.0",
7396
- "picomatch": "^4.0.3"
7739
+ "picomatch": "^4.0.4"
7397
7740
  },
7398
7741
  "engines": {
7399
7742
  "node": ">=12.0.0"
@@ -7502,6 +7845,7 @@
7502
7845
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
7503
7846
  "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
7504
7847
  "license": "Apache-2.0",
7848
+ "peer": true,
7505
7849
  "bin": {
7506
7850
  "tsc": "bin/tsc",
7507
7851
  "tsserver": "bin/tsserver"
@@ -7711,9 +8055,9 @@
7711
8055
  "license": "MIT"
7712
8056
  },
7713
8057
  "node_modules/uuid": {
7714
- "version": "13.0.0",
7715
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
7716
- "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
8058
+ "version": "13.0.1",
8059
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.1.tgz",
8060
+ "integrity": "sha512-9ezox2roIft6ExBVTVqibSd5dc5/47Sw/uY6b4SjQUT2TzQ0tltNquWA46y4xPQmdZYqvnio22SgWd41M86+jw==",
7717
8061
  "funding": [
7718
8062
  "https://github.com/sponsors/broofa",
7719
8063
  "https://github.com/sponsors/ctavan"
@@ -7950,6 +8294,21 @@
7950
8294
  "url": "https://github.com/sponsors/sindresorhus"
7951
8295
  }
7952
8296
  },
8297
+ "node_modules/xml-naming": {
8298
+ "version": "0.1.0",
8299
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
8300
+ "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
8301
+ "funding": [
8302
+ {
8303
+ "type": "github",
8304
+ "url": "https://github.com/sponsors/NaturalIntelligence"
8305
+ }
8306
+ ],
8307
+ "license": "MIT",
8308
+ "engines": {
8309
+ "node": ">=16.0.0"
8310
+ }
8311
+ },
7953
8312
  "node_modules/xpath": {
7954
8313
  "version": "0.0.34",
7955
8314
  "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz",
@@ -8131,9 +8490,9 @@
8131
8490
  }
8132
8491
  },
8133
8492
  "node_modules/zod": {
8134
- "version": "4.3.6",
8135
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
8136
- "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
8493
+ "version": "4.4.1",
8494
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz",
8495
+ "integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==",
8137
8496
  "license": "MIT",
8138
8497
  "funding": {
8139
8498
  "url": "https://github.com/sponsors/colinhacks"