@pnp/cli-microsoft365 11.4.0-beta.312ca0b → 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.
@@ -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": "^5.1.21",
15
- "@inquirer/input": "^4.3.1",
16
- "@inquirer/select": "^4.4.2",
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": "^10.2.0",
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": "^4.1.11"
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": "^1.11.1",
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": "^22.19.3",
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": "^17.0.4",
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.50.0",
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.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": "1.11.1",
87
- "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
88
- "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
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": "^1.1.1",
93
- "@actions/http-client": "^2.0.1"
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": "1.1.1",
98
- "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz",
99
- "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==",
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": "^1.0.1"
103
+ "@actions/io": "^2.0.0"
104
104
  }
105
105
  },
106
106
  "node_modules/@actions/http-client": {
107
- "version": "2.2.3",
108
- "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz",
109
- "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==",
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.25.4"
114
+ "undici": "^5.28.5"
115
115
  }
116
116
  },
117
117
  "node_modules/@actions/io": {
118
- "version": "1.1.3",
119
- "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
120
- "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
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": "1.0.2",
876
- "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
877
- "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
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": ">=18"
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": "5.1.21",
885
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
886
- "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
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": "^10.3.2",
890
- "@inquirer/type": "^3.0.10"
922
+ "@inquirer/core": "^11.1.0",
923
+ "@inquirer/type": "^4.0.2"
891
924
  },
892
925
  "engines": {
893
- "node": ">=18"
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": "10.3.2",
906
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
907
- "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
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": "^1.0.2",
911
- "@inquirer/figures": "^1.0.15",
912
- "@inquirer/type": "^3.0.10",
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": "^2.0.0",
947
+ "mute-stream": "^3.0.0",
915
948
  "signal-exit": "^4.1.0",
916
- "wrap-ansi": "^6.2.0",
917
- "yoctocolors-cjs": "^2.1.3"
949
+ "wrap-ansi": "^9.0.2"
918
950
  },
919
951
  "engines": {
920
- "node": ">=18"
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": "1.0.15",
933
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
934
- "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
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": ">=18"
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": "4.3.1",
942
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz",
943
- "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
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": "^10.3.2",
947
- "@inquirer/type": "^3.0.10"
978
+ "@inquirer/core": "^11.1.0",
979
+ "@inquirer/type": "^4.0.2"
948
980
  },
949
981
  "engines": {
950
- "node": ">=18"
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": "4.4.2",
963
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz",
964
- "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
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": "^1.0.2",
968
- "@inquirer/core": "^10.3.2",
969
- "@inquirer/figures": "^1.0.15",
970
- "@inquirer/type": "^3.0.10",
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": ">=18"
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": "3.0.10",
987
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
988
- "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
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": ">=18"
1022
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
992
1023
  },
993
1024
  "peerDependencies": {
994
1025
  "@types/node": ">=18"
@@ -1968,9 +1999,9 @@
1968
1999
  }
1969
2000
  },
1970
2001
  "node_modules/@sinonjs/fake-timers": {
1971
- "version": "13.0.5",
1972
- "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz",
1973
- "integrity": "sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==",
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==",
1974
2005
  "dev": true,
1975
2006
  "license": "BSD-3-Clause",
1976
2007
  "dependencies": {
@@ -2115,12 +2146,12 @@
2115
2146
  }
2116
2147
  },
2117
2148
  "node_modules/@types/node": {
2118
- "version": "22.19.3",
2119
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.3.tgz",
2120
- "integrity": "sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==",
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==",
2121
2152
  "license": "MIT",
2122
2153
  "dependencies": {
2123
- "undici-types": "~6.21.0"
2154
+ "undici-types": "~7.16.0"
2124
2155
  }
2125
2156
  },
2126
2157
  "node_modules/@types/node-forge": {
@@ -2174,9 +2205,9 @@
2174
2205
  "license": "MIT"
2175
2206
  },
