@pnp/cli-microsoft365 11.7.0 → 11.8.0-beta.9056aef
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/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/m365/outlook/commands/calendargroup/calendargroup-remove.js +98 -0
- package/dist/m365/outlook/commands.js +1 -0
- package/dist/m365/spfx/commands/project/DeployWorkflow.js +9 -5
- package/dist/m365/spfx/commands/project/project-azuredevops-pipeline-add.js +10 -9
- package/dist/m365/spfx/commands/project/project-github-workflow-add.js +12 -10
- package/dist/request.js +1 -1
- package/docs/docs/cmd/outlook/calendargroup/calendargroup-remove.mdx +91 -0
- package/npm-shrinkwrap.json +516 -193
- package/package.json +19 -19
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.8.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@pnp/cli-microsoft365",
|
|
9
|
-
"version": "11.
|
|
9
|
+
"version": "11.8.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@azure/msal-common": "^16.
|
|
13
|
-
"@azure/msal-node": "^5.1.
|
|
14
|
-
"@inquirer/confirm": "^6.0.
|
|
15
|
-
"@inquirer/input": "^5.0.
|
|
16
|
-
"@inquirer/select": "^5.1.
|
|
17
|
-
"@xmldom/xmldom": "^0.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.
|
|
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.
|
|
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.
|
|
39
|
+
"uuid": "^13.0.1",
|
|
40
40
|
"yaml": "^2.8.3",
|
|
41
41
|
"yargs-parser": "^22.0.0",
|
|
42
|
-
"zod": "^4.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
71
|
+
"eslint": "^10.2.1",
|
|
72
72
|
"eslint-plugin-mocha": "^11.2.0",
|
|
73
|
-
"globals": "^17.
|
|
73
|
+
"globals": "^17.5.0",
|
|
74
74
|
"mocha": "^11.7.5",
|
|
75
75
|
"rimraf": "^6.1.3",
|
|
76
|
-
"sinon": "^21.
|
|
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.
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.
|
|
84
|
-
"integrity": "sha512-
|
|
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.
|
|
496
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.
|
|
497
|
-
"integrity": "sha512-
|
|
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.
|
|
505
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-5.1.
|
|
506
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
670
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.
|
|
671
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
724
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.
|
|
725
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
737
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.
|
|
738
|
-
"integrity": "sha512-
|
|
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.
|
|
771
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.
|
|
772
|
-
"integrity": "sha512-
|
|
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.
|
|
781
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
782
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
884
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.
|
|
885
|
-
"integrity": "sha512-
|
|
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.
|
|
893
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.
|
|
894
|
-
"integrity": "sha512-
|
|
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.
|
|
898
|
-
"@inquirer/type": "^4.0.
|
|
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.
|
|
914
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.
|
|
915
|
-
"integrity": "sha512-
|
|
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.
|
|
919
|
-
"@inquirer/figures": "^2.0.
|
|
920
|
-
"@inquirer/type": "^4.0.
|
|
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.
|
|
940
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.
|
|
941
|
-
"integrity": "sha512-
|
|
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.
|
|
949
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-5.0.
|
|
950
|
-
"integrity": "sha512-
|
|
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.
|
|
954
|
-
"@inquirer/type": "^4.0.
|
|
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.
|
|
970
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-5.1.
|
|
971
|
-
"integrity": "sha512-
|
|
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.
|
|
975
|
-
"@inquirer/core": "^11.1.
|
|
976
|
-
"@inquirer/figures": "^2.0.
|
|
977
|
-
"@inquirer/type": "^4.0.
|
|
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.
|
|
993
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.
|
|
994
|
-
"integrity": "sha512-
|
|
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"
|
|
@@ -2672,9 +2662,9 @@
|
|
|
2672
2662
|
}
|
|
2673
2663
|
},
|
|
2674
2664
|
"node_modules/@sinonjs/fake-timers": {
|
|
2675
|
-
"version": "15.
|
|
2676
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.
|
|
2677
|
-
"integrity": "sha512-
|
|
2665
|
+
"version": "15.4.0",
|
|
2666
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.4.0.tgz",
|
|
2667
|
+
"integrity": "sha512-DsG+8/LscQIQg68J6Ef3dv10u6nVyetYn923s3/sus5eaGfTo1of5WMZSLf0UJc9KDuKPilPH0UDJCjvNbDNCA==",
|
|
2678
2668
|
"dev": true,
|
|
2679
2669
|
"license": "BSD-3-Clause",
|
|
2680
2670
|
"dependencies": {
|
|
@@ -2682,9 +2672,9 @@
|
|
|
2682
2672
|
}
|
|
2683
2673
|
},
|
|
2684
2674
|
"node_modules/@sinonjs/samsam": {
|
|
2685
|
-
"version": "
|
|
2686
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-
|
|
2687
|
-
"integrity": "sha512-
|
|
2675
|
+
"version": "10.0.2",
|
|
2676
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-10.0.2.tgz",
|
|
2677
|
+
"integrity": "sha512-8lVwD1Df1BmzoaOLhMcGGcz/Jyr5QY2KSB75/YK1QgKzoabTeLdIVyhXNZK9ojfSKSdirbXqdbsXXqP9/Ve8+A==",
|
|
2688
2678
|
"dev": true,
|
|
2689
2679
|
"license": "BSD-3-Clause",
|
|
2690
2680
|
"dependencies": {
|
|
@@ -2826,9 +2816,9 @@
|
|
|
2826
2816
|
}
|
|
2827
2817
|
},
|
|
2828
2818
|
"node_modules/@types/node": {
|
|
2829
|
-
"version": "24.12.
|
|
2830
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.
|
|
2831
|
-
"integrity": "sha512-
|
|
2819
|
+
"version": "24.12.2",
|
|
2820
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
|
|
2821
|
+
"integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
|
|
2832
2822
|
"license": "MIT",
|
|
2833
2823
|
"dependencies": {
|
|
2834
2824
|
"undici-types": "~7.16.0"
|
|
@@ -2885,9 +2875,9 @@
|
|
|
2885
2875
|
"license": "MIT"
|
|
2886
2876
|
},
|
|
2887
2877
|
"node_modules/@types/sinon": {
|
|
2888
|
-
"version": "21.0.
|
|
2889
|
-
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-21.0.
|
|
2890
|
-
"integrity": "sha512
|
|
2878
|
+
"version": "21.0.1",
|
|
2879
|
+
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-21.0.1.tgz",
|
|
2880
|
+
"integrity": "sha512-5yoJSqLbjH8T9V2bksgRayuhpZy+723/z6wBOR+Soe4ZlXC0eW8Na71TeaZPUWDQvM7LYKa9UGFc6LRqxiR5fQ==",
|
|
2891
2881
|
"dev": true,
|
|
2892
2882
|
"license": "MIT",
|
|
2893
2883
|
"dependencies": {
|
|
@@ -2939,17 +2929,17 @@
|
|
|
2939
2929
|
"license": "MIT"
|
|
2940
2930
|
},
|
|
2941
2931
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
2942
|
-
"version": "8.
|
|
2943
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
2944
|
-
"integrity": "sha512-
|
|
2932
|
+
"version": "8.59.1",
|
|
2933
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz",
|
|
2934
|
+
"integrity": "sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==",
|
|
2945
2935
|
"dev": true,
|
|
2946
2936
|
"license": "MIT",
|
|
2947
2937
|
"dependencies": {
|
|
2948
2938
|
"@eslint-community/regexpp": "^4.12.2",
|
|
2949
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2950
|
-
"@typescript-eslint/type-utils": "8.
|
|
2951
|
-
"@typescript-eslint/utils": "8.
|
|
2952
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2939
|
+
"@typescript-eslint/scope-manager": "8.59.1",
|
|
2940
|
+
"@typescript-eslint/type-utils": "8.59.1",
|
|
2941
|
+
"@typescript-eslint/utils": "8.59.1",
|
|
2942
|
+
"@typescript-eslint/visitor-keys": "8.59.1",
|
|
2953
2943
|
"ignore": "^7.0.5",
|
|
2954
2944
|
"natural-compare": "^1.4.0",
|
|
2955
2945
|
"ts-api-utils": "^2.5.0"
|
|
@@ -2962,22 +2952,22 @@
|
|
|
2962
2952
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2963
2953
|
},
|
|
2964
2954
|
"peerDependencies": {
|
|
2965
|
-
"@typescript-eslint/parser": "^8.
|
|
2955
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
2966
2956
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
2967
2957
|
"typescript": ">=4.8.4 <6.1.0"
|
|
2968
2958
|
}
|
|
2969
2959
|
},
|
|
2970
2960
|
"node_modules/@typescript-eslint/parser": {
|
|
2971
|
-
"version": "8.
|
|
2972
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
2973
|
-
"integrity": "sha512-
|
|
2961
|
+
"version": "8.59.2",
|
|
2962
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.2.tgz",
|
|
2963
|
+
"integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==",
|
|
2974
2964
|
"dev": true,
|
|
2975
2965
|
"license": "MIT",
|
|
2976
2966
|
"dependencies": {
|
|
2977
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2978
|
-
"@typescript-eslint/types": "8.
|
|
2979
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2980
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2967
|
+
"@typescript-eslint/scope-manager": "8.59.2",
|
|
2968
|
+
"@typescript-eslint/types": "8.59.2",
|
|
2969
|
+
"@typescript-eslint/typescript-estree": "8.59.2",
|
|
2970
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
2981
2971
|
"debug": "^4.4.3"
|
|
2982
2972
|
},
|
|
2983
2973
|
"engines": {
|
|
@@ -2992,15 +2982,78 @@
|
|
|
2992
2982
|
"typescript": ">=4.8.4 <6.1.0"
|
|
2993
2983
|
}
|
|
2994
2984
|
},
|
|
2985
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
2986
|
+
"version": "8.59.2",
|
|
2987
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
|
|
2988
|
+
"integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
|
|
2989
|
+
"dev": true,
|
|
2990
|
+
"license": "MIT",
|
|
2991
|
+
"dependencies": {
|
|
2992
|
+
"@typescript-eslint/types": "8.59.2",
|
|
2993
|
+
"@typescript-eslint/visitor-keys": "8.59.2"
|
|
2994
|
+
},
|
|
2995
|
+
"engines": {
|
|
2996
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2997
|
+
},
|
|
2998
|
+
"funding": {
|
|
2999
|
+
"type": "opencollective",
|
|
3000
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
3004
|
+
"version": "8.59.2",
|
|
3005
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
3006
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
3007
|
+
"dev": true,
|
|
3008
|
+
"license": "MIT",
|
|
3009
|
+
"engines": {
|
|
3010
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3011
|
+
},
|
|
3012
|
+
"funding": {
|
|
3013
|
+
"type": "opencollective",
|
|
3014
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3017
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
3018
|
+
"version": "8.59.2",
|
|
3019
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
|
|
3020
|
+
"integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
|
|
3021
|
+
"dev": true,
|
|
3022
|
+
"license": "MIT",
|
|
3023
|
+
"dependencies": {
|
|
3024
|
+
"@typescript-eslint/types": "8.59.2",
|
|
3025
|
+
"eslint-visitor-keys": "^5.0.0"
|
|
3026
|
+
},
|
|
3027
|
+
"engines": {
|
|
3028
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3029
|
+
},
|
|
3030
|
+
"funding": {
|
|
3031
|
+
"type": "opencollective",
|
|
3032
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3033
|
+
}
|
|
3034
|
+
},
|
|
3035
|
+
"node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
|
|
3036
|
+
"version": "5.0.1",
|
|
3037
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
3038
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
3039
|
+
"dev": true,
|
|
3040
|
+
"license": "Apache-2.0",
|
|
3041
|
+
"engines": {
|
|
3042
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
3043
|
+
},
|
|
3044
|
+
"funding": {
|
|
3045
|
+
"url": "https://opencollective.com/eslint"
|
|
3046
|
+
}
|
|
3047
|
+
},
|
|
2995
3048
|
"node_modules/@typescript-eslint/project-service": {
|
|
2996
|
-
"version": "8.
|
|
2997
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
2998
|
-
"integrity": "sha512
|
|
3049
|
+
"version": "8.59.2",
|
|
3050
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.2.tgz",
|
|
3051
|
+
"integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==",
|
|
2999
3052
|
"dev": true,
|
|
3000
3053
|
"license": "MIT",
|
|
3001
3054
|
"dependencies": {
|
|
3002
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
3003
|
-
"@typescript-eslint/types": "^8.
|
|
3055
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.2",
|
|
3056
|
+
"@typescript-eslint/types": "^8.59.2",
|
|
3004
3057
|
"debug": "^4.4.3"
|
|
3005
3058
|
},
|
|
3006
3059
|
"engines": {
|
|
@@ -3014,15 +3067,29 @@
|
|
|
3014
3067
|
"typescript": ">=4.8.4 <6.1.0"
|
|
3015
3068
|
}
|
|
3016
3069
|
},
|
|
3070
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
3071
|
+
"version": "8.59.2",
|
|
3072
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
3073
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
3074
|
+
"dev": true,
|
|
3075
|
+
"license": "MIT",
|
|
3076
|
+
"engines": {
|
|
3077
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3078
|
+
},
|
|
3079
|
+
"funding": {
|
|
3080
|
+
"type": "opencollective",
|
|
3081
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3017
3084
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
3018
|
-
"version": "8.
|
|
3019
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
3020
|
-
"integrity": "sha512-
|
|
3085
|
+
"version": "8.59.1",
|
|
3086
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz",
|
|
3087
|
+
"integrity": "sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==",
|
|
3021
3088
|
"dev": true,
|
|
3022
3089
|
"license": "MIT",
|
|
3023
3090
|
"dependencies": {
|
|
3024
|
-
"@typescript-eslint/types": "8.
|
|
3025
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
3091
|
+
"@typescript-eslint/types": "8.59.1",
|
|
3092
|
+
"@typescript-eslint/visitor-keys": "8.59.1"
|
|
3026
3093
|
},
|
|
3027
3094
|
"engines": {
|
|
3028
3095
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3033,9 +3100,9 @@
|
|
|
3033
3100
|
}
|
|
3034
3101
|
},
|
|
3035
3102
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
3036
|
-
"version": "8.
|
|
3037
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
3038
|
-
"integrity": "sha512-
|
|
3103
|
+
"version": "8.59.2",
|
|
3104
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
|
|
3105
|
+
"integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
|
|
3039
3106
|
"dev": true,
|
|
3040
3107
|
"license": "MIT",
|
|
3041
3108
|
"engines": {
|
|
@@ -3050,15 +3117,15 @@
|
|
|
3050
3117
|
}
|
|
3051
3118
|
},
|
|
3052
3119
|
"node_modules/@typescript-eslint/type-utils": {
|
|
3053
|
-
"version": "8.
|
|
3054
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
3055
|
-
"integrity": "sha512-
|
|
3120
|
+
"version": "8.59.1",
|
|
3121
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz",
|
|
3122
|
+
"integrity": "sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==",
|
|
3056
3123
|
"dev": true,
|
|
3057
3124
|
"license": "MIT",
|
|
3058
3125
|
"dependencies": {
|
|
3059
|
-
"@typescript-eslint/types": "8.
|
|
3060
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
3061
|
-
"@typescript-eslint/utils": "8.
|
|
3126
|
+
"@typescript-eslint/types": "8.59.1",
|
|
3127
|
+
"@typescript-eslint/typescript-estree": "8.59.1",
|
|
3128
|
+
"@typescript-eslint/utils": "8.59.1",
|
|
3062
3129
|
"debug": "^4.4.3",
|
|
3063
3130
|
"ts-api-utils": "^2.5.0"
|
|
3064
3131
|
},
|
|
@@ -3074,10 +3141,116 @@
|
|
|
3074
3141
|
"typescript": ">=4.8.4 <6.1.0"
|
|
3075
3142
|
}
|
|
3076
3143
|
},
|
|
3144
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": {
|
|
3145
|
+
"version": "8.59.1",
|
|
3146
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.1.tgz",
|
|
3147
|
+
"integrity": "sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==",
|
|
3148
|
+
"dev": true,
|
|
3149
|
+
"license": "MIT",
|
|
3150
|
+
"dependencies": {
|
|
3151
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.1",
|
|
3152
|
+
"@typescript-eslint/types": "^8.59.1",
|
|
3153
|
+
"debug": "^4.4.3"
|
|
3154
|
+
},
|
|
3155
|
+
"engines": {
|
|
3156
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3157
|
+
},
|
|
3158
|
+
"funding": {
|
|
3159
|
+
"type": "opencollective",
|
|
3160
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3161
|
+
},
|
|
3162
|
+
"peerDependencies": {
|
|
3163
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
3164
|
+
}
|
|
3165
|
+
},
|
|
3166
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
3167
|
+
"version": "8.59.1",
|
|
3168
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz",
|
|
3169
|
+
"integrity": "sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==",
|
|
3170
|
+
"dev": true,
|
|
3171
|
+
"license": "MIT",
|
|
3172
|
+
"engines": {
|
|
3173
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3174
|
+
},
|
|
3175
|
+
"funding": {
|
|
3176
|
+
"type": "opencollective",
|
|
3177
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3178
|
+
},
|
|
3179
|
+
"peerDependencies": {
|
|
3180
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
3184
|
+
"version": "8.59.1",
|
|
3185
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz",
|
|
3186
|
+
"integrity": "sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==",
|
|
3187
|
+
"dev": true,
|
|
3188
|
+
"license": "MIT",
|
|
3189
|
+
"dependencies": {
|
|
3190
|
+
"@typescript-eslint/project-service": "8.59.1",
|
|
3191
|
+
"@typescript-eslint/tsconfig-utils": "8.59.1",
|
|
3192
|
+
"@typescript-eslint/types": "8.59.1",
|
|
3193
|
+
"@typescript-eslint/visitor-keys": "8.59.1",
|
|
3194
|
+
"debug": "^4.4.3",
|
|
3195
|
+
"minimatch": "^10.2.2",
|
|
3196
|
+
"semver": "^7.7.3",
|
|
3197
|
+
"tinyglobby": "^0.2.15",
|
|
3198
|
+
"ts-api-utils": "^2.5.0"
|
|
3199
|
+
},
|
|
3200
|
+
"engines": {
|
|
3201
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3202
|
+
},
|
|
3203
|
+
"funding": {
|
|
3204
|
+
"type": "opencollective",
|
|
3205
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3206
|
+
},
|
|
3207
|
+
"peerDependencies": {
|
|
3208
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/balanced-match": {
|
|
3212
|
+
"version": "4.0.4",
|
|
3213
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3214
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3215
|
+
"dev": true,
|
|
3216
|
+
"license": "MIT",
|
|
3217
|
+
"engines": {
|
|
3218
|
+
"node": "18 || 20 || >=22"
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
3221
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion": {
|
|
3222
|
+
"version": "5.0.5",
|
|
3223
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
3224
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
3225
|
+
"dev": true,
|
|
3226
|
+
"license": "MIT",
|
|
3227
|
+
"dependencies": {
|
|
3228
|
+
"balanced-match": "^4.0.2"
|
|
3229
|
+
},
|
|
3230
|
+
"engines": {
|
|
3231
|
+
"node": "18 || 20 || >=22"
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/minimatch": {
|
|
3235
|
+
"version": "10.2.5",
|
|
3236
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3237
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3238
|
+
"dev": true,
|
|
3239
|
+
"license": "BlueOak-1.0.0",
|
|
3240
|
+
"dependencies": {
|
|
3241
|
+
"brace-expansion": "^5.0.5"
|
|
3242
|
+
},
|
|
3243
|
+
"engines": {
|
|
3244
|
+
"node": "18 || 20 || >=22"
|
|
3245
|
+
},
|
|
3246
|
+
"funding": {
|
|
3247
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
3077
3250
|
"node_modules/@typescript-eslint/types": {
|
|
3078
|
-
"version": "8.
|
|
3079
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
3080
|
-
"integrity": "sha512-
|
|
3251
|
+
"version": "8.59.1",
|
|
3252
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
|
|
3253
|
+
"integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
|
|
3081
3254
|
"dev": true,
|
|
3082
3255
|
"license": "MIT",
|
|
3083
3256
|
"engines": {
|
|
@@ -3089,16 +3262,16 @@
|
|
|
3089
3262
|
}
|
|
3090
3263
|
},
|
|
3091
3264
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
3092
|
-
"version": "8.
|
|
3093
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
3094
|
-
"integrity": "sha512-
|
|
3265
|
+
"version": "8.59.2",
|
|
3266
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz",
|
|
3267
|
+
"integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==",
|
|
3095
3268
|
"dev": true,
|
|
3096
3269
|
"license": "MIT",
|
|
3097
3270
|
"dependencies": {
|
|
3098
|
-
"@typescript-eslint/project-service": "8.
|
|
3099
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
3100
|
-
"@typescript-eslint/types": "8.
|
|
3101
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
3271
|
+
"@typescript-eslint/project-service": "8.59.2",
|
|
3272
|
+
"@typescript-eslint/tsconfig-utils": "8.59.2",
|
|
3273
|
+
"@typescript-eslint/types": "8.59.2",
|
|
3274
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
3102
3275
|
"debug": "^4.4.3",
|
|
3103
3276
|
"minimatch": "^10.2.2",
|
|
3104
3277
|
"semver": "^7.7.3",
|
|
@@ -3116,6 +3289,38 @@
|
|
|
3116
3289
|
"typescript": ">=4.8.4 <6.1.0"
|
|
3117
3290
|
}
|
|
3118
3291
|
},
|
|
3292
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
3293
|
+
"version": "8.59.2",
|
|
3294
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
3295
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
3296
|
+
"dev": true,
|
|
3297
|
+
"license": "MIT",
|
|
3298
|
+
"engines": {
|
|
3299
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3300
|
+
},
|
|
3301
|
+
"funding": {
|
|
3302
|
+
"type": "opencollective",
|
|
3303
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3306
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
3307
|
+
"version": "8.59.2",
|
|
3308
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
|
|
3309
|
+
"integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
|
|
3310
|
+
"dev": true,
|
|
3311
|
+
"license": "MIT",
|
|
3312
|
+
"dependencies": {
|
|
3313
|
+
"@typescript-eslint/types": "8.59.2",
|
|
3314
|
+
"eslint-visitor-keys": "^5.0.0"
|
|
3315
|
+
},
|
|
3316
|
+
"engines": {
|
|
3317
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3318
|
+
},
|
|
3319
|
+
"funding": {
|
|
3320
|
+
"type": "opencollective",
|
|
3321
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
3119
3324
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
|
|
3120
3325
|
"version": "4.0.4",
|
|
3121
3326
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -3139,6 +3344,19 @@
|
|
|
3139
3344
|
"node": "18 || 20 || >=22"
|
|
3140
3345
|
}
|
|
3141
3346
|
},
|
|
3347
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/eslint-visitor-keys": {
|
|
3348
|
+
"version": "5.0.1",
|
|
3349
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
3350
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
3351
|
+
"dev": true,
|
|
3352
|
+
"license": "Apache-2.0",
|
|
3353
|
+
"engines": {
|
|
3354
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
3355
|
+
},
|
|
3356
|
+
"funding": {
|
|
3357
|
+
"url": "https://opencollective.com/eslint"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3142
3360
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
3143
3361
|
"version": "10.2.5",
|
|
3144
3362
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
@@ -3156,16 +3374,16 @@
|
|
|
3156
3374
|
}
|
|
3157
3375
|
},
|
|
3158
3376
|
"node_modules/@typescript-eslint/utils": {
|
|
3159
|
-
"version": "8.
|
|
3160
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
3161
|
-
"integrity": "sha512-
|
|
3377
|
+
"version": "8.59.1",
|
|
3378
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.1.tgz",
|
|
3379
|
+
"integrity": "sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==",
|
|
3162
3380
|
"dev": true,
|
|
3163
3381
|
"license": "MIT",
|
|
3164
3382
|
"dependencies": {
|
|
3165
3383
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
3166
|
-
"@typescript-eslint/scope-manager": "8.
|
|
3167
|
-
"@typescript-eslint/types": "8.
|
|
3168
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
3384
|
+
"@typescript-eslint/scope-manager": "8.59.1",
|
|
3385
|
+
"@typescript-eslint/types": "8.59.1",
|
|
3386
|
+
"@typescript-eslint/typescript-estree": "8.59.1"
|
|
3169
3387
|
},
|
|
3170
3388
|
"engines": {
|
|
3171
3389
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3179,14 +3397,120 @@
|
|
|
3179
3397
|
"typescript": ">=4.8.4 <6.1.0"
|
|
3180
3398
|
}
|
|
3181
3399
|
},
|
|
3400
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/project-service": {
|
|
3401
|
+
"version": "8.59.1",
|
|
3402
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.1.tgz",
|
|
3403
|
+
"integrity": "sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==",
|
|
3404
|
+
"dev": true,
|
|
3405
|
+
"license": "MIT",
|
|
3406
|
+
"dependencies": {
|
|
3407
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.1",
|
|
3408
|
+
"@typescript-eslint/types": "^8.59.1",
|
|
3409
|
+
"debug": "^4.4.3"
|
|
3410
|
+
},
|
|
3411
|
+
"engines": {
|
|
3412
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3413
|
+
},
|
|
3414
|
+
"funding": {
|
|
3415
|
+
"type": "opencollective",
|
|
3416
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3417
|
+
},
|
|
3418
|
+
"peerDependencies": {
|
|
3419
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3422
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
3423
|
+
"version": "8.59.1",
|
|
3424
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz",
|
|
3425
|
+
"integrity": "sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==",
|
|
3426
|
+
"dev": true,
|
|
3427
|
+
"license": "MIT",
|
|
3428
|
+
"engines": {
|
|
3429
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3430
|
+
},
|
|
3431
|
+
"funding": {
|
|
3432
|
+
"type": "opencollective",
|
|
3433
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3434
|
+
},
|
|
3435
|
+
"peerDependencies": {
|
|
3436
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3439
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
3440
|
+
"version": "8.59.1",
|
|
3441
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz",
|
|
3442
|
+
"integrity": "sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==",
|
|
3443
|
+
"dev": true,
|
|
3444
|
+
"license": "MIT",
|
|
3445
|
+
"dependencies": {
|
|
3446
|
+
"@typescript-eslint/project-service": "8.59.1",
|
|
3447
|
+
"@typescript-eslint/tsconfig-utils": "8.59.1",
|
|
3448
|
+
"@typescript-eslint/types": "8.59.1",
|
|
3449
|
+
"@typescript-eslint/visitor-keys": "8.59.1",
|
|
3450
|
+
"debug": "^4.4.3",
|
|
3451
|
+
"minimatch": "^10.2.2",
|
|
3452
|
+
"semver": "^7.7.3",
|
|
3453
|
+
"tinyglobby": "^0.2.15",
|
|
3454
|
+
"ts-api-utils": "^2.5.0"
|
|
3455
|
+
},
|
|
3456
|
+
"engines": {
|
|
3457
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3458
|
+
},
|
|
3459
|
+
"funding": {
|
|
3460
|
+
"type": "opencollective",
|
|
3461
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
3462
|
+
},
|
|
3463
|
+
"peerDependencies": {
|
|
3464
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
3465
|
+
}
|
|
3466
|
+
},
|
|
3467
|
+
"node_modules/@typescript-eslint/utils/node_modules/balanced-match": {
|
|
3468
|
+
"version": "4.0.4",
|
|
3469
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3470
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3471
|
+
"dev": true,
|
|
3472
|
+
"license": "MIT",
|
|
3473
|
+
"engines": {
|
|
3474
|
+
"node": "18 || 20 || >=22"
|
|
3475
|
+
}
|
|
3476
|
+
},
|
|
3477
|
+
"node_modules/@typescript-eslint/utils/node_modules/brace-expansion": {
|
|
3478
|
+
"version": "5.0.5",
|
|
3479
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
3480
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
3481
|
+
"dev": true,
|
|
3482
|
+
"license": "MIT",
|
|
3483
|
+
"dependencies": {
|
|
3484
|
+
"balanced-match": "^4.0.2"
|
|
3485
|
+
},
|
|
3486
|
+
"engines": {
|
|
3487
|
+
"node": "18 || 20 || >=22"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
"node_modules/@typescript-eslint/utils/node_modules/minimatch": {
|
|
3491
|
+
"version": "10.2.5",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3493
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3494
|
+
"dev": true,
|
|
3495
|
+
"license": "BlueOak-1.0.0",
|
|
3496
|
+
"dependencies": {
|
|
3497
|
+
"brace-expansion": "^5.0.5"
|
|
3498
|
+
},
|
|
3499
|
+
"engines": {
|
|
3500
|
+
"node": "18 || 20 || >=22"
|
|
3501
|
+
},
|
|
3502
|
+
"funding": {
|
|
3503
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3182
3506
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
3183
|
-
"version": "8.
|
|
3184
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
3185
|
-
"integrity": "sha512-
|
|
3507
|
+
"version": "8.59.1",
|
|
3508
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz",
|
|
3509
|
+
"integrity": "sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==",
|
|
3186
3510
|
"dev": true,
|
|
3187
3511
|
"license": "MIT",
|
|
3188
3512
|
"dependencies": {
|
|
3189
|
-
"@typescript-eslint/types": "8.
|
|
3513
|
+
"@typescript-eslint/types": "8.59.1",
|
|
3190
3514
|
"eslint-visitor-keys": "^5.0.0"
|
|
3191
3515
|
},
|
|
3192
3516
|
"engines": {
|
|
@@ -3225,9 +3549,9 @@
|
|
|
3225
3549
|
}
|
|
3226
3550
|
},
|
|
3227
3551
|
"node_modules/@xmldom/xmldom": {
|
|
3228
|
-
"version": "0.9.
|
|
3229
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.
|
|
3230
|
-
"integrity": "sha512-
|
|
3552
|
+
"version": "0.9.10",
|
|
3553
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
|
|
3554
|
+
"integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
|
|
3231
3555
|
"license": "MIT",
|
|
3232
3556
|
"engines": {
|
|
3233
3557
|
"node": ">=14.6"
|
|
@@ -3313,12 +3637,12 @@
|
|
|
3313
3637
|
}
|
|
3314
3638
|
},
|
|
3315
3639
|
"node_modules/adaptivecards": {
|
|
3316
|
-
"version": "3.0.
|
|
3317
|
-
"resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.
|
|
3318
|
-
"integrity": "sha512-
|
|
3640
|
+
"version": "3.0.6",
|
|
3641
|
+
"resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.6.tgz",
|
|
3642
|
+
"integrity": "sha512-WDCIb2WXZ7cOHJ9HIHRNdhSt861HySVOdN2xPk2aKHAF3JvD8QGQ8/XcNFrDJxCteOog8MM7EBlXfSAR8JXKAg==",
|
|
3319
3643
|
"license": "MIT",
|
|
3320
3644
|
"peerDependencies": {
|
|
3321
|
-
"swiper": "^
|
|
3645
|
+
"swiper": "^12.1.2"
|
|
3322
3646
|
}
|
|
3323
3647
|
},
|
|
3324
3648
|
"node_modules/adaptivecards-templating": {
|
|
@@ -3500,9 +3824,9 @@
|
|
|
3500
3824
|
}
|
|
3501
3825
|
},
|
|
3502
3826
|
"node_modules/axios": {
|
|
3503
|
-
"version": "1.
|
|
3504
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
3505
|
-
"integrity": "sha512-
|
|
3827
|
+
"version": "1.15.2",
|
|
3828
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
|
|
3829
|
+
"integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
|
|
3506
3830
|
"license": "MIT",
|
|
3507
3831
|
"dependencies": {
|
|
3508
3832
|
"follow-redirects": "^1.15.11",
|
|
@@ -4339,18 +4663,18 @@
|
|
|
4339
4663
|
}
|
|
4340
4664
|
},
|
|
4341
4665
|
"node_modules/eslint": {
|
|
4342
|
-
"version": "10.1
|
|
4343
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.1.
|
|
4344
|
-
"integrity": "sha512-
|
|
4666
|
+
"version": "10.2.1",
|
|
4667
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.1.tgz",
|
|
4668
|
+
"integrity": "sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==",
|
|
4345
4669
|
"dev": true,
|
|
4346
4670
|
"license": "MIT",
|
|
4347
4671
|
"dependencies": {
|
|
4348
4672
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4349
4673
|
"@eslint-community/regexpp": "^4.12.2",
|
|
4350
|
-
"@eslint/config-array": "^0.23.
|
|
4351
|
-
"@eslint/config-helpers": "^0.5.
|
|
4352
|
-
"@eslint/core": "^1.
|
|
4353
|
-
"@eslint/plugin-kit": "^0.
|
|
4674
|
+
"@eslint/config-array": "^0.23.5",
|
|
4675
|
+
"@eslint/config-helpers": "^0.5.5",
|
|
4676
|
+
"@eslint/core": "^1.2.1",
|
|
4677
|
+
"@eslint/plugin-kit": "^0.7.1",
|
|
4354
4678
|
"@humanfs/node": "^0.16.6",
|
|
4355
4679
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4356
4680
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -5019,9 +5343,9 @@
|
|
|
5019
5343
|
}
|
|
5020
5344
|
},
|
|
5021
5345
|
"node_modules/globals": {
|
|
5022
|
-
"version": "17.
|
|
5023
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-17.
|
|
5024
|
-
"integrity": "sha512-
|
|
5346
|
+
"version": "17.5.0",
|
|
5347
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz",
|
|
5348
|
+
"integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==",
|
|
5025
5349
|
"dev": true,
|
|
5026
5350
|
"license": "MIT",
|
|
5027
5351
|
"engines": {
|
|
@@ -6956,17 +7280,16 @@
|
|
|
6956
7280
|
}
|
|
6957
7281
|
},
|
|
6958
7282
|
"node_modules/sinon": {
|
|
6959
|
-
"version": "21.
|
|
6960
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-21.
|
|
6961
|
-
"integrity": "sha512-
|
|
7283
|
+
"version": "21.1.2",
|
|
7284
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-21.1.2.tgz",
|
|
7285
|
+
"integrity": "sha512-FS6mN+/bx7e2ajpXkEmOcWB6xBzWiuNoAQT18/+a20SS4U7FSYl8Ms7N6VTUxN/1JAjkx7aXp+THMC8xdpp0gA==",
|
|
6962
7286
|
"dev": true,
|
|
6963
7287
|
"license": "BSD-3-Clause",
|
|
6964
7288
|
"dependencies": {
|
|
6965
7289
|
"@sinonjs/commons": "^3.0.1",
|
|
6966
|
-
"@sinonjs/fake-timers": "^15.
|
|
6967
|
-
"@sinonjs/samsam": "^
|
|
6968
|
-
"diff": "^8.0.
|
|
6969
|
-
"supports-color": "^7.2.0"
|
|
7290
|
+
"@sinonjs/fake-timers": "^15.3.2",
|
|
7291
|
+
"@sinonjs/samsam": "^10.0.2",
|
|
7292
|
+
"diff": "^8.0.4"
|
|
6970
7293
|
},
|
|
6971
7294
|
"funding": {
|
|
6972
7295
|
"type": "opencollective",
|
|
@@ -7386,14 +7709,14 @@
|
|
|
7386
7709
|
"license": "MIT"
|
|
7387
7710
|
},
|
|
7388
7711
|
"node_modules/tinyglobby": {
|
|
7389
|
-
"version": "0.2.
|
|
7390
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
7391
|
-
"integrity": "sha512-
|
|
7712
|
+
"version": "0.2.16",
|
|
7713
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
7714
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
7392
7715
|
"dev": true,
|
|
7393
7716
|
"license": "MIT",
|
|
7394
7717
|
"dependencies": {
|
|
7395
7718
|
"fdir": "^6.5.0",
|
|
7396
|
-
"picomatch": "^4.0.
|
|
7719
|
+
"picomatch": "^4.0.4"
|
|
7397
7720
|
},
|
|
7398
7721
|
"engines": {
|
|
7399
7722
|
"node": ">=12.0.0"
|
|
@@ -7711,9 +8034,9 @@
|
|
|
7711
8034
|
"license": "MIT"
|
|
7712
8035
|
},
|
|
7713
8036
|
"node_modules/uuid": {
|
|
7714
|
-
"version": "13.0.
|
|
7715
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.
|
|
7716
|
-
"integrity": "sha512-
|
|
8037
|
+
"version": "13.0.1",
|
|
8038
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.1.tgz",
|
|
8039
|
+
"integrity": "sha512-9ezox2roIft6ExBVTVqibSd5dc5/47Sw/uY6b4SjQUT2TzQ0tltNquWA46y4xPQmdZYqvnio22SgWd41M86+jw==",
|
|
7717
8040
|
"funding": [
|
|
7718
8041
|
"https://github.com/sponsors/broofa",
|
|
7719
8042
|
"https://github.com/sponsors/ctavan"
|
|
@@ -8131,9 +8454,9 @@
|
|
|
8131
8454
|
}
|
|
8132
8455
|
},
|
|
8133
8456
|
"node_modules/zod": {
|
|
8134
|
-
"version": "4.
|
|
8135
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.
|
|
8136
|
-
"integrity": "sha512-
|
|
8457
|
+
"version": "4.4.1",
|
|
8458
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz",
|
|
8459
|
+
"integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==",
|
|
8137
8460
|
"license": "MIT",
|
|
8138
8461
|
"funding": {
|
|
8139
8462
|
"url": "https://github.com/sponsors/colinhacks"
|