@pnp/cli-microsoft365 11.4.0-beta.13d597c → 11.4.0-beta.40f818c
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/.devproxy/api-specs/sharepoint.yaml +43 -0
- package/README.md +1 -1
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/AuthServer.js +2 -4
- package/dist/Command.js +2 -2
- package/dist/cli/cli.js +8 -8
- package/dist/m365/adaptivecard/commands/adaptivecard-send.js +10 -11
- package/dist/m365/app/commands/app-open.js +3 -4
- package/dist/m365/app/commands/permission/permission-add.js +4 -5
- package/dist/m365/base/AppCommand.js +3 -3
- package/dist/m365/booking/commands/business/business-get.js +6 -8
- package/dist/m365/booking/commands/business/business-list.js +2 -1
- package/dist/m365/cli/commands/app/app-add.js +5 -7
- package/dist/m365/commands/docs.js +1 -1
- package/dist/m365/commands/login.js +17 -18
- package/dist/m365/commands/logout.js +1 -1
- package/dist/m365/commands/status.js +2 -1
- package/dist/m365/connection/commands/connection-list.js +2 -1
- package/dist/m365/context/commands/context-remove.js +4 -6
- package/dist/m365/context/commands/option/option-remove.js +5 -7
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +5 -7
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +7 -9
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +4 -5
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +8 -10
- package/dist/m365/entra/commands/license/license-list.js +1 -1
- package/dist/m365/entra/commands/m365group/m365group-remove.js +1 -1
- package/dist/m365/entra/commands/multitenant/multitenant-add.js +3 -4
- package/dist/m365/entra/commands/organization/organization-list.js +4 -6
- package/dist/m365/entra/commands/organization/organization-set.js +24 -26
- package/dist/m365/entra/commands/roleassignment/roleassignment-add.js +21 -34
- package/dist/m365/entra/commands/roledefinition/roledefinition-add.js +8 -10
- package/dist/m365/entra/commands/roledefinition/roledefinition-get.js +11 -13
- package/dist/m365/entra/commands/roledefinition/roledefinition-list.js +5 -7
- package/dist/m365/entra/commands/roledefinition/roledefinition-remove.js +11 -13
- package/dist/m365/entra/commands/roledefinition/roledefinition-set.js +15 -17
- package/dist/m365/entra/commands/rolepermission/rolepermission-list.js +5 -7
- package/dist/m365/entra/commands/user/user-session-revoke.js +9 -13
- package/dist/m365/exo/commands/approleassignment/approleassignment-add.js +29 -31
- package/dist/m365/flow/commands/environment/environment-get.js +5 -7
- package/dist/m365/flow/commands/environment/environment-list.js +2 -1
- package/dist/m365/flow/commands/recyclebinitem/recyclebinitem-list.js +4 -6
- package/dist/m365/flow/commands/recyclebinitem/recyclebinitem-restore.js +5 -11
- package/dist/m365/graph/commands/directoryextension/directoryextension-add.js +11 -13
- package/dist/m365/graph/commands/directoryextension/directoryextension-get.js +10 -19
- package/dist/m365/graph/commands/directoryextension/directoryextension-list.js +6 -12
- package/dist/m365/graph/commands/directoryextension/directoryextension-remove.js +11 -20
- package/dist/m365/graph/commands/openextension/openextension-add.js +12 -13
- package/dist/m365/graph/commands/openextension/openextension-get.js +12 -14
- package/dist/m365/graph/commands/openextension/openextension-list.js +11 -13
- package/dist/m365/graph/commands/openextension/openextension-remove.js +13 -15
- package/dist/m365/graph/commands/openextension/openextension-set.js +16 -17
- package/dist/m365/onedrive/commands/onedrive-list.js +2 -1
- package/dist/m365/outlook/commands/mail/mail-searchfolder-add.js +9 -14
- package/dist/m365/outlook/commands/mailbox/mailbox-settings-get.js +8 -12
- package/dist/m365/outlook/commands/mailbox/mailbox-settings-set.js +15 -15
- package/dist/m365/outlook/commands/roomlist/roomlist-list.js +2 -1
- package/dist/m365/pa/commands/environment/environment-get.js +5 -7
- package/dist/m365/pa/commands/environment/environment-list.js +2 -1
- package/dist/m365/planner/commands/tenant/tenant-settings-list.js +1 -1
- package/dist/m365/pp/commands/environment/environment-get.js +5 -7
- package/dist/m365/pp/commands/environment/environment-list.js +3 -4
- package/dist/m365/pp/commands/gateway/gateway-list.js +1 -1
- package/dist/m365/pp/commands/tenant/tenant-settings-list.js +1 -1
- package/dist/m365/pp/commands/website/website-get.js +12 -12
- package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +2 -1
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +1 -1
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-list.js +1 -1
- package/dist/m365/spe/commands/container/container-add.js +10 -15
- package/dist/m365/spe/commands/container/container-permission-list.js +4 -6
- package/dist/m365/spe/commands/container/container-recyclebinitem-list.js +5 -10
- package/dist/m365/spe/commands/container/container-recyclebinitem-restore.js +7 -12
- package/dist/m365/spe/commands/container/container-remove.js +10 -16
- package/dist/m365/spe/commands/containertype/containertype-add.js +15 -20
- package/dist/m365/spe/commands/containertype/containertype-get.js +6 -13
- package/dist/m365/spe/commands/containertype/containertype-remove.js +7 -14
- package/dist/m365/spfx/commands/project/project-upgrade.js +4 -6
- package/dist/m365/spo/commands/file/file-version-keep.js +10 -14
- package/dist/m365/spo/commands/homesite/homesite-add.js +13 -15
- package/dist/m365/spo/commands/homesite/homesite-get.js +8 -9
- package/dist/m365/spo/commands/homesite/homesite-remove.js +9 -10
- package/dist/m365/spo/commands/homesite/homesite-set.js +13 -14
- package/dist/m365/spo/commands/list/DefaultColumnValue.js +2 -0
- package/dist/m365/spo/commands/list/list-defaultvalue-clear.js +13 -17
- package/dist/m365/spo/commands/list/list-defaultvalue-get.js +124 -0
- package/dist/m365/spo/commands/list/list-defaultvalue-list.js +13 -37
- package/dist/m365/spo/commands/list/list-defaultvalue-remove.js +12 -16
- package/dist/m365/spo/commands/list/list-defaultvalue-set.js +11 -15
- package/dist/m365/spo/commands/list/list-view-add.js +16 -20
- package/dist/m365/spo/commands/page/page-control-remove.js +11 -15
- package/dist/m365/spo/commands/page/page-get.js +10 -11
- package/dist/m365/spo/commands/page/page-publish.js +9 -10
- package/dist/m365/spo/commands/page/page-section-remove.js +11 -12
- package/dist/m365/spo/commands/site/site-appcatalog-list.js +4 -6
- package/dist/m365/spo/commands/site/site-get.js +6 -8
- package/dist/m365/spo/commands/site/site-sharingpermission-set.js +7 -9
- package/dist/m365/spo/commands/site/site-versionpolicy-get.js +11 -13
- package/dist/m365/spo/commands/web/web-alert-list.js +20 -27
- package/dist/m365/spo/commands/web/web-alert-remove.js +15 -20
- package/dist/m365/spo/commands.js +1 -0
- package/dist/m365/spp/commands/model/model-apply.js +18 -24
- package/dist/m365/teams/commands/callrecord/callrecord-list.js +5 -9
- package/dist/m365/teams/commands/chat/chat-message-list.js +26 -27
- package/dist/m365/teams/commands/chat/chat-message-send.js +12 -3
- package/dist/m365/teams/commands/chat/chatUtil.js +1 -1
- package/dist/m365/tenant/commands/people/people-pronouns-set.js +4 -6
- package/dist/m365/tenant/commands/report/report-settings-set.js +4 -6
- package/dist/m365/viva/commands/engage/engage-community-user-add.js +17 -22
- package/dist/m365/viva/commands/engage/engage-community-user-list.js +8 -14
- package/dist/m365/viva/commands/engage/engage-community-user-remove.js +14 -22
- package/dist/m365/viva/commands/engage/engage-role-member-list.js +6 -11
- package/dist/utils/spo.js +29 -0
- package/dist/utils/zod.js +41 -76
- package/docs/docs/cmd/entra/app/app-permission-add.mdx +19 -0
- package/docs/docs/cmd/entra/app/app-permission-list.mdx +19 -0
- package/docs/docs/cmd/entra/app/app-permission-remove.mdx +21 -0
- package/docs/docs/cmd/spo/list/list-defaultvalue-get.mdx +118 -0
- package/docs/docs/cmd/teams/chat/chat-message-list.mdx +34 -7
- package/docs/docs/cmd/teams/chat/chat-message-send.mdx +23 -1
- package/npm-shrinkwrap.json +274 -248
- package/package.json +11 -11
package/npm-shrinkwrap.json
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@azure/msal-common": "^15.13.3",
|
|
13
13
|
"@azure/msal-node": "^3.8.4",
|
|
14
|
-
"@inquirer/confirm": "^
|
|
15
|
-
"@inquirer/input": "^
|
|
16
|
-
"@inquirer/select": "^
|
|
14
|
+
"@inquirer/confirm": "^6.0.3",
|
|
15
|
+
"@inquirer/input": "^5.0.3",
|
|
16
|
+
"@inquirer/select": "^5.0.3",
|
|
17
17
|
"@xmldom/xmldom": "^0.9.8",
|
|
18
18
|
"adaptive-expressions": "^4.23.3",
|
|
19
19
|
"adaptivecards": "^3.0.5",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"json-to-ast": "^2.1.0",
|
|
32
32
|
"node-forge": "^1.3.3",
|
|
33
33
|
"omelette": "^0.4.17",
|
|
34
|
-
"open": "^
|
|
34
|
+
"open": "^11.0.0",
|
|
35
35
|
"semver": "^7.7.3",
|
|
36
36
|
"strip-json-comments": "^5.0.3",
|
|
37
37
|
"typescript": "^5.9.3",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"uuid": "^13.0.0",
|
|
40
40
|
"yaml": "^2.8.2",
|
|
41
41
|
"yargs-parser": "^22.0.0",
|
|
42
|
-
"zod": "^3.
|
|
42
|
+
"zod": "^4.3.5"
|
|
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": "^
|
|
51
|
+
"@actions/core": "^2.0.1",
|
|
52
52
|
"@microsoft/microsoft-graph-types": "^2.43.1",
|
|
53
53
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
54
54
|
"@types/adm-zip": "^0.5.7",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"@types/json-schema": "^7.0.15",
|
|
57
57
|
"@types/json-to-ast": "^2.1.4",
|
|
58
58
|
"@types/mocha": "^10.0.10",
|
|
59
|
-
"@types/node": "^
|
|
59
|
+
"@types/node": "^24.10.4",
|
|
60
60
|
"@types/node-forge": "^1.3.14",
|
|
61
61
|
"@types/omelette": "^0.4.5",
|
|
62
62
|
"@types/semver": "^7.7.1",
|
|
63
|
-
"@types/sinon": "^
|
|
63
|
+
"@types/sinon": "^21.0.0",
|
|
64
64
|
"@types/update-notifier": "^6.0.8",
|
|
65
65
|
"@types/uuid": "^10.0.0",
|
|
66
66
|
"@types/yargs-parser": "^21.0.3",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
68
68
|
"@typescript-eslint/parser": "^8.46.4",
|
|
69
69
|
"c8": "^10.1.3",
|
|
70
70
|
"eslint": "^9.39.2",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"eslint-plugin-mocha": "^11.2.0",
|
|
73
73
|
"mocha": "^11.7.5",
|
|
74
74
|
"rimraf": "^6.1.2",
|
|
75
|
-
"sinon": "^21.0.
|
|
75
|
+
"sinon": "^21.0.1",
|
|
76
76
|
"source-map-support": "^0.5.21",
|
|
77
77
|
"tsc-watch": "^7.2.0"
|
|
78
78
|
}
|
|
@@ -83,41 +83,41 @@
|
|
|
83
83
|
"dev": true
|
|
84
84
|
},
|
|
85
85
|
"node_modules/@actions/core": {
|
|
86
|
-
"version": "
|
|
87
|
-
"resolved": "https://registry.npmjs.org/@actions/core/-/core-
|
|
88
|
-
"integrity": "sha512-
|
|
86
|
+
"version": "2.0.1",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.1.tgz",
|
|
88
|
+
"integrity": "sha512-oBfqT3GwkvLlo1fjvhQLQxuwZCGTarTE5OuZ2Wg10hvhBj7LRIlF611WT4aZS6fDhO5ZKlY7lCAZTlpmyaHaeg==",
|
|
89
89
|
"dev": true,
|
|
90
90
|
"license": "MIT",
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@actions/exec": "^
|
|
93
|
-
"@actions/http-client": "^
|
|
92
|
+
"@actions/exec": "^2.0.0",
|
|
93
|
+
"@actions/http-client": "^3.0.0"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"node_modules/@actions/exec": {
|
|
97
|
-
"version": "
|
|
98
|
-
"resolved": "https://registry.npmjs.org/@actions/exec/-/exec-
|
|
99
|
-
"integrity": "sha512
|
|
97
|
+
"version": "2.0.0",
|
|
98
|
+
"resolved": "https://registry.npmjs.org/@actions/exec/-/exec-2.0.0.tgz",
|
|
99
|
+
"integrity": "sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==",
|
|
100
100
|
"dev": true,
|
|
101
101
|
"license": "MIT",
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@actions/io": "^
|
|
103
|
+
"@actions/io": "^2.0.0"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"node_modules/@actions/http-client": {
|
|
107
|
-
"version": "
|
|
108
|
-
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-
|
|
109
|
-
"integrity": "sha512-
|
|
107
|
+
"version": "3.0.0",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.0.tgz",
|
|
109
|
+
"integrity": "sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==",
|
|
110
110
|
"dev": true,
|
|
111
111
|
"license": "MIT",
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"tunnel": "^0.0.6",
|
|
114
|
-
"undici": "^5.
|
|
114
|
+
"undici": "^5.28.5"
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"node_modules/@actions/io": {
|
|
118
|
-
"version": "
|
|
119
|
-
"resolved": "https://registry.npmjs.org/@actions/io/-/io-
|
|
120
|
-
"integrity": "sha512-
|
|
118
|
+
"version": "2.0.0",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/@actions/io/-/io-2.0.0.tgz",
|
|
120
|
+
"integrity": "sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==",
|
|
121
121
|
"dev": true,
|
|
122
122
|
"license": "MIT"
|
|
123
123
|
},
|
|
@@ -276,6 +276,39 @@
|
|
|
276
276
|
"node": ">=20.0.0"
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
|
+
"node_modules/@azure/identity/node_modules/open": {
|
|
280
|
+
"version": "10.2.0",
|
|
281
|
+
"resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
|
|
282
|
+
"integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
|
|
283
|
+
"license": "MIT",
|
|
284
|
+
"dependencies": {
|
|
285
|
+
"default-browser": "^5.2.1",
|
|
286
|
+
"define-lazy-prop": "^3.0.0",
|
|
287
|
+
"is-inside-container": "^1.0.0",
|
|
288
|
+
"wsl-utils": "^0.1.0"
|
|
289
|
+
},
|
|
290
|
+
"engines": {
|
|
291
|
+
"node": ">=18"
|
|
292
|
+
},
|
|
293
|
+
"funding": {
|
|
294
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"node_modules/@azure/identity/node_modules/wsl-utils": {
|
|
298
|
+
"version": "0.1.0",
|
|
299
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
300
|
+
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
301
|
+
"license": "MIT",
|
|
302
|
+
"dependencies": {
|
|
303
|
+
"is-wsl": "^3.1.0"
|
|
304
|
+
},
|
|
305
|
+
"engines": {
|
|
306
|
+
"node": ">=18"
|
|
307
|
+
},
|
|
308
|
+
"funding": {
|
|
309
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
279
312
|
"node_modules/@azure/logger": {
|
|
280
313
|
"version": "1.3.0",
|
|
281
314
|
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.3.0.tgz",
|
|
@@ -872,25 +905,25 @@
|
|
|
872
905
|
}
|
|
873
906
|
},
|
|
874
907
|
"node_modules/@inquirer/ansi": {
|
|
875
|
-
"version": "
|
|
876
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-
|
|
877
|
-
"integrity": "sha512-
|
|
908
|
+
"version": "2.0.2",
|
|
909
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.2.tgz",
|
|
910
|
+
"integrity": "sha512-SYLX05PwJVnW+WVegZt1T4Ip1qba1ik+pNJPDiqvk6zS5Y/i8PhRzLpGEtVd7sW0G8cMtkD8t4AZYhQwm8vnww==",
|
|
878
911
|
"license": "MIT",
|
|
879
912
|
"engines": {
|
|
880
|
-
"node": ">=
|
|
913
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
881
914
|
}
|
|
882
915
|
},
|
|
883
916
|
"node_modules/@inquirer/confirm": {
|
|
884
|
-
"version": "
|
|
885
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-
|
|
886
|
-
"integrity": "sha512-
|
|
917
|
+
"version": "6.0.3",
|
|
918
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.3.tgz",
|
|
919
|
+
"integrity": "sha512-lyEvibDFL+NA5R4xl8FUmNhmu81B+LDL9L/MpKkZlQDJZXzG8InxiqYxiAlQYa9cqLLhYqKLQwZqXmSTqCLjyw==",
|
|
887
920
|
"license": "MIT",
|
|
888
921
|
"dependencies": {
|
|
889
|
-
"@inquirer/core": "^
|
|
890
|
-
"@inquirer/type": "^
|
|
922
|
+
"@inquirer/core": "^11.1.0",
|
|
923
|
+
"@inquirer/type": "^4.0.2"
|
|
891
924
|
},
|
|
892
925
|
"engines": {
|
|
893
|
-
"node": ">=
|
|
926
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
894
927
|
},
|
|
895
928
|
"peerDependencies": {
|
|
896
929
|
"@types/node": ">=18"
|
|
@@ -902,22 +935,21 @@
|
|
|
902
935
|
}
|
|
903
936
|
},
|
|
904
937
|
"node_modules/@inquirer/core": {
|
|
905
|
-
"version": "
|
|
906
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-
|
|
907
|
-
"integrity": "sha512
|
|
938
|
+
"version": "11.1.0",
|
|
939
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.0.tgz",
|
|
940
|
+
"integrity": "sha512-+jD/34T1pK8M5QmZD/ENhOfXdl9Zr+BrQAUc5h2anWgi7gggRq15ZbiBeLoObj0TLbdgW7TAIQRU2boMc9uOKQ==",
|
|
908
941
|
"license": "MIT",
|
|
909
942
|
"dependencies": {
|
|
910
|
-
"@inquirer/ansi": "^
|
|
911
|
-
"@inquirer/figures": "^
|
|
912
|
-
"@inquirer/type": "^
|
|
943
|
+
"@inquirer/ansi": "^2.0.2",
|
|
944
|
+
"@inquirer/figures": "^2.0.2",
|
|
945
|
+
"@inquirer/type": "^4.0.2",
|
|
913
946
|
"cli-width": "^4.1.0",
|
|
914
|
-
"mute-stream": "^
|
|
947
|
+
"mute-stream": "^3.0.0",
|
|
915
948
|
"signal-exit": "^4.1.0",
|
|
916
|
-
"wrap-ansi": "^
|
|
917
|
-
"yoctocolors-cjs": "^2.1.3"
|
|
949
|
+
"wrap-ansi": "^9.0.2"
|
|
918
950
|
},
|
|
919
951
|
"engines": {
|
|
920
|
-
"node": ">=
|
|
952
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
921
953
|
},
|
|
922
954
|
"peerDependencies": {
|
|
923
955
|
"@types/node": ">=18"
|
|
@@ -929,25 +961,25 @@
|
|
|
929
961
|
}
|
|
930
962
|
},
|
|
931
963
|
"node_modules/@inquirer/figures": {
|
|
932
|
-
"version": "
|
|
933
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-
|
|
934
|
-
"integrity": "sha512-
|
|
964
|
+
"version": "2.0.2",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.2.tgz",
|
|
966
|
+
"integrity": "sha512-qXm6EVvQx/FmnSrCWCIGtMHwqeLgxABP8XgcaAoywsL0NFga9gD5kfG0gXiv80GjK9Hsoz4pgGwF/+CjygyV9A==",
|
|
935
967
|
"license": "MIT",
|
|
936
968
|
"engines": {
|
|
937
|
-
"node": ">=
|
|
969
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
938
970
|
}
|
|
939
971
|
},
|
|
940
972
|
"node_modules/@inquirer/input": {
|
|
941
|
-
"version": "
|
|
942
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-
|
|
943
|
-
"integrity": "sha512-
|
|
973
|
+
"version": "5.0.3",
|
|
974
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-5.0.3.tgz",
|
|
975
|
+
"integrity": "sha512-4R0TdWl53dtp79Vs6Df2OHAtA2FVNqya1hND1f5wjHWxZJxwDMSNB1X5ADZJSsQKYAJ5JHCTO+GpJZ42mK0Otw==",
|
|
944
976
|
"license": "MIT",
|
|
945
977
|
"dependencies": {
|
|
946
|
-
"@inquirer/core": "^
|
|
947
|
-
"@inquirer/type": "^
|
|
978
|
+
"@inquirer/core": "^11.1.0",
|
|
979
|
+
"@inquirer/type": "^4.0.2"
|
|
948
980
|
},
|
|
949
981
|
"engines": {
|
|
950
|
-
"node": ">=
|
|
982
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
951
983
|
},
|
|
952
984
|
"peerDependencies": {
|
|
953
985
|
"@types/node": ">=18"
|
|
@@ -959,19 +991,18 @@
|
|
|
959
991
|
}
|
|
960
992
|
},
|
|
961
993
|
"node_modules/@inquirer/select": {
|
|
962
|
-
"version": "
|
|
963
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-
|
|
964
|
-
"integrity": "sha512-
|
|
994
|
+
"version": "5.0.3",
|
|
995
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-5.0.3.tgz",
|
|
996
|
+
"integrity": "sha512-M+ynbwS0ecQFDYMFrQrybA0qL8DV0snpc4kKevCCNaTpfghsRowRY7SlQBeIYNzHqXtiiz4RG9vTOeb/udew7w==",
|
|
965
997
|
"license": "MIT",
|
|
966
998
|
"dependencies": {
|
|
967
|
-
"@inquirer/ansi": "^
|
|
968
|
-
"@inquirer/core": "^
|
|
969
|
-
"@inquirer/figures": "^
|
|
970
|
-
"@inquirer/type": "^
|
|
971
|
-
"yoctocolors-cjs": "^2.1.3"
|
|
999
|
+
"@inquirer/ansi": "^2.0.2",
|
|
1000
|
+
"@inquirer/core": "^11.1.0",
|
|
1001
|
+
"@inquirer/figures": "^2.0.2",
|
|
1002
|
+
"@inquirer/type": "^4.0.2"
|
|
972
1003
|
},
|
|
973
1004
|
"engines": {
|
|
974
|
-
"node": ">=
|
|
1005
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
975
1006
|
},
|
|
976
1007
|
"peerDependencies": {
|
|
977
1008
|
"@types/node": ">=18"
|
|
@@ -983,12 +1014,12 @@
|
|
|
983
1014
|
}
|
|
984
1015
|
},
|
|
985
1016
|
"node_modules/@inquirer/type": {
|
|
986
|
-
"version": "
|
|
987
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-
|
|
988
|
-
"integrity": "sha512-
|
|
1017
|
+
"version": "4.0.2",
|
|
1018
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.2.tgz",
|
|
1019
|
+
"integrity": "sha512-cae7mzluplsjSdgFA6ACLygb5jC8alO0UUnFPyu0E7tNRPrL+q/f8VcSXp+cjZQ7l5CMpDpi2G1+IQvkOiL1Lw==",
|
|
989
1020
|
"license": "MIT",
|
|
990
1021
|
"engines": {
|
|
991
|
-
"node": ">=
|
|
1022
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
992
1023
|
},
|
|
993
1024
|
"peerDependencies": {
|
|
994
1025
|
"@types/node": ">=18"
|
|
@@ -1146,7 +1177,6 @@
|
|
|
1146
1177
|
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
|
|
1147
1178
|
"integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
|
|
1148
1179
|
"license": "Apache-2.0",
|
|
1149
|
-
"peer": true,
|
|
1150
1180
|
"engines": {
|
|
1151
1181
|
"node": ">=8.0.0"
|
|
1152
1182
|
}
|
|
@@ -1969,9 +1999,9 @@
|
|
|
1969
1999
|
}
|
|
1970
2000
|
},
|
|
1971
2001
|
"node_modules/@sinonjs/fake-timers": {
|
|
1972
|
-
"version": "
|
|
1973
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-
|
|
1974
|
-
"integrity": "sha512-
|
|
2002
|
+
"version": "15.1.0",
|
|
2003
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.1.0.tgz",
|
|
2004
|
+
"integrity": "sha512-cqfapCxwTGsrR80FEgOoPsTonoefMBY7dnUEbQ+GRcved0jvkJLzvX6F4WtN+HBqbPX/SiFsIRUp+IrCW/2I2w==",
|
|
1975
2005
|
"dev": true,
|
|
1976
2006
|
"license": "BSD-3-Clause",
|
|
1977
2007
|
"dependencies": {
|
|
@@ -2116,13 +2146,12 @@
|
|
|
2116
2146
|
}
|
|
2117
2147
|
},
|
|
2118
2148
|
"node_modules/@types/node": {
|
|
2119
|
-
"version": "
|
|
2120
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
2121
|
-
"integrity": "sha512-
|
|
2149
|
+
"version": "24.10.4",
|
|
2150
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.4.tgz",
|
|
2151
|
+
"integrity": "sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==",
|
|
2122
2152
|
"license": "MIT",
|
|
2123
|
-
"peer": true,
|
|
2124
2153
|
"dependencies": {
|
|
2125
|
-
"undici-types": "~
|
|
2154
|
+
"undici-types": "~7.16.0"
|
|
2126
2155
|
}
|
|
2127
2156
|
},
|
|
2128
2157
|
"node_modules/@types/node-forge": {
|
|
@@ -2176,9 +2205,9 @@
|
|
|
2176
2205
|
"license": "MIT"
|
|
2177
2206
|
},
|
|
2178
2207
|
"node_modules/@types/sinon": {
|
|
2179
|
-
"version": "
|
|
2180
|
-
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-
|
|
2181
|
-
"integrity": "sha512
|
|
2208
|
+
"version": "21.0.0",
|
|
2209
|
+
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-21.0.0.tgz",
|
|
2210
|
+
"integrity": "sha512-+oHKZ0lTI+WVLxx1IbJDNmReQaIsQJjN2e7UUrJHEeByG7bFeKJYsv1E75JxTQ9QKJDp21bAa/0W2Xo4srsDnw==",
|
|
2182
2211
|
"dev": true,
|
|
2183
2212
|
"license": "MIT",
|
|
2184
2213
|
"dependencies": {
|
|
@@ -2230,20 +2259,20 @@
|
|
|
2230
2259
|
"license": "MIT"
|
|
2231
2260
|
},
|
|
2232
2261
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
2233
|
-
"version": "8.
|
|
2234
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
2235
|
-
"integrity": "sha512-
|
|
2262
|
+
"version": "8.51.0",
|
|
2263
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz",
|
|
2264
|
+
"integrity": "sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==",
|
|
2236
2265
|
"dev": true,
|
|
2237
2266
|
"license": "MIT",
|
|
2238
2267
|
"dependencies": {
|
|
2239
2268
|
"@eslint-community/regexpp": "^4.10.0",
|
|
2240
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2241
|
-
"@typescript-eslint/type-utils": "8.
|
|
2242
|
-
"@typescript-eslint/utils": "8.
|
|
2243
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2269
|
+
"@typescript-eslint/scope-manager": "8.51.0",
|
|
2270
|
+
"@typescript-eslint/type-utils": "8.51.0",
|
|
2271
|
+
"@typescript-eslint/utils": "8.51.0",
|
|
2272
|
+
"@typescript-eslint/visitor-keys": "8.51.0",
|
|
2244
2273
|
"ignore": "^7.0.0",
|
|
2245
2274
|
"natural-compare": "^1.4.0",
|
|
2246
|
-
"ts-api-utils": "^2.
|
|
2275
|
+
"ts-api-utils": "^2.2.0"
|
|
2247
2276
|
},
|
|
2248
2277
|
"engines": {
|
|
2249
2278
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2253,23 +2282,22 @@
|
|
|
2253
2282
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2254
2283
|
},
|
|
2255
2284
|
"peerDependencies": {
|
|
2256
|
-
"@typescript-eslint/parser": "^8.
|
|
2285
|
+
"@typescript-eslint/parser": "^8.51.0",
|
|
2257
2286
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
2258
2287
|
"typescript": ">=4.8.4 <6.0.0"
|
|
2259
2288
|
}
|
|
2260
2289
|
},
|
|
2261
2290
|
"node_modules/@typescript-eslint/parser": {
|
|
2262
|
-
"version": "8.
|
|
2263
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
2264
|
-
"integrity": "sha512-
|
|
2291
|
+
"version": "8.51.0",
|
|
2292
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.51.0.tgz",
|
|
2293
|
+
"integrity": "sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==",
|
|
2265
2294
|
"dev": true,
|
|
2266
2295
|
"license": "MIT",
|
|
2267
|
-
"peer": true,
|
|
2268
2296
|
"dependencies": {
|
|
2269
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2270
|
-
"@typescript-eslint/types": "8.
|
|
2271
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2272
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2297
|
+
"@typescript-eslint/scope-manager": "8.51.0",
|
|
2298
|
+
"@typescript-eslint/types": "8.51.0",
|
|
2299
|
+
"@typescript-eslint/typescript-estree": "8.51.0",
|
|
2300
|
+
"@typescript-eslint/visitor-keys": "8.51.0",
|
|
2273
2301
|
"debug": "^4.3.4"
|
|
2274
2302
|
},
|
|
2275
2303
|
"engines": {
|
|
@@ -2285,14 +2313,14 @@
|
|
|
2285
2313
|
}
|
|
2286
2314
|
},
|
|
2287
2315
|
"node_modules/@typescript-eslint/project-service": {
|
|
2288
|
-
"version": "8.
|
|
2289
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
2290
|
-
"integrity": "sha512-
|
|
2316
|
+
"version": "8.51.0",
|
|
2317
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.51.0.tgz",
|
|
2318
|
+
"integrity": "sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==",
|
|
2291
2319
|
"dev": true,
|
|
2292
2320
|
"license": "MIT",
|
|
2293
2321
|
"dependencies": {
|
|
2294
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
2295
|
-
"@typescript-eslint/types": "^8.
|
|
2322
|
+
"@typescript-eslint/tsconfig-utils": "^8.51.0",
|
|
2323
|
+
"@typescript-eslint/types": "^8.51.0",
|
|
2296
2324
|
"debug": "^4.3.4"
|
|
2297
2325
|
},
|
|
2298
2326
|
"engines": {
|
|
@@ -2307,14 +2335,14 @@
|
|
|
2307
2335
|
}
|
|
2308
2336
|
},
|
|
2309
2337
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
2310
|
-
"version": "8.
|
|
2311
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
2312
|
-
"integrity": "sha512-
|
|
2338
|
+
"version": "8.51.0",
|
|
2339
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz",
|
|
2340
|
+
"integrity": "sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==",
|
|
2313
2341
|
"dev": true,
|
|
2314
2342
|
"license": "MIT",
|
|
2315
2343
|
"dependencies": {
|
|
2316
|
-
"@typescript-eslint/types": "8.
|
|
2317
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2344
|
+
"@typescript-eslint/types": "8.51.0",
|
|
2345
|
+
"@typescript-eslint/visitor-keys": "8.51.0"
|
|
2318
2346
|
},
|
|
2319
2347
|
"engines": {
|
|
2320
2348
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2325,9 +2353,9 @@
|
|
|
2325
2353
|
}
|
|
2326
2354
|
},
|
|
2327
2355
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
2328
|
-
"version": "8.
|
|
2329
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
2330
|
-
"integrity": "sha512-
|
|
2356
|
+
"version": "8.51.0",
|
|
2357
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz",
|
|
2358
|
+
"integrity": "sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==",
|
|
2331
2359
|
"dev": true,
|
|
2332
2360
|
"license": "MIT",
|
|
2333
2361
|
"engines": {
|
|
@@ -2342,17 +2370,17 @@
|
|
|
2342
2370
|
}
|
|
2343
2371
|
},
|
|
2344
2372
|
"node_modules/@typescript-eslint/type-utils": {
|
|
2345
|
-
"version": "8.
|
|
2346
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
2347
|
-
"integrity": "sha512-
|
|
2373
|
+
"version": "8.51.0",
|
|
2374
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz",
|
|
2375
|
+
"integrity": "sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==",
|
|
2348
2376
|
"dev": true,
|
|
2349
2377
|
"license": "MIT",
|
|
2350
2378
|
"dependencies": {
|
|
2351
|
-
"@typescript-eslint/types": "8.
|
|
2352
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2353
|
-
"@typescript-eslint/utils": "8.
|
|
2379
|
+
"@typescript-eslint/types": "8.51.0",
|
|
2380
|
+
"@typescript-eslint/typescript-estree": "8.51.0",
|
|
2381
|
+
"@typescript-eslint/utils": "8.51.0",
|
|
2354
2382
|
"debug": "^4.3.4",
|
|
2355
|
-
"ts-api-utils": "^2.
|
|
2383
|
+
"ts-api-utils": "^2.2.0"
|
|
2356
2384
|
},
|
|
2357
2385
|
"engines": {
|
|
2358
2386
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2367,9 +2395,9 @@
|
|
|
2367
2395
|
}
|
|
2368
2396
|
},
|
|
2369
2397
|
"node_modules/@typescript-eslint/types": {
|
|
2370
|
-
"version": "8.
|
|
2371
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
2372
|
-
"integrity": "sha512-
|
|
2398
|
+
"version": "8.51.0",
|
|
2399
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.51.0.tgz",
|
|
2400
|
+
"integrity": "sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==",
|
|
2373
2401
|
"dev": true,
|
|
2374
2402
|
"license": "MIT",
|
|
2375
2403
|
"engines": {
|
|
@@ -2381,21 +2409,21 @@
|
|
|
2381
2409
|
}
|
|
2382
2410
|
},
|
|
2383
2411
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
2384
|
-
"version": "8.
|
|
2385
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
2386
|
-
"integrity": "sha512-
|
|
2412
|
+
"version": "8.51.0",
|
|
2413
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz",
|
|
2414
|
+
"integrity": "sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==",
|
|
2387
2415
|
"dev": true,
|
|
2388
2416
|
"license": "MIT",
|
|
2389
2417
|
"dependencies": {
|
|
2390
|
-
"@typescript-eslint/project-service": "8.
|
|
2391
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
2392
|
-
"@typescript-eslint/types": "8.
|
|
2393
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2418
|
+
"@typescript-eslint/project-service": "8.51.0",
|
|
2419
|
+
"@typescript-eslint/tsconfig-utils": "8.51.0",
|
|
2420
|
+
"@typescript-eslint/types": "8.51.0",
|
|
2421
|
+
"@typescript-eslint/visitor-keys": "8.51.0",
|
|
2394
2422
|
"debug": "^4.3.4",
|
|
2395
2423
|
"minimatch": "^9.0.4",
|
|
2396
2424
|
"semver": "^7.6.0",
|
|
2397
2425
|
"tinyglobby": "^0.2.15",
|
|
2398
|
-
"ts-api-utils": "^2.
|
|
2426
|
+
"ts-api-utils": "^2.2.0"
|
|
2399
2427
|
},
|
|
2400
2428
|
"engines": {
|
|
2401
2429
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2409,16 +2437,16 @@
|
|
|
2409
2437
|
}
|
|
2410
2438
|
},
|
|
2411
2439
|
"node_modules/@typescript-eslint/utils": {
|
|
2412
|
-
"version": "8.
|
|
2413
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
2414
|
-
"integrity": "sha512-
|
|
2440
|
+
"version": "8.51.0",
|
|
2441
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.51.0.tgz",
|
|
2442
|
+
"integrity": "sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==",
|
|
2415
2443
|
"dev": true,
|
|
2416
2444
|
"license": "MIT",
|
|
2417
2445
|
"dependencies": {
|
|
2418
2446
|
"@eslint-community/eslint-utils": "^4.7.0",
|
|
2419
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2420
|
-
"@typescript-eslint/types": "8.
|
|
2421
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2447
|
+
"@typescript-eslint/scope-manager": "8.51.0",
|
|
2448
|
+
"@typescript-eslint/types": "8.51.0",
|
|
2449
|
+
"@typescript-eslint/typescript-estree": "8.51.0"
|
|
2422
2450
|
},
|
|
2423
2451
|
"engines": {
|
|
2424
2452
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2433,13 +2461,13 @@
|
|
|
2433
2461
|
}
|
|
2434
2462
|
},
|
|
2435
2463
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
2436
|
-
"version": "8.
|
|
2437
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
2438
|
-
"integrity": "sha512-
|
|
2464
|
+
"version": "8.51.0",
|
|
2465
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz",
|
|
2466
|
+
"integrity": "sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==",
|
|
2439
2467
|
"dev": true,
|
|
2440
2468
|
"license": "MIT",
|
|
2441
2469
|
"dependencies": {
|
|
2442
|
-
"@typescript-eslint/types": "8.
|
|
2470
|
+
"@typescript-eslint/types": "8.51.0",
|
|
2443
2471
|
"eslint-visitor-keys": "^4.2.1"
|
|
2444
2472
|
},
|
|
2445
2473
|
"engines": {
|
|
@@ -2478,7 +2506,6 @@
|
|
|
2478
2506
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
2479
2507
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
2480
2508
|
"license": "MIT",
|
|
2481
|
-
"peer": true,
|
|
2482
2509
|
"bin": {
|
|
2483
2510
|
"acorn": "bin/acorn"
|
|
2484
2511
|
},
|
|
@@ -3282,9 +3309,9 @@
|
|
|
3282
3309
|
"license": "MIT"
|
|
3283
3310
|
},
|
|
3284
3311
|
"node_modules/default-browser": {
|
|
3285
|
-
"version": "5.
|
|
3286
|
-
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.
|
|
3287
|
-
"integrity": "sha512-
|
|
3312
|
+
"version": "5.4.0",
|
|
3313
|
+
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.4.0.tgz",
|
|
3314
|
+
"integrity": "sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==",
|
|
3288
3315
|
"license": "MIT",
|
|
3289
3316
|
"dependencies": {
|
|
3290
3317
|
"bundle-name": "^4.1.0",
|
|
@@ -3298,9 +3325,9 @@
|
|
|
3298
3325
|
}
|
|
3299
3326
|
},
|
|
3300
3327
|
"node_modules/default-browser-id": {
|
|
3301
|
-
"version": "5.0.
|
|
3302
|
-
"resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.
|
|
3303
|
-
"integrity": "sha512-
|
|
3328
|
+
"version": "5.0.1",
|
|
3329
|
+
"resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
|
|
3330
|
+
"integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
|
|
3304
3331
|
"license": "MIT",
|
|
3305
3332
|
"engines": {
|
|
3306
3333
|
"node": ">=18"
|
|
@@ -3348,7 +3375,6 @@
|
|
|
3348
3375
|
"resolved": "https://registry.npmjs.org/diagnostic-channel/-/diagnostic-channel-1.1.1.tgz",
|
|
3349
3376
|
"integrity": "sha512-r2HV5qFkUICyoaKlBEpLKHjxMXATUf/l+h8UZPGBHGLy4DDiY2sOLcIctax4eRnTw5wH2jTMExLntGPJ8eOJxw==",
|
|
3350
3377
|
"license": "MIT",
|
|
3351
|
-
"peer": true,
|
|
3352
3378
|
"dependencies": {
|
|
3353
3379
|
"semver": "^7.5.3"
|
|
3354
3380
|
}
|
|
@@ -3540,7 +3566,6 @@
|
|
|
3540
3566
|
"integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
|
|
3541
3567
|
"dev": true,
|
|
3542
3568
|
"license": "MIT",
|
|
3543
|
-
"peer": true,
|
|
3544
3569
|
"dependencies": {
|
|
3545
3570
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
3546
3571
|
"@eslint-community/regexpp": "^4.12.1",
|
|
@@ -4441,6 +4466,18 @@
|
|
|
4441
4466
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4442
4467
|
}
|
|
4443
4468
|
},
|
|
4469
|
+
"node_modules/is-in-ssh": {
|
|
4470
|
+
"version": "1.0.0",
|
|
4471
|
+
"resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
|
|
4472
|
+
"integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
|
|
4473
|
+
"license": "MIT",
|
|
4474
|
+
"engines": {
|
|
4475
|
+
"node": ">=20"
|
|
4476
|
+
},
|
|
4477
|
+
"funding": {
|
|
4478
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4479
|
+
}
|
|
4480
|
+
},
|
|
4444
4481
|
"node_modules/is-inside-container": {
|
|
4445
4482
|
"version": "1.0.0",
|
|
4446
4483
|
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
@@ -5138,12 +5175,12 @@
|
|
|
5138
5175
|
"license": "MIT"
|
|
5139
5176
|
},
|
|
5140
5177
|
"node_modules/mute-stream": {
|
|
5141
|
-
"version": "
|
|
5142
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-
|
|
5143
|
-
"integrity": "sha512-
|
|
5178
|
+
"version": "3.0.0",
|
|
5179
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
|
|
5180
|
+
"integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
|
|
5144
5181
|
"license": "ISC",
|
|
5145
5182
|
"engines": {
|
|
5146
|
-
"node": "^
|
|
5183
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
5147
5184
|
}
|
|
5148
5185
|
},
|
|
5149
5186
|
"node_modules/natural-compare": {
|
|
@@ -5206,18 +5243,20 @@
|
|
|
5206
5243
|
}
|
|
5207
5244
|
},
|
|
5208
5245
|
"node_modules/open": {
|
|
5209
|
-
"version": "
|
|
5210
|
-
"resolved": "https://registry.npmjs.org/open/-/open-
|
|
5211
|
-
"integrity": "sha512-
|
|
5246
|
+
"version": "11.0.0",
|
|
5247
|
+
"resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
|
|
5248
|
+
"integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
|
|
5212
5249
|
"license": "MIT",
|
|
5213
5250
|
"dependencies": {
|
|
5214
|
-
"default-browser": "^5.
|
|
5251
|
+
"default-browser": "^5.4.0",
|
|
5215
5252
|
"define-lazy-prop": "^3.0.0",
|
|
5253
|
+
"is-in-ssh": "^1.0.0",
|
|
5216
5254
|
"is-inside-container": "^1.0.0",
|
|
5217
|
-
"
|
|
5255
|
+
"powershell-utils": "^0.1.0",
|
|
5256
|
+
"wsl-utils": "^0.3.0"
|
|
5218
5257
|
},
|
|
5219
5258
|
"engines": {
|
|
5220
|
-
"node": ">=
|
|
5259
|
+
"node": ">=20"
|
|
5221
5260
|
},
|
|
5222
5261
|
"funding": {
|
|
5223
5262
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -5475,6 +5514,18 @@
|
|
|
5475
5514
|
"node": ">=0.10.0"
|
|
5476
5515
|
}
|
|
5477
5516
|
},
|
|
5517
|
+
"node_modules/powershell-utils": {
|
|
5518
|
+
"version": "0.1.0",
|
|
5519
|
+
"resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
|
|
5520
|
+
"integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
|
|
5521
|
+
"license": "MIT",
|
|
5522
|
+
"engines": {
|
|
5523
|
+
"node": ">=20"
|
|
5524
|
+
},
|
|
5525
|
+
"funding": {
|
|
5526
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5527
|
+
}
|
|
5528
|
+
},
|
|
5478
5529
|
"node_modules/prelude-ls": {
|
|
5479
5530
|
"version": "1.2.1",
|
|
5480
5531
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
@@ -5920,16 +5971,16 @@
|
|
|
5920
5971
|
}
|
|
5921
5972
|
},
|
|
5922
5973
|
"node_modules/sinon": {
|
|
5923
|
-
"version": "21.0.
|
|
5924
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.
|
|
5925
|
-
"integrity": "sha512-
|
|
5974
|
+
"version": "21.0.1",
|
|
5975
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.1.tgz",
|
|
5976
|
+
"integrity": "sha512-Z0NVCW45W8Mg5oC/27/+fCqIHFnW8kpkFOq0j9XJIev4Ld0mKmERaZv5DMLAb9fGCevjKwaEeIQz5+MBXfZcDw==",
|
|
5926
5977
|
"dev": true,
|
|
5927
5978
|
"license": "BSD-3-Clause",
|
|
5928
5979
|
"dependencies": {
|
|
5929
5980
|
"@sinonjs/commons": "^3.0.1",
|
|
5930
|
-
"@sinonjs/fake-timers": "^
|
|
5931
|
-
"@sinonjs/samsam": "^8.0.
|
|
5932
|
-
"diff": "^
|
|
5981
|
+
"@sinonjs/fake-timers": "^15.1.0",
|
|
5982
|
+
"@sinonjs/samsam": "^8.0.3",
|
|
5983
|
+
"diff": "^8.0.2",
|
|
5933
5984
|
"supports-color": "^7.2.0"
|
|
5934
5985
|
},
|
|
5935
5986
|
"funding": {
|
|
@@ -5937,6 +5988,16 @@
|
|
|
5937
5988
|
"url": "https://opencollective.com/sinon"
|
|
5938
5989
|
}
|
|
5939
5990
|
},
|
|
5991
|
+
"node_modules/sinon/node_modules/diff": {
|
|
5992
|
+
"version": "8.0.2",
|
|
5993
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz",
|
|
5994
|
+
"integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
|
|
5995
|
+
"dev": true,
|
|
5996
|
+
"license": "BSD-3-Clause",
|
|
5997
|
+
"engines": {
|
|
5998
|
+
"node": ">=0.3.1"
|
|
5999
|
+
}
|
|
6000
|
+
},
|
|
5940
6001
|
"node_modules/source-map": {
|
|
5941
6002
|
"version": "0.6.1",
|
|
5942
6003
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -6252,9 +6313,9 @@
|
|
|
6252
6313
|
}
|
|
6253
6314
|
},
|
|
6254
6315
|
"node_modules/ts-api-utils": {
|
|
6255
|
-
"version": "2.
|
|
6256
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.
|
|
6257
|
-
"integrity": "sha512-
|
|
6316
|
+
"version": "2.3.0",
|
|
6317
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.3.0.tgz",
|
|
6318
|
+
"integrity": "sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==",
|
|
6258
6319
|
"dev": true,
|
|
6259
6320
|
"license": "MIT",
|
|
6260
6321
|
"engines": {
|
|
@@ -6343,7 +6404,6 @@
|
|
|
6343
6404
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
6344
6405
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
6345
6406
|
"license": "Apache-2.0",
|
|
6346
|
-
"peer": true,
|
|
6347
6407
|
"bin": {
|
|
6348
6408
|
"tsc": "bin/tsc",
|
|
6349
6409
|
"tsserver": "bin/tsserver"
|
|
@@ -6365,9 +6425,9 @@
|
|
|
6365
6425
|
}
|
|
6366
6426
|
},
|
|
6367
6427
|
"node_modules/undici-types": {
|
|
6368
|
-
"version": "
|
|
6369
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
6370
|
-
"integrity": "sha512-
|
|
6428
|
+
"version": "7.16.0",
|
|
6429
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
6430
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
6371
6431
|
"license": "MIT"
|
|
6372
6432
|
},
|
|
6373
6433
|
"node_modules/unicorn-magic": {
|
|
@@ -6406,18 +6466,6 @@
|
|
|
6406
6466
|
"url": "https://github.com/yeoman/update-notifier?sponsor=1"
|
|
6407
6467
|
}
|
|
6408
6468
|
},
|
|
6409
|
-
"node_modules/update-notifier/node_modules/ansi-styles": {
|
|
6410
|
-
"version": "6.2.3",
|
|
6411
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
6412
|
-
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
6413
|
-
"license": "MIT",
|
|
6414
|
-
"engines": {
|
|
6415
|
-
"node": ">=12"
|
|
6416
|
-
},
|
|
6417
|
-
"funding": {
|
|
6418
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6419
|
-
}
|
|
6420
|
-
},
|
|
6421
6469
|
"node_modules/update-notifier/node_modules/boxen": {
|
|
6422
6470
|
"version": "8.0.1",
|
|
6423
6471
|
"resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
|
|
@@ -6502,23 +6550,6 @@
|
|
|
6502
6550
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6503
6551
|
}
|
|
6504
6552
|
},
|
|
6505
|
-
"node_modules/update-notifier/node_modules/wrap-ansi": {
|
|
6506
|
-
"version": "9.0.2",
|
|
6507
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
6508
|
-
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
6509
|
-
"license": "MIT",
|
|
6510
|
-
"dependencies": {
|
|
6511
|
-
"ansi-styles": "^6.2.1",
|
|
6512
|
-
"string-width": "^7.0.0",
|
|
6513
|
-
"strip-ansi": "^7.1.0"
|
|
6514
|
-
},
|
|
6515
|
-
"engines": {
|
|
6516
|
-
"node": ">=18"
|
|
6517
|
-
},
|
|
6518
|
-
"funding": {
|
|
6519
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6520
|
-
}
|
|
6521
|
-
},
|
|
6522
6553
|
"node_modules/uri-js": {
|
|
6523
6554
|
"version": "4.4.1",
|
|
6524
6555
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
@@ -6642,17 +6673,20 @@
|
|
|
6642
6673
|
"license": "Apache-2.0"
|
|
6643
6674
|
},
|
|
6644
6675
|
"node_modules/wrap-ansi": {
|
|
6645
|
-
"version": "
|
|
6646
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
6647
|
-
"integrity": "sha512-
|
|
6676
|
+
"version": "9.0.2",
|
|
6677
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
6678
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
6648
6679
|
"license": "MIT",
|
|
6649
6680
|
"dependencies": {
|
|
6650
|
-
"ansi-styles": "^
|
|
6651
|
-
"string-width": "^
|
|
6652
|
-
"strip-ansi": "^
|
|
6681
|
+
"ansi-styles": "^6.2.1",
|
|
6682
|
+
"string-width": "^7.0.0",
|
|
6683
|
+
"strip-ansi": "^7.1.0"
|
|
6653
6684
|
},
|
|
6654
6685
|
"engines": {
|
|
6655
|
-
"node": ">=
|
|
6686
|
+
"node": ">=18"
|
|
6687
|
+
},
|
|
6688
|
+
"funding": {
|
|
6689
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6656
6690
|
}
|
|
6657
6691
|
},
|
|
6658
6692
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -6709,48 +6743,52 @@
|
|
|
6709
6743
|
"node": ">=8"
|
|
6710
6744
|
}
|
|
6711
6745
|
},
|
|
6746
|
+
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
6747
|
+
"version": "6.2.3",
|
|
6748
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
6749
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
6750
|
+
"license": "MIT",
|
|
6751
|
+
"engines": {
|
|
6752
|
+
"node": ">=12"
|
|
6753
|
+
},
|
|
6754
|
+
"funding": {
|
|
6755
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6756
|
+
}
|
|
6757
|
+
},
|
|
6712
6758
|
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
6713
|
-
"version": "
|
|
6714
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-
|
|
6715
|
-
"integrity": "sha512-
|
|
6759
|
+
"version": "10.6.0",
|
|
6760
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
6761
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
6716
6762
|
"license": "MIT"
|
|
6717
6763
|
},
|
|
6718
6764
|
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
6719
|
-
"version": "
|
|
6720
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
6721
|
-
"integrity": "sha512-
|
|
6765
|
+
"version": "7.2.0",
|
|
6766
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
6767
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
6722
6768
|
"license": "MIT",
|
|
6723
6769
|
"dependencies": {
|
|
6724
|
-
"emoji-regex": "^
|
|
6725
|
-
"
|
|
6726
|
-
"strip-ansi": "^
|
|
6770
|
+
"emoji-regex": "^10.3.0",
|
|
6771
|
+
"get-east-asian-width": "^1.0.0",
|
|
6772
|
+
"strip-ansi": "^7.1.0"
|
|
6727
6773
|
},
|
|
6728
6774
|
"engines": {
|
|
6729
|
-
"node": ">=
|
|
6730
|
-
}
|
|
6731
|
-
},
|
|
6732
|
-
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
6733
|
-
"version": "6.0.1",
|
|
6734
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6735
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6736
|
-
"license": "MIT",
|
|
6737
|
-
"dependencies": {
|
|
6738
|
-
"ansi-regex": "^5.0.1"
|
|
6775
|
+
"node": ">=18"
|
|
6739
6776
|
},
|
|
6740
|
-
"
|
|
6741
|
-
"
|
|
6777
|
+
"funding": {
|
|
6778
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6742
6779
|
}
|
|
6743
6780
|
},
|
|
6744
6781
|
"node_modules/wsl-utils": {
|
|
6745
|
-
"version": "0.1
|
|
6746
|
-
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.
|
|
6747
|
-
"integrity": "sha512-
|
|
6782
|
+
"version": "0.3.1",
|
|
6783
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
|
|
6784
|
+
"integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
|
|
6748
6785
|
"license": "MIT",
|
|
6749
6786
|
"dependencies": {
|
|
6750
|
-
"is-wsl": "^3.1.0"
|
|
6787
|
+
"is-wsl": "^3.1.0",
|
|
6788
|
+
"powershell-utils": "^0.1.0"
|
|
6751
6789
|
},
|
|
6752
6790
|
"engines": {
|
|
6753
|
-
"node": ">=
|
|
6791
|
+
"node": ">=20"
|
|
6754
6792
|
},
|
|
6755
6793
|
"funding": {
|
|
6756
6794
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -6948,22 +6986,10 @@
|
|
|
6948
6986
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6949
6987
|
}
|
|
6950
6988
|
},
|
|
6951
|
-
"node_modules/yoctocolors-cjs": {
|
|
6952
|
-
"version": "2.1.3",
|
|
6953
|
-
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
|
|
6954
|
-
"integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
|
|
6955
|
-
"license": "MIT",
|
|
6956
|
-
"engines": {
|
|
6957
|
-
"node": ">=18"
|
|
6958
|
-
},
|
|
6959
|
-
"funding": {
|
|
6960
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6961
|
-
}
|
|
6962
|
-
},
|
|
6963
6989
|
"node_modules/zod": {
|
|
6964
|
-
"version": "3.
|
|
6965
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.
|
|
6966
|
-
"integrity": "sha512-
|
|
6990
|
+
"version": "4.3.5",
|
|
6991
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.5.tgz",
|
|
6992
|
+
"integrity": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==",
|
|
6967
6993
|
"license": "MIT",
|
|
6968
6994
|
"funding": {
|
|
6969
6995
|
"url": "https://github.com/sponsors/colinhacks"
|