2176
2207
  "node_modules/@types/sinon": {
2177
- "version": "17.0.4",
2178
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.4.tgz",
2179
- "integrity": "sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==",
2208
+ "version": "21.0.0",
2209
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-21.0.0.tgz",
2210
+ "integrity": "sha512-+oHKZ0lTI+WVLxx1IbJDNmReQaIsQJjN2e7UUrJHEeByG7bFeKJYsv1E75JxTQ9QKJDp21bAa/0W2Xo4srsDnw==",
2180
2211
  "dev": true,
2181
2212
  "license": "MIT",
2182
2213
  "dependencies": {
@@ -2228,20 +2259,20 @@
2228
2259
  "license": "MIT"
2229
2260
  },
2230
2261
  "node_modules/@typescript-eslint/eslint-plugin": {
2231
- "version": "8.50.0",
2232
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.50.0.tgz",
2233
- "integrity": "sha512-O7QnmOXYKVtPrfYzMolrCTfkezCJS9+ljLdKW/+DCvRsc3UAz+sbH6Xcsv7p30+0OwUbeWfUDAQE0vpabZ3QLg==",
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==",
2234
2265
  "dev": true,
2235
2266
  "license": "MIT",
2236
2267
  "dependencies": {
2237
2268
  "@eslint-community/regexpp": "^4.10.0",
2238
- "@typescript-eslint/scope-manager": "8.50.0",
2239
- "@typescript-eslint/type-utils": "8.50.0",
2240
- "@typescript-eslint/utils": "8.50.0",
2241
- "@typescript-eslint/visitor-keys": "8.50.0",
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",
2242
2273
  "ignore": "^7.0.0",
2243
2274
  "natural-compare": "^1.4.0",
2244
- "ts-api-utils": "^2.1.0"
2275
+ "ts-api-utils": "^2.2.0"
2245
2276
  },
2246
2277
  "engines": {
2247
2278
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2251,22 +2282,22 @@
2251
2282
  "url": "https://opencollective.com/typescript-eslint"
2252
2283
  },
2253
2284
  "peerDependencies": {
2254
- "@typescript-eslint/parser": "^8.50.0",
2285
+ "@typescript-eslint/parser": "^8.51.0",
2255
2286
  "eslint": "^8.57.0 || ^9.0.0",
2256
2287
  "typescript": ">=4.8.4 <6.0.0"
2257
2288
  }
2258
2289
  },
2259
2290
  "node_modules/@typescript-eslint/parser": {
2260
- "version": "8.50.0",
2261
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.50.0.tgz",
2262
- "integrity": "sha512-6/cmF2piao+f6wSxUsJLZjck7OQsYyRtcOZS02k7XINSNlz93v6emM8WutDQSXnroG2xwYlEVHJI+cPA7CPM3Q==",
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==",
2263
2294
  "dev": true,
2264
2295
  "license": "MIT",
2265
2296
  "dependencies": {
2266
- "@typescript-eslint/scope-manager": "8.50.0",
2267
- "@typescript-eslint/types": "8.50.0",
2268
- "@typescript-eslint/typescript-estree": "8.50.0",
2269
- "@typescript-eslint/visitor-keys": "8.50.0",
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",
2270
2301
  "debug": "^4.3.4"
2271
2302
  },
2272
2303
  "engines": {
@@ -2282,14 +2313,14 @@
2282
2313
  }
2283
2314
  },
2284
2315
  "node_modules/@typescript-eslint/project-service": {
2285
- "version": "8.50.0",
2286
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.50.0.tgz",
2287
- "integrity": "sha512-Cg/nQcL1BcoTijEWyx4mkVC56r8dj44bFDvBdygifuS20f3OZCHmFbjF34DPSi07kwlFvqfv/xOLnJ5DquxSGQ==",
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==",
2288
2319
  "dev": true,
2289
2320
  "license": "MIT",
2290
2321
  "dependencies": {
2291
- "@typescript-eslint/tsconfig-utils": "^8.50.0",
2292
- "@typescript-eslint/types": "^8.50.0",
2322
+ "@typescript-eslint/tsconfig-utils": "^8.51.0",
2323
+ "@typescript-eslint/types": "^8.51.0",
2293
2324
  "debug": "^4.3.4"
2294
2325
  },
2295
2326
  "engines": {
@@ -2304,14 +2335,14 @@
2304
2335
  }
2305
2336
  },
2306
2337
  "node_modules/@typescript-eslint/scope-manager": {
2307
- "version": "8.50.0",
2308
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.50.0.tgz",
2309
- "integrity": "sha512-xCwfuCZjhIqy7+HKxBLrDVT5q/iq7XBVBXLn57RTIIpelLtEIZHXAF/Upa3+gaCpeV1NNS5Z9A+ID6jn50VD4A==",
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==",
2310
2341
  "dev": true,
2311
2342
  "license": "MIT",
2312
2343
  "dependencies": {
2313
- "@typescript-eslint/types": "8.50.0",
2314
- "@typescript-eslint/visitor-keys": "8.50.0"
2344
+ "@typescript-eslint/types": "8.51.0",
2345
+ "@typescript-eslint/visitor-keys": "8.51.0"
2315
2346
  },
2316
2347
  "engines": {
2317
2348
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2322,9 +2353,9 @@
2322
2353
  }
2323
2354
  },
2324
2355
  "node_modules/@typescript-eslint/tsconfig-utils": {
2325
- "version": "8.50.0",
2326
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.0.tgz",
2327
- "integrity": "sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w==",
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==",
2328
2359
  "dev": true,
2329
2360
  "license": "MIT",
2330
2361
  "engines": {
@@ -2339,17 +2370,17 @@
2339
2370
  }
2340
2371
  },
2341
2372
  "node_modules/@typescript-eslint/type-utils": {
2342
- "version": "8.50.0",
2343
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.50.0.tgz",
2344
- "integrity": "sha512-7OciHT2lKCewR0mFoBrvZJ4AXTMe/sYOe87289WAViOocEmDjjv8MvIOT2XESuKj9jp8u3SZYUSh89QA4S1kQw==",
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==",
2345
2376
  "dev": true,
2346
2377
  "license": "MIT",
2347
2378
  "dependencies": {
2348
- "@typescript-eslint/types": "8.50.0",
2349
- "@typescript-eslint/typescript-estree": "8.50.0",
2350
- "@typescript-eslint/utils": "8.50.0",
2379
+ "@typescript-eslint/types": "8.51.0",
2380
+ "@typescript-eslint/typescript-estree": "8.51.0",
2381
+ "@typescript-eslint/utils": "8.51.0",
2351
2382
  "debug": "^4.3.4",
2352
- "ts-api-utils": "^2.1.0"
2383
+ "ts-api-utils": "^2.2.0"
2353
2384
  },
2354
2385
  "engines": {
2355
2386
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2364,9 +2395,9 @@
2364
2395
  }
2365
2396
  },
2366
2397
  "node_modules/@typescript-eslint/types": {
2367
- "version": "8.50.0",
2368
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.50.0.tgz",
2369
- "integrity": "sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w==",
2398
+ "version": "8.51.0",
2399
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.51.0.tgz",
2400
+ "integrity": "sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==",
2370
2401
  "dev": true,
2371
2402
  "license": "MIT",
2372
2403
  "engines": {
@@ -2378,21 +2409,21 @@
2378
2409
  }
2379
2410
  },
2380
2411
  "node_modules/@typescript-eslint/typescript-estree": {
2381
- "version": "8.50.0",
2382
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.0.tgz",
2383
- "integrity": "sha512-W7SVAGBR/IX7zm1t70Yujpbk+zdPq/u4soeFSknWFdXIFuWsBGBOUu/Tn/I6KHSKvSh91OiMuaSnYp3mtPt5IQ==",
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==",
2384
2415
  "dev": true,
2385
2416
  "license": "MIT",
2386
2417
  "dependencies": {
2387
- "@typescript-eslint/project-service": "8.50.0",
2388
- "@typescript-eslint/tsconfig-utils": "8.50.0",
2389
- "@typescript-eslint/types": "8.50.0",
2390
- "@typescript-eslint/visitor-keys": "8.50.0",
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",
2391
2422
  "debug": "^4.3.4",
2392
2423
  "minimatch": "^9.0.4",
2393
2424
  "semver": "^7.6.0",
2394
2425
  "tinyglobby": "^0.2.15",
2395
- "ts-api-utils": "^2.1.0"
2426
+ "ts-api-utils": "^2.2.0"
2396
2427
  },
2397
2428
  "engines": {
2398
2429
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2406,16 +2437,16 @@
2406
2437
  }
2407
2438
  },
2408
2439
  "node_modules/@typescript-eslint/utils": {
2409
- "version": "8.50.0",
2410
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.50.0.tgz",
2411
- "integrity": "sha512-87KgUXET09CRjGCi2Ejxy3PULXna63/bMYv72tCAlDJC3Yqwln0HiFJ3VJMst2+mEtNtZu5oFvX4qJGjKsnAgg==",
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==",
2412
2443
  "dev": true,
2413
2444
  "license": "MIT",
2414
2445
  "dependencies": {
2415
2446
  "@eslint-community/eslint-utils": "^4.7.0",
2416
- "@typescript-eslint/scope-manager": "8.50.0",
2417
- "@typescript-eslint/types": "8.50.0",
2418
- "@typescript-eslint/typescript-estree": "8.50.0"
2447
+ "@typescript-eslint/scope-manager": "8.51.0",
2448
+ "@typescript-eslint/types": "8.51.0",
2449
+ "@typescript-eslint/typescript-estree": "8.51.0"
2419
2450
  },
2420
2451
  "engines": {
2421
2452
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2430,13 +2461,13 @@
2430
2461
  }
2431
2462
  },
2432
2463
  "node_modules/@typescript-eslint/visitor-keys": {
2433
- "version": "8.50.0",
2434
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.0.tgz",
2435
- "integrity": "sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==",
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==",
2436
2467
  "dev": true,
2437
2468
  "license": "MIT",
2438
2469
  "dependencies": {
2439
- "@typescript-eslint/types": "8.50.0",
2470
+ "@typescript-eslint/types": "8.51.0",
2440
2471
  "eslint-visitor-keys": "^4.2.1"
2441
2472
  },
2442
2473
  "engines": {
@@ -3278,9 +3309,9 @@
3278
3309
  "license": "MIT"
3279
3310
  },
3280
3311
  "node_modules/default-browser": {
3281
- "version": "5.2.1",
3282
- "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
3283
- "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
3312
+ "version": "5.4.0",
3313
+ "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.4.0.tgz",
3314
+ "integrity": "sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==",
3284
3315
  "license": "MIT",
3285
3316
  "dependencies": {
3286
3317
  "bundle-name": "^4.1.0",
@@ -3294,9 +3325,9 @@
3294
3325
  }
3295
3326
  },
3296
3327
  "node_modules/default-browser-id": {
3297
- "version": "5.0.0",
3298
- "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
3299
- "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
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==",
3300
3331
  "license": "MIT",
3301
3332
  "engines": {
3302
3333
  "node": ">=18"
@@ -4435,6 +4466,18 @@
4435
4466
  "url": "https://github.com/sponsors/sindresorhus"
4436
4467
  }
4437
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
+ },
4438
4481
  "node_modules/is-inside-container": {
4439
4482
  "version": "1.0.0",
4440
4483
  "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
@@ -5132,12 +5175,12 @@
5132
5175
  "license": "MIT"
5133
5176
  },
5134
5177
  "node_modules/mute-stream": {
5135
- "version": "2.0.0",
5136
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
5137
- "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
5178
+ "version": "3.0.0",
5179
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
5180
+ "integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
5138
5181
  "license": "ISC",
5139
5182
  "engines": {
5140
- "node": "^18.17.0 || >=20.5.0"
5183
+ "node": "^20.17.0 || >=22.9.0"
5141
5184
  }
5142
5185
  },
5143
5186
  "node_modules/natural-compare": {
@@ -5200,18 +5243,20 @@
5200
5243
  }
5201
5244
  },
5202
5245
  "node_modules/open": {
5203
- "version": "10.2.0",
5204
- "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
5205
- "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
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==",
5206
5249
  "license": "MIT",
5207
5250
  "dependencies": {
5208
- "default-browser": "^5.2.1",
5251
+ "default-browser": "^5.4.0",
5209
5252
  "define-lazy-prop": "^3.0.0",
5253
+ "is-in-ssh": "^1.0.0",
5210
5254
  "is-inside-container": "^1.0.0",
5211
- "wsl-utils": "^0.1.0"
5255
+ "powershell-utils": "^0.1.0",
5256
+ "wsl-utils": "^0.3.0"
5212
5257
  },
5213
5258
  "engines": {
5214
- "node": ">=18"
5259
+ "node": ">=20"
5215
5260
  },
5216
5261
  "funding": {
5217
5262
  "url": "https://github.com/sponsors/sindresorhus"
@@ -5469,6 +5514,18 @@
5469
5514
  "node": ">=0.10.0"
5470
5515
  }
5471
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
+ },
5472
5529
  "node_modules/prelude-ls": {
5473
5530
  "version": "1.2.1",
5474
5531
  "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
@@ -5914,16 +5971,16 @@
5914
5971
  }
5915
5972
  },
