@auto-engineer/generate-react-client 1.33.0 → 1.34.0
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/CHANGELOG.md +17 -0
- package/dist/starter/.storybook/main.ts +4 -1
- package/dist/starter/.storybook/manager.ts +4 -5
- package/dist/starter/codegen.ts +17 -0
- package/dist/starter/package.json +7 -4
- package/dist/starter/pnpm-lock.yaml +2643 -69
- package/dist/starter/src/components/ui/DesignSystem-Colors.stories.tsx +1 -0
- package/dist/starter/src/components/ui/DesignSystem-Layout.stories.tsx +1 -0
- package/dist/starter/src/components/ui/DesignSystem-Overview.stories.tsx +1 -0
- package/dist/starter/src/components/ui/DesignSystem-Typography.stories.tsx +1 -0
- package/dist/starter/src/gql/execute.ts +11 -0
- package/dist/starter/src/gql/fragment-masking.ts +83 -0
- package/dist/starter/src/gql/gql.ts +9 -0
- package/dist/starter/src/gql/graphql.ts +182 -0
- package/dist/starter/src/gql/index.ts +2 -0
- package/dist/starter/src/graphql/mutations.ts +0 -0
- package/dist/starter/src/graphql/queries.ts +0 -0
- package/dist/starter/tsconfig.json +6 -0
- package/package.json +2 -2
|
@@ -81,18 +81,27 @@ importers:
|
|
|
81
81
|
specifier: ^4.3.6
|
|
82
82
|
version: 4.3.6
|
|
83
83
|
devDependencies:
|
|
84
|
+
'@graphql-codegen/cli':
|
|
85
|
+
specifier: ^6.1.1
|
|
86
|
+
version: 6.1.1(@parcel/watcher@2.5.6)(@types/node@25.2.3)(graphql@16.12.0)(typescript@5.9.3)
|
|
87
|
+
'@graphql-codegen/client-preset':
|
|
88
|
+
specifier: ^5.2.2
|
|
89
|
+
version: 5.2.2(graphql@16.12.0)
|
|
90
|
+
'@parcel/watcher':
|
|
91
|
+
specifier: ^2.5.6
|
|
92
|
+
version: 2.5.6
|
|
84
93
|
'@storybook/addon-docs':
|
|
85
94
|
specifier: ^10.2.8
|
|
86
|
-
version: 10.2.8(@types/react@19.2.14)(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))
|
|
95
|
+
version: 10.2.8(@types/react@19.2.14)(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))
|
|
87
96
|
'@storybook/addon-mcp':
|
|
88
97
|
specifier: ^0.2.2
|
|
89
98
|
version: 0.2.2(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)
|
|
90
99
|
'@storybook/react-vite':
|
|
91
100
|
specifier: ^10.2.8
|
|
92
|
-
version: 10.2.8(esbuild@0.27.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))
|
|
101
|
+
version: 10.2.8(esbuild@0.27.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))
|
|
93
102
|
'@tailwindcss/vite':
|
|
94
103
|
specifier: ^4.1.16
|
|
95
|
-
version: 4.1.18(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))
|
|
104
|
+
version: 4.1.18(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))
|
|
96
105
|
'@types/react':
|
|
97
106
|
specifier: ^19.2.7
|
|
98
107
|
version: 19.2.14
|
|
@@ -101,16 +110,19 @@ importers:
|
|
|
101
110
|
version: 19.2.3(@types/react@19.2.14)
|
|
102
111
|
'@vitejs/plugin-react-swc':
|
|
103
112
|
specifier: ^4.2.2
|
|
104
|
-
version: 4.2.3(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))
|
|
113
|
+
version: 4.2.3(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))
|
|
105
114
|
'@vueless/storybook-dark-mode':
|
|
106
115
|
specifier: ^10.0.7
|
|
107
116
|
version: 10.0.7(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
|
117
|
+
graphql:
|
|
118
|
+
specifier: ^16.12.0
|
|
119
|
+
version: 16.12.0
|
|
108
120
|
msw:
|
|
109
121
|
specifier: ^2.12.10
|
|
110
|
-
version: 2.12.10(typescript@5.9.3)
|
|
122
|
+
version: 2.12.10(@types/node@25.2.3)(typescript@5.9.3)
|
|
111
123
|
msw-storybook-addon:
|
|
112
124
|
specifier: ^2.0.6
|
|
113
|
-
version: 2.0.6(msw@2.12.10(typescript@5.9.3))
|
|
125
|
+
version: 2.0.6(msw@2.12.10(@types/node@25.2.3)(typescript@5.9.3))
|
|
114
126
|
storybook:
|
|
115
127
|
specifier: ^10.2.8
|
|
116
128
|
version: 10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
@@ -125,13 +137,19 @@ importers:
|
|
|
125
137
|
version: 5.9.3
|
|
126
138
|
vite:
|
|
127
139
|
specifier: ^7.3.0
|
|
128
|
-
version: 7.3.1(jiti@2.6.1)(lightningcss@1.30.2)
|
|
140
|
+
version: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2)
|
|
129
141
|
|
|
130
142
|
packages:
|
|
131
143
|
|
|
132
144
|
'@adobe/css-tools@4.4.4':
|
|
133
145
|
resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==}
|
|
134
146
|
|
|
147
|
+
'@ardatan/relay-compiler@12.0.3':
|
|
148
|
+
resolution: {integrity: sha512-mBDFOGvAoVlWaWqs3hm1AciGHSQE1rqFc/liZTyYz/Oek9yZdT5H26pH2zAFuEiTiBVPPyMuqf5VjOFPI2DGsQ==}
|
|
149
|
+
hasBin: true
|
|
150
|
+
peerDependencies:
|
|
151
|
+
graphql: '*'
|
|
152
|
+
|
|
135
153
|
'@babel/code-frame@7.29.0':
|
|
136
154
|
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
|
|
137
155
|
engines: {node: '>=6.9.0'}
|
|
@@ -166,6 +184,10 @@ packages:
|
|
|
166
184
|
peerDependencies:
|
|
167
185
|
'@babel/core': ^7.0.0
|
|
168
186
|
|
|
187
|
+
'@babel/helper-plugin-utils@7.28.6':
|
|
188
|
+
resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
|
|
189
|
+
engines: {node: '>=6.9.0'}
|
|
190
|
+
|
|
169
191
|
'@babel/helper-string-parser@7.27.1':
|
|
170
192
|
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
171
193
|
engines: {node: '>=6.9.0'}
|
|
@@ -187,6 +209,12 @@ packages:
|
|
|
187
209
|
engines: {node: '>=6.0.0'}
|
|
188
210
|
hasBin: true
|
|
189
211
|
|
|
212
|
+
'@babel/plugin-syntax-import-assertions@7.28.6':
|
|
213
|
+
resolution: {integrity: sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==}
|
|
214
|
+
engines: {node: '>=6.9.0'}
|
|
215
|
+
peerDependencies:
|
|
216
|
+
'@babel/core': ^7.0.0-0
|
|
217
|
+
|
|
190
218
|
'@babel/runtime@7.28.6':
|
|
191
219
|
resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
|
|
192
220
|
engines: {node: '>=6.9.0'}
|
|
@@ -227,6 +255,18 @@ packages:
|
|
|
227
255
|
'@date-fns/tz@1.4.1':
|
|
228
256
|
resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==}
|
|
229
257
|
|
|
258
|
+
'@envelop/core@5.5.1':
|
|
259
|
+
resolution: {integrity: sha512-3DQg8sFskDo386TkL5j12jyRAdip/8yzK3x7YGbZBgobZ4aKXrvDU0GppU0SnmrpQnNaiTUsxBs9LKkwQ/eyvw==}
|
|
260
|
+
engines: {node: '>=18.0.0'}
|
|
261
|
+
|
|
262
|
+
'@envelop/instrumentation@1.0.0':
|
|
263
|
+
resolution: {integrity: sha512-cxgkB66RQB95H3X27jlnxCRNTmPuSTgmBAq6/4n2Dtv4hsk4yz8FadA1ggmd0uZzvKqWD6CR+WFgTjhDqg7eyw==}
|
|
264
|
+
engines: {node: '>=18.0.0'}
|
|
265
|
+
|
|
266
|
+
'@envelop/types@5.2.1':
|
|
267
|
+
resolution: {integrity: sha512-CsFmA3u3c2QoLDTfEpGr4t25fjMU31nyvse7IzWTvb0ZycuPjMjb0fjlheh+PbhBYb9YLugnT2uY6Mwcg1o+Zg==}
|
|
268
|
+
engines: {node: '>=18.0.0'}
|
|
269
|
+
|
|
230
270
|
'@esbuild/aix-ppc64@0.27.3':
|
|
231
271
|
resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
|
|
232
272
|
engines: {node: '>=18'}
|
|
@@ -383,6 +423,9 @@ packages:
|
|
|
383
423
|
cpu: [x64]
|
|
384
424
|
os: [win32]
|
|
385
425
|
|
|
426
|
+
'@fastify/busboy@3.2.0':
|
|
427
|
+
resolution: {integrity: sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==}
|
|
428
|
+
|
|
386
429
|
'@floating-ui/core@1.7.4':
|
|
387
430
|
resolution: {integrity: sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==}
|
|
388
431
|
|
|
@@ -398,6 +441,291 @@ packages:
|
|
|
398
441
|
'@floating-ui/utils@0.2.10':
|
|
399
442
|
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
|
|
400
443
|
|
|
444
|
+
'@graphql-codegen/add@6.0.0':
|
|
445
|
+
resolution: {integrity: sha512-biFdaURX0KTwEJPQ1wkT6BRgNasqgQ5KbCI1a3zwtLtO7XTo7/vKITPylmiU27K5DSOWYnY/1jfSqUAEBuhZrQ==}
|
|
446
|
+
engines: {node: '>=16'}
|
|
447
|
+
peerDependencies:
|
|
448
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
449
|
+
|
|
450
|
+
'@graphql-codegen/cli@6.1.1':
|
|
451
|
+
resolution: {integrity: sha512-Ni8UdZ6D/UTvLvDtPb6PzshI0lTqtLDnmv/2t1w2SYP92H0MMEdAzxB/ujDWwIXm2LzVPvvrGvzzCTMsyXa+mA==}
|
|
452
|
+
engines: {node: '>=16'}
|
|
453
|
+
hasBin: true
|
|
454
|
+
peerDependencies:
|
|
455
|
+
'@parcel/watcher': ^2.1.0
|
|
456
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
457
|
+
peerDependenciesMeta:
|
|
458
|
+
'@parcel/watcher':
|
|
459
|
+
optional: true
|
|
460
|
+
|
|
461
|
+
'@graphql-codegen/client-preset@5.2.2':
|
|
462
|
+
resolution: {integrity: sha512-1xufIJZr04ylx0Dnw49m8Jrx1s1kujUNVm+Tp5cPRsQmgPN9VjB7wWY7CGD8ArStv6Vjb0a31Xnm5I+VzZM+Rw==}
|
|
463
|
+
engines: {node: '>=16'}
|
|
464
|
+
peerDependencies:
|
|
465
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
466
|
+
graphql-sock: ^1.0.0
|
|
467
|
+
peerDependenciesMeta:
|
|
468
|
+
graphql-sock:
|
|
469
|
+
optional: true
|
|
470
|
+
|
|
471
|
+
'@graphql-codegen/core@5.0.0':
|
|
472
|
+
resolution: {integrity: sha512-vLTEW0m8LbE4xgRwbFwCdYxVkJ1dBlVJbQyLb9Q7bHnVFgHAP982Xo8Uv7FuPBmON+2IbTjkCqhFLHVZbqpvjQ==}
|
|
473
|
+
engines: {node: '>=16'}
|
|
474
|
+
peerDependencies:
|
|
475
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
476
|
+
|
|
477
|
+
'@graphql-codegen/gql-tag-operations@5.1.2':
|
|
478
|
+
resolution: {integrity: sha512-BIv66VJ2bKlpfXBeVakJxihBSKnBIdGFLMaFdnGPxqYlKIzaGffjsGbhViPwwBinmBChW4Se6PU4Py7eysYEiA==}
|
|
479
|
+
engines: {node: '>=16'}
|
|
480
|
+
peerDependencies:
|
|
481
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
482
|
+
|
|
483
|
+
'@graphql-codegen/plugin-helpers@6.1.0':
|
|
484
|
+
resolution: {integrity: sha512-JJypehWTcty9kxKiqH7TQOetkGdOYjY78RHlI+23qB59cV2wxjFFVf8l7kmuXS4cpGVUNfIjFhVr7A1W7JMtdA==}
|
|
485
|
+
engines: {node: '>=16'}
|
|
486
|
+
peerDependencies:
|
|
487
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
488
|
+
|
|
489
|
+
'@graphql-codegen/schema-ast@5.0.0':
|
|
490
|
+
resolution: {integrity: sha512-jn7Q3PKQc0FxXjbpo9trxzlz/GSFQWxL042l0iC8iSbM/Ar+M7uyBwMtXPsev/3Razk+osQyreghIz0d2+6F7Q==}
|
|
491
|
+
engines: {node: '>=16'}
|
|
492
|
+
peerDependencies:
|
|
493
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
494
|
+
|
|
495
|
+
'@graphql-codegen/typed-document-node@6.1.5':
|
|
496
|
+
resolution: {integrity: sha512-6dgEPz+YRMzSPpATj7tsKh/L6Y8OZImiyXIUzvSq/dRAEgoinahrES5y/eZQyc7CVxfoFCyHF9KMQQ9jiLn7lw==}
|
|
497
|
+
engines: {node: '>=16'}
|
|
498
|
+
peerDependencies:
|
|
499
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
500
|
+
|
|
501
|
+
'@graphql-codegen/typescript-operations@5.0.7':
|
|
502
|
+
resolution: {integrity: sha512-5N3myNse1putRQlp8+l1k9ayvc98oq2mPJx0zN8MTOlTBxcb2grVPFRLy5wJJjuv9NffpyCkVJ9LvUaf8mqQgg==}
|
|
503
|
+
engines: {node: '>=16'}
|
|
504
|
+
peerDependencies:
|
|
505
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
506
|
+
graphql-sock: ^1.0.0
|
|
507
|
+
peerDependenciesMeta:
|
|
508
|
+
graphql-sock:
|
|
509
|
+
optional: true
|
|
510
|
+
|
|
511
|
+
'@graphql-codegen/typescript@5.0.7':
|
|
512
|
+
resolution: {integrity: sha512-kZwcu9Iat5RWXxLGPnDbG6qVbGTigF25/aGqCG/DCQ1Al8RufSjVXhIOkJBp7QWAqXn3AupHXL1WTMXP7xs4dQ==}
|
|
513
|
+
engines: {node: '>=16'}
|
|
514
|
+
peerDependencies:
|
|
515
|
+
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
516
|
+
|
|
517
|
+
'@graphql-codegen/visitor-plugin-common@6.2.2':
|
|
518
|
+
resolution: {integrity: sha512-wEJ4zJj58PKlXISItZfr0xIHyM1lAuRfoflPegsb1L17Mx5+YzNOy0WAlLele3yzyV89WvCiprFKMcVQ7KfDXg==}
|
|
519
|
+
engines: {node: '>=16'}
|
|
520
|
+
peerDependencies:
|
|
521
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
522
|
+
|
|
523
|
+
'@graphql-hive/signal@1.0.0':
|
|
524
|
+
resolution: {integrity: sha512-RiwLMc89lTjvyLEivZ/qxAC5nBHoS2CtsWFSOsN35sxG9zoo5Z+JsFHM8MlvmO9yt+MJNIyC5MLE1rsbOphlag==}
|
|
525
|
+
engines: {node: '>=18.0.0'}
|
|
526
|
+
|
|
527
|
+
'@graphql-hive/signal@2.0.0':
|
|
528
|
+
resolution: {integrity: sha512-Pz8wB3K0iU6ae9S1fWfsmJX24CcGeTo6hE7T44ucmV/ALKRj+bxClmqrYcDT7v3f0d12Rh4FAXBb6gon+WkDpQ==}
|
|
529
|
+
engines: {node: '>=20.0.0'}
|
|
530
|
+
|
|
531
|
+
'@graphql-tools/apollo-engine-loader@8.0.28':
|
|
532
|
+
resolution: {integrity: sha512-MzgDrUuoxp6dZeo54zLBL3cEJKJtM3N/2RqK0rbPxPq5X2z6TUA7EGg8vIFTUkt5xelAsUrm8/4ai41ZDdxOng==}
|
|
533
|
+
engines: {node: '>=16.0.0'}
|
|
534
|
+
peerDependencies:
|
|
535
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
536
|
+
|
|
537
|
+
'@graphql-tools/batch-execute@10.0.5':
|
|
538
|
+
resolution: {integrity: sha512-dL13tXkfGvAzLq2XfzTKAy9logIcltKYRuPketxdh3Ok3U6PN1HKMCHfrE9cmtAsxD96/8Hlghz5AtM+LRv/ig==}
|
|
539
|
+
engines: {node: '>=20.0.0'}
|
|
540
|
+
peerDependencies:
|
|
541
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
542
|
+
|
|
543
|
+
'@graphql-tools/batch-execute@9.0.19':
|
|
544
|
+
resolution: {integrity: sha512-VGamgY4PLzSx48IHPoblRw0oTaBa7S26RpZXt0Y4NN90ytoE0LutlpB2484RbkfcTjv9wa64QD474+YP1kEgGA==}
|
|
545
|
+
engines: {node: '>=18.0.0'}
|
|
546
|
+
peerDependencies:
|
|
547
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
548
|
+
|
|
549
|
+
'@graphql-tools/code-file-loader@8.1.28':
|
|
550
|
+
resolution: {integrity: sha512-BL3Ft/PFlXDE5nNuqA36hYci7Cx+8bDrPDc8X3VSpZy9iKFBY+oQ+IwqnEHCkt8OSp2n2V0gqTg4u3fcQP1Kwg==}
|
|
551
|
+
engines: {node: '>=16.0.0'}
|
|
552
|
+
peerDependencies:
|
|
553
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
554
|
+
|
|
555
|
+
'@graphql-tools/delegate@10.2.23':
|
|
556
|
+
resolution: {integrity: sha512-xrPtl7f1LxS+B6o+W7ueuQh67CwRkfl+UKJncaslnqYdkxKmNBB4wnzVcW8ZsRdwbsla/v43PtwAvSlzxCzq2w==}
|
|
557
|
+
engines: {node: '>=18.0.0'}
|
|
558
|
+
peerDependencies:
|
|
559
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
560
|
+
|
|
561
|
+
'@graphql-tools/delegate@12.0.7':
|
|
562
|
+
resolution: {integrity: sha512-7tqZJMqhVJB9lymU1Ino9ZS88ErjDrYCbOQn+xN6J20wqKvNpCOHqd900yQL1Z9p33VvqjARoIDm3Hm4He5BLw==}
|
|
563
|
+
engines: {node: '>=20.0.0'}
|
|
564
|
+
peerDependencies:
|
|
565
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
566
|
+
|
|
567
|
+
'@graphql-tools/documents@1.0.1':
|
|
568
|
+
resolution: {integrity: sha512-aweoMH15wNJ8g7b2r4C4WRuJxZ0ca8HtNO54rkye/3duxTkW4fGBEutCx03jCIr5+a1l+4vFJNP859QnAVBVCA==}
|
|
569
|
+
engines: {node: '>=16.0.0'}
|
|
570
|
+
peerDependencies:
|
|
571
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
572
|
+
|
|
573
|
+
'@graphql-tools/executor-common@0.0.4':
|
|
574
|
+
resolution: {integrity: sha512-SEH/OWR+sHbknqZyROCFHcRrbZeUAyjCsgpVWCRjqjqRbiJiXq6TxNIIOmpXgkrXWW/2Ev4Wms6YSGJXjdCs6Q==}
|
|
575
|
+
engines: {node: '>=18.0.0'}
|
|
576
|
+
peerDependencies:
|
|
577
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
578
|
+
|
|
579
|
+
'@graphql-tools/executor-common@0.0.6':
|
|
580
|
+
resolution: {integrity: sha512-JAH/R1zf77CSkpYATIJw+eOJwsbWocdDjY+avY7G+P5HCXxwQjAjWVkJI1QJBQYjPQDVxwf1fmTZlIN3VOadow==}
|
|
581
|
+
engines: {node: '>=18.0.0'}
|
|
582
|
+
peerDependencies:
|
|
583
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
584
|
+
|
|
585
|
+
'@graphql-tools/executor-common@1.0.6':
|
|
586
|
+
resolution: {integrity: sha512-23/K5C+LSlHDI0mj2SwCJ33RcELCcyDUgABm1Z8St7u/4Z5+95i925H/NAjUyggRjiaY8vYtNiMOPE49aPX1sg==}
|
|
587
|
+
engines: {node: '>=20.0.0'}
|
|
588
|
+
peerDependencies:
|
|
589
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
590
|
+
|
|
591
|
+
'@graphql-tools/executor-graphql-ws@2.0.7':
|
|
592
|
+
resolution: {integrity: sha512-J27za7sKF6RjhmvSOwOQFeNhNHyP4f4niqPnerJmq73OtLx9Y2PGOhkXOEB0PjhvPJceuttkD2O1yMgEkTGs3Q==}
|
|
593
|
+
engines: {node: '>=18.0.0'}
|
|
594
|
+
peerDependencies:
|
|
595
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
596
|
+
|
|
597
|
+
'@graphql-tools/executor-graphql-ws@3.1.4':
|
|
598
|
+
resolution: {integrity: sha512-wCQfWYLwg1JZmQ7rGaFy74AQyVFxpeqz19WWIGRgANiYlm+T0K3Hs6POgi0+nL3HvwxJIxhUlaRLFvkqm1zxSA==}
|
|
599
|
+
engines: {node: '>=20.0.0'}
|
|
600
|
+
peerDependencies:
|
|
601
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
602
|
+
|
|
603
|
+
'@graphql-tools/executor-http@1.3.3':
|
|
604
|
+
resolution: {integrity: sha512-LIy+l08/Ivl8f8sMiHW2ebyck59JzyzO/yF9SFS4NH6MJZUezA1xThUXCDIKhHiD56h/gPojbkpcFvM2CbNE7A==}
|
|
605
|
+
engines: {node: '>=18.0.0'}
|
|
606
|
+
peerDependencies:
|
|
607
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
608
|
+
|
|
609
|
+
'@graphql-tools/executor-http@3.1.0':
|
|
610
|
+
resolution: {integrity: sha512-DTaNU1rT2sxffwQlt+Aw68cHQWfGkjsaRk1D8nvG+DcCR8RNQo0d9qYt7pXIcfXYcQLb/OkABcGSuCfkopvHJg==}
|
|
611
|
+
engines: {node: '>=20.0.0'}
|
|
612
|
+
peerDependencies:
|
|
613
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
614
|
+
|
|
615
|
+
'@graphql-tools/executor-legacy-ws@1.1.25':
|
|
616
|
+
resolution: {integrity: sha512-6uf4AEXO0QMxJ7AWKVPqEZXgYBJaiz5vf29X0boG8QtcqWy8mqkXKWLND2Swdx0SbEx0efoGFcjuKufUcB0ASQ==}
|
|
617
|
+
engines: {node: '>=16.0.0'}
|
|
618
|
+
peerDependencies:
|
|
619
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
620
|
+
|
|
621
|
+
'@graphql-tools/executor@1.5.1':
|
|
622
|
+
resolution: {integrity: sha512-n94Qcu875Mji9GQ52n5UbgOTxlgvFJicBPYD+FRks9HKIQpdNPjkkrKZUYNG51XKa+bf03rxNflm4+wXhoHHrA==}
|
|
623
|
+
engines: {node: '>=16.0.0'}
|
|
624
|
+
peerDependencies:
|
|
625
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
626
|
+
|
|
627
|
+
'@graphql-tools/git-loader@8.0.32':
|
|
628
|
+
resolution: {integrity: sha512-H5HTp2vevv0rRMEnCJBVmVF8md3LpJI1C1+d6OtzvmuONJ8mOX2mkf9rtoqwiztynVegaDUekvMFsc9k5iE2WA==}
|
|
629
|
+
engines: {node: '>=16.0.0'}
|
|
630
|
+
peerDependencies:
|
|
631
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
632
|
+
|
|
633
|
+
'@graphql-tools/github-loader@9.0.6':
|
|
634
|
+
resolution: {integrity: sha512-hhlt2MMkRcvDva/qyzqFddXzaMmRnriJ0Ts+/LcNeYnB8hcEqRMpF9RCsHYjo1mFRaiu8i4PSIpXyyFu3To7Ow==}
|
|
635
|
+
engines: {node: '>=20.0.0'}
|
|
636
|
+
peerDependencies:
|
|
637
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
638
|
+
|
|
639
|
+
'@graphql-tools/graphql-file-loader@8.1.9':
|
|
640
|
+
resolution: {integrity: sha512-rkLK46Q62Zxift8B6Kfw6h8SH3pCR3DPCfNeC/lpLwYReezZz+2ARuLDFZjQGjW+4lpMwiAw8CIxDyQAUgqU6A==}
|
|
641
|
+
engines: {node: '>=16.0.0'}
|
|
642
|
+
peerDependencies:
|
|
643
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
644
|
+
|
|
645
|
+
'@graphql-tools/graphql-tag-pluck@8.3.27':
|
|
646
|
+
resolution: {integrity: sha512-CJ0WVXhGYsfFngpRrAAcjRHyxSDHx4dEz2W15bkwvt9he/AWhuyXm07wuGcoLrl0q0iQp1BiRjU7D8SxWZo3JQ==}
|
|
647
|
+
engines: {node: '>=16.0.0'}
|
|
648
|
+
peerDependencies:
|
|
649
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
650
|
+
|
|
651
|
+
'@graphql-tools/import@7.1.9':
|
|
652
|
+
resolution: {integrity: sha512-mHzOgyfzsAgstaZPIFEtKg4GVH4FbDHeHYrSs73mAPKS5F59/FlRuUJhAoRnxbVnc3qIZ6EsWBjOjNbnPK8viA==}
|
|
653
|
+
engines: {node: '>=16.0.0'}
|
|
654
|
+
peerDependencies:
|
|
655
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
656
|
+
|
|
657
|
+
'@graphql-tools/json-file-loader@8.0.26':
|
|
658
|
+
resolution: {integrity: sha512-kwy9IFi5QtXXTLBgWkvA1RqsZeJDn0CxsTbhNlziCzmga9fNo7qtZ18k9FYIq3EIoQQlok+b7W7yeyJATA2xhw==}
|
|
659
|
+
engines: {node: '>=16.0.0'}
|
|
660
|
+
peerDependencies:
|
|
661
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
662
|
+
|
|
663
|
+
'@graphql-tools/load@8.1.8':
|
|
664
|
+
resolution: {integrity: sha512-gxO662b64qZSToK3N6XUxWG5E6HOUjlg5jEnmGvD4bMtGJ0HwEe/BaVZbBQemCfLkxYjwRIBiVfOY9o0JyjZJg==}
|
|
665
|
+
engines: {node: '>=16.0.0'}
|
|
666
|
+
peerDependencies:
|
|
667
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
668
|
+
|
|
669
|
+
'@graphql-tools/merge@9.1.7':
|
|
670
|
+
resolution: {integrity: sha512-Y5E1vTbTabvcXbkakdFUt4zUIzB1fyaEnVmIWN0l0GMed2gdD01TpZWLUm4RNAxpturvolrb24oGLQrBbPLSoQ==}
|
|
671
|
+
engines: {node: '>=16.0.0'}
|
|
672
|
+
peerDependencies:
|
|
673
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
674
|
+
|
|
675
|
+
'@graphql-tools/optimize@2.0.0':
|
|
676
|
+
resolution: {integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==}
|
|
677
|
+
engines: {node: '>=16.0.0'}
|
|
678
|
+
peerDependencies:
|
|
679
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
680
|
+
|
|
681
|
+
'@graphql-tools/relay-operation-optimizer@7.0.27':
|
|
682
|
+
resolution: {integrity: sha512-rdkL1iDMFaGDiHWd7Bwv7hbhrhnljkJaD0MXeqdwQlZVgVdUDlMot2WuF7CEKVgijpH6eSC6AxXMDeqVgSBS2g==}
|
|
683
|
+
engines: {node: '>=16.0.0'}
|
|
684
|
+
peerDependencies:
|
|
685
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
686
|
+
|
|
687
|
+
'@graphql-tools/schema@10.0.31':
|
|
688
|
+
resolution: {integrity: sha512-ZewRgWhXef6weZ0WiP7/MV47HXiuFbFpiDUVLQl6mgXsWSsGELKFxQsyUCBos60Qqy1JEFAIu3Ns6GGYjGkqkQ==}
|
|
689
|
+
engines: {node: '>=16.0.0'}
|
|
690
|
+
peerDependencies:
|
|
691
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
692
|
+
|
|
693
|
+
'@graphql-tools/url-loader@8.0.33':
|
|
694
|
+
resolution: {integrity: sha512-Fu626qcNHcqAj8uYd7QRarcJn5XZ863kmxsg1sm0fyjyfBJnsvC7ddFt6Hayz5kxVKfsnjxiDfPMXanvsQVBKw==}
|
|
695
|
+
engines: {node: '>=16.0.0'}
|
|
696
|
+
peerDependencies:
|
|
697
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
698
|
+
|
|
699
|
+
'@graphql-tools/url-loader@9.0.6':
|
|
700
|
+
resolution: {integrity: sha512-QdJI3f7ANDMYfYazRgJzzybznjOrQAOuDXweC9xmKgPZoTqNxEAsatiy69zcpTf6092taJLyrqRH6R7xUTzf4A==}
|
|
701
|
+
engines: {node: '>=20.0.0'}
|
|
702
|
+
peerDependencies:
|
|
703
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
704
|
+
|
|
705
|
+
'@graphql-tools/utils@10.11.0':
|
|
706
|
+
resolution: {integrity: sha512-iBFR9GXIs0gCD+yc3hoNswViL1O5josI33dUqiNStFI/MHLCEPduasceAcazRH77YONKNiviHBV8f7OgcT4o2Q==}
|
|
707
|
+
engines: {node: '>=16.0.0'}
|
|
708
|
+
peerDependencies:
|
|
709
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
710
|
+
|
|
711
|
+
'@graphql-tools/utils@11.0.0':
|
|
712
|
+
resolution: {integrity: sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==}
|
|
713
|
+
engines: {node: '>=16.0.0'}
|
|
714
|
+
peerDependencies:
|
|
715
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
716
|
+
|
|
717
|
+
'@graphql-tools/wrap@10.1.4':
|
|
718
|
+
resolution: {integrity: sha512-7pyNKqXProRjlSdqOtrbnFRMQAVamCmEREilOXtZujxY6kYit3tvWWSjUrcIOheltTffoRh7EQSjpy2JDCzasg==}
|
|
719
|
+
engines: {node: '>=18.0.0'}
|
|
720
|
+
peerDependencies:
|
|
721
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
722
|
+
|
|
723
|
+
'@graphql-tools/wrap@11.1.7':
|
|
724
|
+
resolution: {integrity: sha512-xdnIF0XArsfNKiUIeNshhFd+1jL6G2r6A/FBRuO58w9LYJj+uCFZUxofnn6kxYqDOn+gnvBmnAklqU92NUGHzA==}
|
|
725
|
+
engines: {node: '>=20.0.0'}
|
|
726
|
+
peerDependencies:
|
|
727
|
+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
728
|
+
|
|
401
729
|
'@graphql-typed-document-node/core@3.2.0':
|
|
402
730
|
resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==}
|
|
403
731
|
peerDependencies:
|
|
@@ -412,6 +740,15 @@ packages:
|
|
|
412
740
|
resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==}
|
|
413
741
|
engines: {node: '>=18'}
|
|
414
742
|
|
|
743
|
+
'@inquirer/checkbox@4.3.2':
|
|
744
|
+
resolution: {integrity: sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==}
|
|
745
|
+
engines: {node: '>=18'}
|
|
746
|
+
peerDependencies:
|
|
747
|
+
'@types/node': '>=18'
|
|
748
|
+
peerDependenciesMeta:
|
|
749
|
+
'@types/node':
|
|
750
|
+
optional: true
|
|
751
|
+
|
|
415
752
|
'@inquirer/confirm@5.1.21':
|
|
416
753
|
resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==}
|
|
417
754
|
engines: {node: '>=18'}
|
|
@@ -430,10 +767,100 @@ packages:
|
|
|
430
767
|
'@types/node':
|
|
431
768
|
optional: true
|
|
432
769
|
|
|
770
|
+
'@inquirer/editor@4.2.23':
|
|
771
|
+
resolution: {integrity: sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==}
|
|
772
|
+
engines: {node: '>=18'}
|
|
773
|
+
peerDependencies:
|
|
774
|
+
'@types/node': '>=18'
|
|
775
|
+
peerDependenciesMeta:
|
|
776
|
+
'@types/node':
|
|
777
|
+
optional: true
|
|
778
|
+
|
|
779
|
+
'@inquirer/expand@4.0.23':
|
|
780
|
+
resolution: {integrity: sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==}
|
|
781
|
+
engines: {node: '>=18'}
|
|
782
|
+
peerDependencies:
|
|
783
|
+
'@types/node': '>=18'
|
|
784
|
+
peerDependenciesMeta:
|
|
785
|
+
'@types/node':
|
|
786
|
+
optional: true
|
|
787
|
+
|
|
788
|
+
'@inquirer/external-editor@1.0.3':
|
|
789
|
+
resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==}
|
|
790
|
+
engines: {node: '>=18'}
|
|
791
|
+
peerDependencies:
|
|
792
|
+
'@types/node': '>=18'
|
|
793
|
+
peerDependenciesMeta:
|
|
794
|
+
'@types/node':
|
|
795
|
+
optional: true
|
|
796
|
+
|
|
433
797
|
'@inquirer/figures@1.0.15':
|
|
434
798
|
resolution: {integrity: sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==}
|
|
435
799
|
engines: {node: '>=18'}
|
|
436
800
|
|
|
801
|
+
'@inquirer/input@4.3.1':
|
|
802
|
+
resolution: {integrity: sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==}
|
|
803
|
+
engines: {node: '>=18'}
|
|
804
|
+
peerDependencies:
|
|
805
|
+
'@types/node': '>=18'
|
|
806
|
+
peerDependenciesMeta:
|
|
807
|
+
'@types/node':
|
|
808
|
+
optional: true
|
|
809
|
+
|
|
810
|
+
'@inquirer/number@3.0.23':
|
|
811
|
+
resolution: {integrity: sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==}
|
|
812
|
+
engines: {node: '>=18'}
|
|
813
|
+
peerDependencies:
|
|
814
|
+
'@types/node': '>=18'
|
|
815
|
+
peerDependenciesMeta:
|
|
816
|
+
'@types/node':
|
|
817
|
+
optional: true
|
|
818
|
+
|
|
819
|
+
'@inquirer/password@4.0.23':
|
|
820
|
+
resolution: {integrity: sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==}
|
|
821
|
+
engines: {node: '>=18'}
|
|
822
|
+
peerDependencies:
|
|
823
|
+
'@types/node': '>=18'
|
|
824
|
+
peerDependenciesMeta:
|
|
825
|
+
'@types/node':
|
|
826
|
+
optional: true
|
|
827
|
+
|
|
828
|
+
'@inquirer/prompts@7.10.1':
|
|
829
|
+
resolution: {integrity: sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==}
|
|
830
|
+
engines: {node: '>=18'}
|
|
831
|
+
peerDependencies:
|
|
832
|
+
'@types/node': '>=18'
|
|
833
|
+
peerDependenciesMeta:
|
|
834
|
+
'@types/node':
|
|
835
|
+
optional: true
|
|
836
|
+
|
|
837
|
+
'@inquirer/rawlist@4.1.11':
|
|
838
|
+
resolution: {integrity: sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==}
|
|
839
|
+
engines: {node: '>=18'}
|
|
840
|
+
peerDependencies:
|
|
841
|
+
'@types/node': '>=18'
|
|
842
|
+
peerDependenciesMeta:
|
|
843
|
+
'@types/node':
|
|
844
|
+
optional: true
|
|
845
|
+
|
|
846
|
+
'@inquirer/search@3.2.2':
|
|
847
|
+
resolution: {integrity: sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==}
|
|
848
|
+
engines: {node: '>=18'}
|
|
849
|
+
peerDependencies:
|
|
850
|
+
'@types/node': '>=18'
|
|
851
|
+
peerDependenciesMeta:
|
|
852
|
+
'@types/node':
|
|
853
|
+
optional: true
|
|
854
|
+
|
|
855
|
+
'@inquirer/select@4.4.2':
|
|
856
|
+
resolution: {integrity: sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==}
|
|
857
|
+
engines: {node: '>=18'}
|
|
858
|
+
peerDependencies:
|
|
859
|
+
'@types/node': '>=18'
|
|
860
|
+
peerDependenciesMeta:
|
|
861
|
+
'@types/node':
|
|
862
|
+
optional: true
|
|
863
|
+
|
|
437
864
|
'@inquirer/type@3.0.10':
|
|
438
865
|
resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==}
|
|
439
866
|
engines: {node: '>=18'}
|
|
@@ -482,6 +909,18 @@ packages:
|
|
|
482
909
|
resolution: {integrity: sha512-cXu86tF4VQVfwz8W1SPbhoRyHJkti6mjH/XJIxp40jhO4j2k1m4KYrEykxqWPkFF3vrK4rgQppBh//AwyGSXPA==}
|
|
483
910
|
engines: {node: '>=18'}
|
|
484
911
|
|
|
912
|
+
'@nodelib/fs.scandir@2.1.5':
|
|
913
|
+
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
914
|
+
engines: {node: '>= 8'}
|
|
915
|
+
|
|
916
|
+
'@nodelib/fs.stat@2.0.5':
|
|
917
|
+
resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
|
|
918
|
+
engines: {node: '>= 8'}
|
|
919
|
+
|
|
920
|
+
'@nodelib/fs.walk@1.2.8':
|
|
921
|
+
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
922
|
+
engines: {node: '>= 8'}
|
|
923
|
+
|
|
485
924
|
'@open-draft/deferred-promise@2.2.0':
|
|
486
925
|
resolution: {integrity: sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==}
|
|
487
926
|
|
|
@@ -491,6 +930,88 @@ packages:
|
|
|
491
930
|
'@open-draft/until@2.1.0':
|
|
492
931
|
resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==}
|
|
493
932
|
|
|
933
|
+
'@parcel/watcher-android-arm64@2.5.6':
|
|
934
|
+
resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
|
|
935
|
+
engines: {node: '>= 10.0.0'}
|
|
936
|
+
cpu: [arm64]
|
|
937
|
+
os: [android]
|
|
938
|
+
|
|
939
|
+
'@parcel/watcher-darwin-arm64@2.5.6':
|
|
940
|
+
resolution: {integrity: sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==}
|
|
941
|
+
engines: {node: '>= 10.0.0'}
|
|
942
|
+
cpu: [arm64]
|
|
943
|
+
os: [darwin]
|
|
944
|
+
|
|
945
|
+
'@parcel/watcher-darwin-x64@2.5.6':
|
|
946
|
+
resolution: {integrity: sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==}
|
|
947
|
+
engines: {node: '>= 10.0.0'}
|
|
948
|
+
cpu: [x64]
|
|
949
|
+
os: [darwin]
|
|
950
|
+
|
|
951
|
+
'@parcel/watcher-freebsd-x64@2.5.6':
|
|
952
|
+
resolution: {integrity: sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==}
|
|
953
|
+
engines: {node: '>= 10.0.0'}
|
|
954
|
+
cpu: [x64]
|
|
955
|
+
os: [freebsd]
|
|
956
|
+
|
|
957
|
+
'@parcel/watcher-linux-arm-glibc@2.5.6':
|
|
958
|
+
resolution: {integrity: sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==}
|
|
959
|
+
engines: {node: '>= 10.0.0'}
|
|
960
|
+
cpu: [arm]
|
|
961
|
+
os: [linux]
|
|
962
|
+
|
|
963
|
+
'@parcel/watcher-linux-arm-musl@2.5.6':
|
|
964
|
+
resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==}
|
|
965
|
+
engines: {node: '>= 10.0.0'}
|
|
966
|
+
cpu: [arm]
|
|
967
|
+
os: [linux]
|
|
968
|
+
|
|
969
|
+
'@parcel/watcher-linux-arm64-glibc@2.5.6':
|
|
970
|
+
resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==}
|
|
971
|
+
engines: {node: '>= 10.0.0'}
|
|
972
|
+
cpu: [arm64]
|
|
973
|
+
os: [linux]
|
|
974
|
+
|
|
975
|
+
'@parcel/watcher-linux-arm64-musl@2.5.6':
|
|
976
|
+
resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==}
|
|
977
|
+
engines: {node: '>= 10.0.0'}
|
|
978
|
+
cpu: [arm64]
|
|
979
|
+
os: [linux]
|
|
980
|
+
|
|
981
|
+
'@parcel/watcher-linux-x64-glibc@2.5.6':
|
|
982
|
+
resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==}
|
|
983
|
+
engines: {node: '>= 10.0.0'}
|
|
984
|
+
cpu: [x64]
|
|
985
|
+
os: [linux]
|
|
986
|
+
|
|
987
|
+
'@parcel/watcher-linux-x64-musl@2.5.6':
|
|
988
|
+
resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==}
|
|
989
|
+
engines: {node: '>= 10.0.0'}
|
|
990
|
+
cpu: [x64]
|
|
991
|
+
os: [linux]
|
|
992
|
+
|
|
993
|
+
'@parcel/watcher-win32-arm64@2.5.6':
|
|
994
|
+
resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==}
|
|
995
|
+
engines: {node: '>= 10.0.0'}
|
|
996
|
+
cpu: [arm64]
|
|
997
|
+
os: [win32]
|
|
998
|
+
|
|
999
|
+
'@parcel/watcher-win32-ia32@2.5.6':
|
|
1000
|
+
resolution: {integrity: sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==}
|
|
1001
|
+
engines: {node: '>= 10.0.0'}
|
|
1002
|
+
cpu: [ia32]
|
|
1003
|
+
os: [win32]
|
|
1004
|
+
|
|
1005
|
+
'@parcel/watcher-win32-x64@2.5.6':
|
|
1006
|
+
resolution: {integrity: sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==}
|
|
1007
|
+
engines: {node: '>= 10.0.0'}
|
|
1008
|
+
cpu: [x64]
|
|
1009
|
+
os: [win32]
|
|
1010
|
+
|
|
1011
|
+
'@parcel/watcher@2.5.6':
|
|
1012
|
+
resolution: {integrity: sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==}
|
|
1013
|
+
engines: {node: '>= 10.0.0'}
|
|
1014
|
+
|
|
494
1015
|
'@radix-ui/number@1.1.1':
|
|
495
1016
|
resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
|
|
496
1017
|
|
|
@@ -1203,6 +1724,9 @@ packages:
|
|
|
1203
1724
|
'@radix-ui/rect@1.1.1':
|
|
1204
1725
|
resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
|
|
1205
1726
|
|
|
1727
|
+
'@repeaterjs/repeater@3.0.6':
|
|
1728
|
+
resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==}
|
|
1729
|
+
|
|
1206
1730
|
'@rolldown/pluginutils@1.0.0-rc.2':
|
|
1207
1731
|
resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==}
|
|
1208
1732
|
|
|
@@ -1605,6 +2129,12 @@ packages:
|
|
|
1605
2129
|
peerDependencies:
|
|
1606
2130
|
'@testing-library/dom': '>=7.21.4'
|
|
1607
2131
|
|
|
2132
|
+
'@theguild/federation-composition@0.21.3':
|
|
2133
|
+
resolution: {integrity: sha512-+LlHTa4UbRpZBog3ggAxjYIFvdfH3UMvvBUptur19TMWkqU4+n3GmN+mDjejU+dyBXIG27c25RsiQP1HyvM99g==}
|
|
2134
|
+
engines: {node: '>=18'}
|
|
2135
|
+
peerDependencies:
|
|
2136
|
+
graphql: ^16.0.0
|
|
2137
|
+
|
|
1608
2138
|
'@tmcp/adapter-valibot@0.1.5':
|
|
1609
2139
|
resolution: {integrity: sha512-9P2wrVYPngemNK0UvPb/opC722/jfd09QxXmme1TRp/wPsl98vpSk/MXt24BCMqBRv4Dvs0xxJH4KHDcjXW52Q==}
|
|
1610
2140
|
peerDependencies:
|
|
@@ -1682,6 +2212,9 @@ packages:
|
|
|
1682
2212
|
'@types/mdx@2.0.13':
|
|
1683
2213
|
resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==}
|
|
1684
2214
|
|
|
2215
|
+
'@types/node@25.2.3':
|
|
2216
|
+
resolution: {integrity: sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==}
|
|
2217
|
+
|
|
1685
2218
|
'@types/react-dom@19.2.3':
|
|
1686
2219
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
1687
2220
|
peerDependencies:
|
|
@@ -1696,6 +2229,9 @@ packages:
|
|
|
1696
2229
|
'@types/statuses@2.0.6':
|
|
1697
2230
|
resolution: {integrity: sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA==}
|
|
1698
2231
|
|
|
2232
|
+
'@types/ws@8.18.1':
|
|
2233
|
+
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
2234
|
+
|
|
1699
2235
|
'@valibot/to-json-schema@1.5.0':
|
|
1700
2236
|
resolution: {integrity: sha512-GE7DmSr1C2UCWPiV0upRH6mv0cCPsqYGs819fb6srCS1tWhyXrkGGe+zxUiwzn/L1BOfADH4sNjY/YHCuP8phQ==}
|
|
1701
2237
|
peerDependencies:
|
|
@@ -1725,15 +2261,39 @@ packages:
|
|
|
1725
2261
|
peerDependencies:
|
|
1726
2262
|
storybook: ^10.0.0
|
|
1727
2263
|
|
|
2264
|
+
'@whatwg-node/disposablestack@0.0.6':
|
|
2265
|
+
resolution: {integrity: sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==}
|
|
2266
|
+
engines: {node: '>=18.0.0'}
|
|
2267
|
+
|
|
2268
|
+
'@whatwg-node/fetch@0.10.13':
|
|
2269
|
+
resolution: {integrity: sha512-b4PhJ+zYj4357zwk4TTuF2nEe0vVtOrwdsrNo5hL+u1ojXNhh1FgJ6pg1jzDlwlT4oBdzfSwaBwMCtFCsIWg8Q==}
|
|
2270
|
+
engines: {node: '>=18.0.0'}
|
|
2271
|
+
|
|
2272
|
+
'@whatwg-node/node-fetch@0.8.5':
|
|
2273
|
+
resolution: {integrity: sha512-4xzCl/zphPqlp9tASLVeUhB5+WJHbuWGYpfoC2q1qh5dw0AqZBW7L27V5roxYWijPxj4sspRAAoOH3d2ztaHUQ==}
|
|
2274
|
+
engines: {node: '>=18.0.0'}
|
|
2275
|
+
|
|
2276
|
+
'@whatwg-node/promise-helpers@1.3.2':
|
|
2277
|
+
resolution: {integrity: sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==}
|
|
2278
|
+
engines: {node: '>=16.0.0'}
|
|
2279
|
+
|
|
1728
2280
|
acorn@8.15.0:
|
|
1729
2281
|
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
|
|
1730
2282
|
engines: {node: '>=0.4.0'}
|
|
1731
2283
|
hasBin: true
|
|
1732
2284
|
|
|
2285
|
+
ansi-escapes@7.3.0:
|
|
2286
|
+
resolution: {integrity: sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==}
|
|
2287
|
+
engines: {node: '>=18'}
|
|
2288
|
+
|
|
1733
2289
|
ansi-regex@5.0.1:
|
|
1734
2290
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
1735
2291
|
engines: {node: '>=8'}
|
|
1736
2292
|
|
|
2293
|
+
ansi-regex@6.2.2:
|
|
2294
|
+
resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
|
|
2295
|
+
engines: {node: '>=12'}
|
|
2296
|
+
|
|
1737
2297
|
ansi-styles@4.3.0:
|
|
1738
2298
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
1739
2299
|
engines: {node: '>=8'}
|
|
@@ -1742,6 +2302,13 @@ packages:
|
|
|
1742
2302
|
resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
|
|
1743
2303
|
engines: {node: '>=10'}
|
|
1744
2304
|
|
|
2305
|
+
ansi-styles@6.2.3:
|
|
2306
|
+
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
|
|
2307
|
+
engines: {node: '>=12'}
|
|
2308
|
+
|
|
2309
|
+
argparse@2.0.1:
|
|
2310
|
+
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
2311
|
+
|
|
1745
2312
|
aria-hidden@1.2.6:
|
|
1746
2313
|
resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
|
|
1747
2314
|
engines: {node: '>=10'}
|
|
@@ -1753,6 +2320,13 @@ packages:
|
|
|
1753
2320
|
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
|
|
1754
2321
|
engines: {node: '>= 0.4'}
|
|
1755
2322
|
|
|
2323
|
+
array-union@2.1.0:
|
|
2324
|
+
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
|
|
2325
|
+
engines: {node: '>=8'}
|
|
2326
|
+
|
|
2327
|
+
asap@2.0.6:
|
|
2328
|
+
resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==}
|
|
2329
|
+
|
|
1756
2330
|
assertion-error@2.0.1:
|
|
1757
2331
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
1758
2332
|
engines: {node: '>=12'}
|
|
@@ -1761,6 +2335,13 @@ packages:
|
|
|
1761
2335
|
resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==}
|
|
1762
2336
|
engines: {node: '>=4'}
|
|
1763
2337
|
|
|
2338
|
+
auto-bind@4.0.0:
|
|
2339
|
+
resolution: {integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==}
|
|
2340
|
+
engines: {node: '>=8'}
|
|
2341
|
+
|
|
2342
|
+
balanced-match@1.0.2:
|
|
2343
|
+
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
2344
|
+
|
|
1764
2345
|
balanced-match@4.0.2:
|
|
1765
2346
|
resolution: {integrity: sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==}
|
|
1766
2347
|
engines: {node: 20 || >=22}
|
|
@@ -1769,26 +2350,59 @@ packages:
|
|
|
1769
2350
|
resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==}
|
|
1770
2351
|
hasBin: true
|
|
1771
2352
|
|
|
2353
|
+
brace-expansion@2.0.2:
|
|
2354
|
+
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
2355
|
+
|
|
1772
2356
|
brace-expansion@5.0.2:
|
|
1773
2357
|
resolution: {integrity: sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==}
|
|
1774
2358
|
engines: {node: 20 || >=22}
|
|
1775
2359
|
|
|
2360
|
+
braces@3.0.3:
|
|
2361
|
+
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
2362
|
+
engines: {node: '>=8'}
|
|
2363
|
+
|
|
1776
2364
|
browserslist@4.28.1:
|
|
1777
2365
|
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
|
|
1778
2366
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
1779
2367
|
hasBin: true
|
|
1780
2368
|
|
|
2369
|
+
bser@2.1.1:
|
|
2370
|
+
resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==}
|
|
2371
|
+
|
|
1781
2372
|
bundle-name@4.1.0:
|
|
1782
2373
|
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
|
|
1783
2374
|
engines: {node: '>=18'}
|
|
1784
2375
|
|
|
2376
|
+
callsites@3.1.0:
|
|
2377
|
+
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
2378
|
+
engines: {node: '>=6'}
|
|
2379
|
+
|
|
2380
|
+
camel-case@4.1.2:
|
|
2381
|
+
resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==}
|
|
2382
|
+
|
|
1785
2383
|
caniuse-lite@1.0.30001769:
|
|
1786
2384
|
resolution: {integrity: sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==}
|
|
1787
2385
|
|
|
2386
|
+
capital-case@1.0.4:
|
|
2387
|
+
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
|
|
2388
|
+
|
|
1788
2389
|
chai@5.3.3:
|
|
1789
2390
|
resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
|
|
1790
2391
|
engines: {node: '>=18'}
|
|
1791
2392
|
|
|
2393
|
+
chalk@4.1.2:
|
|
2394
|
+
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
2395
|
+
engines: {node: '>=10'}
|
|
2396
|
+
|
|
2397
|
+
change-case-all@1.0.15:
|
|
2398
|
+
resolution: {integrity: sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==}
|
|
2399
|
+
|
|
2400
|
+
change-case@4.1.2:
|
|
2401
|
+
resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==}
|
|
2402
|
+
|
|
2403
|
+
chardet@2.1.1:
|
|
2404
|
+
resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==}
|
|
2405
|
+
|
|
1792
2406
|
check-error@2.1.3:
|
|
1793
2407
|
resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==}
|
|
1794
2408
|
engines: {node: '>= 16'}
|
|
@@ -1796,6 +2410,14 @@ packages:
|
|
|
1796
2410
|
class-variance-authority@0.7.1:
|
|
1797
2411
|
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
|
1798
2412
|
|
|
2413
|
+
cli-cursor@5.0.0:
|
|
2414
|
+
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
|
2415
|
+
engines: {node: '>=18'}
|
|
2416
|
+
|
|
2417
|
+
cli-truncate@5.1.1:
|
|
2418
|
+
resolution: {integrity: sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==}
|
|
2419
|
+
engines: {node: '>=20'}
|
|
2420
|
+
|
|
1799
2421
|
cli-width@4.1.0:
|
|
1800
2422
|
resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
|
|
1801
2423
|
engines: {node: '>= 12'}
|
|
@@ -1821,6 +2443,16 @@ packages:
|
|
|
1821
2443
|
color-name@1.1.4:
|
|
1822
2444
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
1823
2445
|
|
|
2446
|
+
colorette@2.0.20:
|
|
2447
|
+
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
|
|
2448
|
+
|
|
2449
|
+
common-tags@1.8.2:
|
|
2450
|
+
resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==}
|
|
2451
|
+
engines: {node: '>=4.0.0'}
|
|
2452
|
+
|
|
2453
|
+
constant-case@3.0.4:
|
|
2454
|
+
resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==}
|
|
2455
|
+
|
|
1824
2456
|
convert-source-map@2.0.0:
|
|
1825
2457
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
1826
2458
|
|
|
@@ -1828,6 +2460,31 @@ packages:
|
|
|
1828
2460
|
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
|
|
1829
2461
|
engines: {node: '>=18'}
|
|
1830
2462
|
|
|
2463
|
+
cosmiconfig@8.3.6:
|
|
2464
|
+
resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
|
|
2465
|
+
engines: {node: '>=14'}
|
|
2466
|
+
peerDependencies:
|
|
2467
|
+
typescript: '>=4.9.5'
|
|
2468
|
+
peerDependenciesMeta:
|
|
2469
|
+
typescript:
|
|
2470
|
+
optional: true
|
|
2471
|
+
|
|
2472
|
+
cosmiconfig@9.0.0:
|
|
2473
|
+
resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==}
|
|
2474
|
+
engines: {node: '>=14'}
|
|
2475
|
+
peerDependencies:
|
|
2476
|
+
typescript: '>=4.9.5'
|
|
2477
|
+
peerDependenciesMeta:
|
|
2478
|
+
typescript:
|
|
2479
|
+
optional: true
|
|
2480
|
+
|
|
2481
|
+
cross-fetch@3.2.0:
|
|
2482
|
+
resolution: {integrity: sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==}
|
|
2483
|
+
|
|
2484
|
+
cross-inspect@1.0.1:
|
|
2485
|
+
resolution: {integrity: sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==}
|
|
2486
|
+
engines: {node: '>=16.0.0'}
|
|
2487
|
+
|
|
1831
2488
|
css.escape@1.5.1:
|
|
1832
2489
|
resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==}
|
|
1833
2490
|
|
|
@@ -1878,12 +2535,23 @@ packages:
|
|
|
1878
2535
|
resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
|
|
1879
2536
|
engines: {node: '>=12'}
|
|
1880
2537
|
|
|
2538
|
+
data-uri-to-buffer@4.0.1:
|
|
2539
|
+
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
|
|
2540
|
+
engines: {node: '>= 12'}
|
|
2541
|
+
|
|
2542
|
+
dataloader@2.2.3:
|
|
2543
|
+
resolution: {integrity: sha512-y2krtASINtPFS1rSDjacrFgn1dcUuoREVabwlOGOe4SdxenREqwjwjElAdwvbGM7kgZz9a3KVicWR7vcz8rnzA==}
|
|
2544
|
+
|
|
1881
2545
|
date-fns-jalali@4.1.0-0:
|
|
1882
2546
|
resolution: {integrity: sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==}
|
|
1883
2547
|
|
|
1884
2548
|
date-fns@4.1.0:
|
|
1885
2549
|
resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
|
|
1886
2550
|
|
|
2551
|
+
debounce@2.2.0:
|
|
2552
|
+
resolution: {integrity: sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==}
|
|
2553
|
+
engines: {node: '>=18'}
|
|
2554
|
+
|
|
1887
2555
|
debug@4.4.3:
|
|
1888
2556
|
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
1889
2557
|
engines: {node: '>=6.0'}
|
|
@@ -1912,10 +2580,18 @@ packages:
|
|
|
1912
2580
|
resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
|
|
1913
2581
|
engines: {node: '>=12'}
|
|
1914
2582
|
|
|
2583
|
+
dependency-graph@1.0.0:
|
|
2584
|
+
resolution: {integrity: sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==}
|
|
2585
|
+
engines: {node: '>=4'}
|
|
2586
|
+
|
|
1915
2587
|
dequal@2.0.3:
|
|
1916
2588
|
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
|
1917
2589
|
engines: {node: '>=6'}
|
|
1918
2590
|
|
|
2591
|
+
detect-indent@6.1.0:
|
|
2592
|
+
resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==}
|
|
2593
|
+
engines: {node: '>=8'}
|
|
2594
|
+
|
|
1919
2595
|
detect-libc@2.1.2:
|
|
1920
2596
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
1921
2597
|
engines: {node: '>=8'}
|
|
@@ -1923,6 +2599,10 @@ packages:
|
|
|
1923
2599
|
detect-node-es@1.1.0:
|
|
1924
2600
|
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
|
1925
2601
|
|
|
2602
|
+
dir-glob@3.0.1:
|
|
2603
|
+
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
|
2604
|
+
engines: {node: '>=8'}
|
|
2605
|
+
|
|
1926
2606
|
doctrine@3.0.0:
|
|
1927
2607
|
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
|
|
1928
2608
|
engines: {node: '>=6.0.0'}
|
|
@@ -1936,6 +2616,13 @@ packages:
|
|
|
1936
2616
|
dom-helpers@5.2.1:
|
|
1937
2617
|
resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
|
|
1938
2618
|
|
|
2619
|
+
dot-case@3.0.4:
|
|
2620
|
+
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
|
|
2621
|
+
|
|
2622
|
+
dset@3.1.4:
|
|
2623
|
+
resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==}
|
|
2624
|
+
engines: {node: '>=4'}
|
|
2625
|
+
|
|
1939
2626
|
electron-to-chromium@1.5.286:
|
|
1940
2627
|
resolution: {integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==}
|
|
1941
2628
|
|
|
@@ -1952,6 +2639,9 @@ packages:
|
|
|
1952
2639
|
embla-carousel@8.6.0:
|
|
1953
2640
|
resolution: {integrity: sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==}
|
|
1954
2641
|
|
|
2642
|
+
emoji-regex@10.6.0:
|
|
2643
|
+
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
|
|
2644
|
+
|
|
1955
2645
|
emoji-regex@8.0.0:
|
|
1956
2646
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
1957
2647
|
|
|
@@ -1963,6 +2653,17 @@ packages:
|
|
|
1963
2653
|
resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==}
|
|
1964
2654
|
engines: {node: '>=10.13.0'}
|
|
1965
2655
|
|
|
2656
|
+
env-paths@2.2.1:
|
|
2657
|
+
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
|
|
2658
|
+
engines: {node: '>=6'}
|
|
2659
|
+
|
|
2660
|
+
environment@1.1.0:
|
|
2661
|
+
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
|
|
2662
|
+
engines: {node: '>=18'}
|
|
2663
|
+
|
|
2664
|
+
error-ex@1.3.4:
|
|
2665
|
+
resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==}
|
|
2666
|
+
|
|
1966
2667
|
esbuild@0.27.3:
|
|
1967
2668
|
resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
|
|
1968
2669
|
engines: {node: '>=18'}
|
|
@@ -1990,10 +2691,29 @@ packages:
|
|
|
1990
2691
|
eventemitter3@4.0.7:
|
|
1991
2692
|
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
|
1992
2693
|
|
|
2694
|
+
eventemitter3@5.0.4:
|
|
2695
|
+
resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
|
|
2696
|
+
|
|
1993
2697
|
fast-equals@5.4.0:
|
|
1994
2698
|
resolution: {integrity: sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==}
|
|
1995
2699
|
engines: {node: '>=6.0.0'}
|
|
1996
2700
|
|
|
2701
|
+
fast-glob@3.3.3:
|
|
2702
|
+
resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
|
|
2703
|
+
engines: {node: '>=8.6.0'}
|
|
2704
|
+
|
|
2705
|
+
fastq@1.20.1:
|
|
2706
|
+
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
|
|
2707
|
+
|
|
2708
|
+
fb-watchman@2.0.2:
|
|
2709
|
+
resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==}
|
|
2710
|
+
|
|
2711
|
+
fbjs-css-vars@1.0.2:
|
|
2712
|
+
resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==}
|
|
2713
|
+
|
|
2714
|
+
fbjs@3.0.5:
|
|
2715
|
+
resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==}
|
|
2716
|
+
|
|
1997
2717
|
fdir@6.5.0:
|
|
1998
2718
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
1999
2719
|
engines: {node: '>=12.0.0'}
|
|
@@ -2003,6 +2723,18 @@ packages:
|
|
|
2003
2723
|
picomatch:
|
|
2004
2724
|
optional: true
|
|
2005
2725
|
|
|
2726
|
+
fetch-blob@3.2.0:
|
|
2727
|
+
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
|
|
2728
|
+
engines: {node: ^12.20 || >= 14.13}
|
|
2729
|
+
|
|
2730
|
+
fill-range@7.1.1:
|
|
2731
|
+
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
2732
|
+
engines: {node: '>=8'}
|
|
2733
|
+
|
|
2734
|
+
formdata-polyfill@4.0.10:
|
|
2735
|
+
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
|
|
2736
|
+
engines: {node: '>=12.20.0'}
|
|
2737
|
+
|
|
2006
2738
|
fsevents@2.3.3:
|
|
2007
2739
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
2008
2740
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
@@ -2019,33 +2751,104 @@ packages:
|
|
|
2019
2751
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
2020
2752
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
2021
2753
|
|
|
2754
|
+
get-east-asian-width@1.4.0:
|
|
2755
|
+
resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==}
|
|
2756
|
+
engines: {node: '>=18'}
|
|
2757
|
+
|
|
2022
2758
|
get-nonce@1.0.1:
|
|
2023
2759
|
resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
|
|
2024
2760
|
engines: {node: '>=6'}
|
|
2025
2761
|
|
|
2762
|
+
glob-parent@5.1.2:
|
|
2763
|
+
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
|
2764
|
+
engines: {node: '>= 6'}
|
|
2765
|
+
|
|
2026
2766
|
glob@13.0.3:
|
|
2027
2767
|
resolution: {integrity: sha512-/g3B0mC+4x724v1TgtBlBtt2hPi/EWptsIAmXUx9Z2rvBYleQcsrmaOzd5LyL50jf/Soi83ZDJmw2+XqvH/EeA==}
|
|
2028
2768
|
engines: {node: 20 || >=22}
|
|
2029
2769
|
|
|
2770
|
+
globby@11.1.0:
|
|
2771
|
+
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
|
|
2772
|
+
engines: {node: '>=10'}
|
|
2773
|
+
|
|
2030
2774
|
graceful-fs@4.2.11:
|
|
2031
2775
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
2032
2776
|
|
|
2777
|
+
graphql-config@5.1.5:
|
|
2778
|
+
resolution: {integrity: sha512-mG2LL1HccpU8qg5ajLROgdsBzx/o2M6kgI3uAmoaXiSH9PCUbtIyLomLqUtCFaAeG2YCFsl0M5cfQ9rKmDoMVA==}
|
|
2779
|
+
engines: {node: '>= 16.0.0'}
|
|
2780
|
+
peerDependencies:
|
|
2781
|
+
cosmiconfig-toml-loader: ^1.0.0
|
|
2782
|
+
graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
2783
|
+
peerDependenciesMeta:
|
|
2784
|
+
cosmiconfig-toml-loader:
|
|
2785
|
+
optional: true
|
|
2786
|
+
|
|
2033
2787
|
graphql-request@7.4.0:
|
|
2034
2788
|
resolution: {integrity: sha512-xfr+zFb/QYbs4l4ty0dltqiXIp07U6sl+tOKAb0t50/EnQek6CVVBLjETXi+FghElytvgaAWtIOt3EV7zLzIAQ==}
|
|
2035
2789
|
peerDependencies:
|
|
2036
2790
|
graphql: 14 - 16
|
|
2037
2791
|
|
|
2792
|
+
graphql-tag@2.12.6:
|
|
2793
|
+
resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==}
|
|
2794
|
+
engines: {node: '>=10'}
|
|
2795
|
+
peerDependencies:
|
|
2796
|
+
graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
2797
|
+
|
|
2798
|
+
graphql-ws@6.0.7:
|
|
2799
|
+
resolution: {integrity: sha512-yoLRW+KRlDmnnROdAu7sX77VNLC0bsFoZyGQJLy1cF+X/SkLg/fWkRGrEEYQK8o2cafJ2wmEaMqMEZB3U3DYDg==}
|
|
2800
|
+
engines: {node: '>=20'}
|
|
2801
|
+
peerDependencies:
|
|
2802
|
+
'@fastify/websocket': ^10 || ^11
|
|
2803
|
+
crossws: ~0.3
|
|
2804
|
+
graphql: ^15.10.1 || ^16
|
|
2805
|
+
ws: ^8
|
|
2806
|
+
peerDependenciesMeta:
|
|
2807
|
+
'@fastify/websocket':
|
|
2808
|
+
optional: true
|
|
2809
|
+
crossws:
|
|
2810
|
+
optional: true
|
|
2811
|
+
ws:
|
|
2812
|
+
optional: true
|
|
2813
|
+
|
|
2038
2814
|
graphql@16.12.0:
|
|
2039
2815
|
resolution: {integrity: sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==}
|
|
2040
2816
|
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
|
2041
2817
|
|
|
2818
|
+
has-flag@4.0.0:
|
|
2819
|
+
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
2820
|
+
engines: {node: '>=8'}
|
|
2821
|
+
|
|
2042
2822
|
hasown@2.0.2:
|
|
2043
2823
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
2044
2824
|
engines: {node: '>= 0.4'}
|
|
2045
2825
|
|
|
2826
|
+
header-case@2.0.4:
|
|
2827
|
+
resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==}
|
|
2828
|
+
|
|
2046
2829
|
headers-polyfill@4.0.3:
|
|
2047
2830
|
resolution: {integrity: sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==}
|
|
2048
2831
|
|
|
2832
|
+
iconv-lite@0.7.2:
|
|
2833
|
+
resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
|
|
2834
|
+
engines: {node: '>=0.10.0'}
|
|
2835
|
+
|
|
2836
|
+
ignore@5.3.2:
|
|
2837
|
+
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
2838
|
+
engines: {node: '>= 4'}
|
|
2839
|
+
|
|
2840
|
+
immutable@3.7.6:
|
|
2841
|
+
resolution: {integrity: sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==}
|
|
2842
|
+
engines: {node: '>=0.8.0'}
|
|
2843
|
+
|
|
2844
|
+
import-fresh@3.3.1:
|
|
2845
|
+
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
2846
|
+
engines: {node: '>=6'}
|
|
2847
|
+
|
|
2848
|
+
import-from@4.0.0:
|
|
2849
|
+
resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==}
|
|
2850
|
+
engines: {node: '>=12.2'}
|
|
2851
|
+
|
|
2049
2852
|
indent-string@4.0.0:
|
|
2050
2853
|
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
|
|
2051
2854
|
engines: {node: '>=8'}
|
|
@@ -2060,6 +2863,16 @@ packages:
|
|
|
2060
2863
|
resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
|
|
2061
2864
|
engines: {node: '>=12'}
|
|
2062
2865
|
|
|
2866
|
+
invariant@2.2.4:
|
|
2867
|
+
resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==}
|
|
2868
|
+
|
|
2869
|
+
is-absolute@1.0.0:
|
|
2870
|
+
resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==}
|
|
2871
|
+
engines: {node: '>=0.10.0'}
|
|
2872
|
+
|
|
2873
|
+
is-arrayish@0.2.1:
|
|
2874
|
+
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
|
|
2875
|
+
|
|
2063
2876
|
is-core-module@2.16.1:
|
|
2064
2877
|
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
|
2065
2878
|
engines: {node: '>= 0.4'}
|
|
@@ -2069,22 +2882,70 @@ packages:
|
|
|
2069
2882
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
2070
2883
|
hasBin: true
|
|
2071
2884
|
|
|
2885
|
+
is-extglob@2.1.1:
|
|
2886
|
+
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
|
2887
|
+
engines: {node: '>=0.10.0'}
|
|
2888
|
+
|
|
2072
2889
|
is-fullwidth-code-point@3.0.0:
|
|
2073
2890
|
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
2074
2891
|
engines: {node: '>=8'}
|
|
2075
2892
|
|
|
2893
|
+
is-fullwidth-code-point@5.1.0:
|
|
2894
|
+
resolution: {integrity: sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==}
|
|
2895
|
+
engines: {node: '>=18'}
|
|
2896
|
+
|
|
2897
|
+
is-glob@4.0.3:
|
|
2898
|
+
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
2899
|
+
engines: {node: '>=0.10.0'}
|
|
2900
|
+
|
|
2076
2901
|
is-inside-container@1.0.0:
|
|
2077
2902
|
resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
|
|
2078
2903
|
engines: {node: '>=14.16'}
|
|
2079
2904
|
hasBin: true
|
|
2080
2905
|
|
|
2906
|
+
is-lower-case@2.0.2:
|
|
2907
|
+
resolution: {integrity: sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==}
|
|
2908
|
+
|
|
2081
2909
|
is-node-process@1.2.0:
|
|
2082
2910
|
resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==}
|
|
2083
2911
|
|
|
2912
|
+
is-number@7.0.0:
|
|
2913
|
+
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
2914
|
+
engines: {node: '>=0.12.0'}
|
|
2915
|
+
|
|
2916
|
+
is-relative@1.0.0:
|
|
2917
|
+
resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==}
|
|
2918
|
+
engines: {node: '>=0.10.0'}
|
|
2919
|
+
|
|
2920
|
+
is-unc-path@1.0.0:
|
|
2921
|
+
resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==}
|
|
2922
|
+
engines: {node: '>=0.10.0'}
|
|
2923
|
+
|
|
2924
|
+
is-unicode-supported@0.1.0:
|
|
2925
|
+
resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
|
|
2926
|
+
engines: {node: '>=10'}
|
|
2927
|
+
|
|
2928
|
+
is-upper-case@2.0.2:
|
|
2929
|
+
resolution: {integrity: sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==}
|
|
2930
|
+
|
|
2931
|
+
is-windows@1.0.2:
|
|
2932
|
+
resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==}
|
|
2933
|
+
engines: {node: '>=0.10.0'}
|
|
2934
|
+
|
|
2084
2935
|
is-wsl@3.1.0:
|
|
2085
2936
|
resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
|
|
2086
2937
|
engines: {node: '>=16'}
|
|
2087
2938
|
|
|
2939
|
+
isomorphic-ws@5.0.0:
|
|
2940
|
+
resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==}
|
|
2941
|
+
peerDependencies:
|
|
2942
|
+
ws: '*'
|
|
2943
|
+
|
|
2944
|
+
isows@1.0.7:
|
|
2945
|
+
resolution: {integrity: sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==}
|
|
2946
|
+
peerDependencies:
|
|
2947
|
+
ws: '*'
|
|
2948
|
+
|
|
2088
2949
|
jackspeak@4.2.3:
|
|
2089
2950
|
resolution: {integrity: sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==}
|
|
2090
2951
|
engines: {node: 20 || >=22}
|
|
@@ -2096,14 +2957,25 @@ packages:
|
|
|
2096
2957
|
js-tokens@4.0.0:
|
|
2097
2958
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
2098
2959
|
|
|
2960
|
+
js-yaml@4.1.1:
|
|
2961
|
+
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
|
2962
|
+
hasBin: true
|
|
2963
|
+
|
|
2099
2964
|
jsesc@3.1.0:
|
|
2100
2965
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
2101
2966
|
engines: {node: '>=6'}
|
|
2102
2967
|
hasBin: true
|
|
2103
2968
|
|
|
2969
|
+
json-parse-even-better-errors@2.3.1:
|
|
2970
|
+
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
|
2971
|
+
|
|
2104
2972
|
json-rpc-2.0@1.7.1:
|
|
2105
2973
|
resolution: {integrity: sha512-JqZjhjAanbpkXIzFE7u8mE/iFblawwlXtONaCvRqI+pyABVz7B4M1EUNpyVW+dZjqgQ2L5HFmZCmOCgUKm00hg==}
|
|
2106
2974
|
|
|
2975
|
+
json-to-pretty-yaml@1.2.2:
|
|
2976
|
+
resolution: {integrity: sha512-rvm6hunfCcqegwYaG5T4yKJWxc9FXFgBVrcTZ4XfSVRwa5HA/Xs+vB/Eo9treYYHCeNM0nrSUr82V/M31Urc7A==}
|
|
2977
|
+
engines: {node: '>= 0.2.0'}
|
|
2978
|
+
|
|
2107
2979
|
json5@2.2.3:
|
|
2108
2980
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
2109
2981
|
engines: {node: '>=6'}
|
|
@@ -2179,12 +3051,30 @@ packages:
|
|
|
2179
3051
|
resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==}
|
|
2180
3052
|
engines: {node: '>= 12.0.0'}
|
|
2181
3053
|
|
|
3054
|
+
lines-and-columns@1.2.4:
|
|
3055
|
+
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
|
3056
|
+
|
|
3057
|
+
listr2@9.0.5:
|
|
3058
|
+
resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==}
|
|
3059
|
+
engines: {node: '>=20.0.0'}
|
|
3060
|
+
|
|
2182
3061
|
lodash-es@4.17.23:
|
|
2183
3062
|
resolution: {integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==}
|
|
2184
3063
|
|
|
3064
|
+
lodash.sortby@4.7.0:
|
|
3065
|
+
resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==}
|
|
3066
|
+
|
|
2185
3067
|
lodash@4.17.23:
|
|
2186
3068
|
resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==}
|
|
2187
3069
|
|
|
3070
|
+
log-symbols@4.1.0:
|
|
3071
|
+
resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
|
|
3072
|
+
engines: {node: '>=10'}
|
|
3073
|
+
|
|
3074
|
+
log-update@6.1.0:
|
|
3075
|
+
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
|
3076
|
+
engines: {node: '>=18'}
|
|
3077
|
+
|
|
2188
3078
|
loose-envify@1.4.0:
|
|
2189
3079
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
2190
3080
|
hasBin: true
|
|
@@ -2192,6 +3082,12 @@ packages:
|
|
|
2192
3082
|
loupe@3.2.1:
|
|
2193
3083
|
resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
|
|
2194
3084
|
|
|
3085
|
+
lower-case-first@2.0.2:
|
|
3086
|
+
resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==}
|
|
3087
|
+
|
|
3088
|
+
lower-case@2.0.2:
|
|
3089
|
+
resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
|
|
3090
|
+
|
|
2195
3091
|
lru-cache@11.2.6:
|
|
2196
3092
|
resolution: {integrity: sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==}
|
|
2197
3093
|
engines: {node: 20 || >=22}
|
|
@@ -2211,6 +3107,31 @@ packages:
|
|
|
2211
3107
|
magic-string@0.30.21:
|
|
2212
3108
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
2213
3109
|
|
|
3110
|
+
map-cache@0.2.2:
|
|
3111
|
+
resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==}
|
|
3112
|
+
engines: {node: '>=0.10.0'}
|
|
3113
|
+
|
|
3114
|
+
merge2@1.4.1:
|
|
3115
|
+
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
|
3116
|
+
engines: {node: '>= 8'}
|
|
3117
|
+
|
|
3118
|
+
meros@1.3.2:
|
|
3119
|
+
resolution: {integrity: sha512-Q3mobPbvEx7XbwhnC1J1r60+5H6EZyNccdzSz0eGexJRwouUtTZxPVRGdqKtxlpD84ScK4+tIGldkqDtCKdI0A==}
|
|
3120
|
+
engines: {node: '>=13'}
|
|
3121
|
+
peerDependencies:
|
|
3122
|
+
'@types/node': '>=13'
|
|
3123
|
+
peerDependenciesMeta:
|
|
3124
|
+
'@types/node':
|
|
3125
|
+
optional: true
|
|
3126
|
+
|
|
3127
|
+
micromatch@4.0.8:
|
|
3128
|
+
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
|
3129
|
+
engines: {node: '>=8.6'}
|
|
3130
|
+
|
|
3131
|
+
mimic-function@5.0.1:
|
|
3132
|
+
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
|
3133
|
+
engines: {node: '>=18'}
|
|
3134
|
+
|
|
2214
3135
|
min-indent@1.0.1:
|
|
2215
3136
|
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
|
|
2216
3137
|
engines: {node: '>=4'}
|
|
@@ -2219,6 +3140,10 @@ packages:
|
|
|
2219
3140
|
resolution: {integrity: sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==}
|
|
2220
3141
|
engines: {node: 20 || >=22}
|
|
2221
3142
|
|
|
3143
|
+
minimatch@9.0.5:
|
|
3144
|
+
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
|
|
3145
|
+
engines: {node: '>=16 || 14 >=14.17'}
|
|
3146
|
+
|
|
2222
3147
|
minimist@1.2.8:
|
|
2223
3148
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
2224
3149
|
|
|
@@ -2259,13 +3184,51 @@ packages:
|
|
|
2259
3184
|
react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
|
|
2260
3185
|
react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
|
|
2261
3186
|
|
|
3187
|
+
no-case@3.0.4:
|
|
3188
|
+
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
|
|
3189
|
+
|
|
3190
|
+
node-addon-api@7.1.1:
|
|
3191
|
+
resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
|
|
3192
|
+
|
|
3193
|
+
node-domexception@1.0.0:
|
|
3194
|
+
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
|
|
3195
|
+
engines: {node: '>=10.5.0'}
|
|
3196
|
+
deprecated: Use your platform's native DOMException instead
|
|
3197
|
+
|
|
3198
|
+
node-fetch@2.7.0:
|
|
3199
|
+
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
|
|
3200
|
+
engines: {node: 4.x || >=6.0.0}
|
|
3201
|
+
peerDependencies:
|
|
3202
|
+
encoding: ^0.1.0
|
|
3203
|
+
peerDependenciesMeta:
|
|
3204
|
+
encoding:
|
|
3205
|
+
optional: true
|
|
3206
|
+
|
|
3207
|
+
node-fetch@3.3.2:
|
|
3208
|
+
resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
|
|
3209
|
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
3210
|
+
|
|
3211
|
+
node-int64@0.4.0:
|
|
3212
|
+
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
|
|
3213
|
+
|
|
2262
3214
|
node-releases@2.0.27:
|
|
2263
3215
|
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
|
2264
3216
|
|
|
3217
|
+
normalize-path@2.1.1:
|
|
3218
|
+
resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==}
|
|
3219
|
+
engines: {node: '>=0.10.0'}
|
|
3220
|
+
|
|
3221
|
+
nullthrows@1.1.1:
|
|
3222
|
+
resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==}
|
|
3223
|
+
|
|
2265
3224
|
object-assign@4.1.1:
|
|
2266
3225
|
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
2267
3226
|
engines: {node: '>=0.10.0'}
|
|
2268
3227
|
|
|
3228
|
+
onetime@7.0.0:
|
|
3229
|
+
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
|
3230
|
+
engines: {node: '>=18'}
|
|
3231
|
+
|
|
2269
3232
|
open@10.2.0:
|
|
2270
3233
|
resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
|
|
2271
3234
|
engines: {node: '>=18'}
|
|
@@ -2273,9 +3236,42 @@ packages:
|
|
|
2273
3236
|
outvariant@1.4.3:
|
|
2274
3237
|
resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==}
|
|
2275
3238
|
|
|
3239
|
+
p-limit@3.1.0:
|
|
3240
|
+
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
3241
|
+
engines: {node: '>=10'}
|
|
3242
|
+
|
|
3243
|
+
param-case@3.0.4:
|
|
3244
|
+
resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==}
|
|
3245
|
+
|
|
3246
|
+
parent-module@1.0.1:
|
|
3247
|
+
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
3248
|
+
engines: {node: '>=6'}
|
|
3249
|
+
|
|
3250
|
+
parse-filepath@1.0.2:
|
|
3251
|
+
resolution: {integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==}
|
|
3252
|
+
engines: {node: '>=0.8'}
|
|
3253
|
+
|
|
3254
|
+
parse-json@5.2.0:
|
|
3255
|
+
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
|
|
3256
|
+
engines: {node: '>=8'}
|
|
3257
|
+
|
|
3258
|
+
pascal-case@3.1.2:
|
|
3259
|
+
resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==}
|
|
3260
|
+
|
|
3261
|
+
path-case@3.0.4:
|
|
3262
|
+
resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==}
|
|
3263
|
+
|
|
2276
3264
|
path-parse@1.0.7:
|
|
2277
3265
|
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
2278
3266
|
|
|
3267
|
+
path-root-regex@0.1.2:
|
|
3268
|
+
resolution: {integrity: sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==}
|
|
3269
|
+
engines: {node: '>=0.10.0'}
|
|
3270
|
+
|
|
3271
|
+
path-root@0.1.1:
|
|
3272
|
+
resolution: {integrity: sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==}
|
|
3273
|
+
engines: {node: '>=0.10.0'}
|
|
3274
|
+
|
|
2279
3275
|
path-scurry@2.0.1:
|
|
2280
3276
|
resolution: {integrity: sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==}
|
|
2281
3277
|
engines: {node: 20 || >=22}
|
|
@@ -2283,6 +3279,10 @@ packages:
|
|
|
2283
3279
|
path-to-regexp@6.3.0:
|
|
2284
3280
|
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
|
|
2285
3281
|
|
|
3282
|
+
path-type@4.0.0:
|
|
3283
|
+
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
|
3284
|
+
engines: {node: '>=8'}
|
|
3285
|
+
|
|
2286
3286
|
pathval@2.0.1:
|
|
2287
3287
|
resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
|
|
2288
3288
|
engines: {node: '>= 14.16'}
|
|
@@ -2290,6 +3290,10 @@ packages:
|
|
|
2290
3290
|
picocolors@1.1.1:
|
|
2291
3291
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
2292
3292
|
|
|
3293
|
+
picomatch@2.3.1:
|
|
3294
|
+
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
|
3295
|
+
engines: {node: '>=8.6'}
|
|
3296
|
+
|
|
2293
3297
|
picomatch@4.0.3:
|
|
2294
3298
|
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
2295
3299
|
engines: {node: '>=12'}
|
|
@@ -2305,9 +3309,15 @@ packages:
|
|
|
2305
3309
|
resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
|
|
2306
3310
|
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
|
2307
3311
|
|
|
3312
|
+
promise@7.3.1:
|
|
3313
|
+
resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==}
|
|
3314
|
+
|
|
2308
3315
|
prop-types@15.8.1:
|
|
2309
3316
|
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
|
2310
3317
|
|
|
3318
|
+
queue-microtask@1.2.3:
|
|
3319
|
+
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
3320
|
+
|
|
2311
3321
|
radix-ui@1.4.3:
|
|
2312
3322
|
resolution: {integrity: sha512-aWizCQiyeAenIdUbqEpXgRA1ya65P13NKn/W8rWkcN0OPkRDxdBVLWnIEDsS2RpwCK2nobI7oMUSmexzTDyAmA==}
|
|
2313
3323
|
peerDependencies:
|
|
@@ -2443,6 +3453,18 @@ packages:
|
|
|
2443
3453
|
resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
|
|
2444
3454
|
engines: {node: '>=8'}
|
|
2445
3455
|
|
|
3456
|
+
relay-runtime@12.0.0:
|
|
3457
|
+
resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==}
|
|
3458
|
+
|
|
3459
|
+
remedial@1.0.8:
|
|
3460
|
+
resolution: {integrity: sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==}
|
|
3461
|
+
|
|
3462
|
+
remove-trailing-separator@1.1.0:
|
|
3463
|
+
resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==}
|
|
3464
|
+
|
|
3465
|
+
remove-trailing-spaces@1.0.9:
|
|
3466
|
+
resolution: {integrity: sha512-xzG7w5IRijvIkHIjDk65URsJJ7k4J95wmcArY5PRcmjldIOl7oTvG8+X2Ag690R7SfwiOcHrWZKVc1Pp5WIOzA==}
|
|
3467
|
+
|
|
2446
3468
|
require-directory@2.1.1:
|
|
2447
3469
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
2448
3470
|
engines: {node: '>=0.10.0'}
|
|
@@ -2450,14 +3472,33 @@ packages:
|
|
|
2450
3472
|
reselect@5.1.1:
|
|
2451
3473
|
resolution: {integrity: sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==}
|
|
2452
3474
|
|
|
3475
|
+
resolve-from@4.0.0:
|
|
3476
|
+
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
3477
|
+
engines: {node: '>=4'}
|
|
3478
|
+
|
|
3479
|
+
resolve-from@5.0.0:
|
|
3480
|
+
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
3481
|
+
engines: {node: '>=8'}
|
|
3482
|
+
|
|
2453
3483
|
resolve@1.22.11:
|
|
2454
3484
|
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
|
|
2455
3485
|
engines: {node: '>= 0.4'}
|
|
2456
3486
|
hasBin: true
|
|
2457
3487
|
|
|
3488
|
+
restore-cursor@5.1.0:
|
|
3489
|
+
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
|
3490
|
+
engines: {node: '>=18'}
|
|
3491
|
+
|
|
2458
3492
|
rettime@0.10.1:
|
|
2459
3493
|
resolution: {integrity: sha512-uyDrIlUEH37cinabq0AX4QbgV4HbFZ/gqoiunWQ1UqBtRvTTytwhNYjE++pO/MjPTZL5KQCf2bEoJ/BJNVQ5Kw==}
|
|
2460
3494
|
|
|
3495
|
+
reusify@1.1.0:
|
|
3496
|
+
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
|
|
3497
|
+
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
3498
|
+
|
|
3499
|
+
rfdc@1.4.1:
|
|
3500
|
+
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
|
3501
|
+
|
|
2461
3502
|
rollup@4.57.1:
|
|
2462
3503
|
resolution: {integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==}
|
|
2463
3504
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
@@ -2467,6 +3508,12 @@ packages:
|
|
|
2467
3508
|
resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
|
|
2468
3509
|
engines: {node: '>=18'}
|
|
2469
3510
|
|
|
3511
|
+
run-parallel@1.2.0:
|
|
3512
|
+
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
3513
|
+
|
|
3514
|
+
safer-buffer@2.1.2:
|
|
3515
|
+
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
3516
|
+
|
|
2470
3517
|
scheduler@0.27.0:
|
|
2471
3518
|
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
2472
3519
|
|
|
@@ -2479,13 +3526,37 @@ packages:
|
|
|
2479
3526
|
engines: {node: '>=10'}
|
|
2480
3527
|
hasBin: true
|
|
2481
3528
|
|
|
3529
|
+
sentence-case@3.0.4:
|
|
3530
|
+
resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==}
|
|
3531
|
+
|
|
2482
3532
|
set-cookie-parser@2.7.2:
|
|
2483
3533
|
resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==}
|
|
2484
3534
|
|
|
3535
|
+
setimmediate@1.0.5:
|
|
3536
|
+
resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==}
|
|
3537
|
+
|
|
3538
|
+
shell-quote@1.8.3:
|
|
3539
|
+
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
|
|
3540
|
+
engines: {node: '>= 0.4'}
|
|
3541
|
+
|
|
2485
3542
|
signal-exit@4.1.0:
|
|
2486
3543
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
2487
3544
|
engines: {node: '>=14'}
|
|
2488
3545
|
|
|
3546
|
+
signedsource@1.0.0:
|
|
3547
|
+
resolution: {integrity: sha512-6+eerH9fEnNmi/hyM1DXcRK3pWdoMQtlkQ+ns0ntzunjKqp5i3sKCc80ym8Fib3iaYhdJUOPdhlJWj1tvge2Ww==}
|
|
3548
|
+
|
|
3549
|
+
slash@3.0.0:
|
|
3550
|
+
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
|
3551
|
+
engines: {node: '>=8'}
|
|
3552
|
+
|
|
3553
|
+
slice-ansi@7.1.2:
|
|
3554
|
+
resolution: {integrity: sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==}
|
|
3555
|
+
engines: {node: '>=18'}
|
|
3556
|
+
|
|
3557
|
+
snake-case@3.0.4:
|
|
3558
|
+
resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==}
|
|
3559
|
+
|
|
2489
3560
|
sonner@2.0.7:
|
|
2490
3561
|
resolution: {integrity: sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==}
|
|
2491
3562
|
peerDependencies:
|
|
@@ -2500,6 +3571,9 @@ packages:
|
|
|
2500
3571
|
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
2501
3572
|
engines: {node: '>=0.10.0'}
|
|
2502
3573
|
|
|
3574
|
+
sponge-case@1.0.1:
|
|
3575
|
+
resolution: {integrity: sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==}
|
|
3576
|
+
|
|
2503
3577
|
sqids@0.3.0:
|
|
2504
3578
|
resolution: {integrity: sha512-lOQK1ucVg+W6n3FhRwwSeUijxe93b51Bfz5PMRMihVf1iVkl82ePQG7V5vwrhzB11v0NtsR25PSZRGiSomJaJw==}
|
|
2505
3579
|
|
|
@@ -2519,14 +3593,29 @@ packages:
|
|
|
2519
3593
|
strict-event-emitter@0.5.1:
|
|
2520
3594
|
resolution: {integrity: sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==}
|
|
2521
3595
|
|
|
3596
|
+
string-env-interpolation@1.0.1:
|
|
3597
|
+
resolution: {integrity: sha512-78lwMoCcn0nNu8LszbP1UA7g55OeE4v7rCeWnM5B453rnNr4aq+5it3FEYtZrSEiMvHZOZ9Jlqb0OD0M2VInqg==}
|
|
3598
|
+
|
|
2522
3599
|
string-width@4.2.3:
|
|
2523
3600
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
2524
3601
|
engines: {node: '>=8'}
|
|
2525
3602
|
|
|
3603
|
+
string-width@7.2.0:
|
|
3604
|
+
resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
|
|
3605
|
+
engines: {node: '>=18'}
|
|
3606
|
+
|
|
3607
|
+
string-width@8.1.1:
|
|
3608
|
+
resolution: {integrity: sha512-KpqHIdDL9KwYk22wEOg/VIqYbrnLeSApsKT/bSj6Ez7pn3CftUiLAv2Lccpq1ALcpLV9UX1Ppn92npZWu2w/aw==}
|
|
3609
|
+
engines: {node: '>=20'}
|
|
3610
|
+
|
|
2526
3611
|
strip-ansi@6.0.1:
|
|
2527
3612
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
2528
3613
|
engines: {node: '>=8'}
|
|
2529
3614
|
|
|
3615
|
+
strip-ansi@7.1.2:
|
|
3616
|
+
resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==}
|
|
3617
|
+
engines: {node: '>=12'}
|
|
3618
|
+
|
|
2530
3619
|
strip-bom@3.0.0:
|
|
2531
3620
|
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
|
|
2532
3621
|
engines: {node: '>=4'}
|
|
@@ -2539,10 +3628,25 @@ packages:
|
|
|
2539
3628
|
resolution: {integrity: sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==}
|
|
2540
3629
|
engines: {node: '>=12'}
|
|
2541
3630
|
|
|
3631
|
+
supports-color@7.2.0:
|
|
3632
|
+
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
3633
|
+
engines: {node: '>=8'}
|
|
3634
|
+
|
|
2542
3635
|
supports-preserve-symlinks-flag@1.0.0:
|
|
2543
3636
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
2544
3637
|
engines: {node: '>= 0.4'}
|
|
2545
3638
|
|
|
3639
|
+
swap-case@2.0.2:
|
|
3640
|
+
resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==}
|
|
3641
|
+
|
|
3642
|
+
sync-fetch@0.6.0:
|
|
3643
|
+
resolution: {integrity: sha512-IELLEvzHuCfc1uTsshPK58ViSdNqXxlml1U+fmwJIKLYKOr/rAtBrorE2RYm5IHaMpDNlmC0fr1LAvdXvyheEQ==}
|
|
3644
|
+
engines: {node: '>=18'}
|
|
3645
|
+
|
|
3646
|
+
sync-fetch@0.6.0-2:
|
|
3647
|
+
resolution: {integrity: sha512-c7AfkZ9udatCuAy9RSfiGPpeOKKUAUK5e1cXadLOGUjasdxqYqAK0jTNkM/FSEyJ3a5Ra27j/tw/PS0qLmaF/A==}
|
|
3648
|
+
engines: {node: '>=18'}
|
|
3649
|
+
|
|
2546
3650
|
tabbable@6.4.0:
|
|
2547
3651
|
resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
|
|
2548
3652
|
|
|
@@ -2560,6 +3664,10 @@ packages:
|
|
|
2560
3664
|
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
|
|
2561
3665
|
engines: {node: '>=6'}
|
|
2562
3666
|
|
|
3667
|
+
timeout-signal@2.0.0:
|
|
3668
|
+
resolution: {integrity: sha512-YBGpG4bWsHoPvofT6y/5iqulfXIiIErl5B0LdtHT1mGXDFTAhhRrbUpTvBgYbovr+3cKblya2WAOcpoy90XguA==}
|
|
3669
|
+
engines: {node: '>=16'}
|
|
3670
|
+
|
|
2563
3671
|
tiny-invariant@1.3.3:
|
|
2564
3672
|
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
|
|
2565
3673
|
|
|
@@ -2575,6 +3683,9 @@ packages:
|
|
|
2575
3683
|
resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==}
|
|
2576
3684
|
engines: {node: '>=14.0.0'}
|
|
2577
3685
|
|
|
3686
|
+
title-case@3.0.3:
|
|
3687
|
+
resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==}
|
|
3688
|
+
|
|
2578
3689
|
tldts-core@7.0.23:
|
|
2579
3690
|
resolution: {integrity: sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==}
|
|
2580
3691
|
|
|
@@ -2585,18 +3696,31 @@ packages:
|
|
|
2585
3696
|
tmcp@1.19.2:
|
|
2586
3697
|
resolution: {integrity: sha512-/AEG/jlzflGKqCKm7GNdhz50VtFlN+3vcnKd+iQJXcHdIPrpCRMolEj57SfgcXcfE2ouX7J6Q05gPKsS2NZhKg==}
|
|
2587
3698
|
|
|
3699
|
+
to-regex-range@5.0.1:
|
|
3700
|
+
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
3701
|
+
engines: {node: '>=8.0'}
|
|
3702
|
+
|
|
2588
3703
|
tough-cookie@6.0.0:
|
|
2589
3704
|
resolution: {integrity: sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==}
|
|
2590
3705
|
engines: {node: '>=16'}
|
|
2591
3706
|
|
|
3707
|
+
tr46@0.0.3:
|
|
3708
|
+
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
3709
|
+
|
|
2592
3710
|
ts-dedent@2.2.0:
|
|
2593
3711
|
resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==}
|
|
2594
3712
|
engines: {node: '>=6.10'}
|
|
2595
3713
|
|
|
3714
|
+
ts-log@2.2.7:
|
|
3715
|
+
resolution: {integrity: sha512-320x5Ggei84AxzlXp91QkIGSw5wgaLT6GeAH0KsqDmRZdVWW2OiSeVvElVoatk3f7nicwXlElXsoFkARiGE2yg==}
|
|
3716
|
+
|
|
2596
3717
|
tsconfig-paths@4.2.0:
|
|
2597
3718
|
resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==}
|
|
2598
3719
|
engines: {node: '>=6'}
|
|
2599
3720
|
|
|
3721
|
+
tslib@2.6.3:
|
|
3722
|
+
resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
|
|
3723
|
+
|
|
2600
3724
|
tslib@2.8.1:
|
|
2601
3725
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2602
3726
|
|
|
@@ -2612,6 +3736,21 @@ packages:
|
|
|
2612
3736
|
engines: {node: '>=14.17'}
|
|
2613
3737
|
hasBin: true
|
|
2614
3738
|
|
|
3739
|
+
ua-parser-js@1.0.41:
|
|
3740
|
+
resolution: {integrity: sha512-LbBDqdIC5s8iROCUjMbW1f5dJQTEFB1+KO9ogbvlb3nm9n4YHa5p4KTvFPWvh2Hs8gZMBuiB1/8+pdfe/tDPug==}
|
|
3741
|
+
hasBin: true
|
|
3742
|
+
|
|
3743
|
+
unc-path-regex@0.1.2:
|
|
3744
|
+
resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==}
|
|
3745
|
+
engines: {node: '>=0.10.0'}
|
|
3746
|
+
|
|
3747
|
+
undici-types@7.16.0:
|
|
3748
|
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
3749
|
+
|
|
3750
|
+
unixify@1.0.0:
|
|
3751
|
+
resolution: {integrity: sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==}
|
|
3752
|
+
engines: {node: '>=0.10.0'}
|
|
3753
|
+
|
|
2615
3754
|
unplugin@2.3.11:
|
|
2616
3755
|
resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==}
|
|
2617
3756
|
engines: {node: '>=18.12.0'}
|
|
@@ -2625,9 +3764,18 @@ packages:
|
|
|
2625
3764
|
peerDependencies:
|
|
2626
3765
|
browserslist: '>= 4.21.0'
|
|
2627
3766
|
|
|
3767
|
+
upper-case-first@2.0.2:
|
|
3768
|
+
resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==}
|
|
3769
|
+
|
|
3770
|
+
upper-case@2.0.2:
|
|
3771
|
+
resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==}
|
|
3772
|
+
|
|
2628
3773
|
uri-template-matcher@1.1.2:
|
|
2629
3774
|
resolution: {integrity: sha512-uZc1h12jdO3m/R77SfTEOuo6VbMhgWznaawKpBjRGSJb7i91x5PgI37NQJtG+Cerxkk0yr1pylBY2qG1kQ+aEQ==}
|
|
2630
3775
|
|
|
3776
|
+
urlpattern-polyfill@10.1.0:
|
|
3777
|
+
resolution: {integrity: sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==}
|
|
3778
|
+
|
|
2631
3779
|
use-callback-ref@1.3.3:
|
|
2632
3780
|
resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
|
|
2633
3781
|
engines: {node: '>=10'}
|
|
@@ -2710,9 +3858,23 @@ packages:
|
|
|
2710
3858
|
yaml:
|
|
2711
3859
|
optional: true
|
|
2712
3860
|
|
|
3861
|
+
web-streams-polyfill@3.3.3:
|
|
3862
|
+
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
|
|
3863
|
+
engines: {node: '>= 8'}
|
|
3864
|
+
|
|
3865
|
+
webidl-conversions@3.0.1:
|
|
3866
|
+
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
3867
|
+
|
|
2713
3868
|
webpack-virtual-modules@0.6.2:
|
|
2714
3869
|
resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
|
|
2715
3870
|
|
|
3871
|
+
whatwg-mimetype@4.0.0:
|
|
3872
|
+
resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
|
|
3873
|
+
engines: {node: '>=18'}
|
|
3874
|
+
|
|
3875
|
+
whatwg-url@5.0.0:
|
|
3876
|
+
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
3877
|
+
|
|
2716
3878
|
wrap-ansi@6.2.0:
|
|
2717
3879
|
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
|
|
2718
3880
|
engines: {node: '>=8'}
|
|
@@ -2721,6 +3883,10 @@ packages:
|
|
|
2721
3883
|
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
2722
3884
|
engines: {node: '>=10'}
|
|
2723
3885
|
|
|
3886
|
+
wrap-ansi@9.0.2:
|
|
3887
|
+
resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==}
|
|
3888
|
+
engines: {node: '>=18'}
|
|
3889
|
+
|
|
2724
3890
|
ws@8.19.0:
|
|
2725
3891
|
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
2726
3892
|
engines: {node: '>=10.0.0'}
|
|
@@ -2744,6 +3910,11 @@ packages:
|
|
|
2744
3910
|
yallist@3.1.1:
|
|
2745
3911
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
2746
3912
|
|
|
3913
|
+
yaml@2.8.2:
|
|
3914
|
+
resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==}
|
|
3915
|
+
engines: {node: '>= 14.6'}
|
|
3916
|
+
hasBin: true
|
|
3917
|
+
|
|
2747
3918
|
yargs-parser@21.1.1:
|
|
2748
3919
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
2749
3920
|
engines: {node: '>=12'}
|
|
@@ -2752,6 +3923,10 @@ packages:
|
|
|
2752
3923
|
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
|
2753
3924
|
engines: {node: '>=12'}
|
|
2754
3925
|
|
|
3926
|
+
yocto-queue@0.1.0:
|
|
3927
|
+
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
3928
|
+
engines: {node: '>=10'}
|
|
3929
|
+
|
|
2755
3930
|
yoctocolors-cjs@2.1.3:
|
|
2756
3931
|
resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==}
|
|
2757
3932
|
engines: {node: '>=18'}
|
|
@@ -2763,6 +3938,22 @@ snapshots:
|
|
|
2763
3938
|
|
|
2764
3939
|
'@adobe/css-tools@4.4.4': {}
|
|
2765
3940
|
|
|
3941
|
+
'@ardatan/relay-compiler@12.0.3(graphql@16.12.0)':
|
|
3942
|
+
dependencies:
|
|
3943
|
+
'@babel/generator': 7.29.1
|
|
3944
|
+
'@babel/parser': 7.29.0
|
|
3945
|
+
'@babel/runtime': 7.28.6
|
|
3946
|
+
chalk: 4.1.2
|
|
3947
|
+
fb-watchman: 2.0.2
|
|
3948
|
+
graphql: 16.12.0
|
|
3949
|
+
immutable: 3.7.6
|
|
3950
|
+
invariant: 2.2.4
|
|
3951
|
+
nullthrows: 1.1.1
|
|
3952
|
+
relay-runtime: 12.0.0
|
|
3953
|
+
signedsource: 1.0.0
|
|
3954
|
+
transitivePeerDependencies:
|
|
3955
|
+
- encoding
|
|
3956
|
+
|
|
2766
3957
|
'@babel/code-frame@7.29.0':
|
|
2767
3958
|
dependencies:
|
|
2768
3959
|
'@babel/helper-validator-identifier': 7.28.5
|
|
@@ -2825,6 +4016,8 @@ snapshots:
|
|
|
2825
4016
|
transitivePeerDependencies:
|
|
2826
4017
|
- supports-color
|
|
2827
4018
|
|
|
4019
|
+
'@babel/helper-plugin-utils@7.28.6': {}
|
|
4020
|
+
|
|
2828
4021
|
'@babel/helper-string-parser@7.27.1': {}
|
|
2829
4022
|
|
|
2830
4023
|
'@babel/helper-validator-identifier@7.28.5': {}
|
|
@@ -2840,6 +4033,11 @@ snapshots:
|
|
|
2840
4033
|
dependencies:
|
|
2841
4034
|
'@babel/types': 7.29.0
|
|
2842
4035
|
|
|
4036
|
+
'@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.29.0)':
|
|
4037
|
+
dependencies:
|
|
4038
|
+
'@babel/core': 7.29.0
|
|
4039
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
4040
|
+
|
|
2843
4041
|
'@babel/runtime@7.28.6': {}
|
|
2844
4042
|
|
|
2845
4043
|
'@babel/template@7.28.6':
|
|
@@ -2891,6 +4089,23 @@ snapshots:
|
|
|
2891
4089
|
|
|
2892
4090
|
'@date-fns/tz@1.4.1': {}
|
|
2893
4091
|
|
|
4092
|
+
'@envelop/core@5.5.1':
|
|
4093
|
+
dependencies:
|
|
4094
|
+
'@envelop/instrumentation': 1.0.0
|
|
4095
|
+
'@envelop/types': 5.2.1
|
|
4096
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4097
|
+
tslib: 2.8.1
|
|
4098
|
+
|
|
4099
|
+
'@envelop/instrumentation@1.0.0':
|
|
4100
|
+
dependencies:
|
|
4101
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4102
|
+
tslib: 2.8.1
|
|
4103
|
+
|
|
4104
|
+
'@envelop/types@5.2.1':
|
|
4105
|
+
dependencies:
|
|
4106
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4107
|
+
tslib: 2.8.1
|
|
4108
|
+
|
|
2894
4109
|
'@esbuild/aix-ppc64@0.27.3':
|
|
2895
4110
|
optional: true
|
|
2896
4111
|
|
|
@@ -2936,55 +4151,571 @@ snapshots:
|
|
|
2936
4151
|
'@esbuild/linux-riscv64@0.27.3':
|
|
2937
4152
|
optional: true
|
|
2938
4153
|
|
|
2939
|
-
'@esbuild/linux-s390x@0.27.3':
|
|
2940
|
-
optional: true
|
|
4154
|
+
'@esbuild/linux-s390x@0.27.3':
|
|
4155
|
+
optional: true
|
|
4156
|
+
|
|
4157
|
+
'@esbuild/linux-x64@0.27.3':
|
|
4158
|
+
optional: true
|
|
4159
|
+
|
|
4160
|
+
'@esbuild/netbsd-arm64@0.27.3':
|
|
4161
|
+
optional: true
|
|
4162
|
+
|
|
4163
|
+
'@esbuild/netbsd-x64@0.27.3':
|
|
4164
|
+
optional: true
|
|
4165
|
+
|
|
4166
|
+
'@esbuild/openbsd-arm64@0.27.3':
|
|
4167
|
+
optional: true
|
|
4168
|
+
|
|
4169
|
+
'@esbuild/openbsd-x64@0.27.3':
|
|
4170
|
+
optional: true
|
|
4171
|
+
|
|
4172
|
+
'@esbuild/openharmony-arm64@0.27.3':
|
|
4173
|
+
optional: true
|
|
4174
|
+
|
|
4175
|
+
'@esbuild/sunos-x64@0.27.3':
|
|
4176
|
+
optional: true
|
|
4177
|
+
|
|
4178
|
+
'@esbuild/win32-arm64@0.27.3':
|
|
4179
|
+
optional: true
|
|
4180
|
+
|
|
4181
|
+
'@esbuild/win32-ia32@0.27.3':
|
|
4182
|
+
optional: true
|
|
4183
|
+
|
|
4184
|
+
'@esbuild/win32-x64@0.27.3':
|
|
4185
|
+
optional: true
|
|
4186
|
+
|
|
4187
|
+
'@fastify/busboy@3.2.0': {}
|
|
4188
|
+
|
|
4189
|
+
'@floating-ui/core@1.7.4':
|
|
4190
|
+
dependencies:
|
|
4191
|
+
'@floating-ui/utils': 0.2.10
|
|
4192
|
+
|
|
4193
|
+
'@floating-ui/dom@1.7.5':
|
|
4194
|
+
dependencies:
|
|
4195
|
+
'@floating-ui/core': 1.7.4
|
|
4196
|
+
'@floating-ui/utils': 0.2.10
|
|
4197
|
+
|
|
4198
|
+
'@floating-ui/react-dom@2.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4199
|
+
dependencies:
|
|
4200
|
+
'@floating-ui/dom': 1.7.5
|
|
4201
|
+
react: 19.2.4
|
|
4202
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4203
|
+
|
|
4204
|
+
'@floating-ui/utils@0.2.10': {}
|
|
4205
|
+
|
|
4206
|
+
'@graphql-codegen/add@6.0.0(graphql@16.12.0)':
|
|
4207
|
+
dependencies:
|
|
4208
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4209
|
+
graphql: 16.12.0
|
|
4210
|
+
tslib: 2.6.3
|
|
4211
|
+
|
|
4212
|
+
'@graphql-codegen/cli@6.1.1(@parcel/watcher@2.5.6)(@types/node@25.2.3)(graphql@16.12.0)(typescript@5.9.3)':
|
|
4213
|
+
dependencies:
|
|
4214
|
+
'@babel/generator': 7.29.1
|
|
4215
|
+
'@babel/template': 7.28.6
|
|
4216
|
+
'@babel/types': 7.29.0
|
|
4217
|
+
'@graphql-codegen/client-preset': 5.2.2(graphql@16.12.0)
|
|
4218
|
+
'@graphql-codegen/core': 5.0.0(graphql@16.12.0)
|
|
4219
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4220
|
+
'@graphql-tools/apollo-engine-loader': 8.0.28(graphql@16.12.0)
|
|
4221
|
+
'@graphql-tools/code-file-loader': 8.1.28(graphql@16.12.0)
|
|
4222
|
+
'@graphql-tools/git-loader': 8.0.32(graphql@16.12.0)
|
|
4223
|
+
'@graphql-tools/github-loader': 9.0.6(@types/node@25.2.3)(graphql@16.12.0)
|
|
4224
|
+
'@graphql-tools/graphql-file-loader': 8.1.9(graphql@16.12.0)
|
|
4225
|
+
'@graphql-tools/json-file-loader': 8.0.26(graphql@16.12.0)
|
|
4226
|
+
'@graphql-tools/load': 8.1.8(graphql@16.12.0)
|
|
4227
|
+
'@graphql-tools/url-loader': 9.0.6(@types/node@25.2.3)(graphql@16.12.0)
|
|
4228
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4229
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.2.3)
|
|
4230
|
+
'@whatwg-node/fetch': 0.10.13
|
|
4231
|
+
chalk: 4.1.2
|
|
4232
|
+
cosmiconfig: 9.0.0(typescript@5.9.3)
|
|
4233
|
+
debounce: 2.2.0
|
|
4234
|
+
detect-indent: 6.1.0
|
|
4235
|
+
graphql: 16.12.0
|
|
4236
|
+
graphql-config: 5.1.5(@types/node@25.2.3)(graphql@16.12.0)(typescript@5.9.3)
|
|
4237
|
+
is-glob: 4.0.3
|
|
4238
|
+
jiti: 2.6.1
|
|
4239
|
+
json-to-pretty-yaml: 1.2.2
|
|
4240
|
+
listr2: 9.0.5
|
|
4241
|
+
log-symbols: 4.1.0
|
|
4242
|
+
micromatch: 4.0.8
|
|
4243
|
+
shell-quote: 1.8.3
|
|
4244
|
+
string-env-interpolation: 1.0.1
|
|
4245
|
+
ts-log: 2.2.7
|
|
4246
|
+
tslib: 2.8.1
|
|
4247
|
+
yaml: 2.8.2
|
|
4248
|
+
yargs: 17.7.2
|
|
4249
|
+
optionalDependencies:
|
|
4250
|
+
'@parcel/watcher': 2.5.6
|
|
4251
|
+
transitivePeerDependencies:
|
|
4252
|
+
- '@fastify/websocket'
|
|
4253
|
+
- '@types/node'
|
|
4254
|
+
- bufferutil
|
|
4255
|
+
- cosmiconfig-toml-loader
|
|
4256
|
+
- crossws
|
|
4257
|
+
- encoding
|
|
4258
|
+
- graphql-sock
|
|
4259
|
+
- supports-color
|
|
4260
|
+
- typescript
|
|
4261
|
+
- utf-8-validate
|
|
4262
|
+
|
|
4263
|
+
'@graphql-codegen/client-preset@5.2.2(graphql@16.12.0)':
|
|
4264
|
+
dependencies:
|
|
4265
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
4266
|
+
'@babel/template': 7.28.6
|
|
4267
|
+
'@graphql-codegen/add': 6.0.0(graphql@16.12.0)
|
|
4268
|
+
'@graphql-codegen/gql-tag-operations': 5.1.2(graphql@16.12.0)
|
|
4269
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4270
|
+
'@graphql-codegen/typed-document-node': 6.1.5(graphql@16.12.0)
|
|
4271
|
+
'@graphql-codegen/typescript': 5.0.7(graphql@16.12.0)
|
|
4272
|
+
'@graphql-codegen/typescript-operations': 5.0.7(graphql@16.12.0)
|
|
4273
|
+
'@graphql-codegen/visitor-plugin-common': 6.2.2(graphql@16.12.0)
|
|
4274
|
+
'@graphql-tools/documents': 1.0.1(graphql@16.12.0)
|
|
4275
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4276
|
+
'@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0)
|
|
4277
|
+
graphql: 16.12.0
|
|
4278
|
+
tslib: 2.6.3
|
|
4279
|
+
transitivePeerDependencies:
|
|
4280
|
+
- encoding
|
|
4281
|
+
|
|
4282
|
+
'@graphql-codegen/core@5.0.0(graphql@16.12.0)':
|
|
4283
|
+
dependencies:
|
|
4284
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4285
|
+
'@graphql-tools/schema': 10.0.31(graphql@16.12.0)
|
|
4286
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4287
|
+
graphql: 16.12.0
|
|
4288
|
+
tslib: 2.6.3
|
|
4289
|
+
|
|
4290
|
+
'@graphql-codegen/gql-tag-operations@5.1.2(graphql@16.12.0)':
|
|
4291
|
+
dependencies:
|
|
4292
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4293
|
+
'@graphql-codegen/visitor-plugin-common': 6.2.2(graphql@16.12.0)
|
|
4294
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4295
|
+
auto-bind: 4.0.0
|
|
4296
|
+
graphql: 16.12.0
|
|
4297
|
+
tslib: 2.6.3
|
|
4298
|
+
transitivePeerDependencies:
|
|
4299
|
+
- encoding
|
|
4300
|
+
|
|
4301
|
+
'@graphql-codegen/plugin-helpers@6.1.0(graphql@16.12.0)':
|
|
4302
|
+
dependencies:
|
|
4303
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4304
|
+
change-case-all: 1.0.15
|
|
4305
|
+
common-tags: 1.8.2
|
|
4306
|
+
graphql: 16.12.0
|
|
4307
|
+
import-from: 4.0.0
|
|
4308
|
+
lodash: 4.17.23
|
|
4309
|
+
tslib: 2.6.3
|
|
4310
|
+
|
|
4311
|
+
'@graphql-codegen/schema-ast@5.0.0(graphql@16.12.0)':
|
|
4312
|
+
dependencies:
|
|
4313
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4314
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4315
|
+
graphql: 16.12.0
|
|
4316
|
+
tslib: 2.6.3
|
|
4317
|
+
|
|
4318
|
+
'@graphql-codegen/typed-document-node@6.1.5(graphql@16.12.0)':
|
|
4319
|
+
dependencies:
|
|
4320
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4321
|
+
'@graphql-codegen/visitor-plugin-common': 6.2.2(graphql@16.12.0)
|
|
4322
|
+
auto-bind: 4.0.0
|
|
4323
|
+
change-case-all: 1.0.15
|
|
4324
|
+
graphql: 16.12.0
|
|
4325
|
+
tslib: 2.6.3
|
|
4326
|
+
transitivePeerDependencies:
|
|
4327
|
+
- encoding
|
|
4328
|
+
|
|
4329
|
+
'@graphql-codegen/typescript-operations@5.0.7(graphql@16.12.0)':
|
|
4330
|
+
dependencies:
|
|
4331
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4332
|
+
'@graphql-codegen/typescript': 5.0.7(graphql@16.12.0)
|
|
4333
|
+
'@graphql-codegen/visitor-plugin-common': 6.2.2(graphql@16.12.0)
|
|
4334
|
+
auto-bind: 4.0.0
|
|
4335
|
+
graphql: 16.12.0
|
|
4336
|
+
tslib: 2.6.3
|
|
4337
|
+
transitivePeerDependencies:
|
|
4338
|
+
- encoding
|
|
4339
|
+
|
|
4340
|
+
'@graphql-codegen/typescript@5.0.7(graphql@16.12.0)':
|
|
4341
|
+
dependencies:
|
|
4342
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4343
|
+
'@graphql-codegen/schema-ast': 5.0.0(graphql@16.12.0)
|
|
4344
|
+
'@graphql-codegen/visitor-plugin-common': 6.2.2(graphql@16.12.0)
|
|
4345
|
+
auto-bind: 4.0.0
|
|
4346
|
+
graphql: 16.12.0
|
|
4347
|
+
tslib: 2.6.3
|
|
4348
|
+
transitivePeerDependencies:
|
|
4349
|
+
- encoding
|
|
4350
|
+
|
|
4351
|
+
'@graphql-codegen/visitor-plugin-common@6.2.2(graphql@16.12.0)':
|
|
4352
|
+
dependencies:
|
|
4353
|
+
'@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0)
|
|
4354
|
+
'@graphql-tools/optimize': 2.0.0(graphql@16.12.0)
|
|
4355
|
+
'@graphql-tools/relay-operation-optimizer': 7.0.27(graphql@16.12.0)
|
|
4356
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4357
|
+
auto-bind: 4.0.0
|
|
4358
|
+
change-case-all: 1.0.15
|
|
4359
|
+
dependency-graph: 1.0.0
|
|
4360
|
+
graphql: 16.12.0
|
|
4361
|
+
graphql-tag: 2.12.6(graphql@16.12.0)
|
|
4362
|
+
parse-filepath: 1.0.2
|
|
4363
|
+
tslib: 2.6.3
|
|
4364
|
+
transitivePeerDependencies:
|
|
4365
|
+
- encoding
|
|
4366
|
+
|
|
4367
|
+
'@graphql-hive/signal@1.0.0': {}
|
|
4368
|
+
|
|
4369
|
+
'@graphql-hive/signal@2.0.0': {}
|
|
4370
|
+
|
|
4371
|
+
'@graphql-tools/apollo-engine-loader@8.0.28(graphql@16.12.0)':
|
|
4372
|
+
dependencies:
|
|
4373
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4374
|
+
'@whatwg-node/fetch': 0.10.13
|
|
4375
|
+
graphql: 16.12.0
|
|
4376
|
+
sync-fetch: 0.6.0
|
|
4377
|
+
tslib: 2.8.1
|
|
4378
|
+
|
|
4379
|
+
'@graphql-tools/batch-execute@10.0.5(graphql@16.12.0)':
|
|
4380
|
+
dependencies:
|
|
4381
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4382
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4383
|
+
dataloader: 2.2.3
|
|
4384
|
+
graphql: 16.12.0
|
|
4385
|
+
tslib: 2.8.1
|
|
4386
|
+
|
|
4387
|
+
'@graphql-tools/batch-execute@9.0.19(graphql@16.12.0)':
|
|
4388
|
+
dependencies:
|
|
4389
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4390
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4391
|
+
dataloader: 2.2.3
|
|
4392
|
+
graphql: 16.12.0
|
|
4393
|
+
tslib: 2.8.1
|
|
4394
|
+
|
|
4395
|
+
'@graphql-tools/code-file-loader@8.1.28(graphql@16.12.0)':
|
|
4396
|
+
dependencies:
|
|
4397
|
+
'@graphql-tools/graphql-tag-pluck': 8.3.27(graphql@16.12.0)
|
|
4398
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4399
|
+
globby: 11.1.0
|
|
4400
|
+
graphql: 16.12.0
|
|
4401
|
+
tslib: 2.8.1
|
|
4402
|
+
unixify: 1.0.0
|
|
4403
|
+
transitivePeerDependencies:
|
|
4404
|
+
- supports-color
|
|
4405
|
+
|
|
4406
|
+
'@graphql-tools/delegate@10.2.23(graphql@16.12.0)':
|
|
4407
|
+
dependencies:
|
|
4408
|
+
'@graphql-tools/batch-execute': 9.0.19(graphql@16.12.0)
|
|
4409
|
+
'@graphql-tools/executor': 1.5.1(graphql@16.12.0)
|
|
4410
|
+
'@graphql-tools/schema': 10.0.31(graphql@16.12.0)
|
|
4411
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4412
|
+
'@repeaterjs/repeater': 3.0.6
|
|
4413
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4414
|
+
dataloader: 2.2.3
|
|
4415
|
+
dset: 3.1.4
|
|
4416
|
+
graphql: 16.12.0
|
|
4417
|
+
tslib: 2.8.1
|
|
4418
|
+
|
|
4419
|
+
'@graphql-tools/delegate@12.0.7(graphql@16.12.0)':
|
|
4420
|
+
dependencies:
|
|
4421
|
+
'@graphql-tools/batch-execute': 10.0.5(graphql@16.12.0)
|
|
4422
|
+
'@graphql-tools/executor': 1.5.1(graphql@16.12.0)
|
|
4423
|
+
'@graphql-tools/schema': 10.0.31(graphql@16.12.0)
|
|
4424
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4425
|
+
'@repeaterjs/repeater': 3.0.6
|
|
4426
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4427
|
+
dataloader: 2.2.3
|
|
4428
|
+
graphql: 16.12.0
|
|
4429
|
+
tslib: 2.8.1
|
|
4430
|
+
|
|
4431
|
+
'@graphql-tools/documents@1.0.1(graphql@16.12.0)':
|
|
4432
|
+
dependencies:
|
|
4433
|
+
graphql: 16.12.0
|
|
4434
|
+
lodash.sortby: 4.7.0
|
|
4435
|
+
tslib: 2.8.1
|
|
4436
|
+
|
|
4437
|
+
'@graphql-tools/executor-common@0.0.4(graphql@16.12.0)':
|
|
4438
|
+
dependencies:
|
|
4439
|
+
'@envelop/core': 5.5.1
|
|
4440
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4441
|
+
graphql: 16.12.0
|
|
4442
|
+
|
|
4443
|
+
'@graphql-tools/executor-common@0.0.6(graphql@16.12.0)':
|
|
4444
|
+
dependencies:
|
|
4445
|
+
'@envelop/core': 5.5.1
|
|
4446
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4447
|
+
graphql: 16.12.0
|
|
4448
|
+
|
|
4449
|
+
'@graphql-tools/executor-common@1.0.6(graphql@16.12.0)':
|
|
4450
|
+
dependencies:
|
|
4451
|
+
'@envelop/core': 5.5.1
|
|
4452
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4453
|
+
graphql: 16.12.0
|
|
4454
|
+
|
|
4455
|
+
'@graphql-tools/executor-graphql-ws@2.0.7(graphql@16.12.0)':
|
|
4456
|
+
dependencies:
|
|
4457
|
+
'@graphql-tools/executor-common': 0.0.6(graphql@16.12.0)
|
|
4458
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4459
|
+
'@whatwg-node/disposablestack': 0.0.6
|
|
4460
|
+
graphql: 16.12.0
|
|
4461
|
+
graphql-ws: 6.0.7(graphql@16.12.0)(ws@8.19.0)
|
|
4462
|
+
isomorphic-ws: 5.0.0(ws@8.19.0)
|
|
4463
|
+
tslib: 2.8.1
|
|
4464
|
+
ws: 8.19.0
|
|
4465
|
+
transitivePeerDependencies:
|
|
4466
|
+
- '@fastify/websocket'
|
|
4467
|
+
- bufferutil
|
|
4468
|
+
- crossws
|
|
4469
|
+
- utf-8-validate
|
|
4470
|
+
|
|
4471
|
+
'@graphql-tools/executor-graphql-ws@3.1.4(graphql@16.12.0)':
|
|
4472
|
+
dependencies:
|
|
4473
|
+
'@graphql-tools/executor-common': 1.0.6(graphql@16.12.0)
|
|
4474
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4475
|
+
'@whatwg-node/disposablestack': 0.0.6
|
|
4476
|
+
graphql: 16.12.0
|
|
4477
|
+
graphql-ws: 6.0.7(graphql@16.12.0)(ws@8.19.0)
|
|
4478
|
+
isows: 1.0.7(ws@8.19.0)
|
|
4479
|
+
tslib: 2.8.1
|
|
4480
|
+
ws: 8.19.0
|
|
4481
|
+
transitivePeerDependencies:
|
|
4482
|
+
- '@fastify/websocket'
|
|
4483
|
+
- bufferutil
|
|
4484
|
+
- crossws
|
|
4485
|
+
- utf-8-validate
|
|
4486
|
+
|
|
4487
|
+
'@graphql-tools/executor-http@1.3.3(@types/node@25.2.3)(graphql@16.12.0)':
|
|
4488
|
+
dependencies:
|
|
4489
|
+
'@graphql-hive/signal': 1.0.0
|
|
4490
|
+
'@graphql-tools/executor-common': 0.0.4(graphql@16.12.0)
|
|
4491
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4492
|
+
'@repeaterjs/repeater': 3.0.6
|
|
4493
|
+
'@whatwg-node/disposablestack': 0.0.6
|
|
4494
|
+
'@whatwg-node/fetch': 0.10.13
|
|
4495
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4496
|
+
graphql: 16.12.0
|
|
4497
|
+
meros: 1.3.2(@types/node@25.2.3)
|
|
4498
|
+
tslib: 2.8.1
|
|
4499
|
+
transitivePeerDependencies:
|
|
4500
|
+
- '@types/node'
|
|
4501
|
+
|
|
4502
|
+
'@graphql-tools/executor-http@3.1.0(@types/node@25.2.3)(graphql@16.12.0)':
|
|
4503
|
+
dependencies:
|
|
4504
|
+
'@graphql-hive/signal': 2.0.0
|
|
4505
|
+
'@graphql-tools/executor-common': 1.0.6(graphql@16.12.0)
|
|
4506
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4507
|
+
'@repeaterjs/repeater': 3.0.6
|
|
4508
|
+
'@whatwg-node/disposablestack': 0.0.6
|
|
4509
|
+
'@whatwg-node/fetch': 0.10.13
|
|
4510
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4511
|
+
graphql: 16.12.0
|
|
4512
|
+
meros: 1.3.2(@types/node@25.2.3)
|
|
4513
|
+
tslib: 2.8.1
|
|
4514
|
+
transitivePeerDependencies:
|
|
4515
|
+
- '@types/node'
|
|
4516
|
+
|
|
4517
|
+
'@graphql-tools/executor-legacy-ws@1.1.25(graphql@16.12.0)':
|
|
4518
|
+
dependencies:
|
|
4519
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4520
|
+
'@types/ws': 8.18.1
|
|
4521
|
+
graphql: 16.12.0
|
|
4522
|
+
isomorphic-ws: 5.0.0(ws@8.19.0)
|
|
4523
|
+
tslib: 2.8.1
|
|
4524
|
+
ws: 8.19.0
|
|
4525
|
+
transitivePeerDependencies:
|
|
4526
|
+
- bufferutil
|
|
4527
|
+
- utf-8-validate
|
|
4528
|
+
|
|
4529
|
+
'@graphql-tools/executor@1.5.1(graphql@16.12.0)':
|
|
4530
|
+
dependencies:
|
|
4531
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4532
|
+
'@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0)
|
|
4533
|
+
'@repeaterjs/repeater': 3.0.6
|
|
4534
|
+
'@whatwg-node/disposablestack': 0.0.6
|
|
4535
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4536
|
+
graphql: 16.12.0
|
|
4537
|
+
tslib: 2.8.1
|
|
4538
|
+
|
|
4539
|
+
'@graphql-tools/git-loader@8.0.32(graphql@16.12.0)':
|
|
4540
|
+
dependencies:
|
|
4541
|
+
'@graphql-tools/graphql-tag-pluck': 8.3.27(graphql@16.12.0)
|
|
4542
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4543
|
+
graphql: 16.12.0
|
|
4544
|
+
is-glob: 4.0.3
|
|
4545
|
+
micromatch: 4.0.8
|
|
4546
|
+
tslib: 2.8.1
|
|
4547
|
+
unixify: 1.0.0
|
|
4548
|
+
transitivePeerDependencies:
|
|
4549
|
+
- supports-color
|
|
4550
|
+
|
|
4551
|
+
'@graphql-tools/github-loader@9.0.6(@types/node@25.2.3)(graphql@16.12.0)':
|
|
4552
|
+
dependencies:
|
|
4553
|
+
'@graphql-tools/executor-http': 3.1.0(@types/node@25.2.3)(graphql@16.12.0)
|
|
4554
|
+
'@graphql-tools/graphql-tag-pluck': 8.3.27(graphql@16.12.0)
|
|
4555
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4556
|
+
'@whatwg-node/fetch': 0.10.13
|
|
4557
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4558
|
+
graphql: 16.12.0
|
|
4559
|
+
sync-fetch: 0.6.0
|
|
4560
|
+
tslib: 2.8.1
|
|
4561
|
+
transitivePeerDependencies:
|
|
4562
|
+
- '@types/node'
|
|
4563
|
+
- supports-color
|
|
2941
4564
|
|
|
2942
|
-
'@
|
|
2943
|
-
|
|
4565
|
+
'@graphql-tools/graphql-file-loader@8.1.9(graphql@16.12.0)':
|
|
4566
|
+
dependencies:
|
|
4567
|
+
'@graphql-tools/import': 7.1.9(graphql@16.12.0)
|
|
4568
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4569
|
+
globby: 11.1.0
|
|
4570
|
+
graphql: 16.12.0
|
|
4571
|
+
tslib: 2.8.1
|
|
4572
|
+
unixify: 1.0.0
|
|
4573
|
+
transitivePeerDependencies:
|
|
4574
|
+
- supports-color
|
|
2944
4575
|
|
|
2945
|
-
'@
|
|
2946
|
-
|
|
4576
|
+
'@graphql-tools/graphql-tag-pluck@8.3.27(graphql@16.12.0)':
|
|
4577
|
+
dependencies:
|
|
4578
|
+
'@babel/core': 7.29.0
|
|
4579
|
+
'@babel/parser': 7.29.0
|
|
4580
|
+
'@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.29.0)
|
|
4581
|
+
'@babel/traverse': 7.29.0
|
|
4582
|
+
'@babel/types': 7.29.0
|
|
4583
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4584
|
+
graphql: 16.12.0
|
|
4585
|
+
tslib: 2.8.1
|
|
4586
|
+
transitivePeerDependencies:
|
|
4587
|
+
- supports-color
|
|
2947
4588
|
|
|
2948
|
-
'@
|
|
2949
|
-
|
|
4589
|
+
'@graphql-tools/import@7.1.9(graphql@16.12.0)':
|
|
4590
|
+
dependencies:
|
|
4591
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4592
|
+
'@theguild/federation-composition': 0.21.3(graphql@16.12.0)
|
|
4593
|
+
graphql: 16.12.0
|
|
4594
|
+
resolve-from: 5.0.0
|
|
4595
|
+
tslib: 2.8.1
|
|
4596
|
+
transitivePeerDependencies:
|
|
4597
|
+
- supports-color
|
|
2950
4598
|
|
|
2951
|
-
'@
|
|
2952
|
-
|
|
4599
|
+
'@graphql-tools/json-file-loader@8.0.26(graphql@16.12.0)':
|
|
4600
|
+
dependencies:
|
|
4601
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4602
|
+
globby: 11.1.0
|
|
4603
|
+
graphql: 16.12.0
|
|
4604
|
+
tslib: 2.8.1
|
|
4605
|
+
unixify: 1.0.0
|
|
2953
4606
|
|
|
2954
|
-
'@
|
|
2955
|
-
|
|
4607
|
+
'@graphql-tools/load@8.1.8(graphql@16.12.0)':
|
|
4608
|
+
dependencies:
|
|
4609
|
+
'@graphql-tools/schema': 10.0.31(graphql@16.12.0)
|
|
4610
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4611
|
+
graphql: 16.12.0
|
|
4612
|
+
p-limit: 3.1.0
|
|
4613
|
+
tslib: 2.8.1
|
|
2956
4614
|
|
|
2957
|
-
'@
|
|
2958
|
-
|
|
4615
|
+
'@graphql-tools/merge@9.1.7(graphql@16.12.0)':
|
|
4616
|
+
dependencies:
|
|
4617
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4618
|
+
graphql: 16.12.0
|
|
4619
|
+
tslib: 2.8.1
|
|
2959
4620
|
|
|
2960
|
-
'@
|
|
2961
|
-
|
|
4621
|
+
'@graphql-tools/optimize@2.0.0(graphql@16.12.0)':
|
|
4622
|
+
dependencies:
|
|
4623
|
+
graphql: 16.12.0
|
|
4624
|
+
tslib: 2.8.1
|
|
2962
4625
|
|
|
2963
|
-
'@
|
|
2964
|
-
|
|
4626
|
+
'@graphql-tools/relay-operation-optimizer@7.0.27(graphql@16.12.0)':
|
|
4627
|
+
dependencies:
|
|
4628
|
+
'@ardatan/relay-compiler': 12.0.3(graphql@16.12.0)
|
|
4629
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4630
|
+
graphql: 16.12.0
|
|
4631
|
+
tslib: 2.8.1
|
|
4632
|
+
transitivePeerDependencies:
|
|
4633
|
+
- encoding
|
|
2965
4634
|
|
|
2966
|
-
'@
|
|
2967
|
-
|
|
4635
|
+
'@graphql-tools/schema@10.0.31(graphql@16.12.0)':
|
|
4636
|
+
dependencies:
|
|
4637
|
+
'@graphql-tools/merge': 9.1.7(graphql@16.12.0)
|
|
4638
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4639
|
+
graphql: 16.12.0
|
|
4640
|
+
tslib: 2.8.1
|
|
2968
4641
|
|
|
2969
|
-
'@
|
|
2970
|
-
|
|
4642
|
+
'@graphql-tools/url-loader@8.0.33(@types/node@25.2.3)(graphql@16.12.0)':
|
|
4643
|
+
dependencies:
|
|
4644
|
+
'@graphql-tools/executor-graphql-ws': 2.0.7(graphql@16.12.0)
|
|
4645
|
+
'@graphql-tools/executor-http': 1.3.3(@types/node@25.2.3)(graphql@16.12.0)
|
|
4646
|
+
'@graphql-tools/executor-legacy-ws': 1.1.25(graphql@16.12.0)
|
|
4647
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4648
|
+
'@graphql-tools/wrap': 10.1.4(graphql@16.12.0)
|
|
4649
|
+
'@types/ws': 8.18.1
|
|
4650
|
+
'@whatwg-node/fetch': 0.10.13
|
|
4651
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4652
|
+
graphql: 16.12.0
|
|
4653
|
+
isomorphic-ws: 5.0.0(ws@8.19.0)
|
|
4654
|
+
sync-fetch: 0.6.0-2
|
|
4655
|
+
tslib: 2.8.1
|
|
4656
|
+
ws: 8.19.0
|
|
4657
|
+
transitivePeerDependencies:
|
|
4658
|
+
- '@fastify/websocket'
|
|
4659
|
+
- '@types/node'
|
|
4660
|
+
- bufferutil
|
|
4661
|
+
- crossws
|
|
4662
|
+
- utf-8-validate
|
|
2971
4663
|
|
|
2972
|
-
'@
|
|
4664
|
+
'@graphql-tools/url-loader@9.0.6(@types/node@25.2.3)(graphql@16.12.0)':
|
|
2973
4665
|
dependencies:
|
|
2974
|
-
'@
|
|
4666
|
+
'@graphql-tools/executor-graphql-ws': 3.1.4(graphql@16.12.0)
|
|
4667
|
+
'@graphql-tools/executor-http': 3.1.0(@types/node@25.2.3)(graphql@16.12.0)
|
|
4668
|
+
'@graphql-tools/executor-legacy-ws': 1.1.25(graphql@16.12.0)
|
|
4669
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4670
|
+
'@graphql-tools/wrap': 11.1.7(graphql@16.12.0)
|
|
4671
|
+
'@types/ws': 8.18.1
|
|
4672
|
+
'@whatwg-node/fetch': 0.10.13
|
|
4673
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4674
|
+
graphql: 16.12.0
|
|
4675
|
+
isomorphic-ws: 5.0.0(ws@8.19.0)
|
|
4676
|
+
sync-fetch: 0.6.0
|
|
4677
|
+
tslib: 2.8.1
|
|
4678
|
+
ws: 8.19.0
|
|
4679
|
+
transitivePeerDependencies:
|
|
4680
|
+
- '@fastify/websocket'
|
|
4681
|
+
- '@types/node'
|
|
4682
|
+
- bufferutil
|
|
4683
|
+
- crossws
|
|
4684
|
+
- utf-8-validate
|
|
2975
4685
|
|
|
2976
|
-
'@
|
|
4686
|
+
'@graphql-tools/utils@10.11.0(graphql@16.12.0)':
|
|
2977
4687
|
dependencies:
|
|
2978
|
-
'@
|
|
2979
|
-
'@
|
|
4688
|
+
'@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0)
|
|
4689
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4690
|
+
cross-inspect: 1.0.1
|
|
4691
|
+
graphql: 16.12.0
|
|
4692
|
+
tslib: 2.8.1
|
|
2980
4693
|
|
|
2981
|
-
'@
|
|
4694
|
+
'@graphql-tools/utils@11.0.0(graphql@16.12.0)':
|
|
2982
4695
|
dependencies:
|
|
2983
|
-
'@
|
|
2984
|
-
|
|
2985
|
-
|
|
4696
|
+
'@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0)
|
|
4697
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4698
|
+
cross-inspect: 1.0.1
|
|
4699
|
+
graphql: 16.12.0
|
|
4700
|
+
tslib: 2.8.1
|
|
2986
4701
|
|
|
2987
|
-
'@
|
|
4702
|
+
'@graphql-tools/wrap@10.1.4(graphql@16.12.0)':
|
|
4703
|
+
dependencies:
|
|
4704
|
+
'@graphql-tools/delegate': 10.2.23(graphql@16.12.0)
|
|
4705
|
+
'@graphql-tools/schema': 10.0.31(graphql@16.12.0)
|
|
4706
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
4707
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4708
|
+
graphql: 16.12.0
|
|
4709
|
+
tslib: 2.8.1
|
|
4710
|
+
|
|
4711
|
+
'@graphql-tools/wrap@11.1.7(graphql@16.12.0)':
|
|
4712
|
+
dependencies:
|
|
4713
|
+
'@graphql-tools/delegate': 12.0.7(graphql@16.12.0)
|
|
4714
|
+
'@graphql-tools/schema': 10.0.31(graphql@16.12.0)
|
|
4715
|
+
'@graphql-tools/utils': 11.0.0(graphql@16.12.0)
|
|
4716
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
4717
|
+
graphql: 16.12.0
|
|
4718
|
+
tslib: 2.8.1
|
|
2988
4719
|
|
|
2989
4720
|
'@graphql-typed-document-node/core@3.2.0(graphql@16.12.0)':
|
|
2990
4721
|
dependencies:
|
|
@@ -2997,33 +4728,136 @@ snapshots:
|
|
|
2997
4728
|
|
|
2998
4729
|
'@inquirer/ansi@1.0.2': {}
|
|
2999
4730
|
|
|
3000
|
-
'@inquirer/
|
|
4731
|
+
'@inquirer/checkbox@4.3.2(@types/node@25.2.3)':
|
|
3001
4732
|
dependencies:
|
|
3002
|
-
'@inquirer/
|
|
3003
|
-
'@inquirer/
|
|
4733
|
+
'@inquirer/ansi': 1.0.2
|
|
4734
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4735
|
+
'@inquirer/figures': 1.0.15
|
|
4736
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4737
|
+
yoctocolors-cjs: 2.1.3
|
|
4738
|
+
optionalDependencies:
|
|
4739
|
+
'@types/node': 25.2.3
|
|
3004
4740
|
|
|
3005
|
-
'@inquirer/
|
|
4741
|
+
'@inquirer/confirm@5.1.21(@types/node@25.2.3)':
|
|
4742
|
+
dependencies:
|
|
4743
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4744
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4745
|
+
optionalDependencies:
|
|
4746
|
+
'@types/node': 25.2.3
|
|
4747
|
+
|
|
4748
|
+
'@inquirer/core@10.3.2(@types/node@25.2.3)':
|
|
3006
4749
|
dependencies:
|
|
3007
4750
|
'@inquirer/ansi': 1.0.2
|
|
3008
4751
|
'@inquirer/figures': 1.0.15
|
|
3009
|
-
'@inquirer/type': 3.0.10
|
|
4752
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
3010
4753
|
cli-width: 4.1.0
|
|
3011
4754
|
mute-stream: 2.0.0
|
|
3012
4755
|
signal-exit: 4.1.0
|
|
3013
4756
|
wrap-ansi: 6.2.0
|
|
3014
4757
|
yoctocolors-cjs: 2.1.3
|
|
4758
|
+
optionalDependencies:
|
|
4759
|
+
'@types/node': 25.2.3
|
|
4760
|
+
|
|
4761
|
+
'@inquirer/editor@4.2.23(@types/node@25.2.3)':
|
|
4762
|
+
dependencies:
|
|
4763
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4764
|
+
'@inquirer/external-editor': 1.0.3(@types/node@25.2.3)
|
|
4765
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4766
|
+
optionalDependencies:
|
|
4767
|
+
'@types/node': 25.2.3
|
|
4768
|
+
|
|
4769
|
+
'@inquirer/expand@4.0.23(@types/node@25.2.3)':
|
|
4770
|
+
dependencies:
|
|
4771
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4772
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4773
|
+
yoctocolors-cjs: 2.1.3
|
|
4774
|
+
optionalDependencies:
|
|
4775
|
+
'@types/node': 25.2.3
|
|
4776
|
+
|
|
4777
|
+
'@inquirer/external-editor@1.0.3(@types/node@25.2.3)':
|
|
4778
|
+
dependencies:
|
|
4779
|
+
chardet: 2.1.1
|
|
4780
|
+
iconv-lite: 0.7.2
|
|
4781
|
+
optionalDependencies:
|
|
4782
|
+
'@types/node': 25.2.3
|
|
3015
4783
|
|
|
3016
4784
|
'@inquirer/figures@1.0.15': {}
|
|
3017
4785
|
|
|
3018
|
-
'@inquirer/
|
|
4786
|
+
'@inquirer/input@4.3.1(@types/node@25.2.3)':
|
|
4787
|
+
dependencies:
|
|
4788
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4789
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4790
|
+
optionalDependencies:
|
|
4791
|
+
'@types/node': 25.2.3
|
|
4792
|
+
|
|
4793
|
+
'@inquirer/number@3.0.23(@types/node@25.2.3)':
|
|
4794
|
+
dependencies:
|
|
4795
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4796
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4797
|
+
optionalDependencies:
|
|
4798
|
+
'@types/node': 25.2.3
|
|
4799
|
+
|
|
4800
|
+
'@inquirer/password@4.0.23(@types/node@25.2.3)':
|
|
4801
|
+
dependencies:
|
|
4802
|
+
'@inquirer/ansi': 1.0.2
|
|
4803
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4804
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4805
|
+
optionalDependencies:
|
|
4806
|
+
'@types/node': 25.2.3
|
|
4807
|
+
|
|
4808
|
+
'@inquirer/prompts@7.10.1(@types/node@25.2.3)':
|
|
4809
|
+
dependencies:
|
|
4810
|
+
'@inquirer/checkbox': 4.3.2(@types/node@25.2.3)
|
|
4811
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.2.3)
|
|
4812
|
+
'@inquirer/editor': 4.2.23(@types/node@25.2.3)
|
|
4813
|
+
'@inquirer/expand': 4.0.23(@types/node@25.2.3)
|
|
4814
|
+
'@inquirer/input': 4.3.1(@types/node@25.2.3)
|
|
4815
|
+
'@inquirer/number': 3.0.23(@types/node@25.2.3)
|
|
4816
|
+
'@inquirer/password': 4.0.23(@types/node@25.2.3)
|
|
4817
|
+
'@inquirer/rawlist': 4.1.11(@types/node@25.2.3)
|
|
4818
|
+
'@inquirer/search': 3.2.2(@types/node@25.2.3)
|
|
4819
|
+
'@inquirer/select': 4.4.2(@types/node@25.2.3)
|
|
4820
|
+
optionalDependencies:
|
|
4821
|
+
'@types/node': 25.2.3
|
|
4822
|
+
|
|
4823
|
+
'@inquirer/rawlist@4.1.11(@types/node@25.2.3)':
|
|
4824
|
+
dependencies:
|
|
4825
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4826
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4827
|
+
yoctocolors-cjs: 2.1.3
|
|
4828
|
+
optionalDependencies:
|
|
4829
|
+
'@types/node': 25.2.3
|
|
4830
|
+
|
|
4831
|
+
'@inquirer/search@3.2.2(@types/node@25.2.3)':
|
|
4832
|
+
dependencies:
|
|
4833
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4834
|
+
'@inquirer/figures': 1.0.15
|
|
4835
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4836
|
+
yoctocolors-cjs: 2.1.3
|
|
4837
|
+
optionalDependencies:
|
|
4838
|
+
'@types/node': 25.2.3
|
|
4839
|
+
|
|
4840
|
+
'@inquirer/select@4.4.2(@types/node@25.2.3)':
|
|
4841
|
+
dependencies:
|
|
4842
|
+
'@inquirer/ansi': 1.0.2
|
|
4843
|
+
'@inquirer/core': 10.3.2(@types/node@25.2.3)
|
|
4844
|
+
'@inquirer/figures': 1.0.15
|
|
4845
|
+
'@inquirer/type': 3.0.10(@types/node@25.2.3)
|
|
4846
|
+
yoctocolors-cjs: 2.1.3
|
|
4847
|
+
optionalDependencies:
|
|
4848
|
+
'@types/node': 25.2.3
|
|
4849
|
+
|
|
4850
|
+
'@inquirer/type@3.0.10(@types/node@25.2.3)':
|
|
4851
|
+
optionalDependencies:
|
|
4852
|
+
'@types/node': 25.2.3
|
|
3019
4853
|
|
|
3020
4854
|
'@isaacs/cliui@9.0.0': {}
|
|
3021
4855
|
|
|
3022
|
-
'@joshwooding/vite-plugin-react-docgen-typescript@0.6.4(typescript@5.9.3)(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))':
|
|
4856
|
+
'@joshwooding/vite-plugin-react-docgen-typescript@0.6.4(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))':
|
|
3023
4857
|
dependencies:
|
|
3024
4858
|
glob: 13.0.3
|
|
3025
4859
|
react-docgen-typescript: 2.4.0(typescript@5.9.3)
|
|
3026
|
-
vite: 7.3.1(jiti@2.6.1)(lightningcss@1.30.2)
|
|
4860
|
+
vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2)
|
|
3027
4861
|
optionalDependencies:
|
|
3028
4862
|
typescript: 5.9.3
|
|
3029
4863
|
|
|
@@ -3061,6 +4895,18 @@ snapshots:
|
|
|
3061
4895
|
outvariant: 1.4.3
|
|
3062
4896
|
strict-event-emitter: 0.5.1
|
|
3063
4897
|
|
|
4898
|
+
'@nodelib/fs.scandir@2.1.5':
|
|
4899
|
+
dependencies:
|
|
4900
|
+
'@nodelib/fs.stat': 2.0.5
|
|
4901
|
+
run-parallel: 1.2.0
|
|
4902
|
+
|
|
4903
|
+
'@nodelib/fs.stat@2.0.5': {}
|
|
4904
|
+
|
|
4905
|
+
'@nodelib/fs.walk@1.2.8':
|
|
4906
|
+
dependencies:
|
|
4907
|
+
'@nodelib/fs.scandir': 2.1.5
|
|
4908
|
+
fastq: 1.20.1
|
|
4909
|
+
|
|
3064
4910
|
'@open-draft/deferred-promise@2.2.0': {}
|
|
3065
4911
|
|
|
3066
4912
|
'@open-draft/logger@0.3.0':
|
|
@@ -3070,6 +4916,66 @@ snapshots:
|
|
|
3070
4916
|
|
|
3071
4917
|
'@open-draft/until@2.1.0': {}
|
|
3072
4918
|
|
|
4919
|
+
'@parcel/watcher-android-arm64@2.5.6':
|
|
4920
|
+
optional: true
|
|
4921
|
+
|
|
4922
|
+
'@parcel/watcher-darwin-arm64@2.5.6':
|
|
4923
|
+
optional: true
|
|
4924
|
+
|
|
4925
|
+
'@parcel/watcher-darwin-x64@2.5.6':
|
|
4926
|
+
optional: true
|
|
4927
|
+
|
|
4928
|
+
'@parcel/watcher-freebsd-x64@2.5.6':
|
|
4929
|
+
optional: true
|
|
4930
|
+
|
|
4931
|
+
'@parcel/watcher-linux-arm-glibc@2.5.6':
|
|
4932
|
+
optional: true
|
|
4933
|
+
|
|
4934
|
+
'@parcel/watcher-linux-arm-musl@2.5.6':
|
|
4935
|
+
optional: true
|
|
4936
|
+
|
|
4937
|
+
'@parcel/watcher-linux-arm64-glibc@2.5.6':
|
|
4938
|
+
optional: true
|
|
4939
|
+
|
|
4940
|
+
'@parcel/watcher-linux-arm64-musl@2.5.6':
|
|
4941
|
+
optional: true
|
|
4942
|
+
|
|
4943
|
+
'@parcel/watcher-linux-x64-glibc@2.5.6':
|
|
4944
|
+
optional: true
|
|
4945
|
+
|
|
4946
|
+
'@parcel/watcher-linux-x64-musl@2.5.6':
|
|
4947
|
+
optional: true
|
|
4948
|
+
|
|
4949
|
+
'@parcel/watcher-win32-arm64@2.5.6':
|
|
4950
|
+
optional: true
|
|
4951
|
+
|
|
4952
|
+
'@parcel/watcher-win32-ia32@2.5.6':
|
|
4953
|
+
optional: true
|
|
4954
|
+
|
|
4955
|
+
'@parcel/watcher-win32-x64@2.5.6':
|
|
4956
|
+
optional: true
|
|
4957
|
+
|
|
4958
|
+
'@parcel/watcher@2.5.6':
|
|
4959
|
+
dependencies:
|
|
4960
|
+
detect-libc: 2.1.2
|
|
4961
|
+
is-glob: 4.0.3
|
|
4962
|
+
node-addon-api: 7.1.1
|
|
4963
|
+
picomatch: 4.0.3
|
|
4964
|
+
optionalDependencies:
|
|
4965
|
+
'@parcel/watcher-android-arm64': 2.5.6
|
|
4966
|
+
'@parcel/watcher-darwin-arm64': 2.5.6
|
|
4967
|
+
'@parcel/watcher-darwin-x64': 2.5.6
|
|
4968
|
+
'@parcel/watcher-freebsd-x64': 2.5.6
|
|
4969
|
+
'@parcel/watcher-linux-arm-glibc': 2.5.6
|
|
4970
|
+
'@parcel/watcher-linux-arm-musl': 2.5.6
|
|
4971
|
+
'@parcel/watcher-linux-arm64-glibc': 2.5.6
|
|
4972
|
+
'@parcel/watcher-linux-arm64-musl': 2.5.6
|
|
4973
|
+
'@parcel/watcher-linux-x64-glibc': 2.5.6
|
|
4974
|
+
'@parcel/watcher-linux-x64-musl': 2.5.6
|
|
4975
|
+
'@parcel/watcher-win32-arm64': 2.5.6
|
|
4976
|
+
'@parcel/watcher-win32-ia32': 2.5.6
|
|
4977
|
+
'@parcel/watcher-win32-x64': 2.5.6
|
|
4978
|
+
|
|
3073
4979
|
'@radix-ui/number@1.1.1': {}
|
|
3074
4980
|
|
|
3075
4981
|
'@radix-ui/primitive@1.1.3': {}
|
|
@@ -3833,6 +5739,8 @@ snapshots:
|
|
|
3833
5739
|
|
|
3834
5740
|
'@radix-ui/rect@1.1.1': {}
|
|
3835
5741
|
|
|
5742
|
+
'@repeaterjs/repeater@3.0.6': {}
|
|
5743
|
+
|
|
3836
5744
|
'@rolldown/pluginutils@1.0.0-rc.2': {}
|
|
3837
5745
|
|
|
3838
5746
|
'@rollup/pluginutils@5.3.0(rollup@4.57.1)':
|
|
@@ -3922,10 +5830,10 @@ snapshots:
|
|
|
3922
5830
|
|
|
3923
5831
|
'@standard-schema/utils@0.3.0': {}
|
|
3924
5832
|
|
|
3925
|
-
'@storybook/addon-docs@10.2.8(@types/react@19.2.14)(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))':
|
|
5833
|
+
'@storybook/addon-docs@10.2.8(@types/react@19.2.14)(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))':
|
|
3926
5834
|
dependencies:
|
|
3927
5835
|
'@mdx-js/react': 3.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3928
|
-
'@storybook/csf-plugin': 10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))
|
|
5836
|
+
'@storybook/csf-plugin': 10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))
|
|
3929
5837
|
'@storybook/icons': 2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3930
5838
|
'@storybook/react-dom-shim': 10.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
|
3931
5839
|
react: 19.2.4
|
|
@@ -3952,25 +5860,25 @@ snapshots:
|
|
|
3952
5860
|
- '@tmcp/auth'
|
|
3953
5861
|
- typescript
|
|
3954
5862
|
|
|
3955
|
-
'@storybook/builder-vite@10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))':
|
|
5863
|
+
'@storybook/builder-vite@10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))':
|
|
3956
5864
|
dependencies:
|
|
3957
|
-
'@storybook/csf-plugin': 10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))
|
|
5865
|
+
'@storybook/csf-plugin': 10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))
|
|
3958
5866
|
storybook: 10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3959
5867
|
ts-dedent: 2.2.0
|
|
3960
|
-
vite: 7.3.1(jiti@2.6.1)(lightningcss@1.30.2)
|
|
5868
|
+
vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2)
|
|
3961
5869
|
transitivePeerDependencies:
|
|
3962
5870
|
- esbuild
|
|
3963
5871
|
- rollup
|
|
3964
5872
|
- webpack
|
|
3965
5873
|
|
|
3966
|
-
'@storybook/csf-plugin@10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))':
|
|
5874
|
+
'@storybook/csf-plugin@10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))':
|
|
3967
5875
|
dependencies:
|
|
3968
5876
|
storybook: 10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3969
5877
|
unplugin: 2.3.11
|
|
3970
5878
|
optionalDependencies:
|
|
3971
5879
|
esbuild: 0.27.3
|
|
3972
5880
|
rollup: 4.57.1
|
|
3973
|
-
vite: 7.3.1(jiti@2.6.1)(lightningcss@1.30.2)
|
|
5881
|
+
vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2)
|
|
3974
5882
|
|
|
3975
5883
|
'@storybook/global@5.0.0': {}
|
|
3976
5884
|
|
|
@@ -3995,11 +5903,11 @@ snapshots:
|
|
|
3995
5903
|
react-dom: 19.2.4(react@19.2.4)
|
|
3996
5904
|
storybook: 10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3997
5905
|
|
|
3998
|
-
'@storybook/react-vite@10.2.8(esbuild@0.27.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))':
|
|
5906
|
+
'@storybook/react-vite@10.2.8(esbuild@0.27.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))':
|
|
3999
5907
|
dependencies:
|
|
4000
|
-
'@joshwooding/vite-plugin-react-docgen-typescript': 0.6.4(typescript@5.9.3)(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))
|
|
5908
|
+
'@joshwooding/vite-plugin-react-docgen-typescript': 0.6.4(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))
|
|
4001
5909
|
'@rollup/pluginutils': 5.3.0(rollup@4.57.1)
|
|
4002
|
-
'@storybook/builder-vite': 10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))
|
|
5910
|
+
'@storybook/builder-vite': 10.2.8(esbuild@0.27.3)(rollup@4.57.1)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))
|
|
4003
5911
|
'@storybook/react': 10.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)
|
|
4004
5912
|
empathic: 2.0.0
|
|
4005
5913
|
magic-string: 0.30.21
|
|
@@ -4009,7 +5917,7 @@ snapshots:
|
|
|
4009
5917
|
resolve: 1.22.11
|
|
4010
5918
|
storybook: 10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4011
5919
|
tsconfig-paths: 4.2.0
|
|
4012
|
-
vite: 7.3.1(jiti@2.6.1)(lightningcss@1.30.2)
|
|
5920
|
+
vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2)
|
|
4013
5921
|
transitivePeerDependencies:
|
|
4014
5922
|
- esbuild
|
|
4015
5923
|
- rollup
|
|
@@ -4143,12 +6051,12 @@ snapshots:
|
|
|
4143
6051
|
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.18
|
|
4144
6052
|
'@tailwindcss/oxide-win32-x64-msvc': 4.1.18
|
|
4145
6053
|
|
|
4146
|
-
'@tailwindcss/vite@4.1.18(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))':
|
|
6054
|
+
'@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))':
|
|
4147
6055
|
dependencies:
|
|
4148
6056
|
'@tailwindcss/node': 4.1.18
|
|
4149
6057
|
'@tailwindcss/oxide': 4.1.18
|
|
4150
6058
|
tailwindcss: 4.1.18
|
|
4151
|
-
vite: 7.3.1(jiti@2.6.1)(lightningcss@1.30.2)
|
|
6059
|
+
vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2)
|
|
4152
6060
|
|
|
4153
6061
|
'@tanstack/query-core@5.90.20': {}
|
|
4154
6062
|
|
|
@@ -4181,6 +6089,16 @@ snapshots:
|
|
|
4181
6089
|
dependencies:
|
|
4182
6090
|
'@testing-library/dom': 10.4.1
|
|
4183
6091
|
|
|
6092
|
+
'@theguild/federation-composition@0.21.3(graphql@16.12.0)':
|
|
6093
|
+
dependencies:
|
|
6094
|
+
constant-case: 3.0.4
|
|
6095
|
+
debug: 4.4.3
|
|
6096
|
+
graphql: 16.12.0
|
|
6097
|
+
json5: 2.2.3
|
|
6098
|
+
lodash.sortby: 4.7.0
|
|
6099
|
+
transitivePeerDependencies:
|
|
6100
|
+
- supports-color
|
|
6101
|
+
|
|
4184
6102
|
'@tmcp/adapter-valibot@0.1.5(tmcp@1.19.2(typescript@5.9.3))(valibot@1.2.0(typescript@5.9.3))':
|
|
4185
6103
|
dependencies:
|
|
4186
6104
|
'@standard-schema/spec': 1.1.0
|
|
@@ -4258,6 +6176,10 @@ snapshots:
|
|
|
4258
6176
|
|
|
4259
6177
|
'@types/mdx@2.0.13': {}
|
|
4260
6178
|
|
|
6179
|
+
'@types/node@25.2.3':
|
|
6180
|
+
dependencies:
|
|
6181
|
+
undici-types: 7.16.0
|
|
6182
|
+
|
|
4261
6183
|
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
4262
6184
|
dependencies:
|
|
4263
6185
|
'@types/react': 19.2.14
|
|
@@ -4270,15 +6192,19 @@ snapshots:
|
|
|
4270
6192
|
|
|
4271
6193
|
'@types/statuses@2.0.6': {}
|
|
4272
6194
|
|
|
6195
|
+
'@types/ws@8.18.1':
|
|
6196
|
+
dependencies:
|
|
6197
|
+
'@types/node': 25.2.3
|
|
6198
|
+
|
|
4273
6199
|
'@valibot/to-json-schema@1.5.0(valibot@1.2.0(typescript@5.9.3))':
|
|
4274
6200
|
dependencies:
|
|
4275
6201
|
valibot: 1.2.0(typescript@5.9.3)
|
|
4276
6202
|
|
|
4277
|
-
'@vitejs/plugin-react-swc@4.2.3(vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2))':
|
|
6203
|
+
'@vitejs/plugin-react-swc@4.2.3(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2))':
|
|
4278
6204
|
dependencies:
|
|
4279
6205
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
4280
6206
|
'@swc/core': 1.15.11
|
|
4281
|
-
vite: 7.3.1(jiti@2.6.1)(lightningcss@1.30.2)
|
|
6207
|
+
vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2)
|
|
4282
6208
|
transitivePeerDependencies:
|
|
4283
6209
|
- '@swc/helpers'
|
|
4284
6210
|
|
|
@@ -4310,16 +6236,47 @@ snapshots:
|
|
|
4310
6236
|
lodash-es: 4.17.23
|
|
4311
6237
|
storybook: 10.2.8(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4312
6238
|
|
|
6239
|
+
'@whatwg-node/disposablestack@0.0.6':
|
|
6240
|
+
dependencies:
|
|
6241
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
6242
|
+
tslib: 2.8.1
|
|
6243
|
+
|
|
6244
|
+
'@whatwg-node/fetch@0.10.13':
|
|
6245
|
+
dependencies:
|
|
6246
|
+
'@whatwg-node/node-fetch': 0.8.5
|
|
6247
|
+
urlpattern-polyfill: 10.1.0
|
|
6248
|
+
|
|
6249
|
+
'@whatwg-node/node-fetch@0.8.5':
|
|
6250
|
+
dependencies:
|
|
6251
|
+
'@fastify/busboy': 3.2.0
|
|
6252
|
+
'@whatwg-node/disposablestack': 0.0.6
|
|
6253
|
+
'@whatwg-node/promise-helpers': 1.3.2
|
|
6254
|
+
tslib: 2.8.1
|
|
6255
|
+
|
|
6256
|
+
'@whatwg-node/promise-helpers@1.3.2':
|
|
6257
|
+
dependencies:
|
|
6258
|
+
tslib: 2.8.1
|
|
6259
|
+
|
|
4313
6260
|
acorn@8.15.0: {}
|
|
4314
6261
|
|
|
6262
|
+
ansi-escapes@7.3.0:
|
|
6263
|
+
dependencies:
|
|
6264
|
+
environment: 1.1.0
|
|
6265
|
+
|
|
4315
6266
|
ansi-regex@5.0.1: {}
|
|
4316
6267
|
|
|
6268
|
+
ansi-regex@6.2.2: {}
|
|
6269
|
+
|
|
4317
6270
|
ansi-styles@4.3.0:
|
|
4318
6271
|
dependencies:
|
|
4319
6272
|
color-convert: 2.0.1
|
|
4320
6273
|
|
|
4321
6274
|
ansi-styles@5.2.0: {}
|
|
4322
6275
|
|
|
6276
|
+
ansi-styles@6.2.3: {}
|
|
6277
|
+
|
|
6278
|
+
argparse@2.0.1: {}
|
|
6279
|
+
|
|
4323
6280
|
aria-hidden@1.2.6:
|
|
4324
6281
|
dependencies:
|
|
4325
6282
|
tslib: 2.8.1
|
|
@@ -4330,22 +6287,38 @@ snapshots:
|
|
|
4330
6287
|
|
|
4331
6288
|
aria-query@5.3.2: {}
|
|
4332
6289
|
|
|
6290
|
+
array-union@2.1.0: {}
|
|
6291
|
+
|
|
6292
|
+
asap@2.0.6: {}
|
|
6293
|
+
|
|
4333
6294
|
assertion-error@2.0.1: {}
|
|
4334
6295
|
|
|
4335
6296
|
ast-types@0.16.1:
|
|
4336
6297
|
dependencies:
|
|
4337
6298
|
tslib: 2.8.1
|
|
4338
6299
|
|
|
6300
|
+
auto-bind@4.0.0: {}
|
|
6301
|
+
|
|
6302
|
+
balanced-match@1.0.2: {}
|
|
6303
|
+
|
|
4339
6304
|
balanced-match@4.0.2:
|
|
4340
6305
|
dependencies:
|
|
4341
6306
|
jackspeak: 4.2.3
|
|
4342
6307
|
|
|
4343
6308
|
baseline-browser-mapping@2.9.19: {}
|
|
4344
6309
|
|
|
6310
|
+
brace-expansion@2.0.2:
|
|
6311
|
+
dependencies:
|
|
6312
|
+
balanced-match: 1.0.2
|
|
6313
|
+
|
|
4345
6314
|
brace-expansion@5.0.2:
|
|
4346
6315
|
dependencies:
|
|
4347
6316
|
balanced-match: 4.0.2
|
|
4348
6317
|
|
|
6318
|
+
braces@3.0.3:
|
|
6319
|
+
dependencies:
|
|
6320
|
+
fill-range: 7.1.1
|
|
6321
|
+
|
|
4349
6322
|
browserslist@4.28.1:
|
|
4350
6323
|
dependencies:
|
|
4351
6324
|
baseline-browser-mapping: 2.9.19
|
|
@@ -4354,12 +6327,29 @@ snapshots:
|
|
|
4354
6327
|
node-releases: 2.0.27
|
|
4355
6328
|
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
4356
6329
|
|
|
6330
|
+
bser@2.1.1:
|
|
6331
|
+
dependencies:
|
|
6332
|
+
node-int64: 0.4.0
|
|
6333
|
+
|
|
4357
6334
|
bundle-name@4.1.0:
|
|
4358
6335
|
dependencies:
|
|
4359
6336
|
run-applescript: 7.1.0
|
|
4360
6337
|
|
|
6338
|
+
callsites@3.1.0: {}
|
|
6339
|
+
|
|
6340
|
+
camel-case@4.1.2:
|
|
6341
|
+
dependencies:
|
|
6342
|
+
pascal-case: 3.1.2
|
|
6343
|
+
tslib: 2.8.1
|
|
6344
|
+
|
|
4361
6345
|
caniuse-lite@1.0.30001769: {}
|
|
4362
6346
|
|
|
6347
|
+
capital-case@1.0.4:
|
|
6348
|
+
dependencies:
|
|
6349
|
+
no-case: 3.0.4
|
|
6350
|
+
tslib: 2.8.1
|
|
6351
|
+
upper-case-first: 2.0.2
|
|
6352
|
+
|
|
4363
6353
|
chai@5.3.3:
|
|
4364
6354
|
dependencies:
|
|
4365
6355
|
assertion-error: 2.0.1
|
|
@@ -4368,12 +6358,56 @@ snapshots:
|
|
|
4368
6358
|
loupe: 3.2.1
|
|
4369
6359
|
pathval: 2.0.1
|
|
4370
6360
|
|
|
6361
|
+
chalk@4.1.2:
|
|
6362
|
+
dependencies:
|
|
6363
|
+
ansi-styles: 4.3.0
|
|
6364
|
+
supports-color: 7.2.0
|
|
6365
|
+
|
|
6366
|
+
change-case-all@1.0.15:
|
|
6367
|
+
dependencies:
|
|
6368
|
+
change-case: 4.1.2
|
|
6369
|
+
is-lower-case: 2.0.2
|
|
6370
|
+
is-upper-case: 2.0.2
|
|
6371
|
+
lower-case: 2.0.2
|
|
6372
|
+
lower-case-first: 2.0.2
|
|
6373
|
+
sponge-case: 1.0.1
|
|
6374
|
+
swap-case: 2.0.2
|
|
6375
|
+
title-case: 3.0.3
|
|
6376
|
+
upper-case: 2.0.2
|
|
6377
|
+
upper-case-first: 2.0.2
|
|
6378
|
+
|
|
6379
|
+
change-case@4.1.2:
|
|
6380
|
+
dependencies:
|
|
6381
|
+
camel-case: 4.1.2
|
|
6382
|
+
capital-case: 1.0.4
|
|
6383
|
+
constant-case: 3.0.4
|
|
6384
|
+
dot-case: 3.0.4
|
|
6385
|
+
header-case: 2.0.4
|
|
6386
|
+
no-case: 3.0.4
|
|
6387
|
+
param-case: 3.0.4
|
|
6388
|
+
pascal-case: 3.1.2
|
|
6389
|
+
path-case: 3.0.4
|
|
6390
|
+
sentence-case: 3.0.4
|
|
6391
|
+
snake-case: 3.0.4
|
|
6392
|
+
tslib: 2.8.1
|
|
6393
|
+
|
|
6394
|
+
chardet@2.1.1: {}
|
|
6395
|
+
|
|
4371
6396
|
check-error@2.1.3: {}
|
|
4372
6397
|
|
|
4373
6398
|
class-variance-authority@0.7.1:
|
|
4374
6399
|
dependencies:
|
|
4375
6400
|
clsx: 2.1.1
|
|
4376
6401
|
|
|
6402
|
+
cli-cursor@5.0.0:
|
|
6403
|
+
dependencies:
|
|
6404
|
+
restore-cursor: 5.1.0
|
|
6405
|
+
|
|
6406
|
+
cli-truncate@5.1.1:
|
|
6407
|
+
dependencies:
|
|
6408
|
+
slice-ansi: 7.1.2
|
|
6409
|
+
string-width: 8.1.1
|
|
6410
|
+
|
|
4377
6411
|
cli-width@4.1.0: {}
|
|
4378
6412
|
|
|
4379
6413
|
cliui@8.0.1:
|
|
@@ -4402,9 +6436,47 @@ snapshots:
|
|
|
4402
6436
|
|
|
4403
6437
|
color-name@1.1.4: {}
|
|
4404
6438
|
|
|
4405
|
-
|
|
6439
|
+
colorette@2.0.20: {}
|
|
6440
|
+
|
|
6441
|
+
common-tags@1.8.2: {}
|
|
6442
|
+
|
|
6443
|
+
constant-case@3.0.4:
|
|
6444
|
+
dependencies:
|
|
6445
|
+
no-case: 3.0.4
|
|
6446
|
+
tslib: 2.8.1
|
|
6447
|
+
upper-case: 2.0.2
|
|
6448
|
+
|
|
6449
|
+
convert-source-map@2.0.0: {}
|
|
6450
|
+
|
|
6451
|
+
cookie@1.1.1: {}
|
|
6452
|
+
|
|
6453
|
+
cosmiconfig@8.3.6(typescript@5.9.3):
|
|
6454
|
+
dependencies:
|
|
6455
|
+
import-fresh: 3.3.1
|
|
6456
|
+
js-yaml: 4.1.1
|
|
6457
|
+
parse-json: 5.2.0
|
|
6458
|
+
path-type: 4.0.0
|
|
6459
|
+
optionalDependencies:
|
|
6460
|
+
typescript: 5.9.3
|
|
6461
|
+
|
|
6462
|
+
cosmiconfig@9.0.0(typescript@5.9.3):
|
|
6463
|
+
dependencies:
|
|
6464
|
+
env-paths: 2.2.1
|
|
6465
|
+
import-fresh: 3.3.1
|
|
6466
|
+
js-yaml: 4.1.1
|
|
6467
|
+
parse-json: 5.2.0
|
|
6468
|
+
optionalDependencies:
|
|
6469
|
+
typescript: 5.9.3
|
|
6470
|
+
|
|
6471
|
+
cross-fetch@3.2.0:
|
|
6472
|
+
dependencies:
|
|
6473
|
+
node-fetch: 2.7.0
|
|
6474
|
+
transitivePeerDependencies:
|
|
6475
|
+
- encoding
|
|
4406
6476
|
|
|
4407
|
-
|
|
6477
|
+
cross-inspect@1.0.1:
|
|
6478
|
+
dependencies:
|
|
6479
|
+
tslib: 2.8.1
|
|
4408
6480
|
|
|
4409
6481
|
css.escape@1.5.1: {}
|
|
4410
6482
|
|
|
@@ -4448,10 +6520,16 @@ snapshots:
|
|
|
4448
6520
|
|
|
4449
6521
|
d3-timer@3.0.1: {}
|
|
4450
6522
|
|
|
6523
|
+
data-uri-to-buffer@4.0.1: {}
|
|
6524
|
+
|
|
6525
|
+
dataloader@2.2.3: {}
|
|
6526
|
+
|
|
4451
6527
|
date-fns-jalali@4.1.0-0: {}
|
|
4452
6528
|
|
|
4453
6529
|
date-fns@4.1.0: {}
|
|
4454
6530
|
|
|
6531
|
+
debounce@2.2.0: {}
|
|
6532
|
+
|
|
4455
6533
|
debug@4.4.3:
|
|
4456
6534
|
dependencies:
|
|
4457
6535
|
ms: 2.1.3
|
|
@@ -4469,12 +6547,20 @@ snapshots:
|
|
|
4469
6547
|
|
|
4470
6548
|
define-lazy-prop@3.0.0: {}
|
|
4471
6549
|
|
|
6550
|
+
dependency-graph@1.0.0: {}
|
|
6551
|
+
|
|
4472
6552
|
dequal@2.0.3: {}
|
|
4473
6553
|
|
|
6554
|
+
detect-indent@6.1.0: {}
|
|
6555
|
+
|
|
4474
6556
|
detect-libc@2.1.2: {}
|
|
4475
6557
|
|
|
4476
6558
|
detect-node-es@1.1.0: {}
|
|
4477
6559
|
|
|
6560
|
+
dir-glob@3.0.1:
|
|
6561
|
+
dependencies:
|
|
6562
|
+
path-type: 4.0.0
|
|
6563
|
+
|
|
4478
6564
|
doctrine@3.0.0:
|
|
4479
6565
|
dependencies:
|
|
4480
6566
|
esutils: 2.0.3
|
|
@@ -4488,6 +6574,13 @@ snapshots:
|
|
|
4488
6574
|
'@babel/runtime': 7.28.6
|
|
4489
6575
|
csstype: 3.2.3
|
|
4490
6576
|
|
|
6577
|
+
dot-case@3.0.4:
|
|
6578
|
+
dependencies:
|
|
6579
|
+
no-case: 3.0.4
|
|
6580
|
+
tslib: 2.8.1
|
|
6581
|
+
|
|
6582
|
+
dset@3.1.4: {}
|
|
6583
|
+
|
|
4491
6584
|
electron-to-chromium@1.5.286: {}
|
|
4492
6585
|
|
|
4493
6586
|
embla-carousel-react@8.6.0(react@19.2.4):
|
|
@@ -4502,6 +6595,8 @@ snapshots:
|
|
|
4502
6595
|
|
|
4503
6596
|
embla-carousel@8.6.0: {}
|
|
4504
6597
|
|
|
6598
|
+
emoji-regex@10.6.0: {}
|
|
6599
|
+
|
|
4505
6600
|
emoji-regex@8.0.0: {}
|
|
4506
6601
|
|
|
4507
6602
|
empathic@2.0.0: {}
|
|
@@ -4511,6 +6606,14 @@ snapshots:
|
|
|
4511
6606
|
graceful-fs: 4.2.11
|
|
4512
6607
|
tapable: 2.3.0
|
|
4513
6608
|
|
|
6609
|
+
env-paths@2.2.1: {}
|
|
6610
|
+
|
|
6611
|
+
environment@1.1.0: {}
|
|
6612
|
+
|
|
6613
|
+
error-ex@1.3.4:
|
|
6614
|
+
dependencies:
|
|
6615
|
+
is-arrayish: 0.2.1
|
|
6616
|
+
|
|
4514
6617
|
esbuild@0.27.3:
|
|
4515
6618
|
optionalDependencies:
|
|
4516
6619
|
'@esbuild/aix-ppc64': 0.27.3
|
|
@@ -4552,12 +6655,57 @@ snapshots:
|
|
|
4552
6655
|
|
|
4553
6656
|
eventemitter3@4.0.7: {}
|
|
4554
6657
|
|
|
6658
|
+
eventemitter3@5.0.4: {}
|
|
6659
|
+
|
|
4555
6660
|
fast-equals@5.4.0: {}
|
|
4556
6661
|
|
|
6662
|
+
fast-glob@3.3.3:
|
|
6663
|
+
dependencies:
|
|
6664
|
+
'@nodelib/fs.stat': 2.0.5
|
|
6665
|
+
'@nodelib/fs.walk': 1.2.8
|
|
6666
|
+
glob-parent: 5.1.2
|
|
6667
|
+
merge2: 1.4.1
|
|
6668
|
+
micromatch: 4.0.8
|
|
6669
|
+
|
|
6670
|
+
fastq@1.20.1:
|
|
6671
|
+
dependencies:
|
|
6672
|
+
reusify: 1.1.0
|
|
6673
|
+
|
|
6674
|
+
fb-watchman@2.0.2:
|
|
6675
|
+
dependencies:
|
|
6676
|
+
bser: 2.1.1
|
|
6677
|
+
|
|
6678
|
+
fbjs-css-vars@1.0.2: {}
|
|
6679
|
+
|
|
6680
|
+
fbjs@3.0.5:
|
|
6681
|
+
dependencies:
|
|
6682
|
+
cross-fetch: 3.2.0
|
|
6683
|
+
fbjs-css-vars: 1.0.2
|
|
6684
|
+
loose-envify: 1.4.0
|
|
6685
|
+
object-assign: 4.1.1
|
|
6686
|
+
promise: 7.3.1
|
|
6687
|
+
setimmediate: 1.0.5
|
|
6688
|
+
ua-parser-js: 1.0.41
|
|
6689
|
+
transitivePeerDependencies:
|
|
6690
|
+
- encoding
|
|
6691
|
+
|
|
4557
6692
|
fdir@6.5.0(picomatch@4.0.3):
|
|
4558
6693
|
optionalDependencies:
|
|
4559
6694
|
picomatch: 4.0.3
|
|
4560
6695
|
|
|
6696
|
+
fetch-blob@3.2.0:
|
|
6697
|
+
dependencies:
|
|
6698
|
+
node-domexception: 1.0.0
|
|
6699
|
+
web-streams-polyfill: 3.3.3
|
|
6700
|
+
|
|
6701
|
+
fill-range@7.1.1:
|
|
6702
|
+
dependencies:
|
|
6703
|
+
to-regex-range: 5.0.1
|
|
6704
|
+
|
|
6705
|
+
formdata-polyfill@4.0.10:
|
|
6706
|
+
dependencies:
|
|
6707
|
+
fetch-blob: 3.2.0
|
|
6708
|
+
|
|
4561
6709
|
fsevents@2.3.3:
|
|
4562
6710
|
optional: true
|
|
4563
6711
|
|
|
@@ -4567,29 +6715,100 @@ snapshots:
|
|
|
4567
6715
|
|
|
4568
6716
|
get-caller-file@2.0.5: {}
|
|
4569
6717
|
|
|
6718
|
+
get-east-asian-width@1.4.0: {}
|
|
6719
|
+
|
|
4570
6720
|
get-nonce@1.0.1: {}
|
|
4571
6721
|
|
|
6722
|
+
glob-parent@5.1.2:
|
|
6723
|
+
dependencies:
|
|
6724
|
+
is-glob: 4.0.3
|
|
6725
|
+
|
|
4572
6726
|
glob@13.0.3:
|
|
4573
6727
|
dependencies:
|
|
4574
6728
|
minimatch: 10.2.0
|
|
4575
6729
|
minipass: 7.1.2
|
|
4576
6730
|
path-scurry: 2.0.1
|
|
4577
6731
|
|
|
6732
|
+
globby@11.1.0:
|
|
6733
|
+
dependencies:
|
|
6734
|
+
array-union: 2.1.0
|
|
6735
|
+
dir-glob: 3.0.1
|
|
6736
|
+
fast-glob: 3.3.3
|
|
6737
|
+
ignore: 5.3.2
|
|
6738
|
+
merge2: 1.4.1
|
|
6739
|
+
slash: 3.0.0
|
|
6740
|
+
|
|
4578
6741
|
graceful-fs@4.2.11: {}
|
|
4579
6742
|
|
|
6743
|
+
graphql-config@5.1.5(@types/node@25.2.3)(graphql@16.12.0)(typescript@5.9.3):
|
|
6744
|
+
dependencies:
|
|
6745
|
+
'@graphql-tools/graphql-file-loader': 8.1.9(graphql@16.12.0)
|
|
6746
|
+
'@graphql-tools/json-file-loader': 8.0.26(graphql@16.12.0)
|
|
6747
|
+
'@graphql-tools/load': 8.1.8(graphql@16.12.0)
|
|
6748
|
+
'@graphql-tools/merge': 9.1.7(graphql@16.12.0)
|
|
6749
|
+
'@graphql-tools/url-loader': 8.0.33(@types/node@25.2.3)(graphql@16.12.0)
|
|
6750
|
+
'@graphql-tools/utils': 10.11.0(graphql@16.12.0)
|
|
6751
|
+
cosmiconfig: 8.3.6(typescript@5.9.3)
|
|
6752
|
+
graphql: 16.12.0
|
|
6753
|
+
jiti: 2.6.1
|
|
6754
|
+
minimatch: 9.0.5
|
|
6755
|
+
string-env-interpolation: 1.0.1
|
|
6756
|
+
tslib: 2.8.1
|
|
6757
|
+
transitivePeerDependencies:
|
|
6758
|
+
- '@fastify/websocket'
|
|
6759
|
+
- '@types/node'
|
|
6760
|
+
- bufferutil
|
|
6761
|
+
- crossws
|
|
6762
|
+
- supports-color
|
|
6763
|
+
- typescript
|
|
6764
|
+
- utf-8-validate
|
|
6765
|
+
|
|
4580
6766
|
graphql-request@7.4.0(graphql@16.12.0):
|
|
4581
6767
|
dependencies:
|
|
4582
6768
|
'@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0)
|
|
4583
6769
|
graphql: 16.12.0
|
|
4584
6770
|
|
|
6771
|
+
graphql-tag@2.12.6(graphql@16.12.0):
|
|
6772
|
+
dependencies:
|
|
6773
|
+
graphql: 16.12.0
|
|
6774
|
+
tslib: 2.8.1
|
|
6775
|
+
|
|
6776
|
+
graphql-ws@6.0.7(graphql@16.12.0)(ws@8.19.0):
|
|
6777
|
+
dependencies:
|
|
6778
|
+
graphql: 16.12.0
|
|
6779
|
+
optionalDependencies:
|
|
6780
|
+
ws: 8.19.0
|
|
6781
|
+
|
|
4585
6782
|
graphql@16.12.0: {}
|
|
4586
6783
|
|
|
6784
|
+
has-flag@4.0.0: {}
|
|
6785
|
+
|
|
4587
6786
|
hasown@2.0.2:
|
|
4588
6787
|
dependencies:
|
|
4589
6788
|
function-bind: 1.1.2
|
|
4590
6789
|
|
|
6790
|
+
header-case@2.0.4:
|
|
6791
|
+
dependencies:
|
|
6792
|
+
capital-case: 1.0.4
|
|
6793
|
+
tslib: 2.8.1
|
|
6794
|
+
|
|
4591
6795
|
headers-polyfill@4.0.3: {}
|
|
4592
6796
|
|
|
6797
|
+
iconv-lite@0.7.2:
|
|
6798
|
+
dependencies:
|
|
6799
|
+
safer-buffer: 2.1.2
|
|
6800
|
+
|
|
6801
|
+
ignore@5.3.2: {}
|
|
6802
|
+
|
|
6803
|
+
immutable@3.7.6: {}
|
|
6804
|
+
|
|
6805
|
+
import-fresh@3.3.1:
|
|
6806
|
+
dependencies:
|
|
6807
|
+
parent-module: 1.0.1
|
|
6808
|
+
resolve-from: 4.0.0
|
|
6809
|
+
|
|
6810
|
+
import-from@4.0.0: {}
|
|
6811
|
+
|
|
4593
6812
|
indent-string@4.0.0: {}
|
|
4594
6813
|
|
|
4595
6814
|
input-otp@1.4.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
@@ -4599,24 +6818,75 @@ snapshots:
|
|
|
4599
6818
|
|
|
4600
6819
|
internmap@2.0.3: {}
|
|
4601
6820
|
|
|
6821
|
+
invariant@2.2.4:
|
|
6822
|
+
dependencies:
|
|
6823
|
+
loose-envify: 1.4.0
|
|
6824
|
+
|
|
6825
|
+
is-absolute@1.0.0:
|
|
6826
|
+
dependencies:
|
|
6827
|
+
is-relative: 1.0.0
|
|
6828
|
+
is-windows: 1.0.2
|
|
6829
|
+
|
|
6830
|
+
is-arrayish@0.2.1: {}
|
|
6831
|
+
|
|
4602
6832
|
is-core-module@2.16.1:
|
|
4603
6833
|
dependencies:
|
|
4604
6834
|
hasown: 2.0.2
|
|
4605
6835
|
|
|
4606
6836
|
is-docker@3.0.0: {}
|
|
4607
6837
|
|
|
6838
|
+
is-extglob@2.1.1: {}
|
|
6839
|
+
|
|
4608
6840
|
is-fullwidth-code-point@3.0.0: {}
|
|
4609
6841
|
|
|
6842
|
+
is-fullwidth-code-point@5.1.0:
|
|
6843
|
+
dependencies:
|
|
6844
|
+
get-east-asian-width: 1.4.0
|
|
6845
|
+
|
|
6846
|
+
is-glob@4.0.3:
|
|
6847
|
+
dependencies:
|
|
6848
|
+
is-extglob: 2.1.1
|
|
6849
|
+
|
|
4610
6850
|
is-inside-container@1.0.0:
|
|
4611
6851
|
dependencies:
|
|
4612
6852
|
is-docker: 3.0.0
|
|
4613
6853
|
|
|
6854
|
+
is-lower-case@2.0.2:
|
|
6855
|
+
dependencies:
|
|
6856
|
+
tslib: 2.8.1
|
|
6857
|
+
|
|
4614
6858
|
is-node-process@1.2.0: {}
|
|
4615
6859
|
|
|
6860
|
+
is-number@7.0.0: {}
|
|
6861
|
+
|
|
6862
|
+
is-relative@1.0.0:
|
|
6863
|
+
dependencies:
|
|
6864
|
+
is-unc-path: 1.0.0
|
|
6865
|
+
|
|
6866
|
+
is-unc-path@1.0.0:
|
|
6867
|
+
dependencies:
|
|
6868
|
+
unc-path-regex: 0.1.2
|
|
6869
|
+
|
|
6870
|
+
is-unicode-supported@0.1.0: {}
|
|
6871
|
+
|
|
6872
|
+
is-upper-case@2.0.2:
|
|
6873
|
+
dependencies:
|
|
6874
|
+
tslib: 2.8.1
|
|
6875
|
+
|
|
6876
|
+
is-windows@1.0.2: {}
|
|
6877
|
+
|
|
4616
6878
|
is-wsl@3.1.0:
|
|
4617
6879
|
dependencies:
|
|
4618
6880
|
is-inside-container: 1.0.0
|
|
4619
6881
|
|
|
6882
|
+
isomorphic-ws@5.0.0(ws@8.19.0):
|
|
6883
|
+
dependencies:
|
|
6884
|
+
ws: 8.19.0
|
|
6885
|
+
|
|
6886
|
+
isows@1.0.7(ws@8.19.0):
|
|
6887
|
+
dependencies:
|
|
6888
|
+
ws: 8.19.0
|
|
6889
|
+
|
|
4620
6890
|
jackspeak@4.2.3:
|
|
4621
6891
|
dependencies:
|
|
4622
6892
|
'@isaacs/cliui': 9.0.0
|
|
@@ -4625,10 +6895,21 @@ snapshots:
|
|
|
4625
6895
|
|
|
4626
6896
|
js-tokens@4.0.0: {}
|
|
4627
6897
|
|
|
6898
|
+
js-yaml@4.1.1:
|
|
6899
|
+
dependencies:
|
|
6900
|
+
argparse: 2.0.1
|
|
6901
|
+
|
|
4628
6902
|
jsesc@3.1.0: {}
|
|
4629
6903
|
|
|
6904
|
+
json-parse-even-better-errors@2.3.1: {}
|
|
6905
|
+
|
|
4630
6906
|
json-rpc-2.0@1.7.1: {}
|
|
4631
6907
|
|
|
6908
|
+
json-to-pretty-yaml@1.2.2:
|
|
6909
|
+
dependencies:
|
|
6910
|
+
remedial: 1.0.8
|
|
6911
|
+
remove-trailing-spaces: 1.0.9
|
|
6912
|
+
|
|
4632
6913
|
json5@2.2.3: {}
|
|
4633
6914
|
|
|
4634
6915
|
lightningcss-android-arm64@1.30.2:
|
|
@@ -4680,16 +6961,50 @@ snapshots:
|
|
|
4680
6961
|
lightningcss-win32-arm64-msvc: 1.30.2
|
|
4681
6962
|
lightningcss-win32-x64-msvc: 1.30.2
|
|
4682
6963
|
|
|
6964
|
+
lines-and-columns@1.2.4: {}
|
|
6965
|
+
|
|
6966
|
+
listr2@9.0.5:
|
|
6967
|
+
dependencies:
|
|
6968
|
+
cli-truncate: 5.1.1
|
|
6969
|
+
colorette: 2.0.20
|
|
6970
|
+
eventemitter3: 5.0.4
|
|
6971
|
+
log-update: 6.1.0
|
|
6972
|
+
rfdc: 1.4.1
|
|
6973
|
+
wrap-ansi: 9.0.2
|
|
6974
|
+
|
|
4683
6975
|
lodash-es@4.17.23: {}
|
|
4684
6976
|
|
|
6977
|
+
lodash.sortby@4.7.0: {}
|
|
6978
|
+
|
|
4685
6979
|
lodash@4.17.23: {}
|
|
4686
6980
|
|
|
6981
|
+
log-symbols@4.1.0:
|
|
6982
|
+
dependencies:
|
|
6983
|
+
chalk: 4.1.2
|
|
6984
|
+
is-unicode-supported: 0.1.0
|
|
6985
|
+
|
|
6986
|
+
log-update@6.1.0:
|
|
6987
|
+
dependencies:
|
|
6988
|
+
ansi-escapes: 7.3.0
|
|
6989
|
+
cli-cursor: 5.0.0
|
|
6990
|
+
slice-ansi: 7.1.2
|
|
6991
|
+
strip-ansi: 7.1.2
|
|
6992
|
+
wrap-ansi: 9.0.2
|
|
6993
|
+
|
|
4687
6994
|
loose-envify@1.4.0:
|
|
4688
6995
|
dependencies:
|
|
4689
6996
|
js-tokens: 4.0.0
|
|
4690
6997
|
|
|
4691
6998
|
loupe@3.2.1: {}
|
|
4692
6999
|
|
|
7000
|
+
lower-case-first@2.0.2:
|
|
7001
|
+
dependencies:
|
|
7002
|
+
tslib: 2.8.1
|
|
7003
|
+
|
|
7004
|
+
lower-case@2.0.2:
|
|
7005
|
+
dependencies:
|
|
7006
|
+
tslib: 2.8.1
|
|
7007
|
+
|
|
4693
7008
|
lru-cache@11.2.6: {}
|
|
4694
7009
|
|
|
4695
7010
|
lru-cache@5.1.1:
|
|
@@ -4706,26 +7021,45 @@ snapshots:
|
|
|
4706
7021
|
dependencies:
|
|
4707
7022
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
4708
7023
|
|
|
7024
|
+
map-cache@0.2.2: {}
|
|
7025
|
+
|
|
7026
|
+
merge2@1.4.1: {}
|
|
7027
|
+
|
|
7028
|
+
meros@1.3.2(@types/node@25.2.3):
|
|
7029
|
+
optionalDependencies:
|
|
7030
|
+
'@types/node': 25.2.3
|
|
7031
|
+
|
|
7032
|
+
micromatch@4.0.8:
|
|
7033
|
+
dependencies:
|
|
7034
|
+
braces: 3.0.3
|
|
7035
|
+
picomatch: 2.3.1
|
|
7036
|
+
|
|
7037
|
+
mimic-function@5.0.1: {}
|
|
7038
|
+
|
|
4709
7039
|
min-indent@1.0.1: {}
|
|
4710
7040
|
|
|
4711
7041
|
minimatch@10.2.0:
|
|
4712
7042
|
dependencies:
|
|
4713
7043
|
brace-expansion: 5.0.2
|
|
4714
7044
|
|
|
7045
|
+
minimatch@9.0.5:
|
|
7046
|
+
dependencies:
|
|
7047
|
+
brace-expansion: 2.0.2
|
|
7048
|
+
|
|
4715
7049
|
minimist@1.2.8: {}
|
|
4716
7050
|
|
|
4717
7051
|
minipass@7.1.2: {}
|
|
4718
7052
|
|
|
4719
7053
|
ms@2.1.3: {}
|
|
4720
7054
|
|
|
4721
|
-
msw-storybook-addon@2.0.6(msw@2.12.10(typescript@5.9.3)):
|
|
7055
|
+
msw-storybook-addon@2.0.6(msw@2.12.10(@types/node@25.2.3)(typescript@5.9.3)):
|
|
4722
7056
|
dependencies:
|
|
4723
7057
|
is-node-process: 1.2.0
|
|
4724
|
-
msw: 2.12.10(typescript@5.9.3)
|
|
7058
|
+
msw: 2.12.10(@types/node@25.2.3)(typescript@5.9.3)
|
|
4725
7059
|
|
|
4726
|
-
msw@2.12.10(typescript@5.9.3):
|
|
7060
|
+
msw@2.12.10(@types/node@25.2.3)(typescript@5.9.3):
|
|
4727
7061
|
dependencies:
|
|
4728
|
-
'@inquirer/confirm': 5.1.21
|
|
7062
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.2.3)
|
|
4729
7063
|
'@mswjs/interceptors': 0.41.3
|
|
4730
7064
|
'@open-draft/deferred-promise': 2.2.0
|
|
4731
7065
|
'@types/statuses': 2.0.6
|
|
@@ -4757,10 +7091,41 @@ snapshots:
|
|
|
4757
7091
|
react: 19.2.4
|
|
4758
7092
|
react-dom: 19.2.4(react@19.2.4)
|
|
4759
7093
|
|
|
7094
|
+
no-case@3.0.4:
|
|
7095
|
+
dependencies:
|
|
7096
|
+
lower-case: 2.0.2
|
|
7097
|
+
tslib: 2.8.1
|
|
7098
|
+
|
|
7099
|
+
node-addon-api@7.1.1: {}
|
|
7100
|
+
|
|
7101
|
+
node-domexception@1.0.0: {}
|
|
7102
|
+
|
|
7103
|
+
node-fetch@2.7.0:
|
|
7104
|
+
dependencies:
|
|
7105
|
+
whatwg-url: 5.0.0
|
|
7106
|
+
|
|
7107
|
+
node-fetch@3.3.2:
|
|
7108
|
+
dependencies:
|
|
7109
|
+
data-uri-to-buffer: 4.0.1
|
|
7110
|
+
fetch-blob: 3.2.0
|
|
7111
|
+
formdata-polyfill: 4.0.10
|
|
7112
|
+
|
|
7113
|
+
node-int64@0.4.0: {}
|
|
7114
|
+
|
|
4760
7115
|
node-releases@2.0.27: {}
|
|
4761
7116
|
|
|
7117
|
+
normalize-path@2.1.1:
|
|
7118
|
+
dependencies:
|
|
7119
|
+
remove-trailing-separator: 1.1.0
|
|
7120
|
+
|
|
7121
|
+
nullthrows@1.1.1: {}
|
|
7122
|
+
|
|
4762
7123
|
object-assign@4.1.1: {}
|
|
4763
7124
|
|
|
7125
|
+
onetime@7.0.0:
|
|
7126
|
+
dependencies:
|
|
7127
|
+
mimic-function: 5.0.1
|
|
7128
|
+
|
|
4764
7129
|
open@10.2.0:
|
|
4765
7130
|
dependencies:
|
|
4766
7131
|
default-browser: 5.5.0
|
|
@@ -4770,8 +7135,50 @@ snapshots:
|
|
|
4770
7135
|
|
|
4771
7136
|
outvariant@1.4.3: {}
|
|
4772
7137
|
|
|
7138
|
+
p-limit@3.1.0:
|
|
7139
|
+
dependencies:
|
|
7140
|
+
yocto-queue: 0.1.0
|
|
7141
|
+
|
|
7142
|
+
param-case@3.0.4:
|
|
7143
|
+
dependencies:
|
|
7144
|
+
dot-case: 3.0.4
|
|
7145
|
+
tslib: 2.8.1
|
|
7146
|
+
|
|
7147
|
+
parent-module@1.0.1:
|
|
7148
|
+
dependencies:
|
|
7149
|
+
callsites: 3.1.0
|
|
7150
|
+
|
|
7151
|
+
parse-filepath@1.0.2:
|
|
7152
|
+
dependencies:
|
|
7153
|
+
is-absolute: 1.0.0
|
|
7154
|
+
map-cache: 0.2.2
|
|
7155
|
+
path-root: 0.1.1
|
|
7156
|
+
|
|
7157
|
+
parse-json@5.2.0:
|
|
7158
|
+
dependencies:
|
|
7159
|
+
'@babel/code-frame': 7.29.0
|
|
7160
|
+
error-ex: 1.3.4
|
|
7161
|
+
json-parse-even-better-errors: 2.3.1
|
|
7162
|
+
lines-and-columns: 1.2.4
|
|
7163
|
+
|
|
7164
|
+
pascal-case@3.1.2:
|
|
7165
|
+
dependencies:
|
|
7166
|
+
no-case: 3.0.4
|
|
7167
|
+
tslib: 2.8.1
|
|
7168
|
+
|
|
7169
|
+
path-case@3.0.4:
|
|
7170
|
+
dependencies:
|
|
7171
|
+
dot-case: 3.0.4
|
|
7172
|
+
tslib: 2.8.1
|
|
7173
|
+
|
|
4773
7174
|
path-parse@1.0.7: {}
|
|
4774
7175
|
|
|
7176
|
+
path-root-regex@0.1.2: {}
|
|
7177
|
+
|
|
7178
|
+
path-root@0.1.1:
|
|
7179
|
+
dependencies:
|
|
7180
|
+
path-root-regex: 0.1.2
|
|
7181
|
+
|
|
4775
7182
|
path-scurry@2.0.1:
|
|
4776
7183
|
dependencies:
|
|
4777
7184
|
lru-cache: 11.2.6
|
|
@@ -4779,10 +7186,14 @@ snapshots:
|
|
|
4779
7186
|
|
|
4780
7187
|
path-to-regexp@6.3.0: {}
|
|
4781
7188
|
|
|
7189
|
+
path-type@4.0.0: {}
|
|
7190
|
+
|
|
4782
7191
|
pathval@2.0.1: {}
|
|
4783
7192
|
|
|
4784
7193
|
picocolors@1.1.1: {}
|
|
4785
7194
|
|
|
7195
|
+
picomatch@2.3.1: {}
|
|
7196
|
+
|
|
4786
7197
|
picomatch@4.0.3: {}
|
|
4787
7198
|
|
|
4788
7199
|
picoquery@2.5.0: {}
|
|
@@ -4799,12 +7210,18 @@ snapshots:
|
|
|
4799
7210
|
ansi-styles: 5.2.0
|
|
4800
7211
|
react-is: 17.0.2
|
|
4801
7212
|
|
|
7213
|
+
promise@7.3.1:
|
|
7214
|
+
dependencies:
|
|
7215
|
+
asap: 2.0.6
|
|
7216
|
+
|
|
4802
7217
|
prop-types@15.8.1:
|
|
4803
7218
|
dependencies:
|
|
4804
7219
|
loose-envify: 1.4.0
|
|
4805
7220
|
object-assign: 4.1.1
|
|
4806
7221
|
react-is: 16.13.1
|
|
4807
7222
|
|
|
7223
|
+
queue-microtask@1.2.3: {}
|
|
7224
|
+
|
|
4808
7225
|
radix-ui@1.4.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4809
7226
|
dependencies:
|
|
4810
7227
|
'@radix-ui/primitive': 1.1.3
|
|
@@ -5004,18 +7421,45 @@ snapshots:
|
|
|
5004
7421
|
indent-string: 4.0.0
|
|
5005
7422
|
strip-indent: 3.0.0
|
|
5006
7423
|
|
|
7424
|
+
relay-runtime@12.0.0:
|
|
7425
|
+
dependencies:
|
|
7426
|
+
'@babel/runtime': 7.28.6
|
|
7427
|
+
fbjs: 3.0.5
|
|
7428
|
+
invariant: 2.2.4
|
|
7429
|
+
transitivePeerDependencies:
|
|
7430
|
+
- encoding
|
|
7431
|
+
|
|
7432
|
+
remedial@1.0.8: {}
|
|
7433
|
+
|
|
7434
|
+
remove-trailing-separator@1.1.0: {}
|
|
7435
|
+
|
|
7436
|
+
remove-trailing-spaces@1.0.9: {}
|
|
7437
|
+
|
|
5007
7438
|
require-directory@2.1.1: {}
|
|
5008
7439
|
|
|
5009
7440
|
reselect@5.1.1: {}
|
|
5010
7441
|
|
|
7442
|
+
resolve-from@4.0.0: {}
|
|
7443
|
+
|
|
7444
|
+
resolve-from@5.0.0: {}
|
|
7445
|
+
|
|
5011
7446
|
resolve@1.22.11:
|
|
5012
7447
|
dependencies:
|
|
5013
7448
|
is-core-module: 2.16.1
|
|
5014
7449
|
path-parse: 1.0.7
|
|
5015
7450
|
supports-preserve-symlinks-flag: 1.0.0
|
|
5016
7451
|
|
|
7452
|
+
restore-cursor@5.1.0:
|
|
7453
|
+
dependencies:
|
|
7454
|
+
onetime: 7.0.0
|
|
7455
|
+
signal-exit: 4.1.0
|
|
7456
|
+
|
|
5017
7457
|
rettime@0.10.1: {}
|
|
5018
7458
|
|
|
7459
|
+
reusify@1.1.0: {}
|
|
7460
|
+
|
|
7461
|
+
rfdc@1.4.1: {}
|
|
7462
|
+
|
|
5019
7463
|
rollup@4.57.1:
|
|
5020
7464
|
dependencies:
|
|
5021
7465
|
'@types/estree': 1.0.8
|
|
@@ -5049,16 +7493,46 @@ snapshots:
|
|
|
5049
7493
|
|
|
5050
7494
|
run-applescript@7.1.0: {}
|
|
5051
7495
|
|
|
7496
|
+
run-parallel@1.2.0:
|
|
7497
|
+
dependencies:
|
|
7498
|
+
queue-microtask: 1.2.3
|
|
7499
|
+
|
|
7500
|
+
safer-buffer@2.1.2: {}
|
|
7501
|
+
|
|
5052
7502
|
scheduler@0.27.0: {}
|
|
5053
7503
|
|
|
5054
7504
|
semver@6.3.1: {}
|
|
5055
7505
|
|
|
5056
7506
|
semver@7.7.4: {}
|
|
5057
7507
|
|
|
7508
|
+
sentence-case@3.0.4:
|
|
7509
|
+
dependencies:
|
|
7510
|
+
no-case: 3.0.4
|
|
7511
|
+
tslib: 2.8.1
|
|
7512
|
+
upper-case-first: 2.0.2
|
|
7513
|
+
|
|
5058
7514
|
set-cookie-parser@2.7.2: {}
|
|
5059
7515
|
|
|
7516
|
+
setimmediate@1.0.5: {}
|
|
7517
|
+
|
|
7518
|
+
shell-quote@1.8.3: {}
|
|
7519
|
+
|
|
5060
7520
|
signal-exit@4.1.0: {}
|
|
5061
7521
|
|
|
7522
|
+
signedsource@1.0.0: {}
|
|
7523
|
+
|
|
7524
|
+
slash@3.0.0: {}
|
|
7525
|
+
|
|
7526
|
+
slice-ansi@7.1.2:
|
|
7527
|
+
dependencies:
|
|
7528
|
+
ansi-styles: 6.2.3
|
|
7529
|
+
is-fullwidth-code-point: 5.1.0
|
|
7530
|
+
|
|
7531
|
+
snake-case@3.0.4:
|
|
7532
|
+
dependencies:
|
|
7533
|
+
dot-case: 3.0.4
|
|
7534
|
+
tslib: 2.8.1
|
|
7535
|
+
|
|
5062
7536
|
sonner@2.0.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
5063
7537
|
dependencies:
|
|
5064
7538
|
react: 19.2.4
|
|
@@ -5068,6 +7542,10 @@ snapshots:
|
|
|
5068
7542
|
|
|
5069
7543
|
source-map@0.6.1: {}
|
|
5070
7544
|
|
|
7545
|
+
sponge-case@1.0.1:
|
|
7546
|
+
dependencies:
|
|
7547
|
+
tslib: 2.8.1
|
|
7548
|
+
|
|
5071
7549
|
sqids@0.3.0: {}
|
|
5072
7550
|
|
|
5073
7551
|
statuses@2.0.2: {}
|
|
@@ -5095,16 +7573,33 @@ snapshots:
|
|
|
5095
7573
|
|
|
5096
7574
|
strict-event-emitter@0.5.1: {}
|
|
5097
7575
|
|
|
7576
|
+
string-env-interpolation@1.0.1: {}
|
|
7577
|
+
|
|
5098
7578
|
string-width@4.2.3:
|
|
5099
7579
|
dependencies:
|
|
5100
7580
|
emoji-regex: 8.0.0
|
|
5101
7581
|
is-fullwidth-code-point: 3.0.0
|
|
5102
7582
|
strip-ansi: 6.0.1
|
|
5103
7583
|
|
|
7584
|
+
string-width@7.2.0:
|
|
7585
|
+
dependencies:
|
|
7586
|
+
emoji-regex: 10.6.0
|
|
7587
|
+
get-east-asian-width: 1.4.0
|
|
7588
|
+
strip-ansi: 7.1.2
|
|
7589
|
+
|
|
7590
|
+
string-width@8.1.1:
|
|
7591
|
+
dependencies:
|
|
7592
|
+
get-east-asian-width: 1.4.0
|
|
7593
|
+
strip-ansi: 7.1.2
|
|
7594
|
+
|
|
5104
7595
|
strip-ansi@6.0.1:
|
|
5105
7596
|
dependencies:
|
|
5106
7597
|
ansi-regex: 5.0.1
|
|
5107
7598
|
|
|
7599
|
+
strip-ansi@7.1.2:
|
|
7600
|
+
dependencies:
|
|
7601
|
+
ansi-regex: 6.2.2
|
|
7602
|
+
|
|
5108
7603
|
strip-bom@3.0.0: {}
|
|
5109
7604
|
|
|
5110
7605
|
strip-indent@3.0.0:
|
|
@@ -5113,8 +7608,28 @@ snapshots:
|
|
|
5113
7608
|
|
|
5114
7609
|
strip-indent@4.1.1: {}
|
|
5115
7610
|
|
|
7611
|
+
supports-color@7.2.0:
|
|
7612
|
+
dependencies:
|
|
7613
|
+
has-flag: 4.0.0
|
|
7614
|
+
|
|
5116
7615
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
5117
7616
|
|
|
7617
|
+
swap-case@2.0.2:
|
|
7618
|
+
dependencies:
|
|
7619
|
+
tslib: 2.8.1
|
|
7620
|
+
|
|
7621
|
+
sync-fetch@0.6.0:
|
|
7622
|
+
dependencies:
|
|
7623
|
+
node-fetch: 3.3.2
|
|
7624
|
+
timeout-signal: 2.0.0
|
|
7625
|
+
whatwg-mimetype: 4.0.0
|
|
7626
|
+
|
|
7627
|
+
sync-fetch@0.6.0-2:
|
|
7628
|
+
dependencies:
|
|
7629
|
+
node-fetch: 3.3.2
|
|
7630
|
+
timeout-signal: 2.0.0
|
|
7631
|
+
whatwg-mimetype: 4.0.0
|
|
7632
|
+
|
|
5118
7633
|
tabbable@6.4.0: {}
|
|
5119
7634
|
|
|
5120
7635
|
tagged-tag@1.0.0: {}
|
|
@@ -5125,6 +7640,8 @@ snapshots:
|
|
|
5125
7640
|
|
|
5126
7641
|
tapable@2.3.0: {}
|
|
5127
7642
|
|
|
7643
|
+
timeout-signal@2.0.0: {}
|
|
7644
|
+
|
|
5128
7645
|
tiny-invariant@1.3.3: {}
|
|
5129
7646
|
|
|
5130
7647
|
tinyglobby@0.2.15:
|
|
@@ -5136,6 +7653,10 @@ snapshots:
|
|
|
5136
7653
|
|
|
5137
7654
|
tinyspy@4.0.4: {}
|
|
5138
7655
|
|
|
7656
|
+
title-case@3.0.3:
|
|
7657
|
+
dependencies:
|
|
7658
|
+
tslib: 2.8.1
|
|
7659
|
+
|
|
5139
7660
|
tldts-core@7.0.23: {}
|
|
5140
7661
|
|
|
5141
7662
|
tldts@7.0.23:
|
|
@@ -5152,18 +7673,28 @@ snapshots:
|
|
|
5152
7673
|
transitivePeerDependencies:
|
|
5153
7674
|
- typescript
|
|
5154
7675
|
|
|
7676
|
+
to-regex-range@5.0.1:
|
|
7677
|
+
dependencies:
|
|
7678
|
+
is-number: 7.0.0
|
|
7679
|
+
|
|
5155
7680
|
tough-cookie@6.0.0:
|
|
5156
7681
|
dependencies:
|
|
5157
7682
|
tldts: 7.0.23
|
|
5158
7683
|
|
|
7684
|
+
tr46@0.0.3: {}
|
|
7685
|
+
|
|
5159
7686
|
ts-dedent@2.2.0: {}
|
|
5160
7687
|
|
|
7688
|
+
ts-log@2.2.7: {}
|
|
7689
|
+
|
|
5161
7690
|
tsconfig-paths@4.2.0:
|
|
5162
7691
|
dependencies:
|
|
5163
7692
|
json5: 2.2.3
|
|
5164
7693
|
minimist: 1.2.8
|
|
5165
7694
|
strip-bom: 3.0.0
|
|
5166
7695
|
|
|
7696
|
+
tslib@2.6.3: {}
|
|
7697
|
+
|
|
5167
7698
|
tslib@2.8.1: {}
|
|
5168
7699
|
|
|
5169
7700
|
tw-animate-css@1.4.0: {}
|
|
@@ -5174,6 +7705,16 @@ snapshots:
|
|
|
5174
7705
|
|
|
5175
7706
|
typescript@5.9.3: {}
|
|
5176
7707
|
|
|
7708
|
+
ua-parser-js@1.0.41: {}
|
|
7709
|
+
|
|
7710
|
+
unc-path-regex@0.1.2: {}
|
|
7711
|
+
|
|
7712
|
+
undici-types@7.16.0: {}
|
|
7713
|
+
|
|
7714
|
+
unixify@1.0.0:
|
|
7715
|
+
dependencies:
|
|
7716
|
+
normalize-path: 2.1.1
|
|
7717
|
+
|
|
5177
7718
|
unplugin@2.3.11:
|
|
5178
7719
|
dependencies:
|
|
5179
7720
|
'@jridgewell/remapping': 2.3.5
|
|
@@ -5189,8 +7730,18 @@ snapshots:
|
|
|
5189
7730
|
escalade: 3.2.0
|
|
5190
7731
|
picocolors: 1.1.1
|
|
5191
7732
|
|
|
7733
|
+
upper-case-first@2.0.2:
|
|
7734
|
+
dependencies:
|
|
7735
|
+
tslib: 2.8.1
|
|
7736
|
+
|
|
7737
|
+
upper-case@2.0.2:
|
|
7738
|
+
dependencies:
|
|
7739
|
+
tslib: 2.8.1
|
|
7740
|
+
|
|
5192
7741
|
uri-template-matcher@1.1.2: {}
|
|
5193
7742
|
|
|
7743
|
+
urlpattern-polyfill@10.1.0: {}
|
|
7744
|
+
|
|
5194
7745
|
use-callback-ref@1.3.3(@types/react@19.2.14)(react@19.2.4):
|
|
5195
7746
|
dependencies:
|
|
5196
7747
|
react: 19.2.4
|
|
@@ -5240,7 +7791,7 @@ snapshots:
|
|
|
5240
7791
|
d3-time: 3.1.0
|
|
5241
7792
|
d3-timer: 3.0.1
|
|
5242
7793
|
|
|
5243
|
-
vite@7.3.1(jiti@2.6.1)(lightningcss@1.30.2):
|
|
7794
|
+
vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2):
|
|
5244
7795
|
dependencies:
|
|
5245
7796
|
esbuild: 0.27.3
|
|
5246
7797
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
@@ -5249,12 +7800,25 @@ snapshots:
|
|
|
5249
7800
|
rollup: 4.57.1
|
|
5250
7801
|
tinyglobby: 0.2.15
|
|
5251
7802
|
optionalDependencies:
|
|
7803
|
+
'@types/node': 25.2.3
|
|
5252
7804
|
fsevents: 2.3.3
|
|
5253
7805
|
jiti: 2.6.1
|
|
5254
7806
|
lightningcss: 1.30.2
|
|
7807
|
+
yaml: 2.8.2
|
|
7808
|
+
|
|
7809
|
+
web-streams-polyfill@3.3.3: {}
|
|
7810
|
+
|
|
7811
|
+
webidl-conversions@3.0.1: {}
|
|
5255
7812
|
|
|
5256
7813
|
webpack-virtual-modules@0.6.2: {}
|
|
5257
7814
|
|
|
7815
|
+
whatwg-mimetype@4.0.0: {}
|
|
7816
|
+
|
|
7817
|
+
whatwg-url@5.0.0:
|
|
7818
|
+
dependencies:
|
|
7819
|
+
tr46: 0.0.3
|
|
7820
|
+
webidl-conversions: 3.0.1
|
|
7821
|
+
|
|
5258
7822
|
wrap-ansi@6.2.0:
|
|
5259
7823
|
dependencies:
|
|
5260
7824
|
ansi-styles: 4.3.0
|
|
@@ -5267,6 +7831,12 @@ snapshots:
|
|
|
5267
7831
|
string-width: 4.2.3
|
|
5268
7832
|
strip-ansi: 6.0.1
|
|
5269
7833
|
|
|
7834
|
+
wrap-ansi@9.0.2:
|
|
7835
|
+
dependencies:
|
|
7836
|
+
ansi-styles: 6.2.3
|
|
7837
|
+
string-width: 7.2.0
|
|
7838
|
+
strip-ansi: 7.1.2
|
|
7839
|
+
|
|
5270
7840
|
ws@8.19.0: {}
|
|
5271
7841
|
|
|
5272
7842
|
wsl-utils@0.1.0:
|
|
@@ -5277,6 +7847,8 @@ snapshots:
|
|
|
5277
7847
|
|
|
5278
7848
|
yallist@3.1.1: {}
|
|
5279
7849
|
|
|
7850
|
+
yaml@2.8.2: {}
|
|
7851
|
+
|
|
5280
7852
|
yargs-parser@21.1.1: {}
|
|
5281
7853
|
|
|
5282
7854
|
yargs@17.7.2:
|
|
@@ -5289,6 +7861,8 @@ snapshots:
|
|
|
5289
7861
|
y18n: 5.0.8
|
|
5290
7862
|
yargs-parser: 21.1.1
|
|
5291
7863
|
|
|
7864
|
+
yocto-queue@0.1.0: {}
|
|
7865
|
+
|
|
5292
7866
|
yoctocolors-cjs@2.1.3: {}
|
|
5293
7867
|
|
|
5294
7868
|
zod@4.3.6: {}
|