5916
5973
  "node_modules/sinon": {
5917
- "version": "21.0.0",
5918
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.0.tgz",
5919
- "integrity": "sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==",
5974
+ "version": "21.0.1",
5975
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.1.tgz",
5976
+ "integrity": "sha512-Z0NVCW45W8Mg5oC/27/+fCqIHFnW8kpkFOq0j9XJIev4Ld0mKmERaZv5DMLAb9fGCevjKwaEeIQz5+MBXfZcDw==",
5920
5977
  "dev": true,
5921
5978
  "license": "BSD-3-Clause",
5922
5979
  "dependencies": {
5923
5980
  "@sinonjs/commons": "^3.0.1",
5924
- "@sinonjs/fake-timers": "^13.0.5",
5925
- "@sinonjs/samsam": "^8.0.1",
5926
- "diff": "^7.0.0",
5981
+ "@sinonjs/fake-timers": "^15.1.0",
5982
+ "@sinonjs/samsam": "^8.0.3",
5983
+ "diff": "^8.0.2",
5927
5984
  "supports-color": "^7.2.0"
5928
5985
  },
5929
5986
  "funding": {
@@ -5931,6 +5988,16 @@
5931
5988
  "url": "https://opencollective.com/sinon"
5932
5989
  }
5933
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
+ },
5934
6001
  "node_modules/source-map": {
5935
6002
  "version": "0.6.1",
5936
6003
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -6246,9 +6313,9 @@
6246
6313
  }
6247
6314
  },
6248
6315
  "node_modules/ts-api-utils": {
6249
- "version": "2.1.0",
6250
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
6251
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
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==",
6252
6319
  "dev": true,
6253
6320
  "license": "MIT",
6254
6321
  "engines": {
@@ -6358,9 +6425,9 @@
6358
6425
  }
6359
6426
  },
6360
6427
  "node_modules/undici-types": {
6361
- "version": "6.21.0",
6362
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
6363
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
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==",
6364
6431
  "license": "MIT"
6365
6432
  },
6366
6433
  "node_modules/unicorn-magic": {
@@ -6399,18 +6466,6 @@
6399
6466
  "url": "https://github.com/yeoman/update-notifier?sponsor=1"
6400
6467
  }
6401
6468
  },
6402
- "node_modules/update-notifier/node_modules/ansi-styles": {
6403
- "version": "6.2.3",
6404
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
6405
- "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
6406
- "license": "MIT",
6407
- "engines": {
6408
- "node": ">=12"
6409
- },
6410
- "funding": {
6411
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6412
- }
6413
- },
6414
6469
  "node_modules/update-notifier/node_modules/boxen": {
6415
6470
  "version": "8.0.1",
6416
6471
  "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
@@ -6495,23 +6550,6 @@
6495
6550
  "url": "https://github.com/sponsors/sindresorhus"
6496
6551
  }
6497
6552
  },
6498
- "node_modules/update-notifier/node_modules/wrap-ansi": {
6499
- "version": "9.0.2",
6500
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
6501
- "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
6502
- "license": "MIT",
6503
- "dependencies": {
6504
- "ansi-styles": "^6.2.1",
6505
- "string-width": "^7.0.0",
6506
- "strip-ansi": "^7.1.0"
6507
- },
6508
- "engines": {
6509
- "node": ">=18"
6510
- },
6511
- "funding": {
6512
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6513
- }
6514
- },
6515
6553
  "node_modules/uri-js": {
6516
6554
  "version": "4.4.1",
6517
6555
  "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -6635,17 +6673,20 @@
6635
6673
  "license": "Apache-2.0"
6636
6674
  },
6637
6675
  "node_modules/wrap-ansi": {
6638
- "version": "6.2.0",
6639
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
6640
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
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==",
6641
6679
  "license": "MIT",
6642
6680
  "dependencies": {
6643
- "ansi-styles": "^4.0.0",
6644
- "string-width": "^4.1.0",
6645
- "strip-ansi": "^6.0.0"
6681
+ "ansi-styles": "^6.2.1",
6682
+ "string-width": "^7.0.0",
6683
+ "strip-ansi": "^7.1.0"
6646
6684
  },
6647
6685
  "engines": {
6648
- "node": ">=8"
6686
+ "node": ">=18"
6687
+ },
6688
+ "funding": {
6689
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6649
6690
  }
6650
6691
  },
6651
6692
  "node_modules/wrap-ansi-cjs": {
@@ -6702,48 +6743,52 @@
6702
6743
  "node": ">=8"
6703
6744
  }
6704
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
+ },
6705
6758
  "node_modules/wrap-ansi/node_modules/emoji-regex": {
6706
- "version": "8.0.0",
6707
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
6708
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
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==",
6709
6762
  "license": "MIT"
6710
6763
  },
6711
6764
  "node_modules/wrap-ansi/node_modules/string-width": {
6712
- "version": "4.2.3",
6713
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
6714
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
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==",
6715
6768
  "license": "MIT",
6716
6769
  "dependencies": {
6717
- "emoji-regex": "^8.0.0",
6718
- "is-fullwidth-code-point": "^3.0.0",
6719
- "strip-ansi": "^6.0.1"
6770
+ "emoji-regex": "^10.3.0",
6771
+ "get-east-asian-width": "^1.0.0",
6772
+ "strip-ansi": "^7.1.0"
6720
6773
  },
6721
6774
  "engines": {
6722
- "node": ">=8"
6723
- }
6724
- },
6725
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
6726
- "version": "6.0.1",
6727
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
6728
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
6729
- "license": "MIT",
6730
- "dependencies": {
6731
- "ansi-regex": "^5.0.1"
6775
+ "node": ">=18"
6732
6776
  },
6733
- "engines": {
6734
- "node": ">=8"
6777
+ "funding": {
6778
+ "url": "https://github.com/sponsors/sindresorhus"
6735
6779
  }
6736
6780
  },
6737
6781
  "node_modules/wsl-utils": {
6738
- "version": "0.1.0",
6739
- "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
6740
- "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
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==",
6741
6785
  "license": "MIT",
6742
6786
  "dependencies": {
6743
- "is-wsl": "^3.1.0"
6787
+ "is-wsl": "^3.1.0",
6788
+ "powershell-utils": "^0.1.0"
6744
6789
  },
6745
6790
  "engines": {
6746
- "node": ">=18"
6791
+ "node": ">=20"
6747
6792
  },
6748
6793
  "funding": {
6749
6794
  "url": "https://github.com/sponsors/sindresorhus"
@@ -6941,22 +6986,10 @@
6941
6986
  "url": "https://github.com/sponsors/sindresorhus"
6942
6987
  }
6943
6988
  },
6944
- "node_modules/yoctocolors-cjs": {
6945
- "version": "2.1.3",
6946
- "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
6947
- "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
6948
- "license": "MIT",
6949
- "engines": {
6950
- "node": ">=18"
6951
- },
6952
- "funding": {
6953
- "url": "https://github.com/sponsors/sindresorhus"
6954
- }
6955
- },
6956
6989
  "node_modules/zod": {
6957
- "version": "4.1.11",
6958
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.11.tgz",
6959
- "integrity": "sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==",
6990
+ "version": "4.3.5",
6991
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.5.tgz",
6992
+ "integrity": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==",
6960
6993
  "license": "MIT",
6961
6994
  "funding": {
6962
6995
  "url": "https://github.com/sponsors/colinhacks"