+9
-9
apps/api/package.json
+9
-9
apps/api/package.json
···
10
10
"typecheck": "tsc --pretty"
11
11
},
12
12
"dependencies": {
13
-
"@aws-sdk/client-sts": "^3.896.0",
13
+
"@aws-sdk/client-sts": "^3.914.0",
14
14
"@guildxyz/sdk": "^2.6.9",
15
15
"@hey/data": "workspace:*",
16
16
"@hey/helpers": "workspace:*",
17
17
"@hey/indexer": "workspace:*",
18
18
"@hono/node-server": "^1.19.5",
19
-
"@hono/zod-validator": "^0.7.3",
19
+
"@hono/zod-validator": "^0.7.4",
20
20
"@lens-chain/sdk": "^1.0.3",
21
-
"dotenv": "^17.2.2",
22
-
"hono": "^4.9.9",
21
+
"dotenv": "^17.2.3",
22
+
"hono": "^4.10.2",
23
23
"hono-rate-limiter": "^0.4.2",
24
24
"jose": "^6.1.0",
25
25
"linkedom": "^0.18.12",
26
-
"pg-promise": "^12.1.3",
26
+
"pg-promise": "^12.2.0",
27
27
"tsx": "^4.20.6",
28
-
"viem": "^2.37.9",
29
-
"zod": "4.1.11"
28
+
"viem": "^2.38.3",
29
+
"zod": "^3.23.8"
30
30
},
31
31
"devDependencies": {
32
32
"@hey/config": "workspace:*",
33
33
"@hey/types": "workspace:*",
34
-
"@types/node": "^24.5.2",
35
-
"typescript": "^5.9.2"
34
+
"@types/node": "^24.9.1",
35
+
"typescript": "^5.9.3"
36
36
}
37
37
}
+25
-25
apps/web/package.json
+25
-25
apps/web/package.json
···
10
10
"typecheck": "tsc --pretty"
11
11
},
12
12
"dependencies": {
13
-
"@apollo/client": "^3.14.0",
14
-
"@aws-sdk/client-s3": "^3.896.0",
15
-
"@aws-sdk/lib-storage": "^3.896.0",
13
+
"@apollo/client": "3.14.0",
14
+
"@aws-sdk/client-s3": "^3.914.0",
15
+
"@aws-sdk/lib-storage": "^3.914.0",
16
16
"@headlessui/react": "^2.2.9",
17
17
"@heroicons/react": "^2.2.0",
18
18
"@hey/data": "workspace:*",
···
25
25
"@radix-ui/react-hover-card": "^1.1.15",
26
26
"@radix-ui/react-slider": "^1.3.6",
27
27
"@radix-ui/react-tooltip": "^1.2.8",
28
-
"@tailwindcss/vite": "^4.1.13",
29
-
"@tanstack/react-query": "^5.90.2",
28
+
"@tailwindcss/vite": "^4.1.15",
29
+
"@tanstack/react-query": "^5.90.5",
30
30
"@uidotdev/usehooks": "^2.4.1",
31
31
"@zoralabs/coins-sdk": "^0.3.2",
32
32
"browser-image-compression": "^2.0.2",
33
33
"class-variance-authority": "^0.7.1",
34
34
"clsx": "^2.1.1",
35
35
"dayjs": "^1.11.18",
36
-
"family": "^0.1.3",
36
+
"family": "^0.1.4",
37
37
"mdast-util-to-markdown": "^2.1.2",
38
-
"motion": "^12.23.22",
38
+
"motion": "^12.23.24",
39
39
"motion-plus-react": "^1.5.4",
40
40
"plur": "^5.1.0",
41
41
"plyr-react": "^5.3.0",
42
-
"prosekit": "^0.15.6",
43
-
"react": "^19.1.1",
44
-
"react-dom": "^19.1.1",
45
-
"react-easy-crop": "^5.5.2",
42
+
"prosekit": "^0.15.8",
43
+
"react": "^19.2.0",
44
+
"react-dom": "^19.2.0",
45
+
"react-easy-crop": "^5.5.3",
46
46
"react-helmet-async": "^2.0.5",
47
-
"react-hook-form": "^7.63.0",
48
-
"react-hotkeys-hook": "^5.1.0",
47
+
"react-hook-form": "^7.65.0",
48
+
"react-hotkeys-hook": "^5.2.1",
49
49
"react-markdown": "^10.1.0",
50
-
"react-router": "^7.9.3",
50
+
"react-router": "^7.9.4",
51
51
"react-tracked": "^2.0.1",
52
52
"rehype-parse": "^9.0.1",
53
53
"rehype-remark": "^10.0.1",
···
59
59
"sonner": "^2.0.7",
60
60
"strip-markdown": "^6.0.0",
61
61
"tailwind-merge": "^3.3.1",
62
-
"tailwindcss": "^4.1.13",
62
+
"tailwindcss": "^4.1.15",
63
63
"unified": "^11.0.5",
64
-
"unist-util-visit-parents": "^6.0.1",
65
-
"viem": "^2.37.9",
66
-
"virtua": "^0.43.6",
67
-
"vite": "^7.1.11",
68
-
"wagmi": "^2.17.5",
69
-
"zod": "4.1.11",
64
+
"unist-util-visit-parents": "^6.0.2",
65
+
"viem": "^2.38.3",
66
+
"virtua": "^0.46.3",
67
+
"vite": "^7.1.12",
68
+
"wagmi": "^2.18.2",
69
+
"zod": "^3.23.8",
70
70
"zustand": "^5.0.8"
71
71
},
72
72
"devDependencies": {
···
75
75
"@tailwindcss/aspect-ratio": "^0.4.2",
76
76
"@tailwindcss/forms": "^0.5.10",
77
77
"@types/hast": "^3.0.4",
78
-
"@types/node": "^24.5.2",
79
-
"@types/react": "^19.1.15",
80
-
"@types/react-dom": "^19.1.9",
78
+
"@types/node": "^24.9.1",
79
+
"@types/react": "^19.2.2",
80
+
"@types/react-dom": "^19.2.2",
81
81
"@vitejs/plugin-react": "^5.0.4",
82
-
"typescript": "^5.9.2",
82
+
"typescript": "^5.9.3",
83
83
"vite-plugin-environment": "^1.1.3",
84
84
"vite-tsconfig-paths": "^5.1.4"
85
85
}
+1
-1
package.json
+1
-1
package.json
+2
-2
packages/data/package.json
+2
-2
packages/data/package.json
+3
-3
packages/helpers/package.json
+3
-3
packages/helpers/package.json
···
10
10
"@hey/data": "workspace:*",
11
11
"@hey/indexer": "workspace:*",
12
12
"@hey/types": "workspace:*",
13
-
"viem": "^2.37.9"
13
+
"viem": "^2.38.3"
14
14
},
15
15
"devDependencies": {
16
16
"@hey/config": "workspace:*",
17
-
"@types/node": "^24.5.2",
18
-
"typescript": "^5.9.2"
17
+
"@types/node": "^24.9.1",
18
+
"typescript": "^5.9.3"
19
19
}
20
20
}
+6
-6
packages/indexer/package.json
+6
-6
packages/indexer/package.json
···
9
9
"typecheck": "tsc --pretty"
10
10
},
11
11
"dependencies": {
12
-
"@apollo/client": "^3.14.0",
12
+
"@apollo/client": "3.14.0",
13
13
"@hey/data": "workspace:*",
14
14
"graphql": "^16.11.0"
15
15
},
16
16
"devDependencies": {
17
-
"@graphql-codegen/cli": "^6.0.0",
17
+
"@graphql-codegen/cli": "^6.0.1",
18
18
"@graphql-codegen/fragment-matcher": "^6.0.0",
19
-
"@graphql-codegen/typescript": "^5.0.0",
20
-
"@graphql-codegen/typescript-operations": "^5.0.0",
19
+
"@graphql-codegen/typescript": "^5.0.2",
20
+
"@graphql-codegen/typescript-operations": "^5.0.2",
21
21
"@graphql-codegen/typescript-react-apollo": "^4.3.3",
22
22
"@hey/config": "workspace:*",
23
-
"@types/node": "^24.5.2",
24
-
"typescript": "^5.9.2"
23
+
"@types/node": "^24.9.1",
24
+
"typescript": "^5.9.3"
25
25
}
26
26
}
+1
-1
packages/types/package.json
+1
-1
packages/types/package.json
+2154
-2468
pnpm-lock.yaml
+2154
-2468
pnpm-lock.yaml
···
12
12
.:
13
13
devDependencies:
14
14
'@biomejs/biome':
15
-
specifier: ^2.2.6
16
-
version: 2.2.6
15
+
specifier: ^2.2.7
16
+
version: 2.2.7
17
17
husky:
18
18
specifier: ^9.1.7
19
19
version: 9.1.7
···
21
21
apps/api:
22
22
dependencies:
23
23
'@aws-sdk/client-sts':
24
-
specifier: ^3.896.0
25
-
version: 3.896.0
24
+
specifier: ^3.914.0
25
+
version: 3.914.0
26
26
'@guildxyz/sdk':
27
27
specifier: ^2.6.9
28
28
version: 2.6.9(bufferutil@4.0.9)(utf-8-validate@5.0.10)
···
37
37
version: link:../../packages/indexer
38
38
'@hono/node-server':
39
39
specifier: ^1.19.5
40
-
version: 1.19.5(hono@4.9.9)
40
+
version: 1.19.5(hono@4.10.2)
41
41
'@hono/zod-validator':
42
-
specifier: ^0.7.3
43
-
version: 0.7.3(hono@4.9.9)(zod@4.1.11)
42
+
specifier: ^0.7.4
43
+
version: 0.7.4(hono@4.10.2)(zod@3.25.76)
44
44
'@lens-chain/sdk':
45
45
specifier: ^1.0.3
46
-
version: 1.0.3(ethers@6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))
46
+
version: 1.0.3(ethers@6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))
47
47
dotenv:
48
-
specifier: ^17.2.2
49
-
version: 17.2.2
48
+
specifier: ^17.2.3
49
+
version: 17.2.3
50
50
hono:
51
-
specifier: ^4.9.9
52
-
version: 4.9.9
51
+
specifier: ^4.10.2
52
+
version: 4.10.2
53
53
hono-rate-limiter:
54
54
specifier: ^0.4.2
55
-
version: 0.4.2(hono@4.9.9)
55
+
version: 0.4.2(hono@4.10.2)
56
56
jose:
57
57
specifier: ^6.1.0
58
58
version: 6.1.0
···
60
60
specifier: ^0.18.12
61
61
version: 0.18.12
62
62
pg-promise:
63
-
specifier: ^12.1.3
64
-
version: 12.1.3(pg-query-stream@4.10.3(pg@8.16.3))
63
+
specifier: ^12.2.0
64
+
version: 12.2.0(pg-query-stream@4.10.3(pg@8.16.3))
65
65
tsx:
66
66
specifier: ^4.20.6
67
67
version: 4.20.6
68
68
viem:
69
-
specifier: ^2.37.9
70
-
version: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
69
+
specifier: ^2.38.3
70
+
version: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
71
71
zod:
72
-
specifier: 4.1.11
73
-
version: 4.1.11
72
+
specifier: ^3.23.8
73
+
version: 3.25.76
74
74
devDependencies:
75
75
'@hey/config':
76
76
specifier: workspace:*
···
79
79
specifier: workspace:*
80
80
version: link:../../packages/types
81
81
'@types/node':
82
-
specifier: ^24.5.2
83
-
version: 24.5.2
82
+
specifier: ^24.9.1
83
+
version: 24.9.1
84
84
typescript:
85
-
specifier: ^5.9.2
86
-
version: 5.9.2
85
+
specifier: ^5.9.3
86
+
version: 5.9.3
87
87
88
88
apps/web:
89
89
dependencies:
90
90
'@apollo/client':
91
-
specifier: ^3.14.0
92
-
version: 3.14.0(@types/react@19.1.15)(graphql-ws@6.0.6(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)))(graphql@16.11.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
91
+
specifier: 3.11.10
92
+
version: 3.11.10(@types/react@19.2.2)(graphql@16.11.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
93
93
'@aws-sdk/client-s3':
94
-
specifier: ^3.896.0
95
-
version: 3.896.0
94
+
specifier: ^3.914.0
95
+
version: 3.914.0
96
96
'@aws-sdk/lib-storage':
97
-
specifier: ^3.896.0
98
-
version: 3.896.0(@aws-sdk/client-s3@3.896.0)
97
+
specifier: ^3.914.0
98
+
version: 3.914.0(@aws-sdk/client-s3@3.914.0)
99
99
'@headlessui/react':
100
100
specifier: ^2.2.9
101
-
version: 2.2.9(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
101
+
version: 2.2.9(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
102
102
'@heroicons/react':
103
103
specifier: ^2.2.0
104
-
version: 2.2.0(react@19.1.1)
104
+
version: 2.2.0(react@19.2.0)
105
105
'@hey/data':
106
106
specifier: workspace:*
107
107
version: link:../../packages/data
···
113
113
version: link:../../packages/indexer
114
114
'@hookform/resolvers':
115
115
specifier: 5.2.2
116
-
version: 5.2.2(react-hook-form@7.63.0(react@19.1.1))
116
+
version: 5.2.2(react-hook-form@7.65.0(react@19.2.0))
117
117
'@lens-chain/storage-client':
118
118
specifier: ^1.0.6
119
119
version: 1.0.6
120
120
'@lens-protocol/metadata':
121
121
specifier: ^2.1.0
122
-
version: 2.1.0(typescript@5.9.2)(zod@4.1.11)
122
+
version: 2.1.0(typescript@5.9.3)(zod@3.25.76)
123
123
'@livepeer/react':
124
124
specifier: ^4.3.6
125
-
version: 4.3.6(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(immer@10.1.3)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
125
+
version: 4.3.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(immer@10.1.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
126
126
'@radix-ui/react-hover-card':
127
127
specifier: ^1.1.15
128
-
version: 1.1.15(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
128
+
version: 1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
129
129
'@radix-ui/react-slider':
130
130
specifier: ^1.3.6
131
-
version: 1.3.6(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
131
+
version: 1.3.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
132
132
'@radix-ui/react-tooltip':
133
133
specifier: ^1.2.8
134
-
version: 1.2.8(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
134
+
version: 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
135
135
'@tailwindcss/vite':
136
-
specifier: ^4.1.13
137
-
version: 4.1.13(vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))
136
+
specifier: ^4.1.15
137
+
version: 4.1.15(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))
138
138
'@tanstack/react-query':
139
-
specifier: ^5.90.2
140
-
version: 5.90.2(react@19.1.1)
139
+
specifier: ^5.90.5
140
+
version: 5.90.5(react@19.2.0)
141
141
'@uidotdev/usehooks':
142
142
specifier: ^2.4.1
143
-
version: 2.4.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
143
+
version: 2.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
144
144
'@zoralabs/coins-sdk':
145
145
specifier: ^0.3.2
146
-
version: 0.3.2(abitype@1.1.1(typescript@5.9.2)(zod@4.1.11))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))
146
+
version: 0.3.2(abitype@1.1.1(typescript@5.9.3)(zod@3.25.76))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))
147
147
browser-image-compression:
148
148
specifier: ^2.0.2
149
149
version: 2.0.2
···
157
157
specifier: ^1.11.18
158
158
version: 1.11.18
159
159
family:
160
-
specifier: ^0.1.3
161
-
version: 0.1.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(wagmi@2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11))
160
+
specifier: ^0.1.4
161
+
version: 0.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76))
162
162
mdast-util-to-markdown:
163
163
specifier: ^2.1.2
164
164
version: 2.1.2
165
165
motion:
166
-
specifier: ^12.23.22
167
-
version: 12.23.22(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
166
+
specifier: ^12.23.24
167
+
version: 12.23.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
168
168
motion-plus-react:
169
169
specifier: ^1.5.4
170
-
version: 1.5.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
170
+
version: 1.5.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
171
171
plur:
172
172
specifier: ^5.1.0
173
173
version: 5.1.0
174
174
plyr-react:
175
175
specifier: ^5.3.0
176
-
version: 5.3.0(plyr@3.7.8)(react@19.1.1)
176
+
version: 5.3.0(plyr@3.7.8)(react@19.2.0)
177
177
prosekit:
178
-
specifier: ^0.15.6
179
-
version: 0.15.6(@shikijs/types@3.13.0)(@types/hast@3.0.4)(preact@10.27.2)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
178
+
specifier: ^0.15.8
179
+
version: 0.15.8(@shikijs/types@3.13.0)(@types/hast@3.0.4)(preact@10.27.2)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
180
180
react:
181
-
specifier: ^19.1.1
182
-
version: 19.1.1
181
+
specifier: ^19.2.0
182
+
version: 19.2.0
183
183
react-dom:
184
-
specifier: ^19.1.1
185
-
version: 19.1.1(react@19.1.1)
184
+
specifier: ^19.2.0
185
+
version: 19.2.0(react@19.2.0)
186
186
react-easy-crop:
187
-
specifier: ^5.5.2
188
-
version: 5.5.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
187
+
specifier: ^5.5.3
188
+
version: 5.5.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
189
189
react-helmet-async:
190
190
specifier: ^2.0.5
191
-
version: 2.0.5(react@19.1.1)
191
+
version: 2.0.5(react@19.2.0)
192
192
react-hook-form:
193
-
specifier: ^7.63.0
194
-
version: 7.63.0(react@19.1.1)
193
+
specifier: ^7.65.0
194
+
version: 7.65.0(react@19.2.0)
195
195
react-hotkeys-hook:
196
-
specifier: ^5.1.0
197
-
version: 5.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
196
+
specifier: ^5.2.1
197
+
version: 5.2.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
198
198
react-markdown:
199
199
specifier: ^10.1.0
200
-
version: 10.1.0(@types/react@19.1.15)(react@19.1.1)
200
+
version: 10.1.0(@types/react@19.2.2)(react@19.2.0)
201
201
react-router:
202
-
specifier: ^7.9.3
203
-
version: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
202
+
specifier: ^7.9.4
203
+
version: 7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
204
204
react-tracked:
205
205
specifier: ^2.0.1
206
-
version: 2.0.1(react@19.1.1)(scheduler@0.26.0)
206
+
version: 2.0.1(react@19.2.0)(scheduler@0.27.0)
207
207
rehype-parse:
208
208
specifier: ^9.0.1
209
209
version: 9.0.1
···
227
227
version: 11.0.0
228
228
sonner:
229
229
specifier: ^2.0.7
230
-
version: 2.0.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
230
+
version: 2.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
231
231
strip-markdown:
232
232
specifier: ^6.0.0
233
233
version: 6.0.0
···
235
235
specifier: ^3.3.1
236
236
version: 3.3.1
237
237
tailwindcss:
238
-
specifier: ^4.1.13
239
-
version: 4.1.13
238
+
specifier: ^4.1.15
239
+
version: 4.1.15
240
240
unified:
241
241
specifier: ^11.0.5
242
242
version: 11.0.5
243
243
unist-util-visit-parents:
244
-
specifier: ^6.0.1
245
-
version: 6.0.1
244
+
specifier: ^6.0.2
245
+
version: 6.0.2
246
246
viem:
247
-
specifier: ^2.37.9
248
-
version: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
247
+
specifier: ^2.38.3
248
+
version: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
249
249
virtua:
250
-
specifier: ^0.43.6
251
-
version: 0.43.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
250
+
specifier: ^0.46.3
251
+
version: 0.46.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
252
252
vite:
253
-
specifier: ^7.1.11
254
-
version: 7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
253
+
specifier: ^7.1.12
254
+
version: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
255
255
wagmi:
256
-
specifier: ^2.17.5
257
-
version: 2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11)
256
+
specifier: ^2.18.2
257
+
version: 2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76)
258
258
zod:
259
-
specifier: 4.1.11
260
-
version: 4.1.11
259
+
specifier: ^3.23.8
260
+
version: 3.25.76
261
261
zustand:
262
262
specifier: ^5.0.8
263
-
version: 5.0.8(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(use-sync-external-store@1.4.0(react@19.1.1))
263
+
version: 5.0.8(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.4.0(react@19.2.0))
264
264
devDependencies:
265
265
'@hey/config':
266
266
specifier: workspace:*
···
270
270
version: link:../../packages/types
271
271
'@tailwindcss/aspect-ratio':
272
272
specifier: ^0.4.2
273
-
version: 0.4.2(tailwindcss@4.1.13)
273
+
version: 0.4.2(tailwindcss@4.1.15)
274
274
'@tailwindcss/forms':
275
275
specifier: ^0.5.10
276
-
version: 0.5.10(tailwindcss@4.1.13)
276
+
version: 0.5.10(tailwindcss@4.1.15)
277
277
'@types/hast':
278
278
specifier: ^3.0.4
279
279
version: 3.0.4
280
280
'@types/node':
281
-
specifier: ^24.5.2
282
-
version: 24.5.2
281
+
specifier: ^24.9.1
282
+
version: 24.9.1
283
283
'@types/react':
284
-
specifier: ^19.1.15
285
-
version: 19.1.15
284
+
specifier: ^19.2.2
285
+
version: 19.2.2
286
286
'@types/react-dom':
287
-
specifier: ^19.1.9
288
-
version: 19.1.9(@types/react@19.1.15)
287
+
specifier: ^19.2.2
288
+
version: 19.2.2(@types/react@19.2.2)
289
289
'@vitejs/plugin-react':
290
290
specifier: ^5.0.4
291
-
version: 5.0.4(vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))
291
+
version: 5.0.4(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))
292
292
typescript:
293
-
specifier: ^5.9.2
294
-
version: 5.9.2
293
+
specifier: ^5.9.3
294
+
version: 5.9.3
295
295
vite-plugin-environment:
296
296
specifier: ^1.1.3
297
-
version: 1.1.3(vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))
297
+
version: 1.1.3(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))
298
298
vite-tsconfig-paths:
299
299
specifier: ^5.1.4
300
-
version: 5.1.4(typescript@5.9.2)(vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))
300
+
version: 5.1.4(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))
301
301
302
302
packages/config: {}
303
303
···
305
305
dependencies:
306
306
'@lens-chain/sdk':
307
307
specifier: ^1.0.3
308
-
version: 1.0.3(ethers@6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))
308
+
version: 1.0.3(ethers@6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@4.1.12))
309
309
devDependencies:
310
310
'@hey/config':
311
311
specifier: workspace:*
312
312
version: link:../config
313
313
'@types/node':
314
-
specifier: ^24.5.2
315
-
version: 24.5.2
314
+
specifier: ^24.9.1
315
+
version: 24.9.1
316
316
typescript:
317
-
specifier: ^5.9.2
318
-
version: 5.9.2
317
+
specifier: ^5.9.3
318
+
version: 5.9.3
319
319
320
320
packages/helpers:
321
321
dependencies:
···
329
329
specifier: workspace:*
330
330
version: link:../types
331
331
viem:
332
-
specifier: ^2.37.9
333
-
version: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
332
+
specifier: ^2.38.3
333
+
version: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@4.1.12)
334
334
devDependencies:
335
335
'@hey/config':
336
336
specifier: workspace:*
337
337
version: link:../config
338
338
'@types/node':
339
-
specifier: ^24.5.2
340
-
version: 24.5.2
339
+
specifier: ^24.9.1
340
+
version: 24.9.1
341
341
typescript:
342
-
specifier: ^5.9.2
343
-
version: 5.9.2
342
+
specifier: ^5.9.3
343
+
version: 5.9.3
344
344
345
345
packages/indexer:
346
346
dependencies:
347
347
'@apollo/client':
348
-
specifier: ^3.14.0
349
-
version: 3.14.0(@types/react@19.1.15)(graphql-ws@6.0.6(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)))(graphql@16.11.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
348
+
specifier: 3.11.10
349
+
version: 3.11.10(@types/react@19.2.2)(graphql@16.11.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
350
350
'@hey/data':
351
351
specifier: workspace:*
352
352
version: link:../data
···
355
355
version: 16.11.0
356
356
devDependencies:
357
357
'@graphql-codegen/cli':
358
-
specifier: ^6.0.0
359
-
version: 6.0.0(@types/node@24.5.2)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(typescript@5.9.2)(utf-8-validate@5.0.10)
358
+
specifier: ^6.0.1
359
+
version: 6.0.1(@types/node@24.9.1)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(typescript@5.9.3)(utf-8-validate@5.0.10)
360
360
'@graphql-codegen/fragment-matcher':
361
361
specifier: ^6.0.0
362
362
version: 6.0.0(graphql@16.11.0)
363
363
'@graphql-codegen/typescript':
364
-
specifier: ^5.0.0
365
-
version: 5.0.0(graphql@16.11.0)
364
+
specifier: ^5.0.2
365
+
version: 5.0.2(graphql@16.11.0)
366
366
'@graphql-codegen/typescript-operations':
367
-
specifier: ^5.0.0
368
-
version: 5.0.0(graphql@16.11.0)
367
+
specifier: ^5.0.2
368
+
version: 5.0.2(graphql@16.11.0)
369
369
'@graphql-codegen/typescript-react-apollo':
370
370
specifier: ^4.3.3
371
371
version: 4.3.3(graphql@16.11.0)
···
373
373
specifier: workspace:*
374
374
version: link:../config
375
375
'@types/node':
376
-
specifier: ^24.5.2
377
-
version: 24.5.2
376
+
specifier: ^24.9.1
377
+
version: 24.9.1
378
378
typescript:
379
-
specifier: ^5.9.2
380
-
version: 5.9.2
379
+
specifier: ^5.9.3
380
+
version: 5.9.3
381
381
382
382
packages/types:
383
383
dependencies:
···
386
386
version: link:../indexer
387
387
'@lens-protocol/metadata':
388
388
specifier: ^2.1.0
389
-
version: 2.1.0(typescript@5.9.2)(zod@3.25.75)
389
+
version: 2.1.0(typescript@5.9.3)(zod@3.25.76)
390
390
devDependencies:
391
391
'@hey/config':
392
392
specifier: workspace:*
393
393
version: link:../config
394
394
typescript:
395
-
specifier: ^5.9.2
396
-
version: 5.9.2
395
+
specifier: ^5.9.3
396
+
version: 5.9.3
397
397
398
398
packages:
399
399
···
403
403
'@adraffy/ens-normalize@1.11.1':
404
404
resolution: {integrity: sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ==}
405
405
406
-
'@apollo/client@3.14.0':
407
-
resolution: {integrity: sha512-0YQKKRIxiMlIou+SekQqdCo0ZTHxOcES+K8vKB53cIDpwABNR0P0yRzPgsbgcj3zRJniD93S/ontsnZsCLZrxQ==}
406
+
'@apollo/client@3.11.10':
407
+
resolution: {integrity: sha512-IfGc+X4il0rDqVQBBWdxIKM+ciDCiDzBq9+Bg9z4tJMi87uF6po4v+ddiac1wP0ARgVPsFwEIGxK7jhN4pW8jg==}
408
408
peerDependencies:
409
409
graphql: ^15.0.0 || ^16.0.0
410
-
graphql-ws: ^5.5.5 || ^6.0.3
411
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc
412
-
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc
410
+
graphql-ws: ^5.5.5
411
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
412
+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
413
413
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
414
414
peerDependenciesMeta:
415
415
graphql-ws:
···
522
522
'@aws-crypto/util@5.2.0':
523
523
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
524
524
525
-
'@aws-sdk/client-s3@3.896.0':
526
-
resolution: {integrity: sha512-UETVuMLQRqgrWxTnavotY0TlB/jaR9sL3hkIFPx4KtjmigNBdwRaiVfOuTnIXKd+w9RPINYG//nnrK+5gIyZkA==}
525
+
'@aws-sdk/client-s3@3.914.0':
526
+
resolution: {integrity: sha512-ZW0ALyys+pTpPvDyKp1InkfUGqttezH9c4TNxwuRKE1M78fwFf/Fnwrdmxzgc9SXReyANB4zpLHtbrTk4mj4Rg==}
527
527
engines: {node: '>=18.0.0'}
528
528
529
-
'@aws-sdk/client-sso@3.896.0':
530
-
resolution: {integrity: sha512-mpE3mrNili1dcvEvxaYjyoib8HlRXkb2bY5a3WeK++KObFY+HUujKtgQmiNSRX5YwQszm//fTrmGMmv9zpMcKg==}
529
+
'@aws-sdk/client-sso@3.914.0':
530
+
resolution: {integrity: sha512-83Xp8Wl7RDWg/iIYL8dmrN9DN7qu7fcUzDC9LyMhDN8cAEACykN/i4Fk45UHRCejL9Sjxu4wsQzxRYp1smQ95g==}
531
531
engines: {node: '>=18.0.0'}
532
532
533
-
'@aws-sdk/client-sts@3.896.0':
534
-
resolution: {integrity: sha512-mEbbWGwGZbKCHgwAIm9aRCRcCnv6N9AZf3U0dMFwpYtVXVJvRWTK0OW2d49I2swaZ/GikMIccI3wxWT188OW8w==}
533
+
'@aws-sdk/client-sts@3.914.0':
534
+
resolution: {integrity: sha512-Z0Xu9cPgRh7VScgeGTqPQaOhk7PPuY+gVh2YdAYklIlQjoC2se7ihq8ws/Nv4xXkUVv5oSIGXUAW8D/iGc4xeQ==}
535
535
engines: {node: '>=18.0.0'}
536
536
537
-
'@aws-sdk/core@3.896.0':
538
-
resolution: {integrity: sha512-uJaoyWKeGNyCyeI+cIJrD7LEB4iF/W8/x2ij7zg32OFpAAJx96N34/e+XSKp/xkJpO5FKiBOskKLnHeUsJsAPA==}
537
+
'@aws-sdk/core@3.914.0':
538
+
resolution: {integrity: sha512-QMnWdW7PwxVfi5WBV2a6apM1fIizgBf1UHYbqd3e1sXk8B0d3tpysmLZdIx30OY066zhEo6FyAKLAeTSsGrALg==}
539
539
engines: {node: '>=18.0.0'}
540
540
541
-
'@aws-sdk/credential-provider-env@3.896.0':
542
-
resolution: {integrity: sha512-Cnqhupdkp825ICySrz4QTI64Nq3AmUAscPW8dueanni0avYBDp7RBppX4H0+6icqN569B983XNfQ0YSImQhfhg==}
541
+
'@aws-sdk/credential-provider-env@3.914.0':
542
+
resolution: {integrity: sha512-v7zeMsLkTB0/ZK6DGbM6QUNIeeEtNBd+4DHihXjsHKBKxBESKIJlWF5Bcj+pgCSWcFGClxmqL6NfWCFQ0WdtjQ==}
543
543
engines: {node: '>=18.0.0'}
544
544
545
-
'@aws-sdk/credential-provider-http@3.896.0':
546
-
resolution: {integrity: sha512-CN0fTCKCUA1OTSx1c76o8XyJCy2WoI/av3J8r8mL6GmxTerhLRyzDy/MwxzPjTYPoL+GLEg6V4a9fRkWj1hBUA==}
545
+
'@aws-sdk/credential-provider-http@3.914.0':
546
+
resolution: {integrity: sha512-NXS5nBD0Tbk5ltjOAucdcx8EQQcFdVpCGrly56AIbznl0yhuG5Sxq4q2tUSJj9006eEXBK5rt52CdDixCcv3xg==}
547
547
engines: {node: '>=18.0.0'}
548
548
549
-
'@aws-sdk/credential-provider-ini@3.896.0':
550
-
resolution: {integrity: sha512-+rbYG98czzwZLTYHJasK+VBjnIeXk73mRpZXHvaa4kDNxBezdN2YsoGNpLlPSxPdbpq18LY3LRtkdFTaT6DIQA==}
549
+
'@aws-sdk/credential-provider-ini@3.914.0':
550
+
resolution: {integrity: sha512-RcL02V3EE8DRuu8qb5zoV+aVWbUIKZRA3NeHsWKWCD25nxQUYF4CrbQizWQ91vda5+e6PysGGLYROOzapX3Xmw==}
551
551
engines: {node: '>=18.0.0'}
552
552
553
-
'@aws-sdk/credential-provider-node@3.896.0':
554
-
resolution: {integrity: sha512-J0Jm+56MNngk1PIyqoJFf5FC2fjA4CYXlqODqNRDtid7yk7HB9W3UTtvxofmii5KJOLcHGNPdGnHWKkUc+xYgw==}
553
+
'@aws-sdk/credential-provider-node@3.914.0':
554
+
resolution: {integrity: sha512-SDUvDKqsJ5UPDkem0rq7/bdZtXKKTnoBeWvRlI20Zuv4CLdYkyIGXU9sSA2mrhsZ/7bt1cduTHpGd1n/UdBQEg==}
555
555
engines: {node: '>=18.0.0'}
556
556
557
-
'@aws-sdk/credential-provider-process@3.896.0':
558
-
resolution: {integrity: sha512-UfWVMQPZy7dus40c4LWxh5vQ+I51z0q4vf09Eqas5848e9DrGRG46GYIuc/gy+4CqEypjbg/XNMjnZfGLHxVnQ==}
557
+
'@aws-sdk/credential-provider-process@3.914.0':
558
+
resolution: {integrity: sha512-34C3CYM3iAVcSg3cX4UfOwabWeTeowjZkqJbWgDZ+I/HNZ8+9YbVuJcOZL5fVhw242UclxlVlddNPNprluZKGg==}
559
559
engines: {node: '>=18.0.0'}
560
560
561
-
'@aws-sdk/credential-provider-sso@3.896.0':
562
-
resolution: {integrity: sha512-77Te8WrVdLABKlv7QyetXP6aYEX1UORiahLA1PXQb/p66aFBw18Xc6JiN/6zJ4RqdyV1Xr9rwYBwGYua93ANIA==}
561
+
'@aws-sdk/credential-provider-sso@3.914.0':
562
+
resolution: {integrity: sha512-LfuSyhwvb1qOWN+oN3zyq5D899RZVA0nUrx6czKpDJYarYG0FCTZPO5aPcyoNGAjUu8l+CYUvXcd9ZdZiwv3/A==}
563
563
engines: {node: '>=18.0.0'}
564
564
565
-
'@aws-sdk/credential-provider-web-identity@3.896.0':
566
-
resolution: {integrity: sha512-gwMwZWumo+V0xJplO8j2HIb1TfPsF9fbcRGXS0CanEvjg4fF2Xs1pOQl2oCw3biPZpxHB0plNZjqSF2eneGg9g==}
565
+
'@aws-sdk/credential-provider-web-identity@3.914.0':
566
+
resolution: {integrity: sha512-49zJm5x48eG4kiu7/lUGYicwpOPA3lzkuxZ8tdegKKB9Imya6yxdATx4V5UcapFfX79xgpZr750zYHHqSX53Sw==}
567
567
engines: {node: '>=18.0.0'}
568
568
569
-
'@aws-sdk/lib-storage@3.896.0':
570
-
resolution: {integrity: sha512-EJWXL/5LxBJFujsOud3+EfRbIwy/SZiWy5ld70RdoqLS/RsfZh9+mZMJGvd3hewy7xHgDYVbxZfDh14bsvfYIQ==}
569
+
'@aws-sdk/lib-storage@3.914.0':
570
+
resolution: {integrity: sha512-woPS2ut/64pTB/IIZC5eH5hLDZ41++6cVUBXvlu0x0QwjJBE2axRoq1o/ZNFfrYAOSQXB+0X2QrEhPfF9bYOVw==}
571
571
engines: {node: '>=18.0.0'}
572
-
deprecated: This version ignores user provided partSize. Please update to >=3.899.0. Details https://github.com/aws/aws-sdk-js-v3/issues/7379
573
572
peerDependencies:
574
-
'@aws-sdk/client-s3': ^3.896.0
573
+
'@aws-sdk/client-s3': ^3.914.0
575
574
576
-
'@aws-sdk/middleware-bucket-endpoint@3.893.0':
577
-
resolution: {integrity: sha512-H+wMAoFC73T7M54OFIezdHXR9/lH8TZ3Cx1C3MEBb2ctlzQrVCd8LX8zmOtcGYC8plrRwV+8rNPe0FMqecLRew==}
575
+
'@aws-sdk/middleware-bucket-endpoint@3.914.0':
576
+
resolution: {integrity: sha512-mHLsVnPPp4iq3gL2oEBamfpeETFV0qzxRHmcnCfEP3hualV8YF8jbXGmwPCPopUPQDpbYDBHYtXaoClZikCWPQ==}
578
577
engines: {node: '>=18.0.0'}
579
578
580
-
'@aws-sdk/middleware-expect-continue@3.893.0':
581
-
resolution: {integrity: sha512-PEZkvD6k0X9sacHkvkVF4t2QyQEAzd35OJ2bIrjWCfc862TwukMMJ1KErRmQ1WqKXHKF4L0ed5vtWaO/8jVLNA==}
579
+
'@aws-sdk/middleware-expect-continue@3.914.0':
580
+
resolution: {integrity: sha512-whZZIb5y+WpPzP3xOxDRwk+EVEnYB5PIXmbvT8FQmhFc4ljM+oUGcbpEOGQICvwBt74N5RYQwsIUdeR2wEOHlA==}
582
581
engines: {node: '>=18.0.0'}
583
582
584
-
'@aws-sdk/middleware-flexible-checksums@3.896.0':
585
-
resolution: {integrity: sha512-bB3W/IFG7HNNziACOp1aZVGGnrIahXc0PxZoU055JirEGQtDFIU1ZD7S9zLKmy9FFUvQsAeRL9nDFHbx8cwx/w==}
583
+
'@aws-sdk/middleware-flexible-checksums@3.914.0':
584
+
resolution: {integrity: sha512-e9xuIftfciowzrIJmI3bXCtsVdB6P9YqHsq7zO+dkcBR4jkjmUWlQAylSBlM16cnC5EsbOK1KsU3RKELFA8TyQ==}
586
585
engines: {node: '>=18.0.0'}
587
586
588
-
'@aws-sdk/middleware-host-header@3.893.0':
589
-
resolution: {integrity: sha512-qL5xYRt80ahDfj9nDYLhpCNkDinEXvjLe/Qen/Y/u12+djrR2MB4DRa6mzBCkLkdXDtf0WAoW2EZsNCfGrmOEQ==}
587
+
'@aws-sdk/middleware-host-header@3.914.0':
588
+
resolution: {integrity: sha512-7r9ToySQ15+iIgXMF/h616PcQStByylVkCshmQqcdeynD/lCn2l667ynckxW4+ql0Q+Bo/URljuhJRxVJzydNA==}
590
589
engines: {node: '>=18.0.0'}
591
590
592
-
'@aws-sdk/middleware-location-constraint@3.893.0':
593
-
resolution: {integrity: sha512-MlbBc7Ttb1ekbeeeFBU4DeEZOLb5s0Vl4IokvO17g6yJdLk4dnvZro9zdXl3e7NXK+kFxHRBFZe55p/42mVgDA==}
591
+
'@aws-sdk/middleware-location-constraint@3.914.0':
592
+
resolution: {integrity: sha512-Mpd0Sm9+GN7TBqGnZg1+dO5QZ/EOYEcDTo7KfvoyrXScMlxvYm9fdrUVMmLdPn/lntweZGV3uNrs+huasGOOTA==}
594
593
engines: {node: '>=18.0.0'}
595
594
596
-
'@aws-sdk/middleware-logger@3.893.0':
597
-
resolution: {integrity: sha512-ZqzMecjju5zkBquSIfVfCORI/3Mge21nUY4nWaGQy+NUXehqCGG4W7AiVpiHGOcY2cGJa7xeEkYcr2E2U9U0AA==}
595
+
'@aws-sdk/middleware-logger@3.914.0':
596
+
resolution: {integrity: sha512-/gaW2VENS5vKvJbcE1umV4Ag3NuiVzpsANxtrqISxT3ovyro29o1RezW/Avz/6oJqjnmgz8soe9J1t65jJdiNg==}
598
597
engines: {node: '>=18.0.0'}
599
598
600
-
'@aws-sdk/middleware-recursion-detection@3.893.0':
601
-
resolution: {integrity: sha512-H7Zotd9zUHQAr/wr3bcWHULYhEeoQrF54artgsoUGIf/9emv6LzY89QUccKIxYd6oHKNTrTyXm9F0ZZrzXNxlg==}
599
+
'@aws-sdk/middleware-recursion-detection@3.914.0':
600
+
resolution: {integrity: sha512-yiAjQKs5S2JKYc+GrkvGMwkUvhepXDigEXpSJqUseR/IrqHhvGNuOxDxq+8LbDhM4ajEW81wkiBbU+Jl9G82yQ==}
602
601
engines: {node: '>=18.0.0'}
603
602
604
-
'@aws-sdk/middleware-sdk-s3@3.896.0':
605
-
resolution: {integrity: sha512-hlPu/AZ5Afa4ZafP+aXIjRtKm7BX57lurA+TJ+7nXm1Az8Du3Sg2tZXP2/GfqTztLIFQYj/Jy5smkJ0+1HNAPQ==}
603
+
'@aws-sdk/middleware-sdk-s3@3.914.0':
604
+
resolution: {integrity: sha512-jcbOc0FxW6p4KRJE/7LFA05cRAeLK4eZK4k4ZaWZOqbkH48WihKaDlxYsppbWa2WnIvVcjPye4kSTncBEFZrPg==}
606
605
engines: {node: '>=18.0.0'}
607
606
608
-
'@aws-sdk/middleware-ssec@3.893.0':
609
-
resolution: {integrity: sha512-e4ccCiAnczv9mMPheKjgKxZQN473mcup+3DPLVNnIw5GRbQoDqPSB70nUzfORKZvM7ar7xLMPxNR8qQgo1C8Rg==}
607
+
'@aws-sdk/middleware-ssec@3.914.0':
608
+
resolution: {integrity: sha512-V1Oae/oLVbpNb9uWs+v80GKylZCdsbqs2c2Xb1FsAUPtYeSnxFuAWsF3/2AEMSSpFe0dTC5KyWr/eKl2aim9VQ==}
610
609
engines: {node: '>=18.0.0'}
611
610
612
-
'@aws-sdk/middleware-user-agent@3.896.0':
613
-
resolution: {integrity: sha512-so/3tZH34YIeqG/QJgn5ZinnmHRdXV1ehsj4wVUrezL/dVW86jfwIkQIwpw8roOC657UoUf91c9FDhCxs3J5aQ==}
611
+
'@aws-sdk/middleware-user-agent@3.914.0':
612
+
resolution: {integrity: sha512-+grKWKg+htCpkileNOqm7LO9OrE9nVPv49CYbF7dXefQIdIhfQ0pvm+hdSUnh8GFLx86FKoJs2DZSBCYqgjQFw==}
614
613
engines: {node: '>=18.0.0'}
615
614
616
-
'@aws-sdk/nested-clients@3.896.0':
617
-
resolution: {integrity: sha512-KaHALB6DIXScJL/ExmonADr3jtTV6dpOHoEeTRSskJ/aW+rhZo7kH8SLmrwOT/qX8d5tza17YyR/oRkIKY6Eaw==}
615
+
'@aws-sdk/nested-clients@3.914.0':
616
+
resolution: {integrity: sha512-cktvDU5qsvtv9HqJ0uoPgqQ87pttRMZe33fdZ3NQmnkaT6O6AI7x9wQNW5bDH3E6rou/jYle9CBSea1Xum69rQ==}
618
617
engines: {node: '>=18.0.0'}
619
618
620
-
'@aws-sdk/region-config-resolver@3.893.0':
621
-
resolution: {integrity: sha512-/cJvh3Zsa+Of0Zbg7vl9wp/kZtdb40yk/2+XcroAMVPO9hPvmS9r/UOm6tO7FeX4TtkRFwWaQJiTZTgSdsPY+Q==}
619
+
'@aws-sdk/region-config-resolver@3.914.0':
620
+
resolution: {integrity: sha512-KlmHhRbn1qdwXUdsdrJ7S/MAkkC1jLpQ11n+XvxUUUCGAJd1gjC7AjxPZUM7ieQ2zcb8bfEzIU7al+Q3ZT0u7Q==}
622
621
engines: {node: '>=18.0.0'}
623
622
624
-
'@aws-sdk/signature-v4-multi-region@3.896.0':
625
-
resolution: {integrity: sha512-txiQDEZXL9tlNP8mbnNaDtuHBYc/FCqaZ8Y76qnfM3o6CTIn0t0tTAlnx1CyFe4EaikVBgQuZvj5KfNA8PmlzA==}
623
+
'@aws-sdk/signature-v4-multi-region@3.914.0':
624
+
resolution: {integrity: sha512-EOQ/ObGwaRXfK54GnxVRdHFiUvCZ4IJYAHMoQWfF9ZrV/4g0B4eBgJAal+DRO5g1sye32EtaGwFiQ6sULJb/Pw==}
626
625
engines: {node: '>=18.0.0'}
627
626
628
-
'@aws-sdk/token-providers@3.896.0':
629
-
resolution: {integrity: sha512-WBoD+RY7tUfW9M+wGrZ2vdveR+ziZOjGHWFY3lcGnDvI8KE+fcSccEOTxgJBNBS5Z8B+WHKU2sZjb+Z7QqGwjw==}
627
+
'@aws-sdk/token-providers@3.914.0':
628
+
resolution: {integrity: sha512-wX8lL5OnCk/54eUPP1L/dCH+Gp/f3MjnHR6rNp+dbGs7+omUAub4dEbM/JMBE4Jsn5coiVgmgqx97Q5cRxh/EA==}
630
629
engines: {node: '>=18.0.0'}
631
630
632
-
'@aws-sdk/types@3.893.0':
633
-
resolution: {integrity: sha512-Aht1nn5SnA0N+Tjv0dzhAY7CQbxVtmq1bBR6xI0MhG7p2XYVh1wXuKTzrldEvQWwA3odOYunAfT9aBiKZx9qIg==}
631
+
'@aws-sdk/types@3.914.0':
632
+
resolution: {integrity: sha512-kQWPsRDmom4yvAfyG6L1lMmlwnTzm1XwMHOU+G5IFlsP4YEaMtXidDzW/wiivY0QFrhfCz/4TVmu0a2aPU57ug==}
634
633
engines: {node: '>=18.0.0'}
635
634
636
635
'@aws-sdk/util-arn-parser@3.893.0':
637
636
resolution: {integrity: sha512-u8H4f2Zsi19DGnwj5FSZzDMhytYF/bCh37vAtBsn3cNDL3YG578X5oc+wSX54pM3tOxS+NY7tvOAo52SW7koUA==}
638
637
engines: {node: '>=18.0.0'}
639
638
640
-
'@aws-sdk/util-endpoints@3.895.0':
641
-
resolution: {integrity: sha512-MhxBvWbwxmKknuggO2NeMwOVkHOYL98pZ+1ZRI5YwckoCL3AvISMnPJgfN60ww6AIXHGpkp+HhpFdKOe8RHSEg==}
639
+
'@aws-sdk/util-endpoints@3.914.0':
640
+
resolution: {integrity: sha512-POUBUTjD7WQ/BVoUGluukCIkIDO12IPdwRAvUgFshfbaUdyXFuBllM/6DmdyeR3rJhXnBqe3Uy5e2eXbz/MBTw==}
642
641
engines: {node: '>=18.0.0'}
643
642
644
643
'@aws-sdk/util-locate-window@3.893.0':
645
644
resolution: {integrity: sha512-T89pFfgat6c8nMmpI8eKjBcDcgJq36+m9oiXbcUzeU55MP9ZuGgBomGjGnHaEyF36jenW9gmg3NfZDm0AO2XPg==}
646
645
engines: {node: '>=18.0.0'}
647
646
648
-
'@aws-sdk/util-user-agent-browser@3.893.0':
649
-
resolution: {integrity: sha512-PE9NtbDBW6Kgl1bG6A5fF3EPo168tnkj8TgMcT0sg4xYBWsBpq0bpJZRh+Jm5Bkwiw9IgTCLjEU7mR6xWaMB9w==}
647
+
'@aws-sdk/util-user-agent-browser@3.914.0':
648
+
resolution: {integrity: sha512-rMQUrM1ECH4kmIwlGl9UB0BtbHy6ZuKdWFrIknu8yGTRI/saAucqNTh5EI1vWBxZ0ElhK5+g7zOnUuhSmVQYUA==}
650
649
651
-
'@aws-sdk/util-user-agent-node@3.896.0':
652
-
resolution: {integrity: sha512-jegizucAwoxyBddKl0kRGNEgRHcfGuMeyhP1Nf+wIUmHz/9CxobIajqcVk/KRNLdZY5mSn7YG2VtP3z0BcBb0w==}
650
+
'@aws-sdk/util-user-agent-node@3.914.0':
651
+
resolution: {integrity: sha512-gTkLFUZiNPgJmeFCX8VJRmQWXKfF3Imm5IquFIR5c0sCBfhtMjTXZF0dHDW5BlceZ4tFPwfF9sCqWJ52wbFSBg==}
653
652
engines: {node: '>=18.0.0'}
654
653
peerDependencies:
655
654
aws-crt: '>=1.0.0'
···
657
656
aws-crt:
658
657
optional: true
659
658
660
-
'@aws-sdk/xml-builder@3.894.0':
661
-
resolution: {integrity: sha512-E6EAMc9dT1a2DOdo4zyOf3fp5+NJ2wI+mcm7RaW1baFIWDwcb99PpvWoV7YEiK7oaBDshuOEGWKUSYXdW+JYgA==}
659
+
'@aws-sdk/xml-builder@3.914.0':
660
+
resolution: {integrity: sha512-k75evsBD5TcIjedycYS7QXQ98AmOtbnxRJOPtCo0IwYRmy7UvqgS/gBL5SmrIqeV6FDSYRQMgdBxSMp6MLmdew==}
662
661
engines: {node: '>=18.0.0'}
663
662
664
663
'@aws/lambda-invoke-store@0.0.1':
···
945
944
'@base-org/account@1.1.1':
946
945
resolution: {integrity: sha512-IfVJPrDPhHfqXRDb89472hXkpvJuQQR7FDI9isLPHEqSYt/45whIoBxSPgZ0ssTt379VhQo4+87PWI1DoLSfAQ==}
947
946
948
-
'@biomejs/biome@2.2.6':
949
-
resolution: {integrity: sha512-yKTCNGhek0rL5OEW1jbLeZX8LHaM8yk7+3JRGv08my+gkpmtb5dDE+54r2ZjZx0ediFEn1pYBOJSmOdDP9xtFw==}
947
+
'@biomejs/biome@2.2.7':
948
+
resolution: {integrity: sha512-1a8j0UP1vXVUf3UzMZEJ/zS2VgAG6wU6Cuh/I764sUGI+MCnJs/9WaojHYBDCxCMLTgU60/WqnYof85emXmSBA==}
950
949
engines: {node: '>=14.21.3'}
951
950
hasBin: true
952
951
953
-
'@biomejs/cli-darwin-arm64@2.2.6':
954
-
resolution: {integrity: sha512-UZPmn3M45CjTYulgcrFJFZv7YmK3pTxTJDrFYlNElT2FNnkkX4fsxjExTSMeWKQYoZjvekpH5cvrYZZlWu3yfA==}
952
+
'@biomejs/cli-darwin-arm64@2.2.7':
953
+
resolution: {integrity: sha512-xBUUsebnO2/Qj1v7eZmKUy2ZcFkZ4/jLUkxN02Qup1RPoRaiW9AKXHrqS3L7iX6PzofHY2xuZ+Pb9kAcpoe0qA==}
955
954
engines: {node: '>=14.21.3'}
956
955
cpu: [arm64]
957
956
os: [darwin]
958
957
959
-
'@biomejs/cli-darwin-x64@2.2.6':
960
-
resolution: {integrity: sha512-HOUIquhHVgh/jvxyClpwlpl/oeMqntlteL89YqjuFDiZ091P0vhHccwz+8muu3nTyHWM5FQslt+4Jdcd67+xWQ==}
958
+
'@biomejs/cli-darwin-x64@2.2.7':
959
+
resolution: {integrity: sha512-vsY4NhmxqgfLJufr9XUnC+yGUPJiXAc1mz6FcjaAmuIuLwfghN4uQO7hnW2AneGyoi2mNe9Jbvf6Qtq4AjzrFg==}
961
960
engines: {node: '>=14.21.3'}
962
961
cpu: [x64]
963
962
os: [darwin]
964
963
965
-
'@biomejs/cli-linux-arm64-musl@2.2.6':
966
-
resolution: {integrity: sha512-TjCenQq3N6g1C+5UT3jE1bIiJb5MWQvulpUngTIpFsL4StVAUXucWD0SL9MCW89Tm6awWfeXBbZBAhJwjyFbRQ==}
964
+
'@biomejs/cli-linux-arm64-musl@2.2.7':
965
+
resolution: {integrity: sha512-FrTwvKO/7t5HbVTvhlMOTOVQLAcR7r4O4iFQhEpZXUtBfosHqrX/JJlX7daPawoe14MDcCu9CDg0zLVpTuDvuQ==}
967
966
engines: {node: '>=14.21.3'}
968
967
cpu: [arm64]
969
968
os: [linux]
970
969
971
-
'@biomejs/cli-linux-arm64@2.2.6':
972
-
resolution: {integrity: sha512-BpGtuMJGN+o8pQjvYsUKZ+4JEErxdSmcRD/JG3mXoWc6zrcA7OkuyGFN1mDggO0Q1n7qXxo/PcupHk8gzijt5g==}
970
+
'@biomejs/cli-linux-arm64@2.2.7':
971
+
resolution: {integrity: sha512-nUdco104rjV9dULi1VssQ5R/kX2jE/Z2sDjyqS+siV9sTQda0DwmEUixFNRCWvZJRRiZUWhgiDFJ4n7RowO8Mg==}
973
972
engines: {node: '>=14.21.3'}
974
973
cpu: [arm64]
975
974
os: [linux]
976
975
977
-
'@biomejs/cli-linux-x64-musl@2.2.6':
978
-
resolution: {integrity: sha512-1ZcBux8zVM3JhWN2ZCPaYf0+ogxXG316uaoXJdgoPZcdK/rmRcRY7PqHdAos2ExzvjIdvhQp72UcveI98hgOog==}
976
+
'@biomejs/cli-linux-x64-musl@2.2.7':
977
+
resolution: {integrity: sha512-MnsysF5s/iLC5wnYvuMseOy+m8Pd4bWG1uwlVyy2AUbfjAVUgtbYbboc5wMXljFrDY7e6rLjLTR4S2xqDpGlQg==}
979
978
engines: {node: '>=14.21.3'}
980
979
cpu: [x64]
981
980
os: [linux]
982
981
983
-
'@biomejs/cli-linux-x64@2.2.6':
984
-
resolution: {integrity: sha512-1HaM/dpI/1Z68zp8ZdT6EiBq+/O/z97a2AiHMl+VAdv5/ELckFt9EvRb8hDHpk8hUMoz03gXkC7VPXOVtU7faA==}
982
+
'@biomejs/cli-linux-x64@2.2.7':
983
+
resolution: {integrity: sha512-tPTcGAIEOOZrj2tQ7fdraWlaxNKApBw6l4In8wQQV1IyxnAexqi0hykHzKEX8hKKctf5gxGBfNCzyIvqpj4CFQ==}
985
984
engines: {node: '>=14.21.3'}
986
985
cpu: [x64]
987
986
os: [linux]
988
987
989
-
'@biomejs/cli-win32-arm64@2.2.6':
990
-
resolution: {integrity: sha512-h3A88G8PGM1ryTeZyLlSdfC/gz3e95EJw9BZmA6Po412DRqwqPBa2Y9U+4ZSGUAXCsnSQE00jLV8Pyrh0d+jQw==}
988
+
'@biomejs/cli-win32-arm64@2.2.7':
989
+
resolution: {integrity: sha512-h5D1jhwA2b7cFXerYiJfXHSzzAMFFoEDL5Mc2BgiaEw0iaSgSso/3Nc6FbOR55aTQISql+IpB4PS7JoV26Gdbw==}
991
990
engines: {node: '>=14.21.3'}
992
991
cpu: [arm64]
993
992
os: [win32]
994
993
995
-
'@biomejs/cli-win32-x64@2.2.6':
996
-
resolution: {integrity: sha512-yx0CqeOhPjYQ5ZXgPfu8QYkgBhVJyvWe36as7jRuPrKPO5ylVDfwVtPQ+K/mooNTADW0IhxOZm3aPu16dP8yNQ==}
994
+
'@biomejs/cli-win32-x64@2.2.7':
995
+
resolution: {integrity: sha512-URqAJi0kONyBKG4V9NVafHLDtm6IHmF4qPYi/b6x7MD6jxpWeJiTCO6R5+xDlWckX2T/OGv6Yq3nkz6s0M8Ykw==}
997
996
engines: {node: '>=14.21.3'}
998
997
cpu: [x64]
999
998
os: [win32]
···
1021
1020
'@envelop/types@5.2.1':
1022
1021
resolution: {integrity: sha512-CsFmA3u3c2QoLDTfEpGr4t25fjMU31nyvse7IzWTvb0ZycuPjMjb0fjlheh+PbhBYb9YLugnT2uY6Mwcg1o+Zg==}
1023
1022
engines: {node: '>=18.0.0'}
1024
-
1025
-
'@esbuild/aix-ppc64@0.25.10':
1026
-
resolution: {integrity: sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==}
1027
-
engines: {node: '>=18'}
1028
-
cpu: [ppc64]
1029
-
os: [aix]
1030
1023
1031
1024
'@esbuild/aix-ppc64@0.25.11':
1032
1025
resolution: {integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==}
···
1034
1027
cpu: [ppc64]
1035
1028
os: [aix]
1036
1029
1037
-
'@esbuild/android-arm64@0.25.10':
1038
-
resolution: {integrity: sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==}
1039
-
engines: {node: '>=18'}
1040
-
cpu: [arm64]
1041
-
os: [android]
1042
-
1043
1030
'@esbuild/android-arm64@0.25.11':
1044
1031
resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==}
1045
1032
engines: {node: '>=18'}
1046
1033
cpu: [arm64]
1047
1034
os: [android]
1048
1035
1049
-
'@esbuild/android-arm@0.25.10':
1050
-
resolution: {integrity: sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==}
1051
-
engines: {node: '>=18'}
1052
-
cpu: [arm]
1053
-
os: [android]
1054
-
1055
1036
'@esbuild/android-arm@0.25.11':
1056
1037
resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==}
1057
1038
engines: {node: '>=18'}
1058
1039
cpu: [arm]
1059
1040
os: [android]
1060
1041
1061
-
'@esbuild/android-x64@0.25.10':
1062
-
resolution: {integrity: sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==}
1063
-
engines: {node: '>=18'}
1064
-
cpu: [x64]
1065
-
os: [android]
1066
-
1067
1042
'@esbuild/android-x64@0.25.11':
1068
1043
resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==}
1069
1044
engines: {node: '>=18'}
1070
1045
cpu: [x64]
1071
1046
os: [android]
1072
1047
1073
-
'@esbuild/darwin-arm64@0.25.10':
1074
-
resolution: {integrity: sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==}
1075
-
engines: {node: '>=18'}
1076
-
cpu: [arm64]
1077
-
os: [darwin]
1078
-
1079
1048
'@esbuild/darwin-arm64@0.25.11':
1080
1049
resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==}
1081
1050
engines: {node: '>=18'}
1082
1051
cpu: [arm64]
1083
1052
os: [darwin]
1084
1053
1085
-
'@esbuild/darwin-x64@0.25.10':
1086
-
resolution: {integrity: sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==}
1087
-
engines: {node: '>=18'}
1088
-
cpu: [x64]
1089
-
os: [darwin]
1090
-
1091
1054
'@esbuild/darwin-x64@0.25.11':
1092
1055
resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==}
1093
1056
engines: {node: '>=18'}
1094
1057
cpu: [x64]
1095
1058
os: [darwin]
1096
1059
1097
-
'@esbuild/freebsd-arm64@0.25.10':
1098
-
resolution: {integrity: sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==}
1099
-
engines: {node: '>=18'}
1100
-
cpu: [arm64]
1101
-
os: [freebsd]
1102
-
1103
1060
'@esbuild/freebsd-arm64@0.25.11':
1104
1061
resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==}
1105
1062
engines: {node: '>=18'}
1106
1063
cpu: [arm64]
1107
1064
os: [freebsd]
1108
1065
1109
-
'@esbuild/freebsd-x64@0.25.10':
1110
-
resolution: {integrity: sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==}
1111
-
engines: {node: '>=18'}
1112
-
cpu: [x64]
1113
-
os: [freebsd]
1114
-
1115
1066
'@esbuild/freebsd-x64@0.25.11':
1116
1067
resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==}
1117
1068
engines: {node: '>=18'}
1118
1069
cpu: [x64]
1119
1070
os: [freebsd]
1120
1071
1121
-
'@esbuild/linux-arm64@0.25.10':
1122
-
resolution: {integrity: sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==}
1123
-
engines: {node: '>=18'}
1124
-
cpu: [arm64]
1125
-
os: [linux]
1126
-
1127
1072
'@esbuild/linux-arm64@0.25.11':
1128
1073
resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==}
1129
1074
engines: {node: '>=18'}
1130
1075
cpu: [arm64]
1131
1076
os: [linux]
1132
1077
1133
-
'@esbuild/linux-arm@0.25.10':
1134
-
resolution: {integrity: sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==}
1135
-
engines: {node: '>=18'}
1136
-
cpu: [arm]
1137
-
os: [linux]
1138
-
1139
1078
'@esbuild/linux-arm@0.25.11':
1140
1079
resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==}
1141
1080
engines: {node: '>=18'}
1142
1081
cpu: [arm]
1143
1082
os: [linux]
1144
1083
1145
-
'@esbuild/linux-ia32@0.25.10':
1146
-
resolution: {integrity: sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==}
1147
-
engines: {node: '>=18'}
1148
-
cpu: [ia32]
1149
-
os: [linux]
1150
-
1151
1084
'@esbuild/linux-ia32@0.25.11':
1152
1085
resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==}
1153
1086
engines: {node: '>=18'}
1154
1087
cpu: [ia32]
1155
1088
os: [linux]
1156
1089
1157
-
'@esbuild/linux-loong64@0.25.10':
1158
-
resolution: {integrity: sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==}
1159
-
engines: {node: '>=18'}
1160
-
cpu: [loong64]
1161
-
os: [linux]
1162
-
1163
1090
'@esbuild/linux-loong64@0.25.11':
1164
1091
resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==}
1165
1092
engines: {node: '>=18'}
1166
1093
cpu: [loong64]
1167
1094
os: [linux]
1168
1095
1169
-
'@esbuild/linux-mips64el@0.25.10':
1170
-
resolution: {integrity: sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==}
1171
-
engines: {node: '>=18'}
1172
-
cpu: [mips64el]
1173
-
os: [linux]
1174
-
1175
1096
'@esbuild/linux-mips64el@0.25.11':
1176
1097
resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==}
1177
1098
engines: {node: '>=18'}
1178
1099
cpu: [mips64el]
1179
1100
os: [linux]
1180
1101
1181
-
'@esbuild/linux-ppc64@0.25.10':
1182
-
resolution: {integrity: sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==}
1183
-
engines: {node: '>=18'}
1184
-
cpu: [ppc64]
1185
-
os: [linux]
1186
-
1187
1102
'@esbuild/linux-ppc64@0.25.11':
1188
1103
resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==}
1189
1104
engines: {node: '>=18'}
1190
1105
cpu: [ppc64]
1191
1106
os: [linux]
1192
1107
1193
-
'@esbuild/linux-riscv64@0.25.10':
1194
-
resolution: {integrity: sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==}
1195
-
engines: {node: '>=18'}
1196
-
cpu: [riscv64]
1197
-
os: [linux]
1198
-
1199
1108
'@esbuild/linux-riscv64@0.25.11':
1200
1109
resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==}
1201
1110
engines: {node: '>=18'}
1202
1111
cpu: [riscv64]
1203
1112
os: [linux]
1204
1113
1205
-
'@esbuild/linux-s390x@0.25.10':
1206
-
resolution: {integrity: sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==}
1207
-
engines: {node: '>=18'}
1208
-
cpu: [s390x]
1209
-
os: [linux]
1210
-
1211
1114
'@esbuild/linux-s390x@0.25.11':
1212
1115
resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==}
1213
1116
engines: {node: '>=18'}
1214
1117
cpu: [s390x]
1215
1118
os: [linux]
1216
1119
1217
-
'@esbuild/linux-x64@0.25.10':
1218
-
resolution: {integrity: sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==}
1219
-
engines: {node: '>=18'}
1220
-
cpu: [x64]
1221
-
os: [linux]
1222
-
1223
1120
'@esbuild/linux-x64@0.25.11':
1224
1121
resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==}
1225
1122
engines: {node: '>=18'}
1226
1123
cpu: [x64]
1227
1124
os: [linux]
1228
1125
1229
-
'@esbuild/netbsd-arm64@0.25.10':
1230
-
resolution: {integrity: sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==}
1231
-
engines: {node: '>=18'}
1232
-
cpu: [arm64]
1233
-
os: [netbsd]
1234
-
1235
1126
'@esbuild/netbsd-arm64@0.25.11':
1236
1127
resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==}
1237
1128
engines: {node: '>=18'}
1238
1129
cpu: [arm64]
1239
1130
os: [netbsd]
1240
1131
1241
-
'@esbuild/netbsd-x64@0.25.10':
1242
-
resolution: {integrity: sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==}
1243
-
engines: {node: '>=18'}
1244
-
cpu: [x64]
1245
-
os: [netbsd]
1246
-
1247
1132
'@esbuild/netbsd-x64@0.25.11':
1248
1133
resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==}
1249
1134
engines: {node: '>=18'}
1250
1135
cpu: [x64]
1251
1136
os: [netbsd]
1252
1137
1253
-
'@esbuild/openbsd-arm64@0.25.10':
1254
-
resolution: {integrity: sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==}
1255
-
engines: {node: '>=18'}
1256
-
cpu: [arm64]
1257
-
os: [openbsd]
1258
-
1259
1138
'@esbuild/openbsd-arm64@0.25.11':
1260
1139
resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==}
1261
1140
engines: {node: '>=18'}
1262
1141
cpu: [arm64]
1263
1142
os: [openbsd]
1264
1143
1265
-
'@esbuild/openbsd-x64@0.25.10':
1266
-
resolution: {integrity: sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==}
1267
-
engines: {node: '>=18'}
1268
-
cpu: [x64]
1269
-
os: [openbsd]
1270
-
1271
1144
'@esbuild/openbsd-x64@0.25.11':
1272
1145
resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==}
1273
1146
engines: {node: '>=18'}
1274
1147
cpu: [x64]
1275
1148
os: [openbsd]
1276
1149
1277
-
'@esbuild/openharmony-arm64@0.25.10':
1278
-
resolution: {integrity: sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==}
1279
-
engines: {node: '>=18'}
1280
-
cpu: [arm64]
1281
-
os: [openharmony]
1282
-
1283
1150
'@esbuild/openharmony-arm64@0.25.11':
1284
1151
resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==}
1285
1152
engines: {node: '>=18'}
1286
1153
cpu: [arm64]
1287
1154
os: [openharmony]
1288
1155
1289
-
'@esbuild/sunos-x64@0.25.10':
1290
-
resolution: {integrity: sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==}
1291
-
engines: {node: '>=18'}
1292
-
cpu: [x64]
1293
-
os: [sunos]
1294
-
1295
1156
'@esbuild/sunos-x64@0.25.11':
1296
1157
resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==}
1297
1158
engines: {node: '>=18'}
1298
1159
cpu: [x64]
1299
1160
os: [sunos]
1300
1161
1301
-
'@esbuild/win32-arm64@0.25.10':
1302
-
resolution: {integrity: sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==}
1303
-
engines: {node: '>=18'}
1304
-
cpu: [arm64]
1305
-
os: [win32]
1306
-
1307
1162
'@esbuild/win32-arm64@0.25.11':
1308
1163
resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==}
1309
1164
engines: {node: '>=18'}
1310
1165
cpu: [arm64]
1311
1166
os: [win32]
1312
1167
1313
-
'@esbuild/win32-ia32@0.25.10':
1314
-
resolution: {integrity: sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==}
1315
-
engines: {node: '>=18'}
1316
-
cpu: [ia32]
1317
-
os: [win32]
1318
-
1319
1168
'@esbuild/win32-ia32@0.25.11':
1320
1169
resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==}
1321
1170
engines: {node: '>=18'}
1322
1171
cpu: [ia32]
1323
-
os: [win32]
1324
-
1325
-
'@esbuild/win32-x64@0.25.10':
1326
-
resolution: {integrity: sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==}
1327
-
engines: {node: '>=18'}
1328
-
cpu: [x64]
1329
1172
os: [win32]
1330
1173
1331
1174
'@esbuild/win32-x64@0.25.11':
···
1385
1228
peerDependencies:
1386
1229
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
1387
1230
1388
-
'@graphql-codegen/cli@6.0.0':
1389
-
resolution: {integrity: sha512-tvchLVCMtorDE+UwgQbrjyaQK16GCZA+QomTxZazRx64ixtgmbEiQV7GhCBy0y0Bo7/tcTJb6sy9G/TL/BgiOg==}
1231
+
'@graphql-codegen/cli@6.0.1':
1232
+
resolution: {integrity: sha512-6iP91joxb7phdicDrIF8Cv9ah2QpPVXUUu7rbOaQKvqey+QKYmHcxGCi9r5/7p4lUiHZPQvfB7xDHURHQca1SA==}
1390
1233
engines: {node: '>=16'}
1391
1234
hasBin: true
1392
1235
peerDependencies:
···
1396
1239
'@parcel/watcher':
1397
1240
optional: true
1398
1241
1399
-
'@graphql-codegen/client-preset@5.0.1':
1400
-
resolution: {integrity: sha512-3dXS7Sh/AkV+Ewq/HB1DSCb0tZBOIdTL8zkGQjRKWaf14x21h2f/xKl2zhRh6KlXjcCrIpX+AxHAhQxs6cXwVw==}
1242
+
'@graphql-codegen/client-preset@5.1.0':
1243
+
resolution: {integrity: sha512-MYMy9dIlAgT3q1U8WUys6Y8yt/T9WLsm1DczRtrCpV5N11v4Rlg3hGWQmEvhJtBbWxgzfYoHZHb0TohtbLkJ+g==}
1401
1244
engines: {node: '>=16'}
1402
1245
peerDependencies:
1403
1246
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
···
1418
1261
peerDependencies:
1419
1262
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
1420
1263
1421
-
'@graphql-codegen/gql-tag-operations@5.0.0':
1422
-
resolution: {integrity: sha512-kC2pc/tyzVc1laZtlfuQHqYxF4UqB4YXzAboFfeY1cxrxCh/+H70jHnfA1O4vhPndiRd+XZA8wxPv0hIqDXYaA==}
1264
+
'@graphql-codegen/gql-tag-operations@5.0.2':
1265
+
resolution: {integrity: sha512-iK+LFGv4ihHKeerADFPTL7Iq4iNr+J1jm2+GUMtwTSAL4nGk+BdfyruV7eR53R7Des8NFdI+9hBzKbbob7VwGQ==}
1423
1266
engines: {node: '>=16'}
1424
1267
peerDependencies:
1425
1268
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
···
1441
1284
peerDependencies:
1442
1285
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
1443
1286
1444
-
'@graphql-codegen/typed-document-node@6.0.0':
1445
-
resolution: {integrity: sha512-OYmbadwvjq19yCZjioy901pLI9YV6i7A0fP3MpcJlo2uQVY27RJPcN2NeLfFzXdHr6f5bm9exqB6X1iKimfA2Q==}
1287
+
'@graphql-codegen/typed-document-node@6.0.2':
1288
+
resolution: {integrity: sha512-nqcD23F87jLPQ1P2jJaepNAa4SY8Xy2soacPyQMwvxWtbRSXlg/LBUjtbEkCaU2SuLoa4L3w8VPuGoQ3EWUzeg==}
1446
1289
engines: {node: '>=16'}
1447
1290
peerDependencies:
1448
1291
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
1449
1292
1450
-
'@graphql-codegen/typescript-operations@5.0.0':
1451
-
resolution: {integrity: sha512-mqgp/lp5v7w+RYj5AJ/BVquP+sgje3EAgg++62ciolOB5zzWT8en09cRdNq4UZfszCYTOtlhCG7NQAAcSae37A==}
1293
+
'@graphql-codegen/typescript-operations@5.0.2':
1294
+
resolution: {integrity: sha512-i2nSJ5a65H+JgXwWvEuYehVYUImIvrHk3PTs+Fcj+OjZFvDl2qBziIhr6shCjV0KH9IZ6Y+1v4TzkxZr/+XFjA==}
1452
1295
engines: {node: '>=16'}
1453
1296
peerDependencies:
1454
1297
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
···
1463
1306
peerDependencies:
1464
1307
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
1465
1308
1466
-
'@graphql-codegen/typescript@5.0.0':
1467
-
resolution: {integrity: sha512-u90SGM6+Rdc3Je1EmVQOrGk5fl7hK1cLR4y5Q1MeUenj0aZFxKno65DCW7RcQpcfebvkPsVGA6y3oS02wPFj6Q==}
1309
+
'@graphql-codegen/typescript@5.0.2':
1310
+
resolution: {integrity: sha512-OJYXpS9SRf4VFzqu3ZH/RmTftGhAVTCmscH63iPlvTlCT8NBmpSHdZ875AEa38LugdL8XgUcGsI3pprP3e5j/w==}
1468
1311
engines: {node: '>=16'}
1469
1312
peerDependencies:
1470
1313
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
···
1474
1317
peerDependencies:
1475
1318
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
1476
1319
1477
-
'@graphql-codegen/visitor-plugin-common@6.0.0':
1478
-
resolution: {integrity: sha512-K05Jv2elOeFstH3i+Ah0Pi9do6NYUvrbdhEkP+UvP9fmIro1hCKwcIEP7j4VFz8mt3gAC3dB5KVJDoyaPUgi4Q==}
1320
+
'@graphql-codegen/visitor-plugin-common@6.1.0':
1321
+
resolution: {integrity: sha512-AvGO1pe+b/kAa7+WBDlNDXOruRZWv/NnhLHgTggiW2XWRv33biuzg4cF1UTdpR2jmESZzJU4kXngLLX8RYJWLA==}
1479
1322
engines: {node: '>=16'}
1480
1323
peerDependencies:
1481
1324
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
···
1682
1525
peerDependencies:
1683
1526
hono: ^4
1684
1527
1685
-
'@hono/zod-validator@0.7.3':
1686
-
resolution: {integrity: sha512-uYGdgVib3RlGD698WR5dVM0zB3UuPY5vHKXffGUbUh7r4xY+mFIhF3/v4AcQVLrU5CQdBso8BJr4wuVoCrjTuQ==}
1528
+
'@hono/zod-validator@0.7.4':
1529
+
resolution: {integrity: sha512-biKGn3BRJVaftZlIPMyK+HCe/UHAjJ6sH0UyXe3+v0OcgVr9xfImDROTJFLtn9e3XEEAHGZIM9U6evu85abm8Q==}
1687
1530
peerDependencies:
1688
1531
hono: '>=3.9.0'
1689
1532
zod: ^3.25.0 || ^4.0.0
···
1693
1536
peerDependencies:
1694
1537
react-hook-form: ^7.55.0
1695
1538
1696
-
'@inquirer/ansi@1.0.0':
1697
-
resolution: {integrity: sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA==}
1539
+
'@inquirer/ansi@1.0.1':
1540
+
resolution: {integrity: sha512-yqq0aJW/5XPhi5xOAL1xRCpe1eh8UFVgYFpFsjEqmIR8rKLyP+HINvFXwUaxYICflJrVlxnp7lLN6As735kVpw==}
1698
1541
engines: {node: '>=18'}
1699
1542
1700
-
'@inquirer/checkbox@4.2.4':
1701
-
resolution: {integrity: sha512-2n9Vgf4HSciFq8ttKXk+qy+GsyTXPV1An6QAwe/8bkbbqvG4VW1I/ZY1pNu2rf+h9bdzMLPbRSfcNxkHBy/Ydw==}
1543
+
'@inquirer/checkbox@4.3.0':
1544
+
resolution: {integrity: sha512-5+Q3PKH35YsnoPTh75LucALdAxom6xh5D1oeY561x4cqBuH24ZFVyFREPe14xgnrtmGu3EEt1dIi60wRVSnGCw==}
1702
1545
engines: {node: '>=18'}
1703
1546
peerDependencies:
1704
1547
'@types/node': '>=18'
···
1706
1549
'@types/node':
1707
1550
optional: true
1708
1551
1709
-
'@inquirer/confirm@5.1.18':
1710
-
resolution: {integrity: sha512-MilmWOzHa3Ks11tzvuAmFoAd/wRuaP3SwlT1IZhyMke31FKLxPiuDWcGXhU+PKveNOpAc4axzAgrgxuIJJRmLw==}
1552
+
'@inquirer/confirm@5.1.19':
1553
+
resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==}
1711
1554
engines: {node: '>=18'}
1712
1555
peerDependencies:
1713
1556
'@types/node': '>=18'
···
1715
1558
'@types/node':
1716
1559
optional: true
1717
1560
1718
-
'@inquirer/core@10.2.2':
1719
-
resolution: {integrity: sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA==}
1561
+
'@inquirer/core@10.3.0':
1562
+
resolution: {integrity: sha512-Uv2aPPPSK5jeCplQmQ9xadnFx2Zhj9b5Dj7bU6ZeCdDNNY11nhYy4btcSdtDguHqCT2h5oNeQTcUNSGGLA7NTA==}
1720
1563
engines: {node: '>=18'}
1721
1564
peerDependencies:
1722
1565
'@types/node': '>=18'
···
1724
1567
'@types/node':
1725
1568
optional: true
1726
1569
1727
-
'@inquirer/editor@4.2.20':
1728
-
resolution: {integrity: sha512-7omh5y5bK672Q+Brk4HBbnHNowOZwrb/78IFXdrEB9PfdxL3GudQyDk8O9vQ188wj3xrEebS2M9n18BjJoI83g==}
1570
+
'@inquirer/editor@4.2.21':
1571
+
resolution: {integrity: sha512-MjtjOGjr0Kh4BciaFShYpZ1s9400idOdvQ5D7u7lE6VztPFoyLcVNE5dXBmEEIQq5zi4B9h2kU+q7AVBxJMAkQ==}
1729
1572
engines: {node: '>=18'}
1730
1573
peerDependencies:
1731
1574
'@types/node': '>=18'
···
1733
1576
'@types/node':
1734
1577
optional: true
1735
1578
1736
-
'@inquirer/expand@4.0.20':
1737
-
resolution: {integrity: sha512-Dt9S+6qUg94fEvgn54F2Syf0Z3U8xmnBI9ATq2f5h9xt09fs2IJXSCIXyyVHwvggKWFXEY/7jATRo2K6Dkn6Ow==}
1579
+
'@inquirer/expand@4.0.21':
1580
+
resolution: {integrity: sha512-+mScLhIcbPFmuvU3tAGBed78XvYHSvCl6dBiYMlzCLhpr0bzGzd8tfivMMeqND6XZiaZ1tgusbUHJEfc6YzOdA==}
1738
1581
engines: {node: '>=18'}
1739
1582
peerDependencies:
1740
1583
'@types/node': '>=18'
···
1751
1594
'@types/node':
1752
1595
optional: true
1753
1596
1754
-
'@inquirer/figures@1.0.13':
1755
-
resolution: {integrity: sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==}
1597
+
'@inquirer/figures@1.0.14':
1598
+
resolution: {integrity: sha512-DbFgdt+9/OZYFM+19dbpXOSeAstPy884FPy1KjDu4anWwymZeOYhMY1mdFri172htv6mvc/uvIAAi7b7tvjJBQ==}
1756
1599
engines: {node: '>=18'}
1757
1600
1758
-
'@inquirer/input@4.2.4':
1759
-
resolution: {integrity: sha512-cwSGpLBMwpwcZZsc6s1gThm0J+it/KIJ+1qFL2euLmSKUMGumJ5TcbMgxEjMjNHRGadouIYbiIgruKoDZk7klw==}
1601
+
'@inquirer/input@4.2.5':
1602
+
resolution: {integrity: sha512-7GoWev7P6s7t0oJbenH0eQ0ThNdDJbEAEtVt9vsrYZ9FulIokvd823yLyhQlWHJPGce1wzP53ttfdCZmonMHyA==}
1760
1603
engines: {node: '>=18'}
1761
1604
peerDependencies:
1762
1605
'@types/node': '>=18'
···
1764
1607
'@types/node':
1765
1608
optional: true
1766
1609
1767
-
'@inquirer/number@3.0.20':
1768
-
resolution: {integrity: sha512-bbooay64VD1Z6uMfNehED2A2YOPHSJnQLs9/4WNiV/EK+vXczf/R988itL2XLDGTgmhMF2KkiWZo+iEZmc4jqg==}
1610
+
'@inquirer/number@3.0.21':
1611
+
resolution: {integrity: sha512-5QWs0KGaNMlhbdhOSCFfKsW+/dcAVC2g4wT/z2MCiZM47uLgatC5N20kpkDQf7dHx+XFct/MJvvNGy6aYJn4Pw==}
1769
1612
engines: {node: '>=18'}
1770
1613
peerDependencies:
1771
1614
'@types/node': '>=18'
···
1773
1616
'@types/node':
1774
1617
optional: true
1775
1618
1776
-
'@inquirer/password@4.0.20':
1777
-
resolution: {integrity: sha512-nxSaPV2cPvvoOmRygQR+h0B+Av73B01cqYLcr7NXcGXhbmsYfUb8fDdw2Us1bI2YsX+VvY7I7upgFYsyf8+Nug==}
1619
+
'@inquirer/password@4.0.21':
1620
+
resolution: {integrity: sha512-xxeW1V5SbNFNig2pLfetsDb0svWlKuhmr7MPJZMYuDnCTkpVBI+X/doudg4pznc1/U+yYmWFFOi4hNvGgUo7EA==}
1778
1621
engines: {node: '>=18'}
1779
1622
peerDependencies:
1780
1623
'@types/node': '>=18'
···
1782
1625
'@types/node':
1783
1626
optional: true
1784
1627
1785
-
'@inquirer/prompts@7.8.6':
1786
-
resolution: {integrity: sha512-68JhkiojicX9SBUD8FE/pSKbOKtwoyaVj1kwqLfvjlVXZvOy3iaSWX4dCLsZyYx/5Ur07Fq+yuDNOen+5ce6ig==}
1628
+
'@inquirer/prompts@7.9.0':
1629
+
resolution: {integrity: sha512-X7/+dG9SLpSzRkwgG5/xiIzW0oMrV3C0HOa7YHG1WnrLK+vCQHfte4k/T80059YBdei29RBC3s+pSMvPJDU9/A==}
1787
1630
engines: {node: '>=18'}
1788
1631
peerDependencies:
1789
1632
'@types/node': '>=18'
···
1791
1634
'@types/node':
1792
1635
optional: true
1793
1636
1794
-
'@inquirer/rawlist@4.1.8':
1795
-
resolution: {integrity: sha512-CQ2VkIASbgI2PxdzlkeeieLRmniaUU1Aoi5ggEdm6BIyqopE9GuDXdDOj9XiwOqK5qm72oI2i6J+Gnjaa26ejg==}
1637
+
'@inquirer/rawlist@4.1.9':
1638
+
resolution: {integrity: sha512-AWpxB7MuJrRiSfTKGJ7Y68imYt8P9N3Gaa7ySdkFj1iWjr6WfbGAhdZvw/UnhFXTHITJzxGUI9k8IX7akAEBCg==}
1796
1639
engines: {node: '>=18'}
1797
1640
peerDependencies:
1798
1641
'@types/node': '>=18'
···
1800
1643
'@types/node':
1801
1644
optional: true
1802
1645
1803
-
'@inquirer/search@3.1.3':
1804
-
resolution: {integrity: sha512-D5T6ioybJJH0IiSUK/JXcoRrrm8sXwzrVMjibuPs+AgxmogKslaafy1oxFiorNI4s3ElSkeQZbhYQgLqiL8h6Q==}
1646
+
'@inquirer/search@3.2.0':
1647
+
resolution: {integrity: sha512-a5SzB/qrXafDX1Z4AZW3CsVoiNxcIYCzYP7r9RzrfMpaLpB+yWi5U8BWagZyLmwR0pKbbL5umnGRd0RzGVI8bQ==}
1805
1648
engines: {node: '>=18'}
1806
1649
peerDependencies:
1807
1650
'@types/node': '>=18'
···
1809
1652
'@types/node':
1810
1653
optional: true
1811
1654
1812
-
'@inquirer/select@4.3.4':
1813
-
resolution: {integrity: sha512-Qp20nySRmfbuJBBsgPU7E/cL62Hf250vMZRzYDcBHty2zdD1kKCnoDFWRr0WO2ZzaXp3R7a4esaVGJUx0E6zvA==}
1655
+
'@inquirer/select@4.4.0':
1656
+
resolution: {integrity: sha512-kaC3FHsJZvVyIjYBs5Ih8y8Bj4P/QItQWrZW22WJax7zTN+ZPXVGuOM55vzbdCP9zKUiBd9iEJVdesujfF+cAA==}
1814
1657
engines: {node: '>=18'}
1815
1658
peerDependencies:
1816
1659
'@types/node': '>=18'
···
1818
1661
'@types/node':
1819
1662
optional: true
1820
1663
1821
-
'@inquirer/type@3.0.8':
1822
-
resolution: {integrity: sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==}
1664
+
'@inquirer/type@3.0.9':
1665
+
resolution: {integrity: sha512-QPaNt/nmE2bLGQa9b7wwyRJoLZ7pN6rcyXvzU0YCmivmJyq1BVo94G98tStRWkoD1RgDX5C+dPlhhHzNdu/W/w==}
1823
1666
engines: {node: '>=18'}
1824
1667
peerDependencies:
1825
1668
'@types/node': '>=18'
···
1829
1672
1830
1673
'@ioredis/commands@1.4.0':
1831
1674
resolution: {integrity: sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==}
1832
-
1833
-
'@isaacs/fs-minipass@4.0.1':
1834
-
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
1835
-
engines: {node: '>=18.0.0'}
1836
1675
1837
1676
'@jridgewell/gen-mapping@0.3.13':
1838
1677
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
···
1970
1809
resolution: {integrity: sha512-fLgJnDOXFmuVlB38rUN5SmU7hAFQcCjrg3Vrxz67KTY7YHFnSNEKvX4avmEBdOI0yTCxZjwMCFEqsC8k2+Wd3g==}
1971
1810
engines: {node: '>=16.0.0'}
1972
1811
1973
-
'@metamask/utils@11.8.0':
1974
-
resolution: {integrity: sha512-EJqiuvVBAjV1vd1kBhmVmRtGfadrBfY3ImcAMjl+8MSSByTB3VNwvlIBLQdp+TwdAomUdenJCx2BvOSQykm8Hg==}
1812
+
'@metamask/utils@11.8.1':
1813
+
resolution: {integrity: sha512-DIbsNUyqWLFgqJlZxi1OOCMYvI23GqFCvNJAtzv8/WXWzJfnJnvp1M24j7VvUe3URBi3S86UgQ7+7aWU9p/cnQ==}
1975
1814
engines: {node: ^18.18 || ^20.14 || >=22}
1976
1815
1977
1816
'@metamask/utils@5.0.2':
···
2058
1897
'@preact/signals-core@1.12.1':
2059
1898
resolution: {integrity: sha512-BwbTXpj+9QutoZLQvbttRg5x3l5468qaV2kufh+51yha1c53ep5dY4kTuZR35+3pAZxpfQerGJiQqg34ZNZ6uA==}
2060
1899
2061
-
'@prosekit/basic@0.6.2':
2062
-
resolution: {integrity: sha512-3wOZnOSCYcxCsWFYeqDNfVxqP0SiS8z5vMr4N1+XAcJDYeWQTXRfJzrRFxO7/u0E5e02LHLQVP7Ehyf6cLZ0Jw==}
1900
+
'@prosekit/basic@0.6.3':
1901
+
resolution: {integrity: sha512-PhT5n5Z+86vXj9qXf3Vt74Jkq+7V0pksjDeB39UMWCOHagNY4mnDPCLLvHwlWQIvE6Lua5rEIwAUiPYNPtEBxA==}
2063
1902
2064
1903
'@prosekit/core@0.8.4':
2065
1904
resolution: {integrity: sha512-1m1OEY/Smj47gui8QMo5RAcUcyF0+vEdzNmO5C5rbeaj7vMsl3TYZqUyB4C6170wCnQvTHFPihqStfMUnQkEzQ==}
2066
1905
2067
-
'@prosekit/extensions@0.11.6':
2068
-
resolution: {integrity: sha512-oA2JHItwyKAwmgBaHR61NMkW8cRYSkXcYXsx7Xv8ruwhHn0xTpjj+RHRBTcWNWmCjkqhtkq71/g0x/88wPMN4A==}
1906
+
'@prosekit/extensions@0.11.7':
1907
+
resolution: {integrity: sha512-qxN+3E6LzTDV0i5AwTQuMm4rdl0Di7K+PCfmWBgkbSXgvr7wAEggSRdN+waJ/cWgzI8Mf8cM+PuRnpjhTRfp8w==}
2069
1908
peerDependencies:
2070
1909
loro-crdt: '>= 0.16.7'
2071
1910
loro-prosemirror: '>= 0.0.7'
···
2087
1926
'@prosekit/pm@0.1.12':
2088
1927
resolution: {integrity: sha512-3WtRhMlQumdC6StWnAUQaik0ntTwhj+djJsj9py0jT/zmEnB5ORS6jK8geCWyTuuc/GLGhWU/kPGQqtqRcR1LQ==}
2089
1928
2090
-
'@prosekit/preact@0.5.1':
2091
-
resolution: {integrity: sha512-gIQsSksyVnouulWrbk/3lan/UtoQOGUyKmIJ82JORPEheI/pQB88A5UbWgMU8hbrOkDN09FuO+3efGVREens3A==}
1929
+
'@prosekit/preact@0.6.0':
1930
+
resolution: {integrity: sha512-OI04XwN/bxpmEjBKjubdgHAeTU3xUdXYdMse+9/yrQOKIxs8ZZvFnDwDU61HgUzqdHzR89UG+zZfWgMhng7i7A==}
2092
1931
peerDependencies:
2093
1932
preact: '>= 10.11.0'
2094
1933
peerDependenciesMeta:
···
2133
1972
'@prosekit/web@0.7.4':
2134
1973
resolution: {integrity: sha512-NynEPfOZwo7uqf+19wfMjP+X1Vp4e5pg1zsAj/RYObfvd/XW9FUXfLGgwzZNwwvMABm7n6OWvfwcBNryr/Zp4w==}
2135
1974
2136
-
'@prosemirror-adapter/core@0.4.2':
2137
-
resolution: {integrity: sha512-KY6itNthouclsf8GGliKuqaklT5pEY12d4guKmGTpOcLeq8u3XcTSTyCgspoi6HCKtUdKscLP+WWIFQae1U/IA==}
1975
+
'@prosemirror-adapter/core@0.4.6':
1976
+
resolution: {integrity: sha512-qbqd4u9IyDXXolFFmX1tzE000IpF9JbCiiwuSvqIh7lT9ZqjeMcyDVR/vxyM4oVY1sVyQQQj+WxHMAIhj7egVg==}
2138
1977
2139
-
'@prosemirror-adapter/react@0.4.4':
2140
-
resolution: {integrity: sha512-v1FM1YQeE1BGQd8rbbcz2H/WSo86Ai44uYXql4CjuMHE5vLh2sUZjpzRlgX9G6nbPOEqsuBwzW8tTrxuedTL6w==}
1978
+
'@prosemirror-adapter/preact@0.4.6':
1979
+
resolution: {integrity: sha512-LR+9yvFsZhdIsFwy72t/x66AC6A16jjGJg8+Byv2IULoFSNdhD5noo9+ht3nsGK5D12qk0V359sjTxH/+GUu3A==}
1980
+
peerDependencies:
1981
+
preact: ^10.0.0
1982
+
peerDependenciesMeta:
1983
+
preact:
1984
+
optional: true
1985
+
1986
+
'@prosemirror-adapter/react@0.4.6':
1987
+
resolution: {integrity: sha512-OvAjtFf+HCBFK5wMTY1eGYOLSZaGEoERK60bZxiYyS+yldQ9jEmQQ7xAKkzD0kQxIGrQHzzzYkmmC8P/E0yZfQ==}
2141
1988
peerDependencies:
2142
1989
react: '*'
2143
1990
react-dom: '*'
···
2147
1994
react-dom:
2148
1995
optional: true
2149
1996
2150
-
'@prosemirror-adapter/solid@0.4.2':
2151
-
resolution: {integrity: sha512-m4QoFvhItCm8qiuPain9BEeHkijs00IBNvMkRT1uKpBvWiUCeiTk479rZSqN3SiHvejEB3cgOkTfXDYpieA3Vw==}
1997
+
'@prosemirror-adapter/solid@0.4.6':
1998
+
resolution: {integrity: sha512-DLN35Vbl8rzNU6CFITGRZXhHlRDgwiJzvFYk7BVxiClh4gjJqFMj1SMmOwZrgaAFRLhO5lP83v2FC5egZBX/Tg==}
2152
1999
peerDependencies:
2153
2000
solid-js: ^1.8.22
2154
2001
peerDependenciesMeta:
2155
2002
solid-js:
2156
2003
optional: true
2157
2004
2158
-
'@prosemirror-adapter/svelte@0.4.3':
2159
-
resolution: {integrity: sha512-/FPZ76qzwAC5nekVTQNOsQRFjYIlLCj4aVYtlNuI38RVWjmfbnOW+niFzvxoBZt3E+saY0WGAFIEdnId2IApnA==}
2005
+
'@prosemirror-adapter/svelte@0.4.6':
2006
+
resolution: {integrity: sha512-zKBSlFFY8pRdu72JPyoflVbR2KH5fJ0Ja4iSviKld6IFw14B6lfPu7N5FLtexH0pM6SJItSHnlgIaPuPKq4BUQ==}
2160
2007
peerDependencies:
2161
2008
svelte: ^4.0.0 || ^5.0.0
2162
2009
peerDependenciesMeta:
2163
2010
svelte:
2164
2011
optional: true
2165
2012
2166
-
'@prosemirror-adapter/vue@0.4.2':
2167
-
resolution: {integrity: sha512-h9lDZs8Lb0yITGAhcHgB54j0hH4QmfbZje+cO4habO7Zli74o7pxIjAGVgQZURFx6CxV6HxatpwdytugFrFAUQ==}
2013
+
'@prosemirror-adapter/vue@0.4.6':
2014
+
resolution: {integrity: sha512-1zDxyi4JqH4Iw8SPAvkNSAfUPEHQDRi0Oshi2qOmRf3xFHk1hBiV8CL0kEmOUE2C40ipk9AWkX2uu3UgO/8IYw==}
2168
2015
peerDependencies:
2169
2016
vue: ^3.0.0
2170
2017
peerDependenciesMeta:
···
2514
2361
'@radix-ui/rect@1.1.1':
2515
2362
resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
2516
2363
2517
-
'@react-aria/focus@3.21.1':
2518
-
resolution: {integrity: sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==}
2364
+
'@react-aria/focus@3.21.2':
2365
+
resolution: {integrity: sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==}
2519
2366
peerDependencies:
2520
2367
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
2521
2368
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
2522
2369
2523
-
'@react-aria/interactions@3.25.5':
2524
-
resolution: {integrity: sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==}
2370
+
'@react-aria/interactions@3.25.6':
2371
+
resolution: {integrity: sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==}
2525
2372
peerDependencies:
2526
2373
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
2527
2374
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
···
2532
2379
peerDependencies:
2533
2380
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
2534
2381
2535
-
'@react-aria/utils@3.30.1':
2536
-
resolution: {integrity: sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==}
2382
+
'@react-aria/utils@3.31.0':
2383
+
resolution: {integrity: sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==}
2537
2384
peerDependencies:
2538
2385
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
2539
2386
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
···
2546
2393
peerDependencies:
2547
2394
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
2548
2395
2549
-
'@react-types/shared@3.32.0':
2550
-
resolution: {integrity: sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==}
2396
+
'@react-types/shared@3.32.1':
2397
+
resolution: {integrity: sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==}
2551
2398
peerDependencies:
2552
2399
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
2553
2400
···
2751
2598
'@shikijs/vscode-textmate@10.0.2':
2752
2599
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
2753
2600
2754
-
'@smithy/abort-controller@4.1.1':
2755
-
resolution: {integrity: sha512-vkzula+IwRvPR6oKQhMYioM3A/oX/lFCZiwuxkQbRhqJS2S4YRY2k7k/SyR2jMf3607HLtbEwlRxi0ndXHMjRg==}
2601
+
'@smithy/abort-controller@4.2.3':
2602
+
resolution: {integrity: sha512-xWL9Mf8b7tIFuAlpjKtRPnHrR8XVrwTj5NPYO/QwZPtc0SDLsPxb56V5tzi5yspSMytISHybifez+4jlrx0vkQ==}
2756
2603
engines: {node: '>=18.0.0'}
2757
2604
2758
-
'@smithy/chunked-blob-reader-native@4.1.0':
2759
-
resolution: {integrity: sha512-Bnv0B3nSlfB2mPO0WgM49I/prl7+kamF042rrf3ezJ3Z4C7csPYvyYgZfXTGXwXfj1mAwDWjE/ybIf49PzFzvA==}
2605
+
'@smithy/chunked-blob-reader-native@4.2.1':
2606
+
resolution: {integrity: sha512-lX9Ay+6LisTfpLid2zZtIhSEjHMZoAR5hHCR4H7tBz/Zkfr5ea8RcQ7Tk4mi0P76p4cN+Btz16Ffno7YHpKXnQ==}
2760
2607
engines: {node: '>=18.0.0'}
2761
2608
2762
-
'@smithy/chunked-blob-reader@5.1.0':
2763
-
resolution: {integrity: sha512-a36AtR7Q7XOhRPt6F/7HENmTWcB8kN7mDJcOFM/+FuKO6x88w8MQJfYCufMWh4fGyVkPjUh3Rrz/dnqFQdo6OQ==}
2609
+
'@smithy/chunked-blob-reader@5.2.0':
2610
+
resolution: {integrity: sha512-WmU0TnhEAJLWvfSeMxBNe5xtbselEO8+4wG0NtZeL8oR21WgH1xiO37El+/Y+H/Ie4SCwBy3MxYWmOYaGgZueA==}
2764
2611
engines: {node: '>=18.0.0'}
2765
2612
2766
-
'@smithy/config-resolver@4.2.2':
2767
-
resolution: {integrity: sha512-IT6MatgBWagLybZl1xQcURXRICvqz1z3APSCAI9IqdvfCkrA7RaQIEfgC6G/KvfxnDfQUDqFV+ZlixcuFznGBQ==}
2613
+
'@smithy/config-resolver@4.4.0':
2614
+
resolution: {integrity: sha512-Kkmz3Mup2PGp/HNJxhCWkLNdlajJORLSjwkcfrj0E7nu6STAEdcMR1ir5P9/xOmncx8xXfru0fbUYLlZog/cFg==}
2768
2615
engines: {node: '>=18.0.0'}
2769
2616
2770
-
'@smithy/core@3.13.0':
2771
-
resolution: {integrity: sha512-BI6ALLPOKnPOU1Cjkc+1TPhOlP3JXSR/UH14JmnaLq41t3ma+IjuXrKfhycVjr5IQ0XxRh2NnQo3olp+eCVrGg==}
2617
+
'@smithy/core@3.17.1':
2618
+
resolution: {integrity: sha512-V4Qc2CIb5McABYfaGiIYLTmo/vwNIK7WXI5aGveBd9UcdhbOMwcvIMxIw/DJj1S9QgOMa/7FBkarMdIC0EOTEQ==}
2772
2619
engines: {node: '>=18.0.0'}
2773
2620
2774
-
'@smithy/credential-provider-imds@4.1.2':
2775
-
resolution: {integrity: sha512-JlYNq8TShnqCLg0h+afqe2wLAwZpuoSgOyzhYvTgbiKBWRov+uUve+vrZEQO6lkdLOWPh7gK5dtb9dS+KGendg==}
2621
+
'@smithy/credential-provider-imds@4.2.3':
2622
+
resolution: {integrity: sha512-hA1MQ/WAHly4SYltJKitEsIDVsNmXcQfYBRv2e+q04fnqtAX5qXaybxy/fhUeAMCnQIdAjaGDb04fMHQefWRhw==}
2776
2623
engines: {node: '>=18.0.0'}
2777
2624
2778
-
'@smithy/eventstream-codec@4.1.1':
2779
-
resolution: {integrity: sha512-PwkQw1hZwHTQB6X5hSUWz2OSeuj5Z6enWuAqke7DgWoP3t6vg3ktPpqPz3Erkn6w+tmsl8Oss6nrgyezoea2Iw==}
2625
+
'@smithy/eventstream-codec@4.2.3':
2626
+
resolution: {integrity: sha512-rcr0VH0uNoMrtgKuY7sMfyKqbHc4GQaQ6Yp4vwgm+Z6psPuOgL+i/Eo/QWdXRmMinL3EgFM0Z1vkfyPyfzLmjw==}
2780
2627
engines: {node: '>=18.0.0'}
2781
2628
2782
-
'@smithy/eventstream-serde-browser@4.1.1':
2783
-
resolution: {integrity: sha512-Q9QWdAzRaIuVkefupRPRFAasaG/droBqn1feiMnmLa+LLEUG45pqX1+FurHFmlqiCfobB3nUlgoJfeXZsr7MPA==}
2629
+
'@smithy/eventstream-serde-browser@4.2.3':
2630
+
resolution: {integrity: sha512-EcS0kydOr2qJ3vV45y7nWnTlrPmVIMbUFOZbMG80+e2+xePQISX9DrcbRpVRFTS5Nqz3FiEbDcTCAV0or7bqdw==}
2784
2631
engines: {node: '>=18.0.0'}
2785
2632
2786
-
'@smithy/eventstream-serde-config-resolver@4.2.1':
2787
-
resolution: {integrity: sha512-oSUkF9zDN9zcOUBMtxp8RewJlh71E9NoHWU8jE3hU9JMYCsmW4assVTpgic/iS3/dM317j6hO5x18cc3XrfvEw==}
2633
+
'@smithy/eventstream-serde-config-resolver@4.3.3':
2634
+
resolution: {integrity: sha512-GewKGZ6lIJ9APjHFqR2cUW+Efp98xLu1KmN0jOWxQ1TN/gx3HTUPVbLciFD8CfScBj2IiKifqh9vYFRRXrYqXA==}
2788
2635
engines: {node: '>=18.0.0'}
2789
2636
2790
-
'@smithy/eventstream-serde-node@4.1.1':
2791
-
resolution: {integrity: sha512-tn6vulwf/ScY0vjhzptSJuDJJqlhNtUjkxJ4wiv9E3SPoEqTEKbaq6bfqRO7nvhTG29ALICRcvfFheOUPl8KNA==}
2637
+
'@smithy/eventstream-serde-node@4.2.3':
2638
+
resolution: {integrity: sha512-uQobOTQq2FapuSOlmGLUeGTpvcBLE5Fc7XjERUSk4dxEi4AhTwuyHYZNAvL4EMUp7lzxxkKDFaJ1GY0ovrj0Kg==}
2792
2639
engines: {node: '>=18.0.0'}
2793
2640
2794
-
'@smithy/eventstream-serde-universal@4.1.1':
2795
-
resolution: {integrity: sha512-uLOAiM/Dmgh2CbEXQx+6/ssK7fbzFhd+LjdyFxXid5ZBCbLHTFHLdD/QbXw5aEDsLxQhgzDxLLsZhsftAYwHJA==}
2641
+
'@smithy/eventstream-serde-universal@4.2.3':
2642
+
resolution: {integrity: sha512-QIvH/CKOk1BZPz/iwfgbh1SQD5Y0lpaw2kLA8zpLRRtYMPXeYUEWh+moTaJyqDaKlbrB174kB7FSRFiZ735tWw==}
2796
2643
engines: {node: '>=18.0.0'}
2797
2644
2798
-
'@smithy/fetch-http-handler@5.2.1':
2799
-
resolution: {integrity: sha512-5/3wxKNtV3wO/hk1is+CZUhL8a1yy/U+9u9LKQ9kZTkMsHaQjJhc3stFfiujtMnkITjzWfndGA2f7g9Uh9vKng==}
2645
+
'@smithy/fetch-http-handler@5.3.4':
2646
+
resolution: {integrity: sha512-bwigPylvivpRLCm+YK9I5wRIYjFESSVwl8JQ1vVx/XhCw0PtCi558NwTnT2DaVCl5pYlImGuQTSwMsZ+pIavRw==}
2800
2647
engines: {node: '>=18.0.0'}
2801
2648
2802
-
'@smithy/hash-blob-browser@4.1.1':
2803
-
resolution: {integrity: sha512-avAtk++s1e/1VODf+rg7c9R2pB5G9y8yaJaGY4lPZI2+UIqVyuSDMikWjeWfBVmFZ3O7NpDxBbUCyGhThVUKWQ==}
2649
+
'@smithy/hash-blob-browser@4.2.4':
2650
+
resolution: {integrity: sha512-W7eIxD+rTNsLB/2ynjmbdeP7TgxRXprfvqQxKFEfy9HW2HeD7t+g+KCIrY0pIn/GFjA6/fIpH+JQnfg5TTk76Q==}
2804
2651
engines: {node: '>=18.0.0'}
2805
2652
2806
-
'@smithy/hash-node@4.1.1':
2807
-
resolution: {integrity: sha512-H9DIU9WBLhYrvPs9v4sYvnZ1PiAI0oc8CgNQUJ1rpN3pP7QADbTOUjchI2FB764Ub0DstH5xbTqcMJu1pnVqxA==}
2653
+
'@smithy/hash-node@4.2.3':
2654
+
resolution: {integrity: sha512-6+NOdZDbfuU6s1ISp3UOk5Rg953RJ2aBLNLLBEcamLjHAg1Po9Ha7QIB5ZWhdRUVuOUrT8BVFR+O2KIPmw027g==}
2808
2655
engines: {node: '>=18.0.0'}
2809
2656
2810
-
'@smithy/hash-stream-node@4.1.1':
2811
-
resolution: {integrity: sha512-3ztT4pV0Moazs3JAYFdfKk11kYFDo4b/3R3+xVjIm6wY9YpJf+xfz+ocEnNKcWAdcmSMqi168i2EMaKmJHbJMA==}
2657
+
'@smithy/hash-stream-node@4.2.3':
2658
+
resolution: {integrity: sha512-EXMSa2yiStVII3x/+BIynyOAZlS7dGvI7RFrzXa/XssBgck/7TXJIvnjnCu328GY/VwHDC4VeDyP1S4rqwpYag==}
2812
2659
engines: {node: '>=18.0.0'}
2813
2660
2814
-
'@smithy/invalid-dependency@4.1.1':
2815
-
resolution: {integrity: sha512-1AqLyFlfrrDkyES8uhINRlJXmHA2FkG+3DY8X+rmLSqmFwk3DJnvhyGzyByPyewh2jbmV+TYQBEfngQax8IFGg==}
2661
+
'@smithy/invalid-dependency@4.2.3':
2662
+
resolution: {integrity: sha512-Cc9W5DwDuebXEDMpOpl4iERo8I0KFjTnomK2RMdhhR87GwrSmUmwMxS4P5JdRf+LsjOdIqumcerwRgYMr/tZ9Q==}
2816
2663
engines: {node: '>=18.0.0'}
2817
2664
2818
2665
'@smithy/is-array-buffer@2.2.0':
2819
2666
resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==}
2820
2667
engines: {node: '>=14.0.0'}
2821
2668
2822
-
'@smithy/is-array-buffer@4.1.0':
2823
-
resolution: {integrity: sha512-ePTYUOV54wMogio+he4pBybe8fwg4sDvEVDBU8ZlHOZXbXK3/C0XfJgUCu6qAZcawv05ZhZzODGUerFBPsPUDQ==}
2669
+
'@smithy/is-array-buffer@4.2.0':
2670
+
resolution: {integrity: sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==}
2824
2671
engines: {node: '>=18.0.0'}
2825
2672
2826
-
'@smithy/md5-js@4.1.1':
2827
-
resolution: {integrity: sha512-MvWXKK743BuHjr/hnWuT6uStdKEaoqxHAQUvbKJPPZM5ZojTNFI5D+47BoQfBE5RgGlRRty05EbWA+NXDv+hIA==}
2673
+
'@smithy/md5-js@4.2.3':
2674
+
resolution: {integrity: sha512-5+4bUEJQi/NRgzdA5SVXvAwyvEnD0ZAiKzV3yLO6dN5BG8ScKBweZ8mxXXUtdxq+Dx5k6EshKk0XJ7vgvIPSnA==}
2828
2675
engines: {node: '>=18.0.0'}
2829
2676
2830
-
'@smithy/middleware-content-length@4.1.1':
2831
-
resolution: {integrity: sha512-9wlfBBgTsRvC2JxLJxv4xDGNBrZuio3AgSl0lSFX7fneW2cGskXTYpFxCdRYD2+5yzmsiTuaAJD1Wp7gWt9y9w==}
2677
+
'@smithy/middleware-content-length@4.2.3':
2678
+
resolution: {integrity: sha512-/atXLsT88GwKtfp5Jr0Ks1CSa4+lB+IgRnkNrrYP0h1wL4swHNb0YONEvTceNKNdZGJsye+W2HH8W7olbcPUeA==}
2832
2679
engines: {node: '>=18.0.0'}
2833
2680
2834
-
'@smithy/middleware-endpoint@4.2.5':
2835
-
resolution: {integrity: sha512-DdOIpssQ5LFev7hV6GX9TMBW5ChTsQBxqgNW1ZGtJNSAi5ksd5klwPwwMY0ejejfEzwXXGqxgVO3cpaod4veiA==}
2681
+
'@smithy/middleware-endpoint@4.3.5':
2682
+
resolution: {integrity: sha512-SIzKVTvEudFWJbxAaq7f2GvP3jh2FHDpIFI6/VAf4FOWGFZy0vnYMPSRj8PGYI8Hjt29mvmwSRgKuO3bK4ixDw==}
2836
2683
engines: {node: '>=18.0.0'}
2837
2684
2838
-
'@smithy/middleware-retry@4.3.1':
2839
-
resolution: {integrity: sha512-aH2bD1bzb6FB04XBhXA5mgedEZPKx3tD/qBuYCAKt5iieWvWO1Y2j++J9uLqOndXb9Pf/83Xka/YjSnMbcPchA==}
2685
+
'@smithy/middleware-retry@4.4.5':
2686
+
resolution: {integrity: sha512-DCaXbQqcZ4tONMvvdz+zccDE21sLcbwWoNqzPLFlZaxt1lDtOE2tlVpRSwcTOJrjJSUThdgEYn7HrX5oLGlK9A==}
2840
2687
engines: {node: '>=18.0.0'}
2841
2688
2842
-
'@smithy/middleware-serde@4.1.1':
2843
-
resolution: {integrity: sha512-lh48uQdbCoj619kRouev5XbWhCwRKLmphAif16c4J6JgJ4uXjub1PI6RL38d3BLliUvSso6klyB/LTNpWSNIyg==}
2689
+
'@smithy/middleware-serde@4.2.3':
2690
+
resolution: {integrity: sha512-8g4NuUINpYccxiCXM5s1/V+uLtts8NcX4+sPEbvYQDZk4XoJfDpq5y2FQxfmUL89syoldpzNzA0R9nhzdtdKnQ==}
2844
2691
engines: {node: '>=18.0.0'}
2845
2692
2846
-
'@smithy/middleware-stack@4.1.1':
2847
-
resolution: {integrity: sha512-ygRnniqNcDhHzs6QAPIdia26M7e7z9gpkIMUe/pK0RsrQ7i5MblwxY8078/QCnGq6AmlUUWgljK2HlelsKIb/A==}
2693
+
'@smithy/middleware-stack@4.2.3':
2694
+
resolution: {integrity: sha512-iGuOJkH71faPNgOj/gWuEGS6xvQashpLwWB1HjHq1lNNiVfbiJLpZVbhddPuDbx9l4Cgl0vPLq5ltRfSaHfspA==}
2848
2695
engines: {node: '>=18.0.0'}
2849
2696
2850
-
'@smithy/node-config-provider@4.2.2':
2851
-
resolution: {integrity: sha512-SYGTKyPvyCfEzIN5rD8q/bYaOPZprYUPD2f5g9M7OjaYupWOoQFYJ5ho+0wvxIRf471i2SR4GoiZ2r94Jq9h6A==}
2697
+
'@smithy/node-config-provider@4.3.3':
2698
+
resolution: {integrity: sha512-NzI1eBpBSViOav8NVy1fqOlSfkLgkUjUTlohUSgAEhHaFWA3XJiLditvavIP7OpvTjDp5u2LhtlBhkBlEisMwA==}
2852
2699
engines: {node: '>=18.0.0'}
2853
2700
2854
-
'@smithy/node-http-handler@4.2.1':
2855
-
resolution: {integrity: sha512-REyybygHlxo3TJICPF89N2pMQSf+p+tBJqpVe1+77Cfi9HBPReNjTgtZ1Vg73exq24vkqJskKDpfF74reXjxfw==}
2701
+
'@smithy/node-http-handler@4.4.3':
2702
+
resolution: {integrity: sha512-MAwltrDB0lZB/H6/2M5PIsISSwdI5yIh6DaBB9r0Flo9nx3y0dzl/qTMJPd7tJvPdsx6Ks/cwVzheGNYzXyNbQ==}
2856
2703
engines: {node: '>=18.0.0'}
2857
2704
2858
-
'@smithy/property-provider@4.1.1':
2859
-
resolution: {integrity: sha512-gm3ZS7DHxUbzC2wr8MUCsAabyiXY0gaj3ROWnhSx/9sPMc6eYLMM4rX81w1zsMaObj2Lq3PZtNCC1J6lpEY7zg==}
2705
+
'@smithy/property-provider@4.2.3':
2706
+
resolution: {integrity: sha512-+1EZ+Y+njiefCohjlhyOcy1UNYjT+1PwGFHCxA/gYctjg3DQWAU19WigOXAco/Ql8hZokNehpzLd0/+3uCreqQ==}
2860
2707
engines: {node: '>=18.0.0'}
2861
2708
2862
-
'@smithy/protocol-http@5.2.1':
2863
-
resolution: {integrity: sha512-T8SlkLYCwfT/6m33SIU/JOVGNwoelkrvGjFKDSDtVvAXj/9gOT78JVJEas5a+ETjOu4SVvpCstKgd0PxSu/aHw==}
2709
+
'@smithy/protocol-http@5.3.3':
2710
+
resolution: {integrity: sha512-Mn7f/1aN2/jecywDcRDvWWWJF4uwg/A0XjFMJtj72DsgHTByfjRltSqcT9NyE9RTdBSN6X1RSXrhn/YWQl8xlw==}
2864
2711
engines: {node: '>=18.0.0'}
2865
2712
2866
-
'@smithy/querystring-builder@4.1.1':
2867
-
resolution: {integrity: sha512-J9b55bfimP4z/Jg1gNo+AT84hr90p716/nvxDkPGCD4W70MPms0h8KF50RDRgBGZeL83/u59DWNqJv6tEP/DHA==}
2713
+
'@smithy/querystring-builder@4.2.3':
2714
+
resolution: {integrity: sha512-LOVCGCmwMahYUM/P0YnU/AlDQFjcu+gWbFJooC417QRB/lDJlWSn8qmPSDp+s4YVAHOgtgbNG4sR+SxF/VOcJQ==}
2868
2715
engines: {node: '>=18.0.0'}
2869
2716
2870
-
'@smithy/querystring-parser@4.1.1':
2871
-
resolution: {integrity: sha512-63TEp92YFz0oQ7Pj9IuI3IgnprP92LrZtRAkE3c6wLWJxfy/yOPRt39IOKerVr0JS770olzl0kGafXlAXZ1vng==}
2717
+
'@smithy/querystring-parser@4.2.3':
2718
+
resolution: {integrity: sha512-cYlSNHcTAX/wc1rpblli3aUlLMGgKZ/Oqn8hhjFASXMCXjIqeuQBei0cnq2JR8t4RtU9FpG6uyl6PxyArTiwKA==}
2872
2719
engines: {node: '>=18.0.0'}
2873
2720
2874
-
'@smithy/service-error-classification@4.1.2':
2875
-
resolution: {integrity: sha512-Kqd8wyfmBWHZNppZSMfrQFpc3M9Y/kjyN8n8P4DqJJtuwgK1H914R471HTw7+RL+T7+kI1f1gOnL7Vb5z9+NgQ==}
2721
+
'@smithy/service-error-classification@4.2.3':
2722
+
resolution: {integrity: sha512-NkxsAxFWwsPsQiwFG2MzJ/T7uIR6AQNh1SzcxSUnmmIqIQMlLRQDKhc17M7IYjiuBXhrQRjQTo3CxX+DobS93g==}
2876
2723
engines: {node: '>=18.0.0'}
2877
2724
2878
-
'@smithy/shared-ini-file-loader@4.2.0':
2879
-
resolution: {integrity: sha512-OQTfmIEp2LLuWdxa8nEEPhZmiOREO6bcB6pjs0AySf4yiZhl6kMOfqmcwcY8BaBPX+0Tb+tG7/Ia/6mwpoZ7Pw==}
2725
+
'@smithy/shared-ini-file-loader@4.3.3':
2726
+
resolution: {integrity: sha512-9f9Ixej0hFhroOK2TxZfUUDR13WVa8tQzhSzPDgXe5jGL3KmaM9s8XN7RQwqtEypI82q9KHnKS71CJ+q/1xLtQ==}
2880
2727
engines: {node: '>=18.0.0'}
2881
2728
2882
-
'@smithy/signature-v4@5.2.1':
2883
-
resolution: {integrity: sha512-M9rZhWQLjlQVCCR37cSjHfhriGRN+FQ8UfgrYNufv66TJgk+acaggShl3KS5U/ssxivvZLlnj7QH2CUOKlxPyA==}
2729
+
'@smithy/signature-v4@5.3.3':
2730
+
resolution: {integrity: sha512-CmSlUy+eEYbIEYN5N3vvQTRfqt0lJlQkaQUIf+oizu7BbDut0pozfDjBGecfcfWf7c62Yis4JIEgqQ/TCfodaA==}
2884
2731
engines: {node: '>=18.0.0'}
2885
2732
2886
-
'@smithy/smithy-client@4.6.5':
2887
-
resolution: {integrity: sha512-6J2hhuWu7EjnvLBIGltPCqzNswL1cW/AkaZx6i56qLsQ0ix17IAhmDD9aMmL+6CN9nCJODOXpBTCQS6iKAA7/g==}
2733
+
'@smithy/smithy-client@4.9.1':
2734
+
resolution: {integrity: sha512-Ngb95ryR5A9xqvQFT5mAmYkCwbXvoLavLFwmi7zVg/IowFPCfiqRfkOKnbc/ZRL8ZKJ4f+Tp6kSu6wjDQb8L/g==}
2888
2735
engines: {node: '>=18.0.0'}
2889
2736
2890
-
'@smithy/types@4.5.0':
2891
-
resolution: {integrity: sha512-RkUpIOsVlAwUIZXO1dsz8Zm+N72LClFfsNqf173catVlvRZiwPy0x2u0JLEA4byreOPKDZPGjmPDylMoP8ZJRg==}
2737
+
'@smithy/types@4.8.0':
2738
+
resolution: {integrity: sha512-QpELEHLO8SsQVtqP+MkEgCYTFW0pleGozfs3cZ183ZBj9z3VC1CX1/wtFMK64p+5bhtZo41SeLK1rBRtd25nHQ==}
2892
2739
engines: {node: '>=18.0.0'}
2893
2740
2894
-
'@smithy/url-parser@4.1.1':
2895
-
resolution: {integrity: sha512-bx32FUpkhcaKlEoOMbScvc93isaSiRM75pQ5IgIBaMkT7qMlIibpPRONyx/0CvrXHzJLpOn/u6YiDX2hcvs7Dg==}
2741
+
'@smithy/url-parser@4.2.3':
2742
+
resolution: {integrity: sha512-I066AigYvY3d9VlU3zG9XzZg1yT10aNqvCaBTw9EPgu5GrsEl1aUkcMvhkIXascYH1A8W0LQo3B1Kr1cJNcQEw==}
2896
2743
engines: {node: '>=18.0.0'}
2897
2744
2898
-
'@smithy/util-base64@4.1.0':
2899
-
resolution: {integrity: sha512-RUGd4wNb8GeW7xk+AY5ghGnIwM96V0l2uzvs/uVHf+tIuVX2WSvynk5CxNoBCsM2rQRSZElAo9rt3G5mJ/gktQ==}
2745
+
'@smithy/util-base64@4.3.0':
2746
+
resolution: {integrity: sha512-GkXZ59JfyxsIwNTWFnjmFEI8kZpRNIBfxKjv09+nkAWPt/4aGaEWMM04m4sxgNVWkbt2MdSvE3KF/PfX4nFedQ==}
2900
2747
engines: {node: '>=18.0.0'}
2901
2748
2902
-
'@smithy/util-body-length-browser@4.1.0':
2903
-
resolution: {integrity: sha512-V2E2Iez+bo6bUMOTENPr6eEmepdY8Hbs+Uc1vkDKgKNA/brTJqOW/ai3JO1BGj9GbCeLqw90pbbH7HFQyFotGQ==}
2749
+
'@smithy/util-body-length-browser@4.2.0':
2750
+
resolution: {integrity: sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==}
2904
2751
engines: {node: '>=18.0.0'}
2905
2752
2906
-
'@smithy/util-body-length-node@4.1.0':
2907
-
resolution: {integrity: sha512-BOI5dYjheZdgR9XiEM3HJcEMCXSoqbzu7CzIgYrx0UtmvtC3tC2iDGpJLsSRFffUpy8ymsg2ARMP5fR8mtuUQQ==}
2753
+
'@smithy/util-body-length-node@4.2.1':
2754
+
resolution: {integrity: sha512-h53dz/pISVrVrfxV1iqXlx5pRg3V2YWFcSQyPyXZRrZoZj4R4DeWRDo1a7dd3CPTcFi3kE+98tuNyD2axyZReA==}
2908
2755
engines: {node: '>=18.0.0'}
2909
2756
2910
2757
'@smithy/util-buffer-from@2.2.0':
2911
2758
resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==}
2912
2759
engines: {node: '>=14.0.0'}
2913
2760
2914
-
'@smithy/util-buffer-from@4.1.0':
2915
-
resolution: {integrity: sha512-N6yXcjfe/E+xKEccWEKzK6M+crMrlwaCepKja0pNnlSkm6SjAeLKKA++er5Ba0I17gvKfN/ThV+ZOx/CntKTVw==}
2761
+
'@smithy/util-buffer-from@4.2.0':
2762
+
resolution: {integrity: sha512-kAY9hTKulTNevM2nlRtxAG2FQ3B2OR6QIrPY3zE5LqJy1oxzmgBGsHLWTcNhWXKchgA0WHW+mZkQrng/pgcCew==}
2916
2763
engines: {node: '>=18.0.0'}
2917
2764
2918
-
'@smithy/util-config-provider@4.1.0':
2919
-
resolution: {integrity: sha512-swXz2vMjrP1ZusZWVTB/ai5gK+J8U0BWvP10v9fpcFvg+Xi/87LHvHfst2IgCs1i0v4qFZfGwCmeD/KNCdJZbQ==}
2765
+
'@smithy/util-config-provider@4.2.0':
2766
+
resolution: {integrity: sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==}
2920
2767
engines: {node: '>=18.0.0'}
2921
2768
2922
-
'@smithy/util-defaults-mode-browser@4.1.5':
2923
-
resolution: {integrity: sha512-FGBhlmFZVSRto816l6IwrmDcQ9pUYX6ikdR1mmAhdtSS1m77FgADukbQg7F7gurXfAvloxE/pgsrb7SGja6FQA==}
2769
+
'@smithy/util-defaults-mode-browser@4.3.4':
2770
+
resolution: {integrity: sha512-qI5PJSW52rnutos8Bln8nwQZRpyoSRN6k2ajyoUHNMUzmWqHnOJCnDELJuV6m5PML0VkHI+XcXzdB+6awiqYUw==}
2924
2771
engines: {node: '>=18.0.0'}
2925
2772
2926
-
'@smithy/util-defaults-mode-node@4.1.5':
2927
-
resolution: {integrity: sha512-Gwj8KLgJ/+MHYjVubJF0EELEh9/Ir7z7DFqyYlwgmp4J37KE+5vz6b3pWUnSt53tIe5FjDfVjDmHGYKjwIvW0Q==}
2773
+
'@smithy/util-defaults-mode-node@4.2.6':
2774
+
resolution: {integrity: sha512-c6M/ceBTm31YdcFpgfgQAJaw3KbaLuRKnAz91iMWFLSrgxRpYm03c3bu5cpYojNMfkV9arCUelelKA7XQT36SQ==}
2928
2775
engines: {node: '>=18.0.0'}
2929
2776
2930
-
'@smithy/util-endpoints@3.1.2':
2931
-
resolution: {integrity: sha512-+AJsaaEGb5ySvf1SKMRrPZdYHRYSzMkCoK16jWnIMpREAnflVspMIDeCVSZJuj+5muZfgGpNpijE3mUNtjv01Q==}
2777
+
'@smithy/util-endpoints@3.2.3':
2778
+
resolution: {integrity: sha512-aCfxUOVv0CzBIkU10TubdgKSx5uRvzH064kaiPEWfNIvKOtNpu642P4FP1hgOFkjQIkDObrfIDnKMKkeyrejvQ==}
2932
2779
engines: {node: '>=18.0.0'}
2933
2780
2934
-
'@smithy/util-hex-encoding@4.1.0':
2935
-
resolution: {integrity: sha512-1LcueNN5GYC4tr8mo14yVYbh/Ur8jHhWOxniZXii+1+ePiIbsLZ5fEI0QQGtbRRP5mOhmooos+rLmVASGGoq5w==}
2781
+
'@smithy/util-hex-encoding@4.2.0':
2782
+
resolution: {integrity: sha512-CCQBwJIvXMLKxVbO88IukazJD9a4kQ9ZN7/UMGBjBcJYvatpWk+9g870El4cB8/EJxfe+k+y0GmR9CAzkF+Nbw==}
2936
2783
engines: {node: '>=18.0.0'}
2937
2784
2938
-
'@smithy/util-middleware@4.1.1':
2939
-
resolution: {integrity: sha512-CGmZ72mL29VMfESz7S6dekqzCh8ZISj3B+w0g1hZFXaOjGTVaSqfAEFAq8EGp8fUL+Q2l8aqNmt8U1tglTikeg==}
2785
+
'@smithy/util-middleware@4.2.3':
2786
+
resolution: {integrity: sha512-v5ObKlSe8PWUHCqEiX2fy1gNv6goiw6E5I/PN2aXg3Fb/hse0xeaAnSpXDiWl7x6LamVKq7senB+m5LOYHUAHw==}
2940
2787
engines: {node: '>=18.0.0'}
2941
2788
2942
-
'@smithy/util-retry@4.1.2':
2943
-
resolution: {integrity: sha512-NCgr1d0/EdeP6U5PSZ9Uv5SMR5XRRYoVr1kRVtKZxWL3tixEL3UatrPIMFZSKwHlCcp2zPLDvMubVDULRqeunA==}
2789
+
'@smithy/util-retry@4.2.3':
2790
+
resolution: {integrity: sha512-lLPWnakjC0q9z+OtiXk+9RPQiYPNAovt2IXD3CP4LkOnd9NpUsxOjMx1SnoUVB7Orb7fZp67cQMtTBKMFDvOGg==}
2944
2791
engines: {node: '>=18.0.0'}
2945
2792
2946
-
'@smithy/util-stream@4.3.2':
2947
-
resolution: {integrity: sha512-Ka+FA2UCC/Q1dEqUanCdpqwxOFdf5Dg2VXtPtB1qxLcSGh5C1HdzklIt18xL504Wiy9nNUKwDMRTVCbKGoK69g==}
2793
+
'@smithy/util-stream@4.5.4':
2794
+
resolution: {integrity: sha512-+qDxSkiErejw1BAIXUFBSfM5xh3arbz1MmxlbMCKanDDZtVEQ7PSKW9FQS0Vud1eI/kYn0oCTVKyNzRlq+9MUw==}
2948
2795
engines: {node: '>=18.0.0'}
2949
2796
2950
-
'@smithy/util-uri-escape@4.1.0':
2951
-
resolution: {integrity: sha512-b0EFQkq35K5NHUYxU72JuoheM6+pytEVUGlTwiFxWFpmddA+Bpz3LgsPRIpBk8lnPE47yT7AF2Egc3jVnKLuPg==}
2797
+
'@smithy/util-uri-escape@4.2.0':
2798
+
resolution: {integrity: sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==}
2952
2799
engines: {node: '>=18.0.0'}
2953
2800
2954
2801
'@smithy/util-utf8@2.3.0':
2955
2802
resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==}
2956
2803
engines: {node: '>=14.0.0'}
2957
2804
2958
-
'@smithy/util-utf8@4.1.0':
2959
-
resolution: {integrity: sha512-mEu1/UIXAdNYuBcyEPbjScKi/+MQVXNIuY/7Cm5XLIWe319kDrT5SizBE95jqtmEXoDbGoZxKLCMttdZdqTZKQ==}
2805
+
'@smithy/util-utf8@4.2.0':
2806
+
resolution: {integrity: sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==}
2960
2807
engines: {node: '>=18.0.0'}
2961
2808
2962
-
'@smithy/util-waiter@4.1.1':
2963
-
resolution: {integrity: sha512-PJBmyayrlfxM7nbqjomF4YcT1sApQwZio0NHSsT0EzhJqljRmvhzqZua43TyEs80nJk2Cn2FGPg/N8phH6KeCQ==}
2809
+
'@smithy/util-waiter@4.2.3':
2810
+
resolution: {integrity: sha512-5+nU///E5sAdD7t3hs4uwvCTWQtTR8JwKwOCSJtBRx0bY1isDo1QwH87vRK86vlFLBTISqoDA2V6xvP6nF1isQ==}
2964
2811
engines: {node: '>=18.0.0'}
2965
2812
2966
-
'@smithy/uuid@1.0.0':
2967
-
resolution: {integrity: sha512-OlA/yZHh0ekYFnbUkmYBDQPE6fGfdrvgz39ktp8Xf+FA6BfxLejPTMDOG0Nfk5/rDySAz1dRbFf24zaAFYVXlQ==}
2813
+
'@smithy/uuid@1.1.0':
2814
+
resolution: {integrity: sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw==}
2968
2815
engines: {node: '>=18.0.0'}
2969
2816
2970
2817
'@socket.io/component-emitter@3.1.2':
···
2986
2833
peerDependencies:
2987
2834
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1'
2988
2835
2989
-
'@tailwindcss/node@4.1.13':
2990
-
resolution: {integrity: sha512-eq3ouolC1oEFOAvOMOBAmfCIqZBJuvWvvYWh5h5iOYfe1HFC6+GZ6EIL0JdM3/niGRJmnrOc+8gl9/HGUaaptw==}
2836
+
'@tailwindcss/node@4.1.15':
2837
+
resolution: {integrity: sha512-HF4+7QxATZWY3Jr8OlZrBSXmwT3Watj0OogeDvdUY/ByXJHQ+LBtqA2brDb3sBxYslIFx6UP94BJ4X6a4L9Bmw==}
2991
2838
2992
-
'@tailwindcss/oxide-android-arm64@4.1.13':
2993
-
resolution: {integrity: sha512-BrpTrVYyejbgGo57yc8ieE+D6VT9GOgnNdmh5Sac6+t0m+v+sKQevpFVpwX3pBrM2qKrQwJ0c5eDbtjouY/+ew==}
2839
+
'@tailwindcss/oxide-android-arm64@4.1.15':
2840
+
resolution: {integrity: sha512-TkUkUgAw8At4cBjCeVCRMc/guVLKOU1D+sBPrHt5uVcGhlbVKxrCaCW9OKUIBv1oWkjh4GbunD/u/Mf0ql6kEA==}
2994
2841
engines: {node: '>= 10'}
2995
2842
cpu: [arm64]
2996
2843
os: [android]
2997
2844
2998
-
'@tailwindcss/oxide-darwin-arm64@4.1.13':
2999
-
resolution: {integrity: sha512-YP+Jksc4U0KHcu76UhRDHq9bx4qtBftp9ShK/7UGfq0wpaP96YVnnjFnj3ZFrUAjc5iECzODl/Ts0AN7ZPOANQ==}
2845
+
'@tailwindcss/oxide-darwin-arm64@4.1.15':
2846
+
resolution: {integrity: sha512-xt5XEJpn2piMSfvd1UFN6jrWXyaKCwikP4Pidcf+yfHTSzSpYhG3dcMktjNkQO3JiLCp+0bG0HoWGvz97K162w==}
3000
2847
engines: {node: '>= 10'}
3001
2848
cpu: [arm64]
3002
2849
os: [darwin]
3003
2850
3004
-
'@tailwindcss/oxide-darwin-x64@4.1.13':
3005
-
resolution: {integrity: sha512-aAJ3bbwrn/PQHDxCto9sxwQfT30PzyYJFG0u/BWZGeVXi5Hx6uuUOQEI2Fa43qvmUjTRQNZnGqe9t0Zntexeuw==}
2851
+
'@tailwindcss/oxide-darwin-x64@4.1.15':
2852
+
resolution: {integrity: sha512-TnWaxP6Bx2CojZEXAV2M01Yl13nYPpp0EtGpUrY+LMciKfIXiLL2r/SiSRpagE5Fp2gX+rflp/Os1VJDAyqymg==}
3006
2853
engines: {node: '>= 10'}
3007
2854
cpu: [x64]
3008
2855
os: [darwin]
3009
2856
3010
-
'@tailwindcss/oxide-freebsd-x64@4.1.13':
3011
-
resolution: {integrity: sha512-Wt8KvASHwSXhKE/dJLCCWcTSVmBj3xhVhp/aF3RpAhGeZ3sVo7+NTfgiN8Vey/Fi8prRClDs6/f0KXPDTZE6nQ==}
2857
+
'@tailwindcss/oxide-freebsd-x64@4.1.15':
2858
+
resolution: {integrity: sha512-quISQDWqiB6Cqhjc3iWptXVZHNVENsWoI77L1qgGEHNIdLDLFnw3/AfY7DidAiiCIkGX/MjIdB3bbBZR/G2aJg==}
3012
2859
engines: {node: '>= 10'}
3013
2860
cpu: [x64]
3014
2861
os: [freebsd]
3015
2862
3016
-
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.13':
3017
-
resolution: {integrity: sha512-mbVbcAsW3Gkm2MGwA93eLtWrwajz91aXZCNSkGTx/R5eb6KpKD5q8Ueckkh9YNboU8RH7jiv+ol/I7ZyQ9H7Bw==}
2863
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.15':
2864
+
resolution: {integrity: sha512-ObG76+vPlab65xzVUQbExmDU9FIeYLQ5k2LrQdR2Ud6hboR+ZobXpDoKEYXf/uOezOfIYmy2Ta3w0ejkTg9yxg==}
3018
2865
engines: {node: '>= 10'}
3019
2866
cpu: [arm]
3020
2867
os: [linux]
3021
2868
3022
-
'@tailwindcss/oxide-linux-arm64-gnu@4.1.13':
3023
-
resolution: {integrity: sha512-wdtfkmpXiwej/yoAkrCP2DNzRXCALq9NVLgLELgLim1QpSfhQM5+ZxQQF8fkOiEpuNoKLp4nKZ6RC4kmeFH0HQ==}
2869
+
'@tailwindcss/oxide-linux-arm64-gnu@4.1.15':
2870
+
resolution: {integrity: sha512-4WbBacRmk43pkb8/xts3wnOZMDKsPFyEH/oisCm2q3aLZND25ufvJKcDUpAu0cS+CBOL05dYa8D4U5OWECuH/Q==}
3024
2871
engines: {node: '>= 10'}
3025
2872
cpu: [arm64]
3026
2873
os: [linux]
3027
2874
3028
-
'@tailwindcss/oxide-linux-arm64-musl@4.1.13':
3029
-
resolution: {integrity: sha512-hZQrmtLdhyqzXHB7mkXfq0IYbxegaqTmfa1p9MBj72WPoDD3oNOh1Lnxf6xZLY9C3OV6qiCYkO1i/LrzEdW2mg==}
2875
+
'@tailwindcss/oxide-linux-arm64-musl@4.1.15':
2876
+
resolution: {integrity: sha512-AbvmEiteEj1nf42nE8skdHv73NoR+EwXVSgPY6l39X12Ex8pzOwwfi3Kc8GAmjsnsaDEbk+aj9NyL3UeyHcTLg==}
3030
2877
engines: {node: '>= 10'}
3031
2878
cpu: [arm64]
3032
2879
os: [linux]
3033
2880
3034
-
'@tailwindcss/oxide-linux-x64-gnu@4.1.13':
3035
-
resolution: {integrity: sha512-uaZTYWxSXyMWDJZNY1Ul7XkJTCBRFZ5Fo6wtjrgBKzZLoJNrG+WderJwAjPzuNZOnmdrVg260DKwXCFtJ/hWRQ==}
2881
+
'@tailwindcss/oxide-linux-x64-gnu@4.1.15':
2882
+
resolution: {integrity: sha512-+rzMVlvVgrXtFiS+ES78yWgKqpThgV19ISKD58Ck+YO5pO5KjyxLt7AWKsWMbY0R9yBDC82w6QVGz837AKQcHg==}
3036
2883
engines: {node: '>= 10'}
3037
2884
cpu: [x64]
3038
2885
os: [linux]
3039
2886
3040
-
'@tailwindcss/oxide-linux-x64-musl@4.1.13':
3041
-
resolution: {integrity: sha512-oXiPj5mi4Hdn50v5RdnuuIms0PVPI/EG4fxAfFiIKQh5TgQgX7oSuDWntHW7WNIi/yVLAiS+CRGW4RkoGSSgVQ==}
2887
+
'@tailwindcss/oxide-linux-x64-musl@4.1.15':
2888
+
resolution: {integrity: sha512-fPdEy7a8eQN9qOIK3Em9D3TO1z41JScJn8yxl/76mp4sAXFDfV4YXxsiptJcOwy6bGR+70ZSwFIZhTXzQeqwQg==}
3042
2889
engines: {node: '>= 10'}
3043
2890
cpu: [x64]
3044
2891
os: [linux]
3045
2892
3046
-
'@tailwindcss/oxide-wasm32-wasi@4.1.13':
3047
-
resolution: {integrity: sha512-+LC2nNtPovtrDwBc/nqnIKYh/W2+R69FA0hgoeOn64BdCX522u19ryLh3Vf3F8W49XBcMIxSe665kwy21FkhvA==}
2893
+
'@tailwindcss/oxide-wasm32-wasi@4.1.15':
2894
+
resolution: {integrity: sha512-sJ4yd6iXXdlgIMfIBXuVGp/NvmviEoMVWMOAGxtxhzLPp9LOj5k0pMEMZdjeMCl4C6Up+RM8T3Zgk+BMQ0bGcQ==}
3048
2895
engines: {node: '>=14.0.0'}
3049
2896
cpu: [wasm32]
3050
2897
bundledDependencies:
···
3055
2902
- '@emnapi/wasi-threads'
3056
2903
- tslib
3057
2904
3058
-
'@tailwindcss/oxide-win32-arm64-msvc@4.1.13':
3059
-
resolution: {integrity: sha512-dziTNeQXtoQ2KBXmrjCxsuPk3F3CQ/yb7ZNZNA+UkNTeiTGgfeh+gH5Pi7mRncVgcPD2xgHvkFCh/MhZWSgyQg==}
2905
+
'@tailwindcss/oxide-win32-arm64-msvc@4.1.15':
2906
+
resolution: {integrity: sha512-sJGE5faXnNQ1iXeqmRin7Ds/ru2fgCiaQZQQz3ZGIDtvbkeV85rAZ0QJFMDg0FrqsffZG96H1U9AQlNBRLsHVg==}
3060
2907
engines: {node: '>= 10'}
3061
2908
cpu: [arm64]
3062
2909
os: [win32]
3063
2910
3064
-
'@tailwindcss/oxide-win32-x64-msvc@4.1.13':
3065
-
resolution: {integrity: sha512-3+LKesjXydTkHk5zXX01b5KMzLV1xl2mcktBJkje7rhFUpUlYJy7IMOLqjIRQncLTa1WZZiFY/foAeB5nmaiTw==}
2911
+
'@tailwindcss/oxide-win32-x64-msvc@4.1.15':
2912
+
resolution: {integrity: sha512-NLeHE7jUV6HcFKS504bpOohyi01zPXi2PXmjFfkzTph8xRxDdxkRsXm/xDO5uV5K3brrE1cCwbUYmFUSHR3u1w==}
3066
2913
engines: {node: '>= 10'}
3067
2914
cpu: [x64]
3068
2915
os: [win32]
3069
2916
3070
-
'@tailwindcss/oxide@4.1.13':
3071
-
resolution: {integrity: sha512-CPgsM1IpGRa880sMbYmG1s4xhAy3xEt1QULgTJGQmZUeNgXFR7s1YxYygmJyBGtou4SyEosGAGEeYqY7R53bIA==}
2917
+
'@tailwindcss/oxide@4.1.15':
2918
+
resolution: {integrity: sha512-krhX+UOOgnsUuks2SR7hFafXmLQrKxB4YyRTERuCE59JlYL+FawgaAlSkOYmDRJdf1Q+IFNDMl9iRnBW7QBDfQ==}
3072
2919
engines: {node: '>= 10'}
3073
2920
3074
-
'@tailwindcss/vite@4.1.13':
3075
-
resolution: {integrity: sha512-0PmqLQ010N58SbMTJ7BVJ4I2xopiQn/5i6nlb4JmxzQf8zcS5+m2Cv6tqh+sfDwtIdjoEnOvwsGQ1hkUi8QEHQ==}
2921
+
'@tailwindcss/vite@4.1.15':
2922
+
resolution: {integrity: sha512-B6s60MZRTUil+xKoZoGe6i0Iar5VuW+pmcGlda2FX+guDuQ1G1sjiIy1W0frneVpeL/ZjZ4KEgWZHNrIm++2qA==}
3076
2923
peerDependencies:
3077
2924
vite: ^5.2.0 || ^6 || ^7
3078
2925
3079
-
'@tanstack/query-core@5.90.2':
3080
-
resolution: {integrity: sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ==}
2926
+
'@tanstack/query-core@5.90.5':
2927
+
resolution: {integrity: sha512-wLamYp7FaDq6ZnNehypKI5fNvxHPfTYylE0m/ZpuuzJfJqhR5Pxg9gvGBHZx4n7J+V5Rg5mZxHHTlv25Zt5u+w==}
3081
2928
3082
-
'@tanstack/react-query@5.90.2':
3083
-
resolution: {integrity: sha512-CLABiR+h5PYfOWr/z+vWFt5VsOA2ekQeRQBFSKlcoW6Ndx/f8rfyVmq4LbgOM4GG2qtxAxjLYLOpCNTYm4uKzw==}
2929
+
'@tanstack/react-query@5.90.5':
2930
+
resolution: {integrity: sha512-pN+8UWpxZkEJ/Rnnj2v2Sxpx1WFlaa9L6a4UO89p6tTQbeo+m0MS8oYDjbggrR8QcTyjKoYWKS3xJQGr3ExT8Q==}
3084
2931
peerDependencies:
3085
2932
react: ^18 || ^19
3086
2933
···
3093
2940
'@tanstack/virtual-core@3.13.12':
3094
2941
resolution: {integrity: sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==}
3095
2942
3096
-
'@theguild/federation-composition@0.20.1':
3097
-
resolution: {integrity: sha512-lwYYKCeHmstOtbMtzxC0BQKWsUPYbEVRVdJ3EqR4jSpcF4gvNf3MOJv6yuvq6QsKqgYZURKRBszmg7VEDoi5Aw==}
2943
+
'@theguild/federation-composition@0.20.2':
2944
+
resolution: {integrity: sha512-QI4iSdrc4JvCWnMb1QbiHnEpdD33KGdiU66qfWOcM8ENebRGHkGjXDnUrVJ8F9g1dmCRMTNfn2NFGqTcDpeYXw==}
3098
2945
engines: {node: '>=18'}
3099
2946
peerDependencies:
3100
2947
graphql: ^16.0.0
···
3135
2982
'@types/node@22.7.5':
3136
2983
resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==}
3137
2984
3138
-
'@types/node@24.5.2':
3139
-
resolution: {integrity: sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==}
2985
+
'@types/node@24.9.1':
2986
+
resolution: {integrity: sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==}
3140
2987
3141
-
'@types/react-dom@19.1.9':
3142
-
resolution: {integrity: sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==}
2988
+
'@types/react-dom@19.2.2':
2989
+
resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==}
3143
2990
peerDependencies:
3144
-
'@types/react': ^19.0.0
2991
+
'@types/react': ^19.2.0
3145
2992
3146
-
'@types/react@19.1.15':
3147
-
resolution: {integrity: sha512-+kLxJpaJzXybyDyFXYADyP1cznTO8HSuBpenGlnKOAkH4hyNINiywvXS/tGJhsrGGP/gM185RA3xpjY0Yg4erA==}
2993
+
'@types/react@19.2.2':
2994
+
resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==}
3148
2995
3149
2996
'@types/trusted-types@2.0.7':
3150
2997
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
···
3177
3024
peerDependencies:
3178
3025
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
3179
3026
3180
-
'@wagmi/connectors@5.11.2':
3181
-
resolution: {integrity: sha512-OkiElOI8xXGPDZE5UdG6NgDT3laSkEh9llX1DDapUnfnKecK3Tr/HUf5YzgwDhEoox8mdxp+8ZCjtnTKz56SdA==}
3027
+
'@wagmi/connectors@6.1.0':
3028
+
resolution: {integrity: sha512-MnpJHEABUIsajNxLc6br0LiqJvoFZbavQ6yG+mQb7Xlb3Hmm3IRjH5NU1g2zw5PCTRd3BFQLjwniLdwDnUPYNw==}
3182
3029
peerDependencies:
3183
-
'@wagmi/core': 2.21.2
3030
+
'@wagmi/core': 2.22.1
3184
3031
typescript: '>=5.0.4'
3185
3032
viem: 2.x
3186
3033
peerDependenciesMeta:
3187
3034
typescript:
3188
3035
optional: true
3189
3036
3190
-
'@wagmi/core@2.21.2':
3191
-
resolution: {integrity: sha512-Rp4waam2z0FQUDINkJ91jq38PI5wFUHCv1YBL2LXzAQswaEk1ZY8d6+WG3vYGhFHQ22DXy2AlQ8IWmj+2EG3zQ==}
3037
+
'@wagmi/core@2.22.1':
3038
+
resolution: {integrity: sha512-cG/xwQWsBEcKgRTkQVhH29cbpbs/TdcUJVFXCyri3ZknxhMyGv0YEjTcrNpRgt2SaswL1KrvslSNYKKo+5YEAg==}
3192
3039
peerDependencies:
3193
3040
'@tanstack/query-core': '>=5.0.0'
3194
3041
typescript: '>=5.0.4'
···
3300
3147
resolution: {integrity: sha512-eR8SYtf9Nem1Tnl0IWrY33qJ5wCtIWlt3Fs3c6V4aAaTFLtkEQErXu3SSZg/XCHrj9hXSJ8/8t+CdMk5Qec/ZA==}
3301
3148
engines: {node: '>=18.0.0'}
3302
3149
3303
-
'@whatwg-node/node-fetch@0.8.0':
3304
-
resolution: {integrity: sha512-+z00GpWxKV/q8eMETwbdi80TcOoVEVZ4xSRkxYOZpn3kbV3nej5iViNzXVke/j3v4y1YpO5zMS/CVDIASvJnZQ==}
3150
+
'@whatwg-node/node-fetch@0.8.1':
3151
+
resolution: {integrity: sha512-cQmQEo7IsI0EPX9VrwygXVzrVlX43Jb7/DBZSmpnC7xH4xkyOnn/HykHpTaQk7TUs7zh59A5uTGqx3p2Ouzffw==}
3305
3152
engines: {node: '>=18.0.0'}
3306
3153
3307
3154
'@whatwg-node/promise-helpers@1.3.2':
···
3324
3171
resolution: {integrity: sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==}
3325
3172
engines: {node: '>=8'}
3326
3173
3327
-
'@zag-js/dismissable@1.24.2':
3328
-
resolution: {integrity: sha512-POmhCyjm8cRIThuK3icXjt9ic3OrYjN3N0jQ7uT5xAitX5eyGR+Tb7Mdf5J1R6iuX19t0t6ova+h3XIx6YDWHQ==}
3174
+
'@zag-js/dismissable@1.26.3':
3175
+
resolution: {integrity: sha512-THAzkq2KLYq7px+pdIZ4QQoRjF02nxa5WXXVyw+cv7yb+CNcemcNaPtAAIORJhKsQC+1XF1JNiT5TKrvhSprhw==}
3329
3176
3330
-
'@zag-js/dom-query@1.24.2':
3331
-
resolution: {integrity: sha512-CrjxXni9S9sxuz64uveHDGsvXcZPuN8ydg5+UFZh0MTXCCpS2nFdSWJ1ZN4uyak+X0CdyIEvvbzdxmEhBi33dQ==}
3177
+
'@zag-js/dom-query@1.26.3':
3178
+
resolution: {integrity: sha512-ZI/EzpWRDFjeSuXiHuCHwFUtFXX7ZNiBiOnsqR5AnbQSTEvYv+Oo803RRuQ+zHDpGSFyYluSnT00/zt4vskXDQ==}
3332
3179
3333
-
'@zag-js/interact-outside@1.24.2':
3334
-
resolution: {integrity: sha512-/DH1b58szQgTqz3fL+cbg51X94DohahPkuCgiGs6wdPK3JwMFlPJHkmU3SDUXQJTpwLOsDIqMVq9sO4jo7fiGg==}
3180
+
'@zag-js/interact-outside@1.26.3':
3181
+
resolution: {integrity: sha512-CBTagsGQ6QXaPISc8SS1wwjdpZNgMJt3ecYCIA0FP7QwUXNSnNVq7izxXwyoSzkO6xLkXS+kiqwd9guKTUBQ0Q==}
3335
3182
3336
-
'@zag-js/types@1.24.2':
3337
-
resolution: {integrity: sha512-sXL8JHx8yrj8qGwCl/EhydaHoCCEfYwbg1rPWcCwqrpkvhic0KEZAJZMUhcU4dLdx+Oajbv2QeFz6Fk5U2Nn5A==}
3183
+
'@zag-js/types@1.26.3':
3184
+
resolution: {integrity: sha512-fJf2CgNLQuaFCRZzwGP69vWdFPc1bd1sPngzrYxIfT9SpIRFcBUrBa3p8hXlXg3EScx4O8qC0PrMe9NasUXV1Q==}
3338
3185
3339
-
'@zag-js/utils@1.24.2':
3340
-
resolution: {integrity: sha512-3U8aYXjktpDmQV4M7nAOj7E4x1XSifG7PrbHqJbTYRm7/EPbwCQEEDPckkkWBmj4UrvltbkXPi6nzcP4Qpw5bA==}
3186
+
'@zag-js/utils@1.26.3':
3187
+
resolution: {integrity: sha512-C5PlGTVfuMYc/GydvyIyxjSoHib9ZNcinLoucZaRjXF4l6ClDPIlujXc11//XZ0EajpxOKNhfjP9m9stj5Vk0A==}
3341
3188
3342
3189
'@zoralabs/coins-sdk@0.3.2':
3343
3190
resolution: {integrity: sha512-yrQGWMwnVv9SBGiAP0OoE+H5hDrdjwX0oJ1+5l6XYYXwg55CxYlIy9sooX5YejGJAo4gifsfGNopoMAjGksHmA==}
···
3467
3314
base64-js@1.5.1:
3468
3315
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
3469
3316
3470
-
baseline-browser-mapping@2.8.6:
3471
-
resolution: {integrity: sha512-wrH5NNqren/QMtKUEEJf7z86YjfqW/2uw3IL3/xpqZUC95SSVIFXYQeeGjL6FT/X68IROu6RMehZQS5foy2BXw==}
3317
+
baseline-browser-mapping@2.8.19:
3318
+
resolution: {integrity: sha512-zoKGUdu6vb2jd3YOq0nnhEDQVbPcHhco3UImJrv5dSkvxTc2pl2WjOPsjZXDwPDSl5eghIMuY3R6J9NDKF3KcQ==}
3472
3319
hasBin: true
3473
3320
3474
3321
big.js@6.2.2:
···
3496
3343
browser-image-compression@2.0.2:
3497
3344
resolution: {integrity: sha512-pBLlQyUf6yB8SmmngrcOw3EoS4RpQ1BcylI3T9Yqn7+4nrQTXJD4sJDe5ODnJdrvNMaio5OicFo75rDyJD2Ucw==}
3498
3345
3499
-
browserslist@4.26.2:
3500
-
resolution: {integrity: sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==}
3346
+
browserslist@4.27.0:
3347
+
resolution: {integrity: sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==}
3501
3348
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
3502
3349
hasBin: true
3503
3350
···
3543
3390
resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==}
3544
3391
engines: {node: '>=6'}
3545
3392
3546
-
caniuse-lite@1.0.30001743:
3547
-
resolution: {integrity: sha512-e6Ojr7RV14Un7dz6ASD0aZDmQPT/A+eZU+nuTNfjqmRrmkmQlnTNWH0SKmqagx9PeW87UVqapSurtAXifmtdmw==}
3393
+
caniuse-lite@1.0.30001751:
3394
+
resolution: {integrity: sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==}
3548
3395
3549
3396
capital-case@1.0.4:
3550
3397
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
···
3581
3428
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
3582
3429
engines: {node: '>= 14.16.0'}
3583
3430
3584
-
chownr@3.0.0:
3585
-
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
3586
-
engines: {node: '>=18'}
3587
-
3588
3431
class-variance-authority@0.7.1:
3589
3432
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
3590
3433
···
3592
3435
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
3593
3436
engines: {node: '>=18'}
3594
3437
3595
-
cli-truncate@5.1.0:
3596
-
resolution: {integrity: sha512-7JDGG+4Zp0CsknDCedl0DYdaeOhc46QNpXi3NLQblkZpXXgA6LncLDUUyvrjSvZeF3VRQa+KiMGomazQrC1V8g==}
3438
+
cli-truncate@5.1.1:
3439
+
resolution: {integrity: sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==}
3597
3440
engines: {node: '>=20'}
3598
3441
3599
3442
cli-width@4.1.0:
···
3743
3586
supports-color:
3744
3587
optional: true
3745
3588
3746
-
debug@4.4.1:
3747
-
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
3748
-
engines: {node: '>=6.0'}
3749
-
peerDependencies:
3750
-
supports-color: '*'
3751
-
peerDependenciesMeta:
3752
-
supports-color:
3753
-
optional: true
3754
-
3755
3589
debug@4.4.3:
3756
3590
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
3757
3591
engines: {node: '>=6.0'}
···
3810
3644
resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==}
3811
3645
engines: {node: '>=8'}
3812
3646
3813
-
detect-libc@2.1.0:
3814
-
resolution: {integrity: sha512-vEtk+OcP7VBRtQZ1EJ3bdgzSfBjgnEalLTp5zjJrS+2Z1w2KZly4SBdac/WDU3hhsNAZ9E8SC96ME4Ey8MZ7cg==}
3647
+
detect-libc@2.1.2:
3648
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
3815
3649
engines: {node: '>=8'}
3816
3650
3817
3651
detect-node-es@1.1.0:
···
3843
3677
dot-case@3.0.4:
3844
3678
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
3845
3679
3846
-
dotenv@17.2.2:
3847
-
resolution: {integrity: sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==}
3680
+
dotenv@17.2.3:
3681
+
resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==}
3848
3682
engines: {node: '>=12'}
3849
3683
3850
3684
dset@3.1.4:
···
3858
3692
duplexify@4.1.3:
3859
3693
resolution: {integrity: sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==}
3860
3694
3861
-
eciesjs@0.4.15:
3862
-
resolution: {integrity: sha512-r6kEJXDKecVOCj2nLMuXK/FCPeurW33+3JRpfXVbjLja3XUYFfD9I/JBreH6sUyzcm3G/YQboBjMla6poKeSdA==}
3695
+
eciesjs@0.4.16:
3696
+
resolution: {integrity: sha512-dS5cbA9rA2VR4Ybuvhg6jvdmp46ubLn3E+px8cG/35aEDNclrqoCjg6mt0HYZ/M+OoESS3jSkCrqk1kWAEhWAw==}
3863
3697
engines: {bun: '>=1', deno: '>=2', node: '>=16'}
3864
3698
3865
-
electron-to-chromium@1.5.222:
3866
-
resolution: {integrity: sha512-gA7psSwSwQRE60CEoLz6JBCQPIxNeuzB2nL8vE03GK/OHxlvykbLyeiumQy1iH5C2f3YbRAZpGCMT12a/9ih9w==}
3699
+
electron-to-chromium@1.5.239:
3700
+
resolution: {integrity: sha512-1y5w0Zsq39MSPmEjHjbizvhYoTaulVtivpxkp5q5kaPmQtsK6/2nvAzGRxNMS9DoYySp9PkW0MAQDwU1m764mg==}
3867
3701
3868
-
emoji-regex@10.5.0:
3869
-
resolution: {integrity: sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==}
3702
+
emoji-regex@10.6.0:
3703
+
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
3870
3704
3871
3705
emoji-regex@8.0.0:
3872
3706
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
···
3922
3756
es-toolkit@1.33.0:
3923
3757
resolution: {integrity: sha512-X13Q/ZSc+vsO1q600bvNK4bxgXMkHcf//RxCmYDaRY5DAcT+eoXjY5hoAPGMdRnWQjvyLEcyauG3b6hz76LNqg==}
3924
3758
3925
-
esbuild@0.25.10:
3926
-
resolution: {integrity: sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==}
3927
-
engines: {node: '>=18'}
3928
-
hasBin: true
3929
-
3930
3759
esbuild@0.25.11:
3931
3760
resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==}
3932
3761
engines: {node: '>=18'}
···
3981
3810
resolution: {integrity: sha512-an2S5quJMiy5bnZKEf6AkfH/7r8CzHvhchU40gxN+OM6HPhe7Z9T1FUychcf2M9PpPOO0Hf7BAEfJkw2TDIBDw==}
3982
3811
engines: {node: '>=12.0.0'}
3983
3812
3984
-
family@0.1.3:
3985
-
resolution: {integrity: sha512-5jvm4XrcJU/Hl0Bv9wL6VdzsfW8I20ssFcWmYWrUHVQGZlNqqLGoNqyEVWr3uLaPpdAY0Hn0+J9JWrK7MzeDXQ==}
3986
-
engines: {node: '>=12.4'}
3813
+
family@0.1.4:
3814
+
resolution: {integrity: sha512-qRlQA7v0O36EorMeTJ3MzlQ5vjFUDF1zYT3qU0hHREls+lN6+YJZc0Ifv1JWWk/8jSUHZcroYrWKjBwucU6+HQ==}
3987
3815
peerDependencies:
3988
3816
react: 17.x || 18.x || 19.x
3989
3817
react-dom: 17.x || 18.x || 19.x
···
4062
3890
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
4063
3891
engines: {node: '>=12.20.0'}
4064
3892
4065
-
framer-motion@12.23.22:
4066
-
resolution: {integrity: sha512-ZgGvdxXCw55ZYvhoZChTlG6pUuehecgvEAJz0BHoC5pQKW1EC5xf1Mul1ej5+ai+pVY0pylyFfdl45qnM1/GsA==}
3893
+
framer-motion@12.23.24:
3894
+
resolution: {integrity: sha512-HMi5HRoRCTou+3fb3h9oTLyJGBxHfW+HnNE25tAXOvVx/IvwMHK0cx7IR4a2ZU6sh3IX1Z+4ts32PcYBOqka8w==}
4067
3895
peerDependencies:
4068
3896
'@emotion/is-prop-valid': '*'
4069
3897
react: ^18.0.0 || ^19.0.0
···
4087
3915
function-bind@1.1.2:
4088
3916
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
4089
3917
3918
+
generator-function@2.0.1:
3919
+
resolution: {integrity: sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==}
3920
+
engines: {node: '>= 0.4'}
3921
+
4090
3922
gensync@1.0.0-beta.2:
4091
3923
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
4092
3924
engines: {node: '>=6.9.0'}
···
4111
3943
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
4112
3944
engines: {node: '>= 0.4'}
4113
3945
4114
-
get-tsconfig@4.10.1:
4115
-
resolution: {integrity: sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==}
3946
+
get-tsconfig@4.13.0:
3947
+
resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==}
4116
3948
4117
3949
glob-parent@5.1.2:
4118
3950
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
···
4259
4091
peerDependencies:
4260
4092
hono: ^4.1.1
4261
4093
4262
-
hono@4.9.9:
4263
-
resolution: {integrity: sha512-Hxw4wT6zjJGZJdkJzAx9PyBdf7ZpxaTSA0NfxqjLghwMrLBX8p33hJBzoETRakF3UJu6OdNQBZAlNSkGqKFukw==}
4094
+
hono@4.10.2:
4095
+
resolution: {integrity: sha512-p6fyzl+mQo6uhESLxbF5WlBOAJMDh36PljwlKtP5V1v09NxlqGru3ShK+4wKhSuhuYf8qxMmrivHOa/M7q0sMg==}
4264
4096
engines: {node: '>=16.9.0'}
4265
4097
4266
4098
html-escaper@3.0.3:
···
4372
4204
resolution: {integrity: sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==}
4373
4205
engines: {node: '>=18'}
4374
4206
4375
-
is-generator-function@1.1.0:
4376
-
resolution: {integrity: sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==}
4207
+
is-generator-function@1.1.2:
4208
+
resolution: {integrity: sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==}
4377
4209
engines: {node: '>= 0.4'}
4378
4210
4379
4211
is-glob@4.0.3:
···
4446
4278
peerDependencies:
4447
4279
ws: '*'
4448
4280
4449
-
jiti@2.6.0:
4450
-
resolution: {integrity: sha512-VXe6RjJkBPj0ohtqaO8vSWP3ZhAKo66fKrFNCll4BTcwljPLz03pCbaNKfzGP5MbrCYcbJ7v0nOYYwUzTEIdXQ==}
4281
+
jiti@2.6.1:
4282
+
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
4451
4283
hasBin: true
4452
4284
4453
4285
jose@6.1.0:
···
4507
4339
keyvaluestorage-interface@1.0.0:
4508
4340
resolution: {integrity: sha512-8t6Q3TclQ4uZynJY9IGr2+SsIGwK9JHcO6ootkHCGA0CrQCRy+VkouYNO2xicET6b9al7QKzpebNow+gkpCL8g==}
4509
4341
4510
-
lightningcss-darwin-arm64@1.30.1:
4511
-
resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==}
4342
+
lightningcss-android-arm64@1.30.2:
4343
+
resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==}
4344
+
engines: {node: '>= 12.0.0'}
4345
+
cpu: [arm64]
4346
+
os: [android]
4347
+
4348
+
lightningcss-darwin-arm64@1.30.2:
4349
+
resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==}
4512
4350
engines: {node: '>= 12.0.0'}
4513
4351
cpu: [arm64]
4514
4352
os: [darwin]
4515
4353
4516
-
lightningcss-darwin-x64@1.30.1:
4517
-
resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==}
4354
+
lightningcss-darwin-x64@1.30.2:
4355
+
resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==}
4518
4356
engines: {node: '>= 12.0.0'}
4519
4357
cpu: [x64]
4520
4358
os: [darwin]
4521
4359
4522
-
lightningcss-freebsd-x64@1.30.1:
4523
-
resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==}
4360
+
lightningcss-freebsd-x64@1.30.2:
4361
+
resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==}
4524
4362
engines: {node: '>= 12.0.0'}
4525
4363
cpu: [x64]
4526
4364
os: [freebsd]
4527
4365
4528
-
lightningcss-linux-arm-gnueabihf@1.30.1:
4529
-
resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==}
4366
+
lightningcss-linux-arm-gnueabihf@1.30.2:
4367
+
resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==}
4530
4368
engines: {node: '>= 12.0.0'}
4531
4369
cpu: [arm]
4532
4370
os: [linux]
4533
4371
4534
-
lightningcss-linux-arm64-gnu@1.30.1:
4535
-
resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==}
4372
+
lightningcss-linux-arm64-gnu@1.30.2:
4373
+
resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==}
4536
4374
engines: {node: '>= 12.0.0'}
4537
4375
cpu: [arm64]
4538
4376
os: [linux]
4539
4377
4540
-
lightningcss-linux-arm64-musl@1.30.1:
4541
-
resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==}
4378
+
lightningcss-linux-arm64-musl@1.30.2:
4379
+
resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==}
4542
4380
engines: {node: '>= 12.0.0'}
4543
4381
cpu: [arm64]
4544
4382
os: [linux]
4545
4383
4546
-
lightningcss-linux-x64-gnu@1.30.1:
4547
-
resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==}
4384
+
lightningcss-linux-x64-gnu@1.30.2:
4385
+
resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==}
4548
4386
engines: {node: '>= 12.0.0'}
4549
4387
cpu: [x64]
4550
4388
os: [linux]
4551
4389
4552
-
lightningcss-linux-x64-musl@1.30.1:
4553
-
resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==}
4390
+
lightningcss-linux-x64-musl@1.30.2:
4391
+
resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==}
4554
4392
engines: {node: '>= 12.0.0'}
4555
4393
cpu: [x64]
4556
4394
os: [linux]
4557
4395
4558
-
lightningcss-win32-arm64-msvc@1.30.1:
4559
-
resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==}
4396
+
lightningcss-win32-arm64-msvc@1.30.2:
4397
+
resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==}
4560
4398
engines: {node: '>= 12.0.0'}
4561
4399
cpu: [arm64]
4562
4400
os: [win32]
4563
4401
4564
-
lightningcss-win32-x64-msvc@1.30.1:
4565
-
resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==}
4402
+
lightningcss-win32-x64-msvc@1.30.2:
4403
+
resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==}
4566
4404
engines: {node: '>= 12.0.0'}
4567
4405
cpu: [x64]
4568
4406
os: [win32]
4569
4407
4570
-
lightningcss@1.30.1:
4571
-
resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==}
4408
+
lightningcss@1.30.2:
4409
+
resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==}
4572
4410
engines: {node: '>= 12.0.0'}
4573
4411
4574
4412
lines-and-columns@1.2.4:
···
4583
4421
canvas:
4584
4422
optional: true
4585
4423
4586
-
listr2@9.0.4:
4587
-
resolution: {integrity: sha512-1wd/kpAdKRLwv7/3OKC8zZ5U8e/fajCfWMxacUvB79S5nLrYGPtUI/8chMQhn3LQjsRVErTb9i1ECAwW0ZIHnQ==}
4424
+
listr2@9.0.5:
4425
+
resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==}
4588
4426
engines: {node: '>=20.0.0'}
4589
4427
4590
4428
lit-element@4.2.1:
···
4781
4619
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
4782
4620
engines: {node: '>=16 || 14 >=14.17'}
4783
4621
4784
-
minipass@7.1.2:
4785
-
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
4786
-
engines: {node: '>=16 || 14 >=14.17'}
4787
-
4788
-
minizlib@3.1.0:
4789
-
resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==}
4790
-
engines: {node: '>= 18'}
4791
-
4792
4622
mipd@0.0.7:
4793
4623
resolution: {integrity: sha512-aAPZPNDQ3uMTdKbuO2YmAw2TxLHO0moa4YKAyETM/DTj5FloZo+a+8tU+iv4GmW+sOxKLSRwcSFuczk+Cpt6fg==}
4794
4624
peerDependencies:
···
4797
4627
typescript:
4798
4628
optional: true
4799
4629
4800
-
motion-dom@12.23.18:
4801
-
resolution: {integrity: sha512-9piw3uOcP6DpS0qpnDF95bLDzmgMxLOg/jghLnHwYJ0YFizzuvbH/L8106dy39JNgHYmXFUTztoP9JQvUqlBwQ==}
4802
-
4803
-
motion-dom@12.23.21:
4804
-
resolution: {integrity: sha512-5xDXx/AbhrfgsQmSE7YESMn4Dpo6x5/DTZ4Iyy4xqDvVHWvFVoV+V2Ri2S/ksx+D40wrZ7gPYiMWshkdoqNgNQ==}
4630
+
motion-dom@12.23.23:
4631
+
resolution: {integrity: sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==}
4805
4632
4806
-
motion-plus-dom@1.5.4:
4807
-
resolution: {integrity: sha512-m+AJLC//f8Fl6gbDdZOLN8pwuSBqYGo/gbXW7PssfFqU3DRiBiRxZbf0Rgz5ijHte+7paO3uCwU259Zxs2nk/w==}
4633
+
motion-plus-dom@1.6.0:
4634
+
resolution: {integrity: sha512-A4uGFtMG8rl+wQCXBt6h6+G9PK7ZCF2yB4n6RTvmm2kXuSZaXz6LmK9hBWH86RWY2uQUrLTuLypqTZxW1fIM5Q==}
4808
4635
4809
4636
motion-plus-react@1.5.4:
4810
4637
resolution: {integrity: sha512-uOqiUhZH00N+Y81f6zY+v5CMCeH4J4FGiz2fOY/F7/gkL8yAXE/G6tB66NVuvoOXKtLoPF4Er1PnzHOAZkAxBw==}
···
4821
4648
motion-utils@12.23.6:
4822
4649
resolution: {integrity: sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==}
4823
4650
4824
-
motion@12.23.22:
4825
-
resolution: {integrity: sha512-iSq6X9vLHbeYwmHvhK//+U74ROaPnZmBuy60XZzqNl0QtZkWfoZyMDHYnpKuWFv0sNMqHgED8aCXk94LCoQPGg==}
4651
+
motion@12.23.24:
4652
+
resolution: {integrity: sha512-Rc5E7oe2YZ72N//S3QXGzbnXgqNrTESv8KKxABR20q2FLch9gHLo0JLyYo2hZ238bZ9Gx6cWhj9VO0IgwbMjCw==}
4826
4653
peerDependencies:
4827
4654
'@emotion/is-prop-valid': '*'
4828
4655
react: ^18.0.0 || ^19.0.0
···
4898
4725
node-mock-http@1.0.3:
4899
4726
resolution: {integrity: sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==}
4900
4727
4901
-
node-releases@2.0.21:
4902
-
resolution: {integrity: sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==}
4728
+
node-releases@2.0.26:
4729
+
resolution: {integrity: sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==}
4903
4730
4904
4731
normalize-path@2.1.1:
4905
4732
resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==}
···
5055
4882
peerDependencies:
5056
4883
pg: '>=8.0'
5057
4884
5058
-
pg-promise@12.1.3:
5059
-
resolution: {integrity: sha512-sxPvKSpe5GSUIEzbUcDM/ZBu/g1HamtyPKBX3QPA6t5gQOI04gnpNrotW3RnRLJPewhIxFcPKK85vztXMkAUzw==}
4885
+
pg-promise@12.2.0:
4886
+
resolution: {integrity: sha512-th+GB7ftaRv5gAjSVslURSaYr5gf8d+T9/h5dZTJ/uyMqnQV8lJ8cDo3p5Crv3rprLC8ZCav9yLFcMKnobib+g==}
5060
4887
engines: {node: '>=16.0'}
5061
4888
peerDependencies:
5062
4889
pg-query-stream: 4.10.3
···
5204
5031
property-information@7.1.0:
5205
5032
resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==}
5206
5033
5207
-
prosekit@0.15.6:
5208
-
resolution: {integrity: sha512-IwaEdfb+Usk+wKEcfKG4NkmLKKINpw7NnkYPR/Y2sSGSocBmnhzaVhp+EE57D+QAclMli2+9oVFD7Lcz9hieGQ==}
5034
+
prosekit@0.15.8:
5035
+
resolution: {integrity: sha512-sRUzDm3Ts2axP5cW1RbiQbF0KZsZ7LrQS/grdWTVyg5YGCnrmVqbjsx0Lo9iGirbEWCOAf1FWkiOYPKGkztNQA==}
5209
5036
peerDependencies:
5210
5037
loro-crdt: '>= 0.16.7'
5211
5038
loro-prosemirror: '>= 0.0.7'
···
5251
5078
prosemirror-dropcursor@1.8.2:
5252
5079
resolution: {integrity: sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==}
5253
5080
5254
-
prosemirror-flat-list@0.5.5:
5255
-
resolution: {integrity: sha512-VxEWEsGRekCgqlDKDmAou2r/CnCfZBrRH++jVdd4JE9ih+VhFO0GNzqvrsT6tw0BDRfryqBpMNbU9tP6ZJQRIQ==}
5081
+
prosemirror-flat-list@0.5.7:
5082
+
resolution: {integrity: sha512-1+xRgwRm8XGc64n5agB9fRUBSSmKwXs2VgcbLAyAwrIC7HopaHiXFctiWORl7YgXciJIQCyI6FLtfS3h+Txb2Q==}
5256
5083
5257
-
prosemirror-gapcursor@1.3.2:
5258
-
resolution: {integrity: sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ==}
5084
+
prosemirror-gapcursor@1.4.0:
5085
+
resolution: {integrity: sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==}
5259
5086
5260
5087
prosemirror-highlight@0.13.0:
5261
5088
resolution: {integrity: sha512-GIC2VCTUnukNdsEGLQWWOVpYPl/7/KrVp4xs7XMB48/4rhUrHK8hp8TEog4Irmv+2kmjx24RLnaisGOCP6U8jw==}
···
5295
5122
prosemirror-history@1.4.1:
5296
5123
resolution: {integrity: sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ==}
5297
5124
5298
-
prosemirror-inputrules@1.5.0:
5299
-
resolution: {integrity: sha512-K0xJRCmt+uSw7xesnHmcn72yBGTbY45vm8gXI4LZXbx2Z0jwh5aF9xrGQgrVPu0WbyFVFF3E/o9VhJYz6SQWnA==}
5125
+
prosemirror-inputrules@1.5.1:
5126
+
resolution: {integrity: sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==}
5300
5127
5301
5128
prosemirror-keymap@1.2.3:
5302
5129
resolution: {integrity: sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==}
5303
5130
5304
-
prosemirror-model@1.25.3:
5305
-
resolution: {integrity: sha512-dY2HdaNXlARknJbrManZ1WyUtos+AP97AmvqdOQtWtrrC5g4mohVX5DTi9rXNFSk09eczLq9GuNTtq3EfMeMGA==}
5131
+
prosemirror-model@1.25.4:
5132
+
resolution: {integrity: sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==}
5306
5133
5307
5134
prosemirror-safari-ime-span@1.0.2:
5308
5135
resolution: {integrity: sha512-QJqD8s1zE/CuK56kDsUhndh5hiHh/gFnAuPOA9ytva2s85/ZEt2tNWeALTJN48DtWghSKOmiBsvVn2OlnJ5H2w==}
···
5333
5160
prosemirror-transform@1.10.4:
5334
5161
resolution: {integrity: sha512-pwDy22nAnGqNR1feOQKHxoFkkUtepoFAd3r2hbEDsnf4wp57kKA36hXsB3njA9FtONBEwSDnDeCiJe+ItD+ykw==}
5335
5162
5336
-
prosemirror-view@1.41.1:
5337
-
resolution: {integrity: sha512-cViIhlt1/T5bQMINrmXh43JZcdIgdW1YkOABmIuH5gSt3/HiCZHsLN9d5GvsgzrXn2+zZ8il0kkghisusm7tSA==}
5163
+
prosemirror-view@1.41.3:
5164
+
resolution: {integrity: sha512-SqMiYMUQNNBP9kfPhLO8WXEk/fon47vc52FQsUiJzTBuyjKgEcoAwMyF04eQ4WZ2ArMn7+ReypYL60aKngbACQ==}
5338
5165
5339
5166
proxy-compare@2.6.0:
5340
5167
resolution: {integrity: sha512-8xuCeM3l8yqdmbPoYeLbrAXCBWu19XEYc5/F28f5qOaoAIMyfmBUkl5axiK+x9olUvRlcekvnm98AP9RDngOIw==}
···
5378
5205
react:
5379
5206
optional: true
5380
5207
5381
-
react-dom@19.1.1:
5382
-
resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==}
5208
+
react-dom@19.2.0:
5209
+
resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==}
5383
5210
peerDependencies:
5384
-
react: ^19.1.1
5211
+
react: ^19.2.0
5385
5212
5386
-
react-easy-crop@5.5.2:
5387
-
resolution: {integrity: sha512-8sxx7x7QBMF8fi+zd9QTf9MXovPzQUASNCRrXy/ZUQe9r25U0yDweyM38CaoNTAfX9+k/v52ywLRXiwDN3TBtQ==}
5213
+
react-easy-crop@5.5.3:
5214
+
resolution: {integrity: sha512-iKwFTnAsq+IVuyF6N0Q3zjRx9DG1NMySkwWxVfM/xAOeHYH1vhvM+V2kFiq5HOIQGWouITjfltCx54mbDpMpmA==}
5388
5215
peerDependencies:
5389
5216
react: '>=16.4.0'
5390
5217
react-dom: '>=16.4.0'
···
5397
5224
peerDependencies:
5398
5225
react: ^16.6.0 || ^17.0.0 || ^18.0.0
5399
5226
5400
-
react-hook-form@7.63.0:
5401
-
resolution: {integrity: sha512-ZwueDMvUeucovM2VjkCf7zIHcs1aAlDimZu2Hvel5C5907gUzMpm4xCrQXtRzCvsBqFjonB4m3x4LzCFI1ZKWA==}
5227
+
react-hook-form@7.65.0:
5228
+
resolution: {integrity: sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==}
5402
5229
engines: {node: '>=18.0.0'}
5403
5230
peerDependencies:
5404
5231
react: ^16.8.0 || ^17 || ^18 || ^19
5405
5232
5406
-
react-hotkeys-hook@5.1.0:
5407
-
resolution: {integrity: sha512-GCNGXjBzV9buOS3REoQFmSmE4WTvBhYQ0YrAeeMZI83bhXg3dRWsLHXDutcVDdEjwJqJCxk5iewWYX5LtFUd7g==}
5233
+
react-hotkeys-hook@5.2.1:
5234
+
resolution: {integrity: sha512-xbKh6zJxd/vJHT4Bw4+0pBD662Fk20V+VFhLqciCg+manTVO4qlqRqiwFOYelfHN9dBvWj9vxaPkSS26ZSIJGg==}
5408
5235
peerDependencies:
5409
5236
react: '>=16.8.0'
5410
5237
react-dom: '>=16.8.0'
···
5442
5269
'@types/react':
5443
5270
optional: true
5444
5271
5445
-
react-router@7.9.3:
5446
-
resolution: {integrity: sha512-4o2iWCFIwhI/eYAIL43+cjORXYn/aRQPgtFRRZb3VzoyQ5Uej0Bmqj7437L97N9NJW4wnicSwLOLS+yCXfAPgg==}
5272
+
react-router@7.9.4:
5273
+
resolution: {integrity: sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==}
5447
5274
engines: {node: '>=20.0.0'}
5448
5275
peerDependencies:
5449
5276
react: '>=18'
···
5468
5295
react: '>=18.0.0'
5469
5296
scheduler: '>=0.19.0'
5470
5297
5471
-
react@19.1.1:
5472
-
resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==}
5298
+
react@19.2.0:
5299
+
resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==}
5473
5300
engines: {node: '>=0.10.0'}
5474
5301
5475
5302
readable-stream@2.3.8:
···
5572
5399
resolve-pkg-maps@1.0.0:
5573
5400
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
5574
5401
5402
+
response-iterator@0.2.25:
5403
+
resolution: {integrity: sha512-15K4tT8X35W0zJ5bv3fAf4eEKqOwS7yzd+Bg6YEE9NLltVbPbuTcYo3J2AP6AMQGMJmJkFCG421+kP2/iCBfDA==}
5404
+
engines: {node: '>=0.8'}
5405
+
5575
5406
restore-cursor@5.1.0:
5576
5407
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
5577
5408
engines: {node: '>=18'}
···
5611
5442
safer-buffer@2.1.2:
5612
5443
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
5613
5444
5614
-
scheduler@0.26.0:
5615
-
resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
5445
+
scheduler@0.27.0:
5446
+
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
5616
5447
5617
5448
semver@6.3.1:
5618
5449
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
5619
-
hasBin: true
5620
-
5621
-
semver@7.7.2:
5622
-
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
5623
-
engines: {node: '>=10'}
5624
5450
hasBin: true
5625
5451
5626
5452
semver@7.7.3:
···
5777
5603
strnum@2.1.1:
5778
5604
resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==}
5779
5605
5780
-
style-to-js@1.1.17:
5781
-
resolution: {integrity: sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==}
5606
+
style-to-js@1.1.18:
5607
+
resolution: {integrity: sha512-JFPn62D4kJaPTnhFUI244MThx+FEGbi+9dw1b9yBBQ+1CZpV7QAT8kUtJ7b7EUNdHajjF/0x8fT+16oLJoojLg==}
5782
5608
5783
-
style-to-object@1.0.9:
5784
-
resolution: {integrity: sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==}
5609
+
style-to-object@1.0.11:
5610
+
resolution: {integrity: sha512-5A560JmXr7wDyGLK12Nq/EYS38VkGlglVzkis1JEdbGWSnbQIEhZzTJhzURXN5/8WwwFCs/f/VVcmkTppbXLow==}
5785
5611
5786
5612
superstruct@1.0.4:
5787
5613
resolution: {integrity: sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ==}
···
5802
5628
resolution: {integrity: sha512-c7AfkZ9udatCuAy9RSfiGPpeOKKUAUK5e1cXadLOGUjasdxqYqAK0jTNkM/FSEyJ3a5Ra27j/tw/PS0qLmaF/A==}
5803
5629
engines: {node: '>=18'}
5804
5630
5805
-
tabbable@6.2.0:
5806
-
resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
5631
+
tabbable@6.3.0:
5632
+
resolution: {integrity: sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==}
5807
5633
5808
5634
tailwind-merge@3.3.1:
5809
5635
resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==}
5810
5636
5811
-
tailwindcss@4.1.13:
5812
-
resolution: {integrity: sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==}
5637
+
tailwindcss@4.1.15:
5638
+
resolution: {integrity: sha512-k2WLnWkYFkdpRv+Oby3EBXIyQC8/s1HOFMBUViwtAh6Z5uAozeUSMQlIsn/c6Q2iJzqG6aJT3wdPaRNj70iYxQ==}
5813
5639
5814
-
tapable@2.2.3:
5815
-
resolution: {integrity: sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==}
5640
+
tapable@2.3.0:
5641
+
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
5816
5642
engines: {node: '>=6'}
5817
-
5818
-
tar@7.4.4:
5819
-
resolution: {integrity: sha512-O1z7ajPkjTgEgmTGz0v9X4eqeEXTDREPTO77pVC1Nbs86feBU1Zhdg+edzavPmYW1olxkwsqA2v4uOw6E8LeDg==}
5820
-
engines: {node: '>=18'}
5821
5643
5822
5644
terser@5.43.1:
5823
5645
resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==}
···
5903
5725
resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
5904
5726
engines: {node: '>= 0.4'}
5905
5727
5906
-
typescript@5.9.2:
5907
-
resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
5728
+
typescript@5.9.3:
5729
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
5908
5730
engines: {node: '>=14.17'}
5909
5731
hasBin: true
5910
5732
···
5931
5753
undici-types@6.19.8:
5932
5754
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
5933
5755
5934
-
undici-types@7.12.0:
5935
-
resolution: {integrity: sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==}
5756
+
undici-types@7.16.0:
5757
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
5936
5758
5937
5759
unicode-word-regex@1.1.0:
5938
5760
resolution: {integrity: sha512-2HlIXyag8yi0+AsB1Rx88gSuzw4hS/PgrcTbzkqIW/RBdi2VSp1rRr55RS+HszErwlSRAoA9jhM6L/x+xtu41w==}
···
5950
5772
unist-util-is@2.1.3:
5951
5773
resolution: {integrity: sha512-4WbQX2iwfr/+PfM4U3zd2VNXY+dWtZsN1fLnWEi2QQXA4qyDYAZcDMfXUX0Cu6XZUHHAO9q4nyxxLT4Awk1qUA==}
5952
5774
5953
-
unist-util-is@6.0.0:
5954
-
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
5775
+
unist-util-is@6.0.1:
5776
+
resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==}
5955
5777
5956
5778
unist-util-position@5.0.0:
5957
5779
resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
···
5962
5784
unist-util-visit-parents@2.0.1:
5963
5785
resolution: {integrity: sha512-6B0UTiMfdWql4cQ03gDTCSns+64Zkfo2OCbK31Ov0uMizEz+CJeAp0cgZVb5Fhmcd7Bct2iRNywejT0orpbqUA==}
5964
5786
5965
-
unist-util-visit-parents@6.0.1:
5966
-
resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==}
5787
+
unist-util-visit-parents@6.0.2:
5788
+
resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
5967
5789
5968
5790
unist-util-visit@5.0.0:
5969
5791
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
···
6034
5856
uploadthing:
6035
5857
optional: true
6036
5858
6037
-
update-browserslist-db@1.1.3:
6038
-
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
5859
+
update-browserslist-db@1.1.4:
5860
+
resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==}
6039
5861
hasBin: true
6040
5862
peerDependencies:
6041
5863
browserslist: '>= 4.21.0'
···
6088
5910
peerDependencies:
6089
5911
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
6090
5912
6091
-
use-sync-external-store@1.5.0:
6092
-
resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==}
5913
+
use-sync-external-store@1.6.0:
5914
+
resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
6093
5915
peerDependencies:
6094
5916
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
6095
5917
···
6143
5965
typescript:
6144
5966
optional: true
6145
5967
6146
-
viem@2.37.9:
6147
-
resolution: {integrity: sha512-XXUOE5yJcjr9/M9kRoQcPMUfetwHprO9aTho6vNELjBKJIBx7rYq1fjvBw+xEnhsRjhh5lsORi6B0h8fYFB7NA==}
5968
+
viem@2.38.3:
5969
+
resolution: {integrity: sha512-By2TutLv07iNHHtWqHHzjGipevYsfGqT7KQbGEmqLco1qTJxKnvBbSviqiu6/v/9REV6Q/FpmIxf2Z7/l5AbcQ==}
6148
5970
peerDependencies:
6149
5971
typescript: '>=5.0.4'
6150
5972
peerDependenciesMeta:
6151
5973
typescript:
6152
5974
optional: true
6153
5975
6154
-
virtua@0.43.6:
6155
-
resolution: {integrity: sha512-FcIkIUibw5SSCywhTbg0R0nKmFhILWCVrAIWesckitsXX5IOrWYqtDpT/GLmIuZIrTB9A/+3DnmL5uvDgKWmFQ==}
5976
+
virtua@0.46.3:
5977
+
resolution: {integrity: sha512-AJF3M70rIgxAQenvakG3uWHaP4asicIZCJi3kuys4RLw7bg6R2Ku2pyNR7IM/5fjE2ibacnbfB0oSwKf4Fqjxw==}
6156
5978
peerDependencies:
6157
5979
react: '>=16.14.0'
6158
5980
react-dom: '>=16.14.0'
···
6184
6006
vite:
6185
6007
optional: true
6186
6008
6187
-
vite@7.1.11:
6188
-
resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==}
6009
+
vite@7.1.12:
6010
+
resolution: {integrity: sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==}
6189
6011
engines: {node: ^20.19.0 || >=22.12.0}
6190
6012
hasBin: true
6191
6013
peerDependencies:
···
6227
6049
w3c-keyname@2.2.8:
6228
6050
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
6229
6051
6230
-
wagmi@2.17.5:
6231
-
resolution: {integrity: sha512-Sk2e40gfo68gbJ6lHkpIwCMkH76rO0+toCPjf3PzdQX37rZo9042DdNTYcSg3zhnx8abFJtrk/5vAWfR8APTDw==}
6052
+
wagmi@2.18.2:
6053
+
resolution: {integrity: sha512-9jFip+0ZfjMBxT72m02MZD2+VmQQ/UmqZhHl+98N9HEqXLn765fIu45QPV85DAnQqIHD81gvY3vTvfWt16A5yQ==}
6232
6054
peerDependencies:
6233
6055
'@tanstack/react-query': '>=5.0.0'
6234
6056
react: '>=18'
···
6346
6168
yallist@3.1.1:
6347
6169
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
6348
6170
6349
-
yallist@5.0.0:
6350
-
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
6351
-
engines: {node: '>=18'}
6352
-
6353
6171
yaml@2.8.1:
6354
6172
resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==}
6355
6173
engines: {node: '>= 14.6'}
···
6388
6206
zod@3.22.4:
6389
6207
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
6390
6208
6391
-
zod@3.25.75:
6392
-
resolution: {integrity: sha512-OhpzAmVzabPOL6C3A3gpAifqr9MqihV/Msx3gor2b2kviCgcb+HM9SEOpMWwwNp9MRunWnhtAKUoo0AHhjyPPg==}
6209
+
zod@3.25.76:
6210
+
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
6393
6211
6394
-
zod@4.1.11:
6395
-
resolution: {integrity: sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==}
6212
+
zod@4.1.12:
6213
+
resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==}
6396
6214
6397
6215
zustand@4.5.7:
6398
6216
resolution: {integrity: sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==}
···
6472
6290
6473
6291
'@adraffy/ens-normalize@1.11.1': {}
6474
6292
6475
-
'@apollo/client@3.14.0(@types/react@19.1.15)(graphql-ws@6.0.6(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)))(graphql@16.11.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
6476
-
dependencies:
6477
-
'@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0)
6478
-
'@wry/caches': 1.0.1
6479
-
'@wry/equality': 0.5.7
6480
-
'@wry/trie': 0.5.0
6481
-
graphql: 16.11.0
6482
-
graphql-tag: 2.12.6(graphql@16.11.0)
6483
-
hoist-non-react-statics: 3.3.2
6484
-
optimism: 0.18.1
6485
-
prop-types: 15.8.1
6486
-
rehackt: 0.1.0(@types/react@19.1.15)(react@19.1.1)
6487
-
symbol-observable: 4.0.0
6488
-
ts-invariant: 0.10.3
6489
-
tslib: 2.8.1
6490
-
zen-observable-ts: 1.2.5
6491
-
optionalDependencies:
6492
-
graphql-ws: 6.0.6(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))
6493
-
react: 19.1.1
6494
-
react-dom: 19.1.1(react@19.1.1)
6495
-
transitivePeerDependencies:
6496
-
- '@types/react'
6497
-
6498
-
'@apollo/client@3.14.0(@types/react@19.1.15)(graphql-ws@6.0.6(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)))(graphql@16.11.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
6293
+
'@apollo/client@3.11.10(@types/react@19.2.2)(graphql@16.11.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
6499
6294
dependencies:
6500
6295
'@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0)
6501
6296
'@wry/caches': 1.0.1
···
6506
6301
hoist-non-react-statics: 3.3.2
6507
6302
optimism: 0.18.1
6508
6303
prop-types: 15.8.1
6509
-
rehackt: 0.1.0(@types/react@19.1.15)(react@19.1.1)
6304
+
rehackt: 0.1.0(@types/react@19.2.2)(react@19.2.0)
6305
+
response-iterator: 0.2.25
6510
6306
symbol-observable: 4.0.0
6511
6307
ts-invariant: 0.10.3
6512
6308
tslib: 2.8.1
6513
6309
zen-observable-ts: 1.2.5
6514
6310
optionalDependencies:
6515
-
graphql-ws: 6.0.6(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))
6516
-
react: 19.1.1
6517
-
react-dom: 19.1.1(react@19.1.1)
6311
+
react: 19.2.0
6312
+
react-dom: 19.2.0(react@19.2.0)
6518
6313
transitivePeerDependencies:
6519
6314
- '@types/react'
6520
6315
···
6565
6360
'@ariatype/aria-attributes': 1.0.2
6566
6361
'@ariatype/aria-roles': 1.0.2
6567
6362
'@preact/signals-core': 1.12.1
6568
-
'@zag-js/dom-query': 1.24.2
6363
+
'@zag-js/dom-query': 1.26.3
6569
6364
just-kebab-case: 4.2.0
6570
6365
just-map-values: 3.2.0
6571
6366
server-dom-shim: 1.0.2
···
6591
6386
'@aria-ui/core': 0.0.22
6592
6387
'@floating-ui/dom': 1.7.4
6593
6388
'@floating-ui/utils': 0.2.10
6594
-
'@zag-js/dom-query': 1.24.2
6389
+
'@zag-js/dom-query': 1.26.3
6595
6390
6596
6391
'@aria-ui/popover@0.0.28':
6597
6392
dependencies:
6598
6393
'@aria-ui/core': 0.0.22
6599
6394
'@aria-ui/overlay': 0.0.25
6600
6395
'@aria-ui/presence': 0.0.20
6601
-
'@zag-js/dismissable': 1.24.2
6602
-
'@zag-js/dom-query': 1.24.2
6396
+
'@zag-js/dismissable': 1.26.3
6397
+
'@zag-js/dom-query': 1.26.3
6603
6398
6604
6399
'@aria-ui/presence@0.0.20':
6605
6400
dependencies:
6606
6401
'@aria-ui/core': 0.0.22
6607
-
'@zag-js/dom-query': 1.24.2
6402
+
'@zag-js/dom-query': 1.26.3
6608
6403
6609
6404
'@aria-ui/tooltip@0.0.30':
6610
6405
dependencies:
···
6670
6465
'@aws-crypto/crc32@5.2.0':
6671
6466
dependencies:
6672
6467
'@aws-crypto/util': 5.2.0
6673
-
'@aws-sdk/types': 3.893.0
6468
+
'@aws-sdk/types': 3.914.0
6674
6469
tslib: 2.8.1
6675
6470
6676
6471
'@aws-crypto/crc32c@5.2.0':
6677
6472
dependencies:
6678
6473
'@aws-crypto/util': 5.2.0
6679
-
'@aws-sdk/types': 3.893.0
6474
+
'@aws-sdk/types': 3.914.0
6680
6475
tslib: 2.8.1
6681
6476
6682
6477
'@aws-crypto/sha1-browser@5.2.0':
6683
6478
dependencies:
6684
6479
'@aws-crypto/supports-web-crypto': 5.2.0
6685
6480
'@aws-crypto/util': 5.2.0
6686
-
'@aws-sdk/types': 3.893.0
6481
+
'@aws-sdk/types': 3.914.0
6687
6482
'@aws-sdk/util-locate-window': 3.893.0
6688
6483
'@smithy/util-utf8': 2.3.0
6689
6484
tslib: 2.8.1
···
6693
6488
'@aws-crypto/sha256-js': 5.2.0
6694
6489
'@aws-crypto/supports-web-crypto': 5.2.0
6695
6490
'@aws-crypto/util': 5.2.0
6696
-
'@aws-sdk/types': 3.893.0
6491
+
'@aws-sdk/types': 3.914.0
6697
6492
'@aws-sdk/util-locate-window': 3.893.0
6698
6493
'@smithy/util-utf8': 2.3.0
6699
6494
tslib: 2.8.1
···
6701
6496
'@aws-crypto/sha256-js@5.2.0':
6702
6497
dependencies:
6703
6498
'@aws-crypto/util': 5.2.0
6704
-
'@aws-sdk/types': 3.893.0
6499
+
'@aws-sdk/types': 3.914.0
6705
6500
tslib: 2.8.1
6706
6501
6707
6502
'@aws-crypto/supports-web-crypto@5.2.0':
···
6710
6505
6711
6506
'@aws-crypto/util@5.2.0':
6712
6507
dependencies:
6713
-
'@aws-sdk/types': 3.893.0
6508
+
'@aws-sdk/types': 3.914.0
6714
6509
'@smithy/util-utf8': 2.3.0
6715
6510
tslib: 2.8.1
6716
6511
6717
-
'@aws-sdk/client-s3@3.896.0':
6512
+
'@aws-sdk/client-s3@3.914.0':
6718
6513
dependencies:
6719
6514
'@aws-crypto/sha1-browser': 5.2.0
6720
6515
'@aws-crypto/sha256-browser': 5.2.0
6721
6516
'@aws-crypto/sha256-js': 5.2.0
6722
-
'@aws-sdk/core': 3.896.0
6723
-
'@aws-sdk/credential-provider-node': 3.896.0
6724
-
'@aws-sdk/middleware-bucket-endpoint': 3.893.0
6725
-
'@aws-sdk/middleware-expect-continue': 3.893.0
6726
-
'@aws-sdk/middleware-flexible-checksums': 3.896.0
6727
-
'@aws-sdk/middleware-host-header': 3.893.0
6728
-
'@aws-sdk/middleware-location-constraint': 3.893.0
6729
-
'@aws-sdk/middleware-logger': 3.893.0
6730
-
'@aws-sdk/middleware-recursion-detection': 3.893.0
6731
-
'@aws-sdk/middleware-sdk-s3': 3.896.0
6732
-
'@aws-sdk/middleware-ssec': 3.893.0
6733
-
'@aws-sdk/middleware-user-agent': 3.896.0
6734
-
'@aws-sdk/region-config-resolver': 3.893.0
6735
-
'@aws-sdk/signature-v4-multi-region': 3.896.0
6736
-
'@aws-sdk/types': 3.893.0
6737
-
'@aws-sdk/util-endpoints': 3.895.0
6738
-
'@aws-sdk/util-user-agent-browser': 3.893.0
6739
-
'@aws-sdk/util-user-agent-node': 3.896.0
6740
-
'@aws-sdk/xml-builder': 3.894.0
6741
-
'@smithy/config-resolver': 4.2.2
6742
-
'@smithy/core': 3.13.0
6743
-
'@smithy/eventstream-serde-browser': 4.1.1
6744
-
'@smithy/eventstream-serde-config-resolver': 4.2.1
6745
-
'@smithy/eventstream-serde-node': 4.1.1
6746
-
'@smithy/fetch-http-handler': 5.2.1
6747
-
'@smithy/hash-blob-browser': 4.1.1
6748
-
'@smithy/hash-node': 4.1.1
6749
-
'@smithy/hash-stream-node': 4.1.1
6750
-
'@smithy/invalid-dependency': 4.1.1
6751
-
'@smithy/md5-js': 4.1.1
6752
-
'@smithy/middleware-content-length': 4.1.1
6753
-
'@smithy/middleware-endpoint': 4.2.5
6754
-
'@smithy/middleware-retry': 4.3.1
6755
-
'@smithy/middleware-serde': 4.1.1
6756
-
'@smithy/middleware-stack': 4.1.1
6757
-
'@smithy/node-config-provider': 4.2.2
6758
-
'@smithy/node-http-handler': 4.2.1
6759
-
'@smithy/protocol-http': 5.2.1
6760
-
'@smithy/smithy-client': 4.6.5
6761
-
'@smithy/types': 4.5.0
6762
-
'@smithy/url-parser': 4.1.1
6763
-
'@smithy/util-base64': 4.1.0
6764
-
'@smithy/util-body-length-browser': 4.1.0
6765
-
'@smithy/util-body-length-node': 4.1.0
6766
-
'@smithy/util-defaults-mode-browser': 4.1.5
6767
-
'@smithy/util-defaults-mode-node': 4.1.5
6768
-
'@smithy/util-endpoints': 3.1.2
6769
-
'@smithy/util-middleware': 4.1.1
6770
-
'@smithy/util-retry': 4.1.2
6771
-
'@smithy/util-stream': 4.3.2
6772
-
'@smithy/util-utf8': 4.1.0
6773
-
'@smithy/util-waiter': 4.1.1
6774
-
'@smithy/uuid': 1.0.0
6517
+
'@aws-sdk/core': 3.914.0
6518
+
'@aws-sdk/credential-provider-node': 3.914.0
6519
+
'@aws-sdk/middleware-bucket-endpoint': 3.914.0
6520
+
'@aws-sdk/middleware-expect-continue': 3.914.0
6521
+
'@aws-sdk/middleware-flexible-checksums': 3.914.0
6522
+
'@aws-sdk/middleware-host-header': 3.914.0
6523
+
'@aws-sdk/middleware-location-constraint': 3.914.0
6524
+
'@aws-sdk/middleware-logger': 3.914.0
6525
+
'@aws-sdk/middleware-recursion-detection': 3.914.0
6526
+
'@aws-sdk/middleware-sdk-s3': 3.914.0
6527
+
'@aws-sdk/middleware-ssec': 3.914.0
6528
+
'@aws-sdk/middleware-user-agent': 3.914.0
6529
+
'@aws-sdk/region-config-resolver': 3.914.0
6530
+
'@aws-sdk/signature-v4-multi-region': 3.914.0
6531
+
'@aws-sdk/types': 3.914.0
6532
+
'@aws-sdk/util-endpoints': 3.914.0
6533
+
'@aws-sdk/util-user-agent-browser': 3.914.0
6534
+
'@aws-sdk/util-user-agent-node': 3.914.0
6535
+
'@aws-sdk/xml-builder': 3.914.0
6536
+
'@smithy/config-resolver': 4.4.0
6537
+
'@smithy/core': 3.17.1
6538
+
'@smithy/eventstream-serde-browser': 4.2.3
6539
+
'@smithy/eventstream-serde-config-resolver': 4.3.3
6540
+
'@smithy/eventstream-serde-node': 4.2.3
6541
+
'@smithy/fetch-http-handler': 5.3.4
6542
+
'@smithy/hash-blob-browser': 4.2.4
6543
+
'@smithy/hash-node': 4.2.3
6544
+
'@smithy/hash-stream-node': 4.2.3
6545
+
'@smithy/invalid-dependency': 4.2.3
6546
+
'@smithy/md5-js': 4.2.3
6547
+
'@smithy/middleware-content-length': 4.2.3
6548
+
'@smithy/middleware-endpoint': 4.3.5
6549
+
'@smithy/middleware-retry': 4.4.5
6550
+
'@smithy/middleware-serde': 4.2.3
6551
+
'@smithy/middleware-stack': 4.2.3
6552
+
'@smithy/node-config-provider': 4.3.3
6553
+
'@smithy/node-http-handler': 4.4.3
6554
+
'@smithy/protocol-http': 5.3.3
6555
+
'@smithy/smithy-client': 4.9.1
6556
+
'@smithy/types': 4.8.0
6557
+
'@smithy/url-parser': 4.2.3
6558
+
'@smithy/util-base64': 4.3.0
6559
+
'@smithy/util-body-length-browser': 4.2.0
6560
+
'@smithy/util-body-length-node': 4.2.1
6561
+
'@smithy/util-defaults-mode-browser': 4.3.4
6562
+
'@smithy/util-defaults-mode-node': 4.2.6
6563
+
'@smithy/util-endpoints': 3.2.3
6564
+
'@smithy/util-middleware': 4.2.3
6565
+
'@smithy/util-retry': 4.2.3
6566
+
'@smithy/util-stream': 4.5.4
6567
+
'@smithy/util-utf8': 4.2.0
6568
+
'@smithy/util-waiter': 4.2.3
6569
+
'@smithy/uuid': 1.1.0
6775
6570
tslib: 2.8.1
6776
6571
transitivePeerDependencies:
6777
6572
- aws-crt
6778
6573
6779
-
'@aws-sdk/client-sso@3.896.0':
6574
+
'@aws-sdk/client-sso@3.914.0':
6780
6575
dependencies:
6781
6576
'@aws-crypto/sha256-browser': 5.2.0
6782
6577
'@aws-crypto/sha256-js': 5.2.0
6783
-
'@aws-sdk/core': 3.896.0
6784
-
'@aws-sdk/middleware-host-header': 3.893.0
6785
-
'@aws-sdk/middleware-logger': 3.893.0
6786
-
'@aws-sdk/middleware-recursion-detection': 3.893.0
6787
-
'@aws-sdk/middleware-user-agent': 3.896.0
6788
-
'@aws-sdk/region-config-resolver': 3.893.0
6789
-
'@aws-sdk/types': 3.893.0
6790
-
'@aws-sdk/util-endpoints': 3.895.0
6791
-
'@aws-sdk/util-user-agent-browser': 3.893.0
6792
-
'@aws-sdk/util-user-agent-node': 3.896.0
6793
-
'@smithy/config-resolver': 4.2.2
6794
-
'@smithy/core': 3.13.0
6795
-
'@smithy/fetch-http-handler': 5.2.1
6796
-
'@smithy/hash-node': 4.1.1
6797
-
'@smithy/invalid-dependency': 4.1.1
6798
-
'@smithy/middleware-content-length': 4.1.1
6799
-
'@smithy/middleware-endpoint': 4.2.5
6800
-
'@smithy/middleware-retry': 4.3.1
6801
-
'@smithy/middleware-serde': 4.1.1
6802
-
'@smithy/middleware-stack': 4.1.1
6803
-
'@smithy/node-config-provider': 4.2.2
6804
-
'@smithy/node-http-handler': 4.2.1
6805
-
'@smithy/protocol-http': 5.2.1
6806
-
'@smithy/smithy-client': 4.6.5
6807
-
'@smithy/types': 4.5.0
6808
-
'@smithy/url-parser': 4.1.1
6809
-
'@smithy/util-base64': 4.1.0
6810
-
'@smithy/util-body-length-browser': 4.1.0
6811
-
'@smithy/util-body-length-node': 4.1.0
6812
-
'@smithy/util-defaults-mode-browser': 4.1.5
6813
-
'@smithy/util-defaults-mode-node': 4.1.5
6814
-
'@smithy/util-endpoints': 3.1.2
6815
-
'@smithy/util-middleware': 4.1.1
6816
-
'@smithy/util-retry': 4.1.2
6817
-
'@smithy/util-utf8': 4.1.0
6578
+
'@aws-sdk/core': 3.914.0
6579
+
'@aws-sdk/middleware-host-header': 3.914.0
6580
+
'@aws-sdk/middleware-logger': 3.914.0
6581
+
'@aws-sdk/middleware-recursion-detection': 3.914.0
6582
+
'@aws-sdk/middleware-user-agent': 3.914.0
6583
+
'@aws-sdk/region-config-resolver': 3.914.0
6584
+
'@aws-sdk/types': 3.914.0
6585
+
'@aws-sdk/util-endpoints': 3.914.0
6586
+
'@aws-sdk/util-user-agent-browser': 3.914.0
6587
+
'@aws-sdk/util-user-agent-node': 3.914.0
6588
+
'@smithy/config-resolver': 4.4.0
6589
+
'@smithy/core': 3.17.1
6590
+
'@smithy/fetch-http-handler': 5.3.4
6591
+
'@smithy/hash-node': 4.2.3
6592
+
'@smithy/invalid-dependency': 4.2.3
6593
+
'@smithy/middleware-content-length': 4.2.3
6594
+
'@smithy/middleware-endpoint': 4.3.5
6595
+
'@smithy/middleware-retry': 4.4.5
6596
+
'@smithy/middleware-serde': 4.2.3
6597
+
'@smithy/middleware-stack': 4.2.3
6598
+
'@smithy/node-config-provider': 4.3.3
6599
+
'@smithy/node-http-handler': 4.4.3
6600
+
'@smithy/protocol-http': 5.3.3
6601
+
'@smithy/smithy-client': 4.9.1
6602
+
'@smithy/types': 4.8.0
6603
+
'@smithy/url-parser': 4.2.3
6604
+
'@smithy/util-base64': 4.3.0
6605
+
'@smithy/util-body-length-browser': 4.2.0
6606
+
'@smithy/util-body-length-node': 4.2.1
6607
+
'@smithy/util-defaults-mode-browser': 4.3.4
6608
+
'@smithy/util-defaults-mode-node': 4.2.6
6609
+
'@smithy/util-endpoints': 3.2.3
6610
+
'@smithy/util-middleware': 4.2.3
6611
+
'@smithy/util-retry': 4.2.3
6612
+
'@smithy/util-utf8': 4.2.0
6818
6613
tslib: 2.8.1
6819
6614
transitivePeerDependencies:
6820
6615
- aws-crt
6821
6616
6822
-
'@aws-sdk/client-sts@3.896.0':
6617
+
'@aws-sdk/client-sts@3.914.0':
6823
6618
dependencies:
6824
6619
'@aws-crypto/sha256-browser': 5.2.0
6825
6620
'@aws-crypto/sha256-js': 5.2.0
6826
-
'@aws-sdk/core': 3.896.0
6827
-
'@aws-sdk/credential-provider-node': 3.896.0
6828
-
'@aws-sdk/middleware-host-header': 3.893.0
6829
-
'@aws-sdk/middleware-logger': 3.893.0
6830
-
'@aws-sdk/middleware-recursion-detection': 3.893.0
6831
-
'@aws-sdk/middleware-user-agent': 3.896.0
6832
-
'@aws-sdk/region-config-resolver': 3.893.0
6833
-
'@aws-sdk/types': 3.893.0
6834
-
'@aws-sdk/util-endpoints': 3.895.0
6835
-
'@aws-sdk/util-user-agent-browser': 3.893.0
6836
-
'@aws-sdk/util-user-agent-node': 3.896.0
6837
-
'@smithy/config-resolver': 4.2.2
6838
-
'@smithy/core': 3.13.0
6839
-
'@smithy/fetch-http-handler': 5.2.1
6840
-
'@smithy/hash-node': 4.1.1
6841
-
'@smithy/invalid-dependency': 4.1.1
6842
-
'@smithy/middleware-content-length': 4.1.1
6843
-
'@smithy/middleware-endpoint': 4.2.5
6844
-
'@smithy/middleware-retry': 4.3.1
6845
-
'@smithy/middleware-serde': 4.1.1
6846
-
'@smithy/middleware-stack': 4.1.1
6847
-
'@smithy/node-config-provider': 4.2.2
6848
-
'@smithy/node-http-handler': 4.2.1
6849
-
'@smithy/protocol-http': 5.2.1
6850
-
'@smithy/smithy-client': 4.6.5
6851
-
'@smithy/types': 4.5.0
6852
-
'@smithy/url-parser': 4.1.1
6853
-
'@smithy/util-base64': 4.1.0
6854
-
'@smithy/util-body-length-browser': 4.1.0
6855
-
'@smithy/util-body-length-node': 4.1.0
6856
-
'@smithy/util-defaults-mode-browser': 4.1.5
6857
-
'@smithy/util-defaults-mode-node': 4.1.5
6858
-
'@smithy/util-endpoints': 3.1.2
6859
-
'@smithy/util-middleware': 4.1.1
6860
-
'@smithy/util-retry': 4.1.2
6861
-
'@smithy/util-utf8': 4.1.0
6621
+
'@aws-sdk/core': 3.914.0
6622
+
'@aws-sdk/credential-provider-node': 3.914.0
6623
+
'@aws-sdk/middleware-host-header': 3.914.0
6624
+
'@aws-sdk/middleware-logger': 3.914.0
6625
+
'@aws-sdk/middleware-recursion-detection': 3.914.0
6626
+
'@aws-sdk/middleware-user-agent': 3.914.0
6627
+
'@aws-sdk/region-config-resolver': 3.914.0
6628
+
'@aws-sdk/types': 3.914.0
6629
+
'@aws-sdk/util-endpoints': 3.914.0
6630
+
'@aws-sdk/util-user-agent-browser': 3.914.0
6631
+
'@aws-sdk/util-user-agent-node': 3.914.0
6632
+
'@smithy/config-resolver': 4.4.0
6633
+
'@smithy/core': 3.17.1
6634
+
'@smithy/fetch-http-handler': 5.3.4
6635
+
'@smithy/hash-node': 4.2.3
6636
+
'@smithy/invalid-dependency': 4.2.3
6637
+
'@smithy/middleware-content-length': 4.2.3
6638
+
'@smithy/middleware-endpoint': 4.3.5
6639
+
'@smithy/middleware-retry': 4.4.5
6640
+
'@smithy/middleware-serde': 4.2.3
6641
+
'@smithy/middleware-stack': 4.2.3
6642
+
'@smithy/node-config-provider': 4.3.3
6643
+
'@smithy/node-http-handler': 4.4.3
6644
+
'@smithy/protocol-http': 5.3.3
6645
+
'@smithy/smithy-client': 4.9.1
6646
+
'@smithy/types': 4.8.0
6647
+
'@smithy/url-parser': 4.2.3
6648
+
'@smithy/util-base64': 4.3.0
6649
+
'@smithy/util-body-length-browser': 4.2.0
6650
+
'@smithy/util-body-length-node': 4.2.1
6651
+
'@smithy/util-defaults-mode-browser': 4.3.4
6652
+
'@smithy/util-defaults-mode-node': 4.2.6
6653
+
'@smithy/util-endpoints': 3.2.3
6654
+
'@smithy/util-middleware': 4.2.3
6655
+
'@smithy/util-retry': 4.2.3
6656
+
'@smithy/util-utf8': 4.2.0
6862
6657
tslib: 2.8.1
6863
6658
transitivePeerDependencies:
6864
6659
- aws-crt
6865
6660
6866
-
'@aws-sdk/core@3.896.0':
6661
+
'@aws-sdk/core@3.914.0':
6867
6662
dependencies:
6868
-
'@aws-sdk/types': 3.893.0
6869
-
'@aws-sdk/xml-builder': 3.894.0
6870
-
'@smithy/core': 3.13.0
6871
-
'@smithy/node-config-provider': 4.2.2
6872
-
'@smithy/property-provider': 4.1.1
6873
-
'@smithy/protocol-http': 5.2.1
6874
-
'@smithy/signature-v4': 5.2.1
6875
-
'@smithy/smithy-client': 4.6.5
6876
-
'@smithy/types': 4.5.0
6877
-
'@smithy/util-base64': 4.1.0
6878
-
'@smithy/util-middleware': 4.1.1
6879
-
'@smithy/util-utf8': 4.1.0
6663
+
'@aws-sdk/types': 3.914.0
6664
+
'@aws-sdk/xml-builder': 3.914.0
6665
+
'@smithy/core': 3.17.1
6666
+
'@smithy/node-config-provider': 4.3.3
6667
+
'@smithy/property-provider': 4.2.3
6668
+
'@smithy/protocol-http': 5.3.3
6669
+
'@smithy/signature-v4': 5.3.3
6670
+
'@smithy/smithy-client': 4.9.1
6671
+
'@smithy/types': 4.8.0
6672
+
'@smithy/util-base64': 4.3.0
6673
+
'@smithy/util-middleware': 4.2.3
6674
+
'@smithy/util-utf8': 4.2.0
6880
6675
tslib: 2.8.1
6881
6676
6882
-
'@aws-sdk/credential-provider-env@3.896.0':
6677
+
'@aws-sdk/credential-provider-env@3.914.0':
6883
6678
dependencies:
6884
-
'@aws-sdk/core': 3.896.0
6885
-
'@aws-sdk/types': 3.893.0
6886
-
'@smithy/property-provider': 4.1.1
6887
-
'@smithy/types': 4.5.0
6679
+
'@aws-sdk/core': 3.914.0
6680
+
'@aws-sdk/types': 3.914.0
6681
+
'@smithy/property-provider': 4.2.3
6682
+
'@smithy/types': 4.8.0
6888
6683
tslib: 2.8.1
6889
6684
6890
-
'@aws-sdk/credential-provider-http@3.896.0':
6685
+
'@aws-sdk/credential-provider-http@3.914.0':
6891
6686
dependencies:
6892
-
'@aws-sdk/core': 3.896.0
6893
-
'@aws-sdk/types': 3.893.0
6894
-
'@smithy/fetch-http-handler': 5.2.1
6895
-
'@smithy/node-http-handler': 4.2.1
6896
-
'@smithy/property-provider': 4.1.1
6897
-
'@smithy/protocol-http': 5.2.1
6898
-
'@smithy/smithy-client': 4.6.5
6899
-
'@smithy/types': 4.5.0
6900
-
'@smithy/util-stream': 4.3.2
6687
+
'@aws-sdk/core': 3.914.0
6688
+
'@aws-sdk/types': 3.914.0
6689
+
'@smithy/fetch-http-handler': 5.3.4
6690
+
'@smithy/node-http-handler': 4.4.3
6691
+
'@smithy/property-provider': 4.2.3
6692
+
'@smithy/protocol-http': 5.3.3
6693
+
'@smithy/smithy-client': 4.9.1
6694
+
'@smithy/types': 4.8.0
6695
+
'@smithy/util-stream': 4.5.4
6901
6696
tslib: 2.8.1
6902
6697
6903
-
'@aws-sdk/credential-provider-ini@3.896.0':
6698
+
'@aws-sdk/credential-provider-ini@3.914.0':
6904
6699
dependencies:
6905
-
'@aws-sdk/core': 3.896.0
6906
-
'@aws-sdk/credential-provider-env': 3.896.0
6907
-
'@aws-sdk/credential-provider-http': 3.896.0
6908
-
'@aws-sdk/credential-provider-process': 3.896.0
6909
-
'@aws-sdk/credential-provider-sso': 3.896.0
6910
-
'@aws-sdk/credential-provider-web-identity': 3.896.0
6911
-
'@aws-sdk/nested-clients': 3.896.0
6912
-
'@aws-sdk/types': 3.893.0
6913
-
'@smithy/credential-provider-imds': 4.1.2
6914
-
'@smithy/property-provider': 4.1.1
6915
-
'@smithy/shared-ini-file-loader': 4.2.0
6916
-
'@smithy/types': 4.5.0
6700
+
'@aws-sdk/core': 3.914.0
6701
+
'@aws-sdk/credential-provider-env': 3.914.0
6702
+
'@aws-sdk/credential-provider-http': 3.914.0
6703
+
'@aws-sdk/credential-provider-process': 3.914.0
6704
+
'@aws-sdk/credential-provider-sso': 3.914.0
6705
+
'@aws-sdk/credential-provider-web-identity': 3.914.0
6706
+
'@aws-sdk/nested-clients': 3.914.0
6707
+
'@aws-sdk/types': 3.914.0
6708
+
'@smithy/credential-provider-imds': 4.2.3
6709
+
'@smithy/property-provider': 4.2.3
6710
+
'@smithy/shared-ini-file-loader': 4.3.3
6711
+
'@smithy/types': 4.8.0
6917
6712
tslib: 2.8.1
6918
6713
transitivePeerDependencies:
6919
6714
- aws-crt
6920
6715
6921
-
'@aws-sdk/credential-provider-node@3.896.0':
6716
+
'@aws-sdk/credential-provider-node@3.914.0':
6922
6717
dependencies:
6923
-
'@aws-sdk/credential-provider-env': 3.896.0
6924
-
'@aws-sdk/credential-provider-http': 3.896.0
6925
-
'@aws-sdk/credential-provider-ini': 3.896.0
6926
-
'@aws-sdk/credential-provider-process': 3.896.0
6927
-
'@aws-sdk/credential-provider-sso': 3.896.0
6928
-
'@aws-sdk/credential-provider-web-identity': 3.896.0
6929
-
'@aws-sdk/types': 3.893.0
6930
-
'@smithy/credential-provider-imds': 4.1.2
6931
-
'@smithy/property-provider': 4.1.1
6932
-
'@smithy/shared-ini-file-loader': 4.2.0
6933
-
'@smithy/types': 4.5.0
6718
+
'@aws-sdk/credential-provider-env': 3.914.0
6719
+
'@aws-sdk/credential-provider-http': 3.914.0
6720
+
'@aws-sdk/credential-provider-ini': 3.914.0
6721
+
'@aws-sdk/credential-provider-process': 3.914.0
6722
+
'@aws-sdk/credential-provider-sso': 3.914.0
6723
+
'@aws-sdk/credential-provider-web-identity': 3.914.0
6724
+
'@aws-sdk/types': 3.914.0
6725
+
'@smithy/credential-provider-imds': 4.2.3
6726
+
'@smithy/property-provider': 4.2.3
6727
+
'@smithy/shared-ini-file-loader': 4.3.3
6728
+
'@smithy/types': 4.8.0
6934
6729
tslib: 2.8.1
6935
6730
transitivePeerDependencies:
6936
6731
- aws-crt
6937
6732
6938
-
'@aws-sdk/credential-provider-process@3.896.0':
6733
+
'@aws-sdk/credential-provider-process@3.914.0':
6939
6734
dependencies:
6940
-
'@aws-sdk/core': 3.896.0
6941
-
'@aws-sdk/types': 3.893.0
6942
-
'@smithy/property-provider': 4.1.1
6943
-
'@smithy/shared-ini-file-loader': 4.2.0
6944
-
'@smithy/types': 4.5.0
6735
+
'@aws-sdk/core': 3.914.0
6736
+
'@aws-sdk/types': 3.914.0
6737
+
'@smithy/property-provider': 4.2.3
6738
+
'@smithy/shared-ini-file-loader': 4.3.3
6739
+
'@smithy/types': 4.8.0
6945
6740
tslib: 2.8.1
6946
6741
6947
-
'@aws-sdk/credential-provider-sso@3.896.0':
6742
+
'@aws-sdk/credential-provider-sso@3.914.0':
6948
6743
dependencies:
6949
-
'@aws-sdk/client-sso': 3.896.0
6950
-
'@aws-sdk/core': 3.896.0
6951
-
'@aws-sdk/token-providers': 3.896.0
6952
-
'@aws-sdk/types': 3.893.0
6953
-
'@smithy/property-provider': 4.1.1
6954
-
'@smithy/shared-ini-file-loader': 4.2.0
6955
-
'@smithy/types': 4.5.0
6744
+
'@aws-sdk/client-sso': 3.914.0
6745
+
'@aws-sdk/core': 3.914.0
6746
+
'@aws-sdk/token-providers': 3.914.0
6747
+
'@aws-sdk/types': 3.914.0
6748
+
'@smithy/property-provider': 4.2.3
6749
+
'@smithy/shared-ini-file-loader': 4.3.3
6750
+
'@smithy/types': 4.8.0
6956
6751
tslib: 2.8.1
6957
6752
transitivePeerDependencies:
6958
6753
- aws-crt
6959
6754
6960
-
'@aws-sdk/credential-provider-web-identity@3.896.0':
6755
+
'@aws-sdk/credential-provider-web-identity@3.914.0':
6961
6756
dependencies:
6962
-
'@aws-sdk/core': 3.896.0
6963
-
'@aws-sdk/nested-clients': 3.896.0
6964
-
'@aws-sdk/types': 3.893.0
6965
-
'@smithy/property-provider': 4.1.1
6966
-
'@smithy/shared-ini-file-loader': 4.2.0
6967
-
'@smithy/types': 4.5.0
6757
+
'@aws-sdk/core': 3.914.0
6758
+
'@aws-sdk/nested-clients': 3.914.0
6759
+
'@aws-sdk/types': 3.914.0
6760
+
'@smithy/property-provider': 4.2.3
6761
+
'@smithy/shared-ini-file-loader': 4.3.3
6762
+
'@smithy/types': 4.8.0
6968
6763
tslib: 2.8.1
6969
6764
transitivePeerDependencies:
6970
6765
- aws-crt
6971
6766
6972
-
'@aws-sdk/lib-storage@3.896.0(@aws-sdk/client-s3@3.896.0)':
6767
+
'@aws-sdk/lib-storage@3.914.0(@aws-sdk/client-s3@3.914.0)':
6973
6768
dependencies:
6974
-
'@aws-sdk/client-s3': 3.896.0
6975
-
'@smithy/abort-controller': 4.1.1
6976
-
'@smithy/middleware-endpoint': 4.2.5
6977
-
'@smithy/smithy-client': 4.6.5
6769
+
'@aws-sdk/client-s3': 3.914.0
6770
+
'@smithy/abort-controller': 4.2.3
6771
+
'@smithy/middleware-endpoint': 4.3.5
6772
+
'@smithy/smithy-client': 4.9.1
6978
6773
buffer: 5.6.0
6979
6774
events: 3.3.0
6980
6775
stream-browserify: 3.0.0
6981
6776
tslib: 2.8.1
6982
6777
6983
-
'@aws-sdk/middleware-bucket-endpoint@3.893.0':
6778
+
'@aws-sdk/middleware-bucket-endpoint@3.914.0':
6984
6779
dependencies:
6985
-
'@aws-sdk/types': 3.893.0
6780
+
'@aws-sdk/types': 3.914.0
6986
6781
'@aws-sdk/util-arn-parser': 3.893.0
6987
-
'@smithy/node-config-provider': 4.2.2
6988
-
'@smithy/protocol-http': 5.2.1
6989
-
'@smithy/types': 4.5.0
6990
-
'@smithy/util-config-provider': 4.1.0
6782
+
'@smithy/node-config-provider': 4.3.3
6783
+
'@smithy/protocol-http': 5.3.3
6784
+
'@smithy/types': 4.8.0
6785
+
'@smithy/util-config-provider': 4.2.0
6991
6786
tslib: 2.8.1
6992
6787
6993
-
'@aws-sdk/middleware-expect-continue@3.893.0':
6788
+
'@aws-sdk/middleware-expect-continue@3.914.0':
6994
6789
dependencies:
6995
-
'@aws-sdk/types': 3.893.0
6996
-
'@smithy/protocol-http': 5.2.1
6997
-
'@smithy/types': 4.5.0
6790
+
'@aws-sdk/types': 3.914.0
6791
+
'@smithy/protocol-http': 5.3.3
6792
+
'@smithy/types': 4.8.0
6998
6793
tslib: 2.8.1
6999
6794
7000
-
'@aws-sdk/middleware-flexible-checksums@3.896.0':
6795
+
'@aws-sdk/middleware-flexible-checksums@3.914.0':
7001
6796
dependencies:
7002
6797
'@aws-crypto/crc32': 5.2.0
7003
6798
'@aws-crypto/crc32c': 5.2.0
7004
6799
'@aws-crypto/util': 5.2.0
7005
-
'@aws-sdk/core': 3.896.0
7006
-
'@aws-sdk/types': 3.893.0
7007
-
'@smithy/is-array-buffer': 4.1.0
7008
-
'@smithy/node-config-provider': 4.2.2
7009
-
'@smithy/protocol-http': 5.2.1
7010
-
'@smithy/types': 4.5.0
7011
-
'@smithy/util-middleware': 4.1.1
7012
-
'@smithy/util-stream': 4.3.2
7013
-
'@smithy/util-utf8': 4.1.0
6800
+
'@aws-sdk/core': 3.914.0
6801
+
'@aws-sdk/types': 3.914.0
6802
+
'@smithy/is-array-buffer': 4.2.0
6803
+
'@smithy/node-config-provider': 4.3.3
6804
+
'@smithy/protocol-http': 5.3.3
6805
+
'@smithy/types': 4.8.0
6806
+
'@smithy/util-middleware': 4.2.3
6807
+
'@smithy/util-stream': 4.5.4
6808
+
'@smithy/util-utf8': 4.2.0
7014
6809
tslib: 2.8.1
7015
6810
7016
-
'@aws-sdk/middleware-host-header@3.893.0':
6811
+
'@aws-sdk/middleware-host-header@3.914.0':
7017
6812
dependencies:
7018
-
'@aws-sdk/types': 3.893.0
7019
-
'@smithy/protocol-http': 5.2.1
7020
-
'@smithy/types': 4.5.0
6813
+
'@aws-sdk/types': 3.914.0
6814
+
'@smithy/protocol-http': 5.3.3
6815
+
'@smithy/types': 4.8.0
7021
6816
tslib: 2.8.1
7022
6817
7023
-
'@aws-sdk/middleware-location-constraint@3.893.0':
6818
+
'@aws-sdk/middleware-location-constraint@3.914.0':
7024
6819
dependencies:
7025
-
'@aws-sdk/types': 3.893.0
7026
-
'@smithy/types': 4.5.0
6820
+
'@aws-sdk/types': 3.914.0
6821
+
'@smithy/types': 4.8.0
7027
6822
tslib: 2.8.1
7028
6823
7029
-
'@aws-sdk/middleware-logger@3.893.0':
6824
+
'@aws-sdk/middleware-logger@3.914.0':
7030
6825
dependencies:
7031
-
'@aws-sdk/types': 3.893.0
7032
-
'@smithy/types': 4.5.0
6826
+
'@aws-sdk/types': 3.914.0
6827
+
'@smithy/types': 4.8.0
7033
6828
tslib: 2.8.1
7034
6829
7035
-
'@aws-sdk/middleware-recursion-detection@3.893.0':
6830
+
'@aws-sdk/middleware-recursion-detection@3.914.0':
7036
6831
dependencies:
7037
-
'@aws-sdk/types': 3.893.0
6832
+
'@aws-sdk/types': 3.914.0
7038
6833
'@aws/lambda-invoke-store': 0.0.1
7039
-
'@smithy/protocol-http': 5.2.1
7040
-
'@smithy/types': 4.5.0
6834
+
'@smithy/protocol-http': 5.3.3
6835
+
'@smithy/types': 4.8.0
7041
6836
tslib: 2.8.1
7042
6837
7043
-
'@aws-sdk/middleware-sdk-s3@3.896.0':
6838
+
'@aws-sdk/middleware-sdk-s3@3.914.0':
7044
6839
dependencies:
7045
-
'@aws-sdk/core': 3.896.0
7046
-
'@aws-sdk/types': 3.893.0
6840
+
'@aws-sdk/core': 3.914.0
6841
+
'@aws-sdk/types': 3.914.0
7047
6842
'@aws-sdk/util-arn-parser': 3.893.0
7048
-
'@smithy/core': 3.13.0
7049
-
'@smithy/node-config-provider': 4.2.2
7050
-
'@smithy/protocol-http': 5.2.1
7051
-
'@smithy/signature-v4': 5.2.1
7052
-
'@smithy/smithy-client': 4.6.5
7053
-
'@smithy/types': 4.5.0
7054
-
'@smithy/util-config-provider': 4.1.0
7055
-
'@smithy/util-middleware': 4.1.1
7056
-
'@smithy/util-stream': 4.3.2
7057
-
'@smithy/util-utf8': 4.1.0
6843
+
'@smithy/core': 3.17.1
6844
+
'@smithy/node-config-provider': 4.3.3
6845
+
'@smithy/protocol-http': 5.3.3
6846
+
'@smithy/signature-v4': 5.3.3
6847
+
'@smithy/smithy-client': 4.9.1
6848
+
'@smithy/types': 4.8.0
6849
+
'@smithy/util-config-provider': 4.2.0
6850
+
'@smithy/util-middleware': 4.2.3
6851
+
'@smithy/util-stream': 4.5.4
6852
+
'@smithy/util-utf8': 4.2.0
7058
6853
tslib: 2.8.1
7059
6854
7060
-
'@aws-sdk/middleware-ssec@3.893.0':
6855
+
'@aws-sdk/middleware-ssec@3.914.0':
7061
6856
dependencies:
7062
-
'@aws-sdk/types': 3.893.0
7063
-
'@smithy/types': 4.5.0
6857
+
'@aws-sdk/types': 3.914.0
6858
+
'@smithy/types': 4.8.0
7064
6859
tslib: 2.8.1
7065
6860
7066
-
'@aws-sdk/middleware-user-agent@3.896.0':
6861
+
'@aws-sdk/middleware-user-agent@3.914.0':
7067
6862
dependencies:
7068
-
'@aws-sdk/core': 3.896.0
7069
-
'@aws-sdk/types': 3.893.0
7070
-
'@aws-sdk/util-endpoints': 3.895.0
7071
-
'@smithy/core': 3.13.0
7072
-
'@smithy/protocol-http': 5.2.1
7073
-
'@smithy/types': 4.5.0
6863
+
'@aws-sdk/core': 3.914.0
6864
+
'@aws-sdk/types': 3.914.0
6865
+
'@aws-sdk/util-endpoints': 3.914.0
6866
+
'@smithy/core': 3.17.1
6867
+
'@smithy/protocol-http': 5.3.3
6868
+
'@smithy/types': 4.8.0
7074
6869
tslib: 2.8.1
7075
6870
7076
-
'@aws-sdk/nested-clients@3.896.0':
6871
+
'@aws-sdk/nested-clients@3.914.0':
7077
6872
dependencies:
7078
6873
'@aws-crypto/sha256-browser': 5.2.0
7079
6874
'@aws-crypto/sha256-js': 5.2.0
7080
-
'@aws-sdk/core': 3.896.0
7081
-
'@aws-sdk/middleware-host-header': 3.893.0
7082
-
'@aws-sdk/middleware-logger': 3.893.0
7083
-
'@aws-sdk/middleware-recursion-detection': 3.893.0
7084
-
'@aws-sdk/middleware-user-agent': 3.896.0
7085
-
'@aws-sdk/region-config-resolver': 3.893.0
7086
-
'@aws-sdk/types': 3.893.0
7087
-
'@aws-sdk/util-endpoints': 3.895.0
7088
-
'@aws-sdk/util-user-agent-browser': 3.893.0
7089
-
'@aws-sdk/util-user-agent-node': 3.896.0
7090
-
'@smithy/config-resolver': 4.2.2
7091
-
'@smithy/core': 3.13.0
7092
-
'@smithy/fetch-http-handler': 5.2.1
7093
-
'@smithy/hash-node': 4.1.1
7094
-
'@smithy/invalid-dependency': 4.1.1
7095
-
'@smithy/middleware-content-length': 4.1.1
7096
-
'@smithy/middleware-endpoint': 4.2.5
7097
-
'@smithy/middleware-retry': 4.3.1
7098
-
'@smithy/middleware-serde': 4.1.1
7099
-
'@smithy/middleware-stack': 4.1.1
7100
-
'@smithy/node-config-provider': 4.2.2
7101
-
'@smithy/node-http-handler': 4.2.1
7102
-
'@smithy/protocol-http': 5.2.1
7103
-
'@smithy/smithy-client': 4.6.5
7104
-
'@smithy/types': 4.5.0
7105
-
'@smithy/url-parser': 4.1.1
7106
-
'@smithy/util-base64': 4.1.0
7107
-
'@smithy/util-body-length-browser': 4.1.0
7108
-
'@smithy/util-body-length-node': 4.1.0
7109
-
'@smithy/util-defaults-mode-browser': 4.1.5
7110
-
'@smithy/util-defaults-mode-node': 4.1.5
7111
-
'@smithy/util-endpoints': 3.1.2
7112
-
'@smithy/util-middleware': 4.1.1
7113
-
'@smithy/util-retry': 4.1.2
7114
-
'@smithy/util-utf8': 4.1.0
6875
+
'@aws-sdk/core': 3.914.0
6876
+
'@aws-sdk/middleware-host-header': 3.914.0
6877
+
'@aws-sdk/middleware-logger': 3.914.0
6878
+
'@aws-sdk/middleware-recursion-detection': 3.914.0
6879
+
'@aws-sdk/middleware-user-agent': 3.914.0
6880
+
'@aws-sdk/region-config-resolver': 3.914.0
6881
+
'@aws-sdk/types': 3.914.0
6882
+
'@aws-sdk/util-endpoints': 3.914.0
6883
+
'@aws-sdk/util-user-agent-browser': 3.914.0
6884
+
'@aws-sdk/util-user-agent-node': 3.914.0
6885
+
'@smithy/config-resolver': 4.4.0
6886
+
'@smithy/core': 3.17.1
6887
+
'@smithy/fetch-http-handler': 5.3.4
6888
+
'@smithy/hash-node': 4.2.3
6889
+
'@smithy/invalid-dependency': 4.2.3
6890
+
'@smithy/middleware-content-length': 4.2.3
6891
+
'@smithy/middleware-endpoint': 4.3.5
6892
+
'@smithy/middleware-retry': 4.4.5
6893
+
'@smithy/middleware-serde': 4.2.3
6894
+
'@smithy/middleware-stack': 4.2.3
6895
+
'@smithy/node-config-provider': 4.3.3
6896
+
'@smithy/node-http-handler': 4.4.3
6897
+
'@smithy/protocol-http': 5.3.3
6898
+
'@smithy/smithy-client': 4.9.1
6899
+
'@smithy/types': 4.8.0
6900
+
'@smithy/url-parser': 4.2.3
6901
+
'@smithy/util-base64': 4.3.0
6902
+
'@smithy/util-body-length-browser': 4.2.0
6903
+
'@smithy/util-body-length-node': 4.2.1
6904
+
'@smithy/util-defaults-mode-browser': 4.3.4
6905
+
'@smithy/util-defaults-mode-node': 4.2.6
6906
+
'@smithy/util-endpoints': 3.2.3
6907
+
'@smithy/util-middleware': 4.2.3
6908
+
'@smithy/util-retry': 4.2.3
6909
+
'@smithy/util-utf8': 4.2.0
7115
6910
tslib: 2.8.1
7116
6911
transitivePeerDependencies:
7117
6912
- aws-crt
7118
6913
7119
-
'@aws-sdk/region-config-resolver@3.893.0':
6914
+
'@aws-sdk/region-config-resolver@3.914.0':
7120
6915
dependencies:
7121
-
'@aws-sdk/types': 3.893.0
7122
-
'@smithy/node-config-provider': 4.2.2
7123
-
'@smithy/types': 4.5.0
7124
-
'@smithy/util-config-provider': 4.1.0
7125
-
'@smithy/util-middleware': 4.1.1
6916
+
'@aws-sdk/types': 3.914.0
6917
+
'@smithy/config-resolver': 4.4.0
6918
+
'@smithy/types': 4.8.0
7126
6919
tslib: 2.8.1
7127
6920
7128
-
'@aws-sdk/signature-v4-multi-region@3.896.0':
6921
+
'@aws-sdk/signature-v4-multi-region@3.914.0':
7129
6922
dependencies:
7130
-
'@aws-sdk/middleware-sdk-s3': 3.896.0
7131
-
'@aws-sdk/types': 3.893.0
7132
-
'@smithy/protocol-http': 5.2.1
7133
-
'@smithy/signature-v4': 5.2.1
7134
-
'@smithy/types': 4.5.0
6923
+
'@aws-sdk/middleware-sdk-s3': 3.914.0
6924
+
'@aws-sdk/types': 3.914.0
6925
+
'@smithy/protocol-http': 5.3.3
6926
+
'@smithy/signature-v4': 5.3.3
6927
+
'@smithy/types': 4.8.0
7135
6928
tslib: 2.8.1
7136
6929
7137
-
'@aws-sdk/token-providers@3.896.0':
6930
+
'@aws-sdk/token-providers@3.914.0':
7138
6931
dependencies:
7139
-
'@aws-sdk/core': 3.896.0
7140
-
'@aws-sdk/nested-clients': 3.896.0
7141
-
'@aws-sdk/types': 3.893.0
7142
-
'@smithy/property-provider': 4.1.1
7143
-
'@smithy/shared-ini-file-loader': 4.2.0
7144
-
'@smithy/types': 4.5.0
6932
+
'@aws-sdk/core': 3.914.0
6933
+
'@aws-sdk/nested-clients': 3.914.0
6934
+
'@aws-sdk/types': 3.914.0
6935
+
'@smithy/property-provider': 4.2.3
6936
+
'@smithy/shared-ini-file-loader': 4.3.3
6937
+
'@smithy/types': 4.8.0
7145
6938
tslib: 2.8.1
7146
6939
transitivePeerDependencies:
7147
6940
- aws-crt
7148
6941
7149
-
'@aws-sdk/types@3.893.0':
6942
+
'@aws-sdk/types@3.914.0':
7150
6943
dependencies:
7151
-
'@smithy/types': 4.5.0
6944
+
'@smithy/types': 4.8.0
7152
6945
tslib: 2.8.1
7153
6946
7154
6947
'@aws-sdk/util-arn-parser@3.893.0':
7155
6948
dependencies:
7156
6949
tslib: 2.8.1
7157
6950
7158
-
'@aws-sdk/util-endpoints@3.895.0':
6951
+
'@aws-sdk/util-endpoints@3.914.0':
7159
6952
dependencies:
7160
-
'@aws-sdk/types': 3.893.0
7161
-
'@smithy/types': 4.5.0
7162
-
'@smithy/url-parser': 4.1.1
7163
-
'@smithy/util-endpoints': 3.1.2
6953
+
'@aws-sdk/types': 3.914.0
6954
+
'@smithy/types': 4.8.0
6955
+
'@smithy/url-parser': 4.2.3
6956
+
'@smithy/util-endpoints': 3.2.3
7164
6957
tslib: 2.8.1
7165
6958
7166
6959
'@aws-sdk/util-locate-window@3.893.0':
7167
6960
dependencies:
7168
6961
tslib: 2.8.1
7169
6962
7170
-
'@aws-sdk/util-user-agent-browser@3.893.0':
6963
+
'@aws-sdk/util-user-agent-browser@3.914.0':
7171
6964
dependencies:
7172
-
'@aws-sdk/types': 3.893.0
7173
-
'@smithy/types': 4.5.0
6965
+
'@aws-sdk/types': 3.914.0
6966
+
'@smithy/types': 4.8.0
7174
6967
bowser: 2.12.1
7175
6968
tslib: 2.8.1
7176
6969
7177
-
'@aws-sdk/util-user-agent-node@3.896.0':
6970
+
'@aws-sdk/util-user-agent-node@3.914.0':
7178
6971
dependencies:
7179
-
'@aws-sdk/middleware-user-agent': 3.896.0
7180
-
'@aws-sdk/types': 3.893.0
7181
-
'@smithy/node-config-provider': 4.2.2
7182
-
'@smithy/types': 4.5.0
6972
+
'@aws-sdk/middleware-user-agent': 3.914.0
6973
+
'@aws-sdk/types': 3.914.0
6974
+
'@smithy/node-config-provider': 4.3.3
6975
+
'@smithy/types': 4.8.0
7183
6976
tslib: 2.8.1
7184
6977
7185
-
'@aws-sdk/xml-builder@3.894.0':
6978
+
'@aws-sdk/xml-builder@3.914.0':
7186
6979
dependencies:
7187
-
'@smithy/types': 4.5.0
6980
+
'@smithy/types': 4.8.0
7188
6981
fast-xml-parser: 5.2.5
7189
6982
tslib: 2.8.1
7190
6983
···
7234
7027
dependencies:
7235
7028
'@babel/compat-data': 7.28.4
7236
7029
'@babel/helper-validator-option': 7.27.1
7237
-
browserslist: 4.26.2
7030
+
browserslist: 4.27.0
7238
7031
lru-cache: 5.1.1
7239
7032
semver: 6.3.1
7240
7033
···
7524
7317
'@babel/helper-string-parser': 7.27.1
7525
7318
'@babel/helper-validator-identifier': 7.27.1
7526
7319
7527
-
'@base-org/account@1.1.1(@types/react@19.1.15)(bufferutil@4.0.9)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@4.1.11)':
7320
+
'@base-org/account@1.1.1(@types/react@19.2.2)(bufferutil@4.0.9)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(utf-8-validate@5.0.10)(zod@3.25.76)':
7528
7321
dependencies:
7529
7322
'@noble/hashes': 1.4.0
7530
7323
clsx: 1.2.1
7531
7324
eventemitter3: 5.0.1
7532
7325
idb-keyval: 6.2.1
7533
-
ox: 0.9.6(typescript@5.9.2)(zod@4.1.11)
7326
+
ox: 0.9.6(typescript@5.9.3)(zod@3.25.76)
7534
7327
preact: 10.24.2
7535
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
7536
-
zustand: 5.0.3(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(use-sync-external-store@1.4.0(react@19.1.1))
7328
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
7329
+
zustand: 5.0.3(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.4.0(react@19.2.0))
7537
7330
transitivePeerDependencies:
7538
7331
- '@types/react'
7539
7332
- bufferutil
···
7544
7337
- utf-8-validate
7545
7338
- zod
7546
7339
7547
-
'@biomejs/biome@2.2.6':
7340
+
'@biomejs/biome@2.2.7':
7548
7341
optionalDependencies:
7549
-
'@biomejs/cli-darwin-arm64': 2.2.6
7550
-
'@biomejs/cli-darwin-x64': 2.2.6
7551
-
'@biomejs/cli-linux-arm64': 2.2.6
7552
-
'@biomejs/cli-linux-arm64-musl': 2.2.6
7553
-
'@biomejs/cli-linux-x64': 2.2.6
7554
-
'@biomejs/cli-linux-x64-musl': 2.2.6
7555
-
'@biomejs/cli-win32-arm64': 2.2.6
7556
-
'@biomejs/cli-win32-x64': 2.2.6
7342
+
'@biomejs/cli-darwin-arm64': 2.2.7
7343
+
'@biomejs/cli-darwin-x64': 2.2.7
7344
+
'@biomejs/cli-linux-arm64': 2.2.7
7345
+
'@biomejs/cli-linux-arm64-musl': 2.2.7
7346
+
'@biomejs/cli-linux-x64': 2.2.7
7347
+
'@biomejs/cli-linux-x64-musl': 2.2.7
7348
+
'@biomejs/cli-win32-arm64': 2.2.7
7349
+
'@biomejs/cli-win32-x64': 2.2.7
7557
7350
7558
-
'@biomejs/cli-darwin-arm64@2.2.6':
7351
+
'@biomejs/cli-darwin-arm64@2.2.7':
7559
7352
optional: true
7560
7353
7561
-
'@biomejs/cli-darwin-x64@2.2.6':
7354
+
'@biomejs/cli-darwin-x64@2.2.7':
7562
7355
optional: true
7563
7356
7564
-
'@biomejs/cli-linux-arm64-musl@2.2.6':
7357
+
'@biomejs/cli-linux-arm64-musl@2.2.7':
7565
7358
optional: true
7566
7359
7567
-
'@biomejs/cli-linux-arm64@2.2.6':
7360
+
'@biomejs/cli-linux-arm64@2.2.7':
7568
7361
optional: true
7569
7362
7570
-
'@biomejs/cli-linux-x64-musl@2.2.6':
7363
+
'@biomejs/cli-linux-x64-musl@2.2.7':
7571
7364
optional: true
7572
7365
7573
-
'@biomejs/cli-linux-x64@2.2.6':
7366
+
'@biomejs/cli-linux-x64@2.2.7':
7574
7367
optional: true
7575
7368
7576
-
'@biomejs/cli-win32-arm64@2.2.6':
7369
+
'@biomejs/cli-win32-arm64@2.2.7':
7577
7370
optional: true
7578
7371
7579
-
'@biomejs/cli-win32-x64@2.2.6':
7372
+
'@biomejs/cli-win32-x64@2.2.7':
7580
7373
optional: true
7581
7374
7582
7375
'@coinbase/wallet-sdk@3.9.3':
···
7593
7386
transitivePeerDependencies:
7594
7387
- supports-color
7595
7388
7596
-
'@coinbase/wallet-sdk@4.3.6(@types/react@19.1.15)(bufferutil@4.0.9)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@4.1.11)':
7389
+
'@coinbase/wallet-sdk@4.3.6(@types/react@19.2.2)(bufferutil@4.0.9)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(utf-8-validate@5.0.10)(zod@3.25.76)':
7597
7390
dependencies:
7598
7391
'@noble/hashes': 1.4.0
7599
7392
clsx: 1.2.1
7600
7393
eventemitter3: 5.0.1
7601
7394
idb-keyval: 6.2.1
7602
-
ox: 0.9.6(typescript@5.9.2)(zod@4.1.11)
7395
+
ox: 0.9.6(typescript@5.9.3)(zod@3.25.76)
7603
7396
preact: 10.24.2
7604
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
7605
-
zustand: 5.0.3(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(use-sync-external-store@1.4.0(react@19.1.1))
7397
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
7398
+
zustand: 5.0.3(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.4.0(react@19.2.0))
7606
7399
transitivePeerDependencies:
7607
7400
- '@types/react'
7608
7401
- bufferutil
···
7633
7426
dependencies:
7634
7427
'@whatwg-node/promise-helpers': 1.3.2
7635
7428
tslib: 2.8.1
7636
-
7637
-
'@esbuild/aix-ppc64@0.25.10':
7638
-
optional: true
7639
7429
7640
7430
'@esbuild/aix-ppc64@0.25.11':
7641
7431
optional: true
7642
7432
7643
-
'@esbuild/android-arm64@0.25.10':
7644
-
optional: true
7645
-
7646
7433
'@esbuild/android-arm64@0.25.11':
7647
7434
optional: true
7648
7435
7649
-
'@esbuild/android-arm@0.25.10':
7650
-
optional: true
7651
-
7652
7436
'@esbuild/android-arm@0.25.11':
7653
7437
optional: true
7654
7438
7655
-
'@esbuild/android-x64@0.25.10':
7656
-
optional: true
7657
-
7658
7439
'@esbuild/android-x64@0.25.11':
7659
7440
optional: true
7660
7441
7661
-
'@esbuild/darwin-arm64@0.25.10':
7662
-
optional: true
7663
-
7664
7442
'@esbuild/darwin-arm64@0.25.11':
7665
7443
optional: true
7666
7444
7667
-
'@esbuild/darwin-x64@0.25.10':
7668
-
optional: true
7669
-
7670
7445
'@esbuild/darwin-x64@0.25.11':
7671
7446
optional: true
7672
7447
7673
-
'@esbuild/freebsd-arm64@0.25.10':
7674
-
optional: true
7675
-
7676
7448
'@esbuild/freebsd-arm64@0.25.11':
7677
-
optional: true
7678
-
7679
-
'@esbuild/freebsd-x64@0.25.10':
7680
7449
optional: true
7681
7450
7682
7451
'@esbuild/freebsd-x64@0.25.11':
7683
7452
optional: true
7684
7453
7685
-
'@esbuild/linux-arm64@0.25.10':
7686
-
optional: true
7687
-
7688
7454
'@esbuild/linux-arm64@0.25.11':
7689
7455
optional: true
7690
7456
7691
-
'@esbuild/linux-arm@0.25.10':
7692
-
optional: true
7693
-
7694
7457
'@esbuild/linux-arm@0.25.11':
7695
7458
optional: true
7696
7459
7697
-
'@esbuild/linux-ia32@0.25.10':
7698
-
optional: true
7699
-
7700
7460
'@esbuild/linux-ia32@0.25.11':
7701
7461
optional: true
7702
7462
7703
-
'@esbuild/linux-loong64@0.25.10':
7704
-
optional: true
7705
-
7706
7463
'@esbuild/linux-loong64@0.25.11':
7707
-
optional: true
7708
-
7709
-
'@esbuild/linux-mips64el@0.25.10':
7710
7464
optional: true
7711
7465
7712
7466
'@esbuild/linux-mips64el@0.25.11':
7713
7467
optional: true
7714
7468
7715
-
'@esbuild/linux-ppc64@0.25.10':
7716
-
optional: true
7717
-
7718
7469
'@esbuild/linux-ppc64@0.25.11':
7719
7470
optional: true
7720
7471
7721
-
'@esbuild/linux-riscv64@0.25.10':
7722
-
optional: true
7723
-
7724
7472
'@esbuild/linux-riscv64@0.25.11':
7725
-
optional: true
7726
-
7727
-
'@esbuild/linux-s390x@0.25.10':
7728
7473
optional: true
7729
7474
7730
7475
'@esbuild/linux-s390x@0.25.11':
7731
7476
optional: true
7732
7477
7733
-
'@esbuild/linux-x64@0.25.10':
7734
-
optional: true
7735
-
7736
7478
'@esbuild/linux-x64@0.25.11':
7737
7479
optional: true
7738
7480
7739
-
'@esbuild/netbsd-arm64@0.25.10':
7740
-
optional: true
7741
-
7742
7481
'@esbuild/netbsd-arm64@0.25.11':
7743
-
optional: true
7744
-
7745
-
'@esbuild/netbsd-x64@0.25.10':
7746
7482
optional: true
7747
7483
7748
7484
'@esbuild/netbsd-x64@0.25.11':
7749
7485
optional: true
7750
7486
7751
-
'@esbuild/openbsd-arm64@0.25.10':
7752
-
optional: true
7753
-
7754
7487
'@esbuild/openbsd-arm64@0.25.11':
7755
7488
optional: true
7756
7489
7757
-
'@esbuild/openbsd-x64@0.25.10':
7758
-
optional: true
7759
-
7760
7490
'@esbuild/openbsd-x64@0.25.11':
7761
-
optional: true
7762
-
7763
-
'@esbuild/openharmony-arm64@0.25.10':
7764
7491
optional: true
7765
7492
7766
7493
'@esbuild/openharmony-arm64@0.25.11':
7767
7494
optional: true
7768
7495
7769
-
'@esbuild/sunos-x64@0.25.10':
7770
-
optional: true
7771
-
7772
7496
'@esbuild/sunos-x64@0.25.11':
7773
7497
optional: true
7774
7498
7775
-
'@esbuild/win32-arm64@0.25.10':
7776
-
optional: true
7777
-
7778
7499
'@esbuild/win32-arm64@0.25.11':
7779
7500
optional: true
7780
7501
7781
-
'@esbuild/win32-ia32@0.25.10':
7782
-
optional: true
7783
-
7784
7502
'@esbuild/win32-ia32@0.25.11':
7785
-
optional: true
7786
-
7787
-
'@esbuild/win32-x64@0.25.10':
7788
7503
optional: true
7789
7504
7790
7505
'@esbuild/win32-x64@0.25.11':
···
7821
7536
'@floating-ui/core': 1.7.3
7822
7537
'@floating-ui/utils': 0.2.10
7823
7538
7824
-
'@floating-ui/react-dom@2.1.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
7539
+
'@floating-ui/react-dom@2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
7825
7540
dependencies:
7826
7541
'@floating-ui/dom': 1.7.4
7827
-
react: 19.1.1
7828
-
react-dom: 19.1.1(react@19.1.1)
7542
+
react: 19.2.0
7543
+
react-dom: 19.2.0(react@19.2.0)
7829
7544
7830
-
'@floating-ui/react@0.26.28(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
7545
+
'@floating-ui/react@0.26.28(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
7831
7546
dependencies:
7832
-
'@floating-ui/react-dom': 2.1.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
7547
+
'@floating-ui/react-dom': 2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
7833
7548
'@floating-ui/utils': 0.2.10
7834
-
react: 19.1.1
7835
-
react-dom: 19.1.1(react@19.1.1)
7836
-
tabbable: 6.2.0
7549
+
react: 19.2.0
7550
+
react-dom: 19.2.0(react@19.2.0)
7551
+
tabbable: 6.3.0
7837
7552
7838
7553
'@floating-ui/utils@0.2.10': {}
7839
7554
7840
-
'@gemini-wallet/core@0.2.0(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))':
7555
+
'@gemini-wallet/core@0.2.0(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))':
7841
7556
dependencies:
7842
7557
'@metamask/rpc-errors': 7.0.2
7843
7558
eventemitter3: 5.0.1
7844
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
7559
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
7845
7560
transitivePeerDependencies:
7846
7561
- supports-color
7847
7562
···
7851
7566
graphql: 16.11.0
7852
7567
tslib: 2.6.3
7853
7568
7854
-
'@graphql-codegen/cli@6.0.0(@types/node@24.5.2)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(typescript@5.9.2)(utf-8-validate@5.0.10)':
7569
+
'@graphql-codegen/cli@6.0.1(@types/node@24.9.1)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(typescript@5.9.3)(utf-8-validate@5.0.10)':
7855
7570
dependencies:
7856
7571
'@babel/generator': 7.28.3
7857
7572
'@babel/template': 7.27.2
7858
7573
'@babel/types': 7.28.4
7859
-
'@graphql-codegen/client-preset': 5.0.1(graphql@16.11.0)
7574
+
'@graphql-codegen/client-preset': 5.1.0(graphql@16.11.0)
7860
7575
'@graphql-codegen/core': 5.0.0(graphql@16.11.0)
7861
7576
'@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.11.0)
7862
7577
'@graphql-tools/apollo-engine-loader': 8.0.22(graphql@16.11.0)
7863
7578
'@graphql-tools/code-file-loader': 8.1.22(graphql@16.11.0)
7864
7579
'@graphql-tools/git-loader': 8.0.26(graphql@16.11.0)
7865
-
'@graphql-tools/github-loader': 8.0.22(@types/node@24.5.2)(graphql@16.11.0)
7580
+
'@graphql-tools/github-loader': 8.0.22(@types/node@24.9.1)(graphql@16.11.0)
7866
7581
'@graphql-tools/graphql-file-loader': 8.1.2(graphql@16.11.0)
7867
7582
'@graphql-tools/json-file-loader': 8.0.20(graphql@16.11.0)
7868
7583
'@graphql-tools/load': 8.1.2(graphql@16.11.0)
7869
-
'@graphql-tools/url-loader': 8.0.33(@types/node@24.5.2)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(utf-8-validate@5.0.10)
7584
+
'@graphql-tools/url-loader': 8.0.33(@types/node@24.9.1)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(utf-8-validate@5.0.10)
7870
7585
'@graphql-tools/utils': 10.9.1(graphql@16.11.0)
7871
-
'@inquirer/prompts': 7.8.6(@types/node@24.5.2)
7586
+
'@inquirer/prompts': 7.9.0(@types/node@24.9.1)
7872
7587
'@whatwg-node/fetch': 0.10.11
7873
7588
chalk: 4.1.2
7874
-
cosmiconfig: 9.0.0(typescript@5.9.2)
7589
+
cosmiconfig: 9.0.0(typescript@5.9.3)
7875
7590
debounce: 2.2.0
7876
7591
detect-indent: 6.1.0
7877
7592
graphql: 16.11.0
7878
-
graphql-config: 5.1.5(@types/node@24.5.2)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(typescript@5.9.2)(utf-8-validate@5.0.10)
7593
+
graphql-config: 5.1.5(@types/node@24.9.1)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(typescript@5.9.3)(utf-8-validate@5.0.10)
7879
7594
is-glob: 4.0.3
7880
-
jiti: 2.6.0
7595
+
jiti: 2.6.1
7881
7596
json-to-pretty-yaml: 1.2.2
7882
-
listr2: 9.0.4
7597
+
listr2: 9.0.5
7883
7598
log-symbols: 4.1.0
7884
7599
micromatch: 4.0.8
7885
7600
shell-quote: 1.8.3
···
7901
7616
- uWebSockets.js
7902
7617
- utf-8-validate
7903
7618
7904
-
'@graphql-codegen/client-preset@5.0.1(graphql@16.11.0)':
7619
+
'@graphql-codegen/client-preset@5.1.0(graphql@16.11.0)':
7905
7620
dependencies:
7906
7621
'@babel/helper-plugin-utils': 7.27.1
7907
7622
'@babel/template': 7.27.2
7908
7623
'@graphql-codegen/add': 6.0.0(graphql@16.11.0)
7909
-
'@graphql-codegen/gql-tag-operations': 5.0.0(graphql@16.11.0)
7624
+
'@graphql-codegen/gql-tag-operations': 5.0.2(graphql@16.11.0)
7910
7625
'@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.11.0)
7911
-
'@graphql-codegen/typed-document-node': 6.0.0(graphql@16.11.0)
7912
-
'@graphql-codegen/typescript': 5.0.0(graphql@16.11.0)
7913
-
'@graphql-codegen/typescript-operations': 5.0.0(graphql@16.11.0)
7914
-
'@graphql-codegen/visitor-plugin-common': 6.0.0(graphql@16.11.0)
7626
+
'@graphql-codegen/typed-document-node': 6.0.2(graphql@16.11.0)
7627
+
'@graphql-codegen/typescript': 5.0.2(graphql@16.11.0)
7628
+
'@graphql-codegen/typescript-operations': 5.0.2(graphql@16.11.0)
7629
+
'@graphql-codegen/visitor-plugin-common': 6.1.0(graphql@16.11.0)
7915
7630
'@graphql-tools/documents': 1.0.1(graphql@16.11.0)
7916
7631
'@graphql-tools/utils': 10.9.1(graphql@16.11.0)
7917
7632
'@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0)
···
7934
7649
graphql: 16.11.0
7935
7650
tslib: 2.6.3
7936
7651
7937
-
'@graphql-codegen/gql-tag-operations@5.0.0(graphql@16.11.0)':
7652
+
'@graphql-codegen/gql-tag-operations@5.0.2(graphql@16.11.0)':
7938
7653
dependencies:
7939
7654
'@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.11.0)
7940
-
'@graphql-codegen/visitor-plugin-common': 6.0.0(graphql@16.11.0)
7655
+
'@graphql-codegen/visitor-plugin-common': 6.1.0(graphql@16.11.0)
7941
7656
'@graphql-tools/utils': 10.9.1(graphql@16.11.0)
7942
7657
auto-bind: 4.0.0
7943
7658
graphql: 16.11.0
···
7972
7687
graphql: 16.11.0
7973
7688
tslib: 2.6.3
7974
7689
7975
-
'@graphql-codegen/typed-document-node@6.0.0(graphql@16.11.0)':
7690
+
'@graphql-codegen/typed-document-node@6.0.2(graphql@16.11.0)':
7976
7691
dependencies:
7977
7692
'@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.11.0)
7978
-
'@graphql-codegen/visitor-plugin-common': 6.0.0(graphql@16.11.0)
7693
+
'@graphql-codegen/visitor-plugin-common': 6.1.0(graphql@16.11.0)
7979
7694
auto-bind: 4.0.0
7980
7695
change-case-all: 1.0.15
7981
7696
graphql: 16.11.0
···
7983
7698
transitivePeerDependencies:
7984
7699
- encoding
7985
7700
7986
-
'@graphql-codegen/typescript-operations@5.0.0(graphql@16.11.0)':
7701
+
'@graphql-codegen/typescript-operations@5.0.2(graphql@16.11.0)':
7987
7702
dependencies:
7988
7703
'@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.11.0)
7989
-
'@graphql-codegen/typescript': 5.0.0(graphql@16.11.0)
7990
-
'@graphql-codegen/visitor-plugin-common': 6.0.0(graphql@16.11.0)
7704
+
'@graphql-codegen/typescript': 5.0.2(graphql@16.11.0)
7705
+
'@graphql-codegen/visitor-plugin-common': 6.1.0(graphql@16.11.0)
7991
7706
auto-bind: 4.0.0
7992
7707
graphql: 16.11.0
7993
7708
tslib: 2.6.3
···
8006
7721
- encoding
8007
7722
- supports-color
8008
7723
8009
-
'@graphql-codegen/typescript@5.0.0(graphql@16.11.0)':
7724
+
'@graphql-codegen/typescript@5.0.2(graphql@16.11.0)':
8010
7725
dependencies:
8011
7726
'@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.11.0)
8012
7727
'@graphql-codegen/schema-ast': 5.0.0(graphql@16.11.0)
8013
-
'@graphql-codegen/visitor-plugin-common': 6.0.0(graphql@16.11.0)
7728
+
'@graphql-codegen/visitor-plugin-common': 6.1.0(graphql@16.11.0)
8014
7729
auto-bind: 4.0.0
8015
7730
graphql: 16.11.0
8016
7731
tslib: 2.6.3
···
8034
7749
- encoding
8035
7750
- supports-color
8036
7751
8037
-
'@graphql-codegen/visitor-plugin-common@6.0.0(graphql@16.11.0)':
7752
+
'@graphql-codegen/visitor-plugin-common@6.1.0(graphql@16.11.0)':
8038
7753
dependencies:
8039
7754
'@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.11.0)
8040
7755
'@graphql-tools/optimize': 2.0.0(graphql@16.11.0)
···
8127
7842
- uWebSockets.js
8128
7843
- utf-8-validate
8129
7844
8130
-
'@graphql-tools/executor-http@1.3.3(@types/node@24.5.2)(graphql@16.11.0)':
7845
+
'@graphql-tools/executor-http@1.3.3(@types/node@24.9.1)(graphql@16.11.0)':
8131
7846
dependencies:
8132
7847
'@graphql-hive/signal': 1.0.0
8133
7848
'@graphql-tools/executor-common': 0.0.4(graphql@16.11.0)
···
8137
7852
'@whatwg-node/fetch': 0.10.11
8138
7853
'@whatwg-node/promise-helpers': 1.3.2
8139
7854
graphql: 16.11.0
8140
-
meros: 1.3.2(@types/node@24.5.2)
7855
+
meros: 1.3.2(@types/node@24.9.1)
8141
7856
tslib: 2.8.1
8142
7857
transitivePeerDependencies:
8143
7858
- '@types/node'
···
8176
7891
transitivePeerDependencies:
8177
7892
- supports-color
8178
7893
8179
-
'@graphql-tools/github-loader@8.0.22(@types/node@24.5.2)(graphql@16.11.0)':
7894
+
'@graphql-tools/github-loader@8.0.22(@types/node@24.9.1)(graphql@16.11.0)':
8180
7895
dependencies:
8181
-
'@graphql-tools/executor-http': 1.3.3(@types/node@24.5.2)(graphql@16.11.0)
7896
+
'@graphql-tools/executor-http': 1.3.3(@types/node@24.9.1)(graphql@16.11.0)
8182
7897
'@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.11.0)
8183
7898
'@graphql-tools/utils': 10.9.1(graphql@16.11.0)
8184
7899
'@whatwg-node/fetch': 0.10.11
···
8217
7932
'@graphql-tools/import@7.1.2(graphql@16.11.0)':
8218
7933
dependencies:
8219
7934
'@graphql-tools/utils': 10.9.1(graphql@16.11.0)
8220
-
'@theguild/federation-composition': 0.20.1(graphql@16.11.0)
7935
+
'@theguild/federation-composition': 0.20.2(graphql@16.11.0)
8221
7936
graphql: 16.11.0
8222
7937
resolve-from: 5.0.0
8223
7938
tslib: 2.8.1
···
8282
7997
graphql: 16.11.0
8283
7998
tslib: 2.8.1
8284
7999
8285
-
'@graphql-tools/url-loader@8.0.33(@types/node@24.5.2)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(utf-8-validate@5.0.10)':
8000
+
'@graphql-tools/url-loader@8.0.33(@types/node@24.9.1)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(utf-8-validate@5.0.10)':
8286
8001
dependencies:
8287
8002
'@graphql-tools/executor-graphql-ws': 2.0.7(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(utf-8-validate@5.0.10)
8288
-
'@graphql-tools/executor-http': 1.3.3(@types/node@24.5.2)(graphql@16.11.0)
8003
+
'@graphql-tools/executor-http': 1.3.3(@types/node@24.9.1)(graphql@16.11.0)
8289
8004
'@graphql-tools/executor-legacy-ws': 1.1.19(bufferutil@4.0.9)(graphql@16.11.0)(utf-8-validate@5.0.10)
8290
8005
'@graphql-tools/utils': 10.9.1(graphql@16.11.0)
8291
8006
'@graphql-tools/wrap': 10.1.4(graphql@16.11.0)
···
8344
8059
8345
8060
'@guildxyz/types@1.10.50':
8346
8061
dependencies:
8347
-
zod: 3.25.75
8062
+
zod: 3.25.76
8348
8063
8349
-
'@headlessui/react@2.2.9(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8064
+
'@headlessui/react@2.2.9(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
8350
8065
dependencies:
8351
-
'@floating-ui/react': 0.26.28(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8352
-
'@react-aria/focus': 3.21.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8353
-
'@react-aria/interactions': 3.25.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8354
-
'@tanstack/react-virtual': 3.13.12(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8355
-
react: 19.1.1
8356
-
react-dom: 19.1.1(react@19.1.1)
8357
-
use-sync-external-store: 1.5.0(react@19.1.1)
8066
+
'@floating-ui/react': 0.26.28(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8067
+
'@react-aria/focus': 3.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8068
+
'@react-aria/interactions': 3.25.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8069
+
'@tanstack/react-virtual': 3.13.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8070
+
react: 19.2.0
8071
+
react-dom: 19.2.0(react@19.2.0)
8072
+
use-sync-external-store: 1.6.0(react@19.2.0)
8358
8073
8359
-
'@heroicons/react@2.2.0(react@19.1.1)':
8074
+
'@heroicons/react@2.2.0(react@19.2.0)':
8360
8075
dependencies:
8361
-
react: 19.1.1
8076
+
react: 19.2.0
8362
8077
8363
8078
'@hey-api/client-fetch@0.8.4': {}
8364
8079
8365
-
'@hono/node-server@1.19.5(hono@4.9.9)':
8080
+
'@hono/node-server@1.19.5(hono@4.10.2)':
8366
8081
dependencies:
8367
-
hono: 4.9.9
8082
+
hono: 4.10.2
8368
8083
8369
-
'@hono/zod-validator@0.7.3(hono@4.9.9)(zod@4.1.11)':
8084
+
'@hono/zod-validator@0.7.4(hono@4.10.2)(zod@3.25.76)':
8370
8085
dependencies:
8371
-
hono: 4.9.9
8372
-
zod: 4.1.11
8086
+
hono: 4.10.2
8087
+
zod: 3.25.76
8373
8088
8374
-
'@hookform/resolvers@5.2.2(react-hook-form@7.63.0(react@19.1.1))':
8089
+
'@hookform/resolvers@5.2.2(react-hook-form@7.65.0(react@19.2.0))':
8375
8090
dependencies:
8376
8091
'@standard-schema/utils': 0.3.0
8377
-
react-hook-form: 7.63.0(react@19.1.1)
8092
+
react-hook-form: 7.65.0(react@19.2.0)
8378
8093
8379
-
'@inquirer/ansi@1.0.0': {}
8094
+
'@inquirer/ansi@1.0.1': {}
8380
8095
8381
-
'@inquirer/checkbox@4.2.4(@types/node@24.5.2)':
8096
+
'@inquirer/checkbox@4.3.0(@types/node@24.9.1)':
8382
8097
dependencies:
8383
-
'@inquirer/ansi': 1.0.0
8384
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8385
-
'@inquirer/figures': 1.0.13
8386
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8098
+
'@inquirer/ansi': 1.0.1
8099
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8100
+
'@inquirer/figures': 1.0.14
8101
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8387
8102
yoctocolors-cjs: 2.1.3
8388
8103
optionalDependencies:
8389
-
'@types/node': 24.5.2
8104
+
'@types/node': 24.9.1
8390
8105
8391
-
'@inquirer/confirm@5.1.18(@types/node@24.5.2)':
8106
+
'@inquirer/confirm@5.1.19(@types/node@24.9.1)':
8392
8107
dependencies:
8393
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8394
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8108
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8109
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8395
8110
optionalDependencies:
8396
-
'@types/node': 24.5.2
8111
+
'@types/node': 24.9.1
8397
8112
8398
-
'@inquirer/core@10.2.2(@types/node@24.5.2)':
8113
+
'@inquirer/core@10.3.0(@types/node@24.9.1)':
8399
8114
dependencies:
8400
-
'@inquirer/ansi': 1.0.0
8401
-
'@inquirer/figures': 1.0.13
8402
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8115
+
'@inquirer/ansi': 1.0.1
8116
+
'@inquirer/figures': 1.0.14
8117
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8403
8118
cli-width: 4.1.0
8404
8119
mute-stream: 2.0.0
8405
8120
signal-exit: 4.1.0
8406
8121
wrap-ansi: 6.2.0
8407
8122
yoctocolors-cjs: 2.1.3
8408
8123
optionalDependencies:
8409
-
'@types/node': 24.5.2
8124
+
'@types/node': 24.9.1
8410
8125
8411
-
'@inquirer/editor@4.2.20(@types/node@24.5.2)':
8126
+
'@inquirer/editor@4.2.21(@types/node@24.9.1)':
8412
8127
dependencies:
8413
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8414
-
'@inquirer/external-editor': 1.0.2(@types/node@24.5.2)
8415
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8128
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8129
+
'@inquirer/external-editor': 1.0.2(@types/node@24.9.1)
8130
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8416
8131
optionalDependencies:
8417
-
'@types/node': 24.5.2
8132
+
'@types/node': 24.9.1
8418
8133
8419
-
'@inquirer/expand@4.0.20(@types/node@24.5.2)':
8134
+
'@inquirer/expand@4.0.21(@types/node@24.9.1)':
8420
8135
dependencies:
8421
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8422
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8136
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8137
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8423
8138
yoctocolors-cjs: 2.1.3
8424
8139
optionalDependencies:
8425
-
'@types/node': 24.5.2
8140
+
'@types/node': 24.9.1
8426
8141
8427
-
'@inquirer/external-editor@1.0.2(@types/node@24.5.2)':
8142
+
'@inquirer/external-editor@1.0.2(@types/node@24.9.1)':
8428
8143
dependencies:
8429
8144
chardet: 2.1.0
8430
8145
iconv-lite: 0.7.0
8431
8146
optionalDependencies:
8432
-
'@types/node': 24.5.2
8147
+
'@types/node': 24.9.1
8433
8148
8434
-
'@inquirer/figures@1.0.13': {}
8149
+
'@inquirer/figures@1.0.14': {}
8435
8150
8436
-
'@inquirer/input@4.2.4(@types/node@24.5.2)':
8151
+
'@inquirer/input@4.2.5(@types/node@24.9.1)':
8437
8152
dependencies:
8438
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8439
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8153
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8154
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8440
8155
optionalDependencies:
8441
-
'@types/node': 24.5.2
8156
+
'@types/node': 24.9.1
8442
8157
8443
-
'@inquirer/number@3.0.20(@types/node@24.5.2)':
8158
+
'@inquirer/number@3.0.21(@types/node@24.9.1)':
8444
8159
dependencies:
8445
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8446
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8160
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8161
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8447
8162
optionalDependencies:
8448
-
'@types/node': 24.5.2
8163
+
'@types/node': 24.9.1
8449
8164
8450
-
'@inquirer/password@4.0.20(@types/node@24.5.2)':
8165
+
'@inquirer/password@4.0.21(@types/node@24.9.1)':
8451
8166
dependencies:
8452
-
'@inquirer/ansi': 1.0.0
8453
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8454
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8167
+
'@inquirer/ansi': 1.0.1
8168
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8169
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8455
8170
optionalDependencies:
8456
-
'@types/node': 24.5.2
8171
+
'@types/node': 24.9.1
8457
8172
8458
-
'@inquirer/prompts@7.8.6(@types/node@24.5.2)':
8173
+
'@inquirer/prompts@7.9.0(@types/node@24.9.1)':
8459
8174
dependencies:
8460
-
'@inquirer/checkbox': 4.2.4(@types/node@24.5.2)
8461
-
'@inquirer/confirm': 5.1.18(@types/node@24.5.2)
8462
-
'@inquirer/editor': 4.2.20(@types/node@24.5.2)
8463
-
'@inquirer/expand': 4.0.20(@types/node@24.5.2)
8464
-
'@inquirer/input': 4.2.4(@types/node@24.5.2)
8465
-
'@inquirer/number': 3.0.20(@types/node@24.5.2)
8466
-
'@inquirer/password': 4.0.20(@types/node@24.5.2)
8467
-
'@inquirer/rawlist': 4.1.8(@types/node@24.5.2)
8468
-
'@inquirer/search': 3.1.3(@types/node@24.5.2)
8469
-
'@inquirer/select': 4.3.4(@types/node@24.5.2)
8175
+
'@inquirer/checkbox': 4.3.0(@types/node@24.9.1)
8176
+
'@inquirer/confirm': 5.1.19(@types/node@24.9.1)
8177
+
'@inquirer/editor': 4.2.21(@types/node@24.9.1)
8178
+
'@inquirer/expand': 4.0.21(@types/node@24.9.1)
8179
+
'@inquirer/input': 4.2.5(@types/node@24.9.1)
8180
+
'@inquirer/number': 3.0.21(@types/node@24.9.1)
8181
+
'@inquirer/password': 4.0.21(@types/node@24.9.1)
8182
+
'@inquirer/rawlist': 4.1.9(@types/node@24.9.1)
8183
+
'@inquirer/search': 3.2.0(@types/node@24.9.1)
8184
+
'@inquirer/select': 4.4.0(@types/node@24.9.1)
8470
8185
optionalDependencies:
8471
-
'@types/node': 24.5.2
8186
+
'@types/node': 24.9.1
8472
8187
8473
-
'@inquirer/rawlist@4.1.8(@types/node@24.5.2)':
8188
+
'@inquirer/rawlist@4.1.9(@types/node@24.9.1)':
8474
8189
dependencies:
8475
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8476
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8190
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8191
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8477
8192
yoctocolors-cjs: 2.1.3
8478
8193
optionalDependencies:
8479
-
'@types/node': 24.5.2
8194
+
'@types/node': 24.9.1
8480
8195
8481
-
'@inquirer/search@3.1.3(@types/node@24.5.2)':
8196
+
'@inquirer/search@3.2.0(@types/node@24.9.1)':
8482
8197
dependencies:
8483
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8484
-
'@inquirer/figures': 1.0.13
8485
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8198
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8199
+
'@inquirer/figures': 1.0.14
8200
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8486
8201
yoctocolors-cjs: 2.1.3
8487
8202
optionalDependencies:
8488
-
'@types/node': 24.5.2
8203
+
'@types/node': 24.9.1
8489
8204
8490
-
'@inquirer/select@4.3.4(@types/node@24.5.2)':
8205
+
'@inquirer/select@4.4.0(@types/node@24.9.1)':
8491
8206
dependencies:
8492
-
'@inquirer/ansi': 1.0.0
8493
-
'@inquirer/core': 10.2.2(@types/node@24.5.2)
8494
-
'@inquirer/figures': 1.0.13
8495
-
'@inquirer/type': 3.0.8(@types/node@24.5.2)
8207
+
'@inquirer/ansi': 1.0.1
8208
+
'@inquirer/core': 10.3.0(@types/node@24.9.1)
8209
+
'@inquirer/figures': 1.0.14
8210
+
'@inquirer/type': 3.0.9(@types/node@24.9.1)
8496
8211
yoctocolors-cjs: 2.1.3
8497
8212
optionalDependencies:
8498
-
'@types/node': 24.5.2
8213
+
'@types/node': 24.9.1
8499
8214
8500
-
'@inquirer/type@3.0.8(@types/node@24.5.2)':
8215
+
'@inquirer/type@3.0.9(@types/node@24.9.1)':
8501
8216
optionalDependencies:
8502
-
'@types/node': 24.5.2
8217
+
'@types/node': 24.9.1
8503
8218
8504
8219
'@ioredis/commands@1.4.0':
8505
8220
optional: true
8506
8221
8507
-
'@isaacs/fs-minipass@4.0.1':
8508
-
dependencies:
8509
-
minipass: 7.1.2
8510
-
8511
8222
'@jridgewell/gen-mapping@0.3.13':
8512
8223
dependencies:
8513
8224
'@jridgewell/sourcemap-codec': 1.5.5
···
8533
8244
'@jridgewell/resolve-uri': 3.1.2
8534
8245
'@jridgewell/sourcemap-codec': 1.5.5
8535
8246
8536
-
'@lens-chain/sdk@1.0.3(ethers@6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))':
8247
+
'@lens-chain/sdk@1.0.3(ethers@6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))':
8537
8248
optionalDependencies:
8538
8249
ethers: 6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
8539
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
8250
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
8540
8251
8541
-
'@lens-chain/storage-client@1.0.6': {}
8542
-
8543
-
'@lens-protocol/metadata@2.1.0(typescript@5.9.2)(zod@3.25.75)':
8544
-
dependencies:
8545
-
abitype: 1.1.1(typescript@5.9.2)(zod@3.25.75)
8546
-
json-stable-stringify: 1.3.0
8547
-
uuid: 9.0.1
8252
+
'@lens-chain/sdk@1.0.3(ethers@6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@4.1.12))':
8548
8253
optionalDependencies:
8549
-
zod: 3.25.75
8550
-
transitivePeerDependencies:
8551
-
- typescript
8254
+
ethers: 6.15.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
8255
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@4.1.12)
8552
8256
8553
-
'@lens-protocol/metadata@2.1.0(typescript@5.9.2)(zod@4.1.11)':
8257
+
'@lens-chain/storage-client@1.0.6': {}
8258
+
8259
+
'@lens-protocol/metadata@2.1.0(typescript@5.9.3)(zod@3.25.76)':
8554
8260
dependencies:
8555
-
abitype: 1.1.1(typescript@5.9.2)(zod@4.1.11)
8261
+
abitype: 1.1.1(typescript@5.9.3)(zod@3.25.76)
8556
8262
json-stable-stringify: 1.3.0
8557
8263
uuid: 9.0.1
8558
8264
optionalDependencies:
8559
-
zod: 4.1.11
8265
+
zod: 3.25.76
8560
8266
transitivePeerDependencies:
8561
8267
- typescript
8562
8268
···
8566
8272
dependencies:
8567
8273
'@lit-labs/ssr-dom-shim': 1.4.0
8568
8274
8569
-
'@livepeer/core-react@3.2.10(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)':
8275
+
'@livepeer/core-react@3.2.10(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)':
8570
8276
dependencies:
8571
-
'@livepeer/core': 3.3.1(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8572
-
react: 19.1.1
8573
-
zustand: 4.5.7(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8277
+
'@livepeer/core': 3.3.1(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8278
+
react: 19.2.0
8279
+
zustand: 4.5.7(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8574
8280
transitivePeerDependencies:
8575
8281
- '@types/react'
8576
8282
- immer
8577
8283
8578
-
'@livepeer/core-web@5.2.6(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)':
8284
+
'@livepeer/core-web@5.2.6(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)':
8579
8285
dependencies:
8580
-
'@livepeer/core': 3.3.1(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8286
+
'@livepeer/core': 3.3.1(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8581
8287
hls.js: 1.6.13
8582
-
zustand: 4.5.7(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8288
+
zustand: 4.5.7(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8583
8289
transitivePeerDependencies:
8584
8290
- '@types/react'
8585
8291
- immer
8586
8292
- react
8587
8293
8588
-
'@livepeer/core@3.3.1(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)':
8294
+
'@livepeer/core@3.3.1(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)':
8589
8295
dependencies:
8590
8296
multiformats: 13.4.1
8591
8297
nanoid: 5.1.6
8592
-
zustand: 4.5.7(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8298
+
zustand: 4.5.7(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8593
8299
transitivePeerDependencies:
8594
8300
- '@types/react'
8595
8301
- immer
8596
8302
- react
8597
8303
8598
-
'@livepeer/react@4.3.6(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(immer@10.1.3)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8304
+
'@livepeer/react@4.3.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(immer@10.1.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
8599
8305
dependencies:
8600
-
'@livepeer/core': 3.3.1(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8601
-
'@livepeer/core-react': 3.2.10(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8602
-
'@livepeer/core-web': 5.2.6(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8306
+
'@livepeer/core': 3.3.1(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8307
+
'@livepeer/core-react': 3.2.10(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8308
+
'@livepeer/core-web': 5.2.6(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8603
8309
'@radix-ui/primitive': 1.1.3
8604
-
'@radix-ui/react-aspect-ratio': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8605
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
8606
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
8607
-
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8608
-
'@radix-ui/react-popover': 1.1.15(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8609
-
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8610
-
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8611
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8612
-
'@radix-ui/react-select': 2.2.6(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8613
-
'@radix-ui/react-slider': 1.3.6(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8614
-
'@radix-ui/react-slot': 1.2.3(@types/react@19.1.15)(react@19.1.1)
8615
-
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.15)(react@19.1.1)
8616
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
8617
-
react: 19.1.1
8618
-
zustand: 4.5.7(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)
8310
+
'@radix-ui/react-aspect-ratio': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8311
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8312
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8313
+
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8314
+
'@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8315
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8316
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8317
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8318
+
'@radix-ui/react-select': 2.2.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8319
+
'@radix-ui/react-slider': 1.3.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8320
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
8321
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
8322
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
8323
+
react: 19.2.0
8324
+
zustand: 4.5.7(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)
8619
8325
optionalDependencies:
8620
-
react-dom: 19.1.1(react@19.1.1)
8326
+
react-dom: 19.2.0(react@19.2.0)
8621
8327
transitivePeerDependencies:
8622
8328
- '@types/react'
8623
8329
- '@types/react-dom'
···
8691
8397
8692
8398
'@metamask/rpc-errors@7.0.2':
8693
8399
dependencies:
8694
-
'@metamask/utils': 11.8.0
8400
+
'@metamask/utils': 11.8.1
8695
8401
fast-safe-stringify: 2.1.1
8696
8402
transitivePeerDependencies:
8697
8403
- supports-color
···
8704
8410
dependencies:
8705
8411
openapi-fetch: 0.13.8
8706
8412
8707
-
'@metamask/sdk-communication-layer@0.33.1(cross-fetch@4.1.0)(eciesjs@0.4.15)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))':
8413
+
'@metamask/sdk-communication-layer@0.33.1(cross-fetch@4.1.0)(eciesjs@0.4.16)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))':
8708
8414
dependencies:
8709
8415
'@metamask/sdk-analytics': 0.0.5
8710
8416
bufferutil: 4.0.9
8711
8417
cross-fetch: 4.1.0
8712
8418
date-fns: 2.30.0
8713
8419
debug: 4.3.4
8714
-
eciesjs: 0.4.15
8420
+
eciesjs: 0.4.16
8715
8421
eventemitter2: 6.4.9
8716
8422
readable-stream: 3.6.2
8717
8423
socket.io-client: 4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
···
8730
8436
'@metamask/onboarding': 1.0.1
8731
8437
'@metamask/providers': 16.1.0
8732
8438
'@metamask/sdk-analytics': 0.0.5
8733
-
'@metamask/sdk-communication-layer': 0.33.1(cross-fetch@4.1.0)(eciesjs@0.4.15)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))
8439
+
'@metamask/sdk-communication-layer': 0.33.1(cross-fetch@4.1.0)(eciesjs@0.4.16)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))
8734
8440
'@metamask/sdk-install-modal-web': 0.32.1
8735
8441
'@paulmillr/qr': 0.2.1
8736
8442
bowser: 2.12.1
8737
8443
cross-fetch: 4.1.0
8738
8444
debug: 4.3.4
8739
-
eciesjs: 0.4.15
8445
+
eciesjs: 0.4.16
8740
8446
eth-rpc-errors: 4.0.3
8741
8447
eventemitter2: 6.4.9
8742
8448
obj-multiplex: 1.0.0
···
8754
8460
8755
8461
'@metamask/superstruct@3.2.1': {}
8756
8462
8757
-
'@metamask/utils@11.8.0':
8463
+
'@metamask/utils@11.8.1':
8758
8464
dependencies:
8759
8465
'@ethereumjs/tx': 4.2.0
8760
8466
'@metamask/superstruct': 3.2.1
···
8765
8471
debug: 4.4.3
8766
8472
lodash: 4.17.21
8767
8473
pony-cause: 2.1.11
8768
-
semver: 7.7.2
8474
+
semver: 7.7.3
8769
8475
uuid: 9.0.1
8770
8476
transitivePeerDependencies:
8771
8477
- supports-color
···
8787
8493
'@noble/hashes': 1.8.0
8788
8494
'@scure/base': 1.2.6
8789
8495
'@types/debug': 4.1.12
8790
-
debug: 4.4.3
8496
+
debug: 4.3.4
8791
8497
pony-cause: 2.1.11
8792
8498
semver: 7.7.3
8793
8499
uuid: 9.0.1
···
8801
8507
'@noble/hashes': 1.8.0
8802
8508
'@scure/base': 1.2.6
8803
8509
'@types/debug': 4.1.12
8804
-
debug: 4.4.3
8510
+
debug: 4.3.4
8805
8511
pony-cause: 2.1.11
8806
8512
semver: 7.7.3
8807
8513
uuid: 9.0.1
···
8864
8570
8865
8571
'@preact/signals-core@1.12.1': {}
8866
8572
8867
-
'@prosekit/basic@0.6.2(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)':
8573
+
'@prosekit/basic@0.6.3(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)':
8868
8574
dependencies:
8869
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8870
-
'@prosekit/extensions': 0.11.6(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
8575
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8576
+
'@prosekit/extensions': 0.11.7(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
8871
8577
'@prosekit/pm': 0.1.12
8872
8578
transitivePeerDependencies:
8873
8579
- '@shikijs/types'
···
8885
8591
- y-prosemirror
8886
8592
- yjs
8887
8593
8888
-
'@prosekit/core@0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)':
8594
+
'@prosekit/core@0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)':
8889
8595
dependencies:
8890
8596
'@ocavue/utils': 0.7.1
8891
8597
'@prosekit/pm': 0.1.12
···
8893
8599
just-clone: 6.2.0
8894
8600
just-map-values: 3.2.0
8895
8601
orderedmap: 2.1.1
8896
-
prosemirror-splittable: 0.1.1(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8602
+
prosemirror-splittable: 0.1.1(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8897
8603
type-fest: 4.41.0
8898
8604
transitivePeerDependencies:
8899
8605
- prosemirror-model
8900
8606
- prosemirror-state
8901
8607
- prosemirror-transform
8902
8608
8903
-
'@prosekit/extensions@0.11.6(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)':
8609
+
'@prosekit/extensions@0.11.7(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)':
8904
8610
dependencies:
8905
8611
'@ocavue/utils': 0.7.1
8906
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8612
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8907
8613
'@prosekit/pm': 0.1.12
8908
8614
prosemirror-changeset: 2.3.1
8909
8615
prosemirror-drop-indicator: 0.1.0
8910
8616
prosemirror-dropcursor: 1.8.2
8911
-
prosemirror-flat-list: 0.5.5
8912
-
prosemirror-gapcursor: 1.3.2
8913
-
prosemirror-highlight: 0.13.0(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
8617
+
prosemirror-flat-list: 0.5.7
8618
+
prosemirror-gapcursor: 1.4.0
8619
+
prosemirror-highlight: 0.13.0(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
8914
8620
prosemirror-search: 1.1.0
8915
8621
prosemirror-tables: 1.8.1
8916
8622
shiki: 3.13.0
···
8926
8632
- refractor
8927
8633
- sugar-high
8928
8634
8929
-
'@prosekit/lit@0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)':
8635
+
'@prosekit/lit@0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)':
8930
8636
dependencies:
8931
-
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
8637
+
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
8932
8638
transitivePeerDependencies:
8933
8639
- '@shikijs/types'
8934
8640
- '@types/hast'
···
8949
8655
dependencies:
8950
8656
prosemirror-commands: 1.7.1
8951
8657
prosemirror-history: 1.4.1
8952
-
prosemirror-inputrules: 1.5.0
8658
+
prosemirror-inputrules: 1.5.1
8953
8659
prosemirror-keymap: 1.2.3
8954
-
prosemirror-model: 1.25.3
8660
+
prosemirror-model: 1.25.4
8955
8661
prosemirror-state: 1.4.3
8956
8662
prosemirror-transform: 1.10.4
8957
-
prosemirror-view: 1.41.1
8663
+
prosemirror-view: 1.41.3
8958
8664
8959
-
'@prosekit/preact@0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(preact@10.27.2)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)':
8665
+
'@prosekit/preact@0.6.0(@shikijs/types@3.13.0)(@types/hast@3.0.4)(preact@10.27.2)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)':
8960
8666
dependencies:
8961
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8667
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8962
8668
'@prosekit/pm': 0.1.12
8963
-
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
8669
+
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
8670
+
'@prosemirror-adapter/core': 0.4.6
8671
+
'@prosemirror-adapter/preact': 0.4.6(preact@10.27.2)
8964
8672
optionalDependencies:
8965
8673
preact: 10.27.2
8966
8674
transitivePeerDependencies:
···
8979
8687
- y-prosemirror
8980
8688
- yjs
8981
8689
8982
-
'@prosekit/react@0.6.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8690
+
'@prosekit/react@0.6.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
8983
8691
dependencies:
8984
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8692
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8985
8693
'@prosekit/pm': 0.1.12
8986
-
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
8987
-
'@prosemirror-adapter/core': 0.4.2
8988
-
'@prosemirror-adapter/react': 0.4.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
8694
+
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
8695
+
'@prosemirror-adapter/core': 0.4.6
8696
+
'@prosemirror-adapter/react': 0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8989
8697
optionalDependencies:
8990
-
react: 19.1.1
8991
-
react-dom: 19.1.1(react@19.1.1)
8698
+
react: 19.2.0
8699
+
react-dom: 19.2.0(react@19.2.0)
8992
8700
transitivePeerDependencies:
8993
8701
- '@shikijs/types'
8994
8702
- '@types/hast'
···
9005
8713
- y-prosemirror
9006
8714
- yjs
9007
8715
9008
-
'@prosekit/solid@0.5.2(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)':
8716
+
'@prosekit/solid@0.5.2(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)':
9009
8717
dependencies:
9010
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8718
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
9011
8719
'@prosekit/pm': 0.1.12
9012
-
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
9013
-
'@prosemirror-adapter/core': 0.4.2
9014
-
'@prosemirror-adapter/solid': 0.4.2
8720
+
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
8721
+
'@prosemirror-adapter/core': 0.4.6
8722
+
'@prosemirror-adapter/solid': 0.4.6
9015
8723
transitivePeerDependencies:
9016
8724
- '@shikijs/types'
9017
8725
- '@types/hast'
···
9028
8736
- y-prosemirror
9029
8737
- yjs
9030
8738
9031
-
'@prosekit/svelte@0.7.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)':
8739
+
'@prosekit/svelte@0.7.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)':
9032
8740
dependencies:
9033
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8741
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
9034
8742
'@prosekit/pm': 0.1.12
9035
-
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
9036
-
'@prosemirror-adapter/core': 0.4.2
9037
-
'@prosemirror-adapter/svelte': 0.4.3
8743
+
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
8744
+
'@prosemirror-adapter/core': 0.4.6
8745
+
'@prosemirror-adapter/svelte': 0.4.6
9038
8746
transitivePeerDependencies:
9039
8747
- '@shikijs/types'
9040
8748
- '@types/hast'
···
9051
8759
- y-prosemirror
9052
8760
- yjs
9053
8761
9054
-
'@prosekit/vue@0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)':
8762
+
'@prosekit/vue@0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)':
9055
8763
dependencies:
9056
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8764
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
9057
8765
'@prosekit/pm': 0.1.12
9058
-
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
9059
-
'@prosemirror-adapter/core': 0.4.2
9060
-
'@prosemirror-adapter/vue': 0.4.2
8766
+
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
8767
+
'@prosemirror-adapter/core': 0.4.6
8768
+
'@prosemirror-adapter/vue': 0.4.6
9061
8769
transitivePeerDependencies:
9062
8770
- '@shikijs/types'
9063
8771
- '@types/hast'
···
9074
8782
- y-prosemirror
9075
8783
- yjs
9076
8784
9077
-
'@prosekit/web@0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)':
8785
+
'@prosekit/web@0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)':
9078
8786
dependencies:
9079
8787
'@aria-ui/core': 0.0.22
9080
8788
'@aria-ui/listbox': 0.0.25
···
9085
8793
'@aria-ui/tooltip': 0.0.30
9086
8794
'@floating-ui/dom': 1.7.4
9087
8795
'@ocavue/utils': 0.7.1
9088
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
9089
-
'@prosekit/extensions': 0.11.6(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
8796
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
8797
+
'@prosekit/extensions': 0.11.7(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
9090
8798
'@prosekit/pm': 0.1.12
9091
-
'@zag-js/dom-query': 1.24.2
8799
+
'@zag-js/dom-query': 1.26.3
9092
8800
prosemirror-tables: 1.8.1
9093
8801
transitivePeerDependencies:
9094
8802
- '@shikijs/types'
···
9106
8814
- y-prosemirror
9107
8815
- yjs
9108
8816
9109
-
'@prosemirror-adapter/core@0.4.2':
8817
+
'@prosemirror-adapter/core@0.4.6':
8818
+
dependencies:
8819
+
prosemirror-model: 1.25.4
8820
+
prosemirror-state: 1.4.3
8821
+
prosemirror-view: 1.41.3
8822
+
8823
+
'@prosemirror-adapter/preact@0.4.6(preact@10.27.2)':
9110
8824
dependencies:
9111
-
prosemirror-model: 1.25.3
8825
+
'@prosemirror-adapter/core': 0.4.6
8826
+
nanoid: 5.1.6
8827
+
prosemirror-model: 1.25.4
9112
8828
prosemirror-state: 1.4.3
9113
-
prosemirror-view: 1.41.1
8829
+
prosemirror-view: 1.41.3
8830
+
optionalDependencies:
8831
+
preact: 10.27.2
9114
8832
9115
-
'@prosemirror-adapter/react@0.4.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8833
+
'@prosemirror-adapter/react@0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9116
8834
dependencies:
9117
-
'@prosemirror-adapter/core': 0.4.2
8835
+
'@prosemirror-adapter/core': 0.4.6
9118
8836
nanoid: 5.1.6
9119
-
prosemirror-model: 1.25.3
8837
+
prosemirror-model: 1.25.4
9120
8838
prosemirror-state: 1.4.3
9121
-
prosemirror-view: 1.41.1
8839
+
prosemirror-view: 1.41.3
9122
8840
optionalDependencies:
9123
-
react: 19.1.1
9124
-
react-dom: 19.1.1(react@19.1.1)
8841
+
react: 19.2.0
8842
+
react-dom: 19.2.0(react@19.2.0)
9125
8843
9126
-
'@prosemirror-adapter/solid@0.4.2':
8844
+
'@prosemirror-adapter/solid@0.4.6':
9127
8845
dependencies:
9128
-
'@prosemirror-adapter/core': 0.4.2
8846
+
'@prosemirror-adapter/core': 0.4.6
9129
8847
nanoid: 5.1.6
9130
-
prosemirror-model: 1.25.3
8848
+
prosemirror-model: 1.25.4
9131
8849
prosemirror-state: 1.4.3
9132
-
prosemirror-view: 1.41.1
8850
+
prosemirror-view: 1.41.3
9133
8851
9134
-
'@prosemirror-adapter/svelte@0.4.3':
8852
+
'@prosemirror-adapter/svelte@0.4.6':
9135
8853
dependencies:
9136
-
'@prosemirror-adapter/core': 0.4.2
8854
+
'@prosemirror-adapter/core': 0.4.6
9137
8855
nanoid: 5.1.6
9138
-
prosemirror-model: 1.25.3
8856
+
prosemirror-model: 1.25.4
9139
8857
prosemirror-state: 1.4.3
9140
-
prosemirror-view: 1.41.1
8858
+
prosemirror-view: 1.41.3
9141
8859
9142
-
'@prosemirror-adapter/vue@0.4.2':
8860
+
'@prosemirror-adapter/vue@0.4.6':
9143
8861
dependencies:
9144
-
'@prosemirror-adapter/core': 0.4.2
8862
+
'@prosemirror-adapter/core': 0.4.6
9145
8863
nanoid: 5.1.6
9146
8864
prosemirror-keymap: 1.2.3
9147
-
prosemirror-model: 1.25.3
8865
+
prosemirror-model: 1.25.4
9148
8866
prosemirror-state: 1.4.3
9149
-
prosemirror-view: 1.41.1
8867
+
prosemirror-view: 1.41.3
9150
8868
9151
8869
'@radix-ui/number@1.1.1': {}
9152
8870
9153
8871
'@radix-ui/primitive@1.1.3': {}
9154
8872
9155
-
'@radix-ui/react-arrow@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8873
+
'@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9156
8874
dependencies:
9157
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9158
-
react: 19.1.1
9159
-
react-dom: 19.1.1(react@19.1.1)
8875
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8876
+
react: 19.2.0
8877
+
react-dom: 19.2.0(react@19.2.0)
9160
8878
optionalDependencies:
9161
-
'@types/react': 19.1.15
9162
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
8879
+
'@types/react': 19.2.2
8880
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9163
8881
9164
-
'@radix-ui/react-aspect-ratio@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8882
+
'@radix-ui/react-aspect-ratio@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9165
8883
dependencies:
9166
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9167
-
react: 19.1.1
9168
-
react-dom: 19.1.1(react@19.1.1)
8884
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8885
+
react: 19.2.0
8886
+
react-dom: 19.2.0(react@19.2.0)
9169
8887
optionalDependencies:
9170
-
'@types/react': 19.1.15
9171
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
8888
+
'@types/react': 19.2.2
8889
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9172
8890
9173
-
'@radix-ui/react-collection@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8891
+
'@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9174
8892
dependencies:
9175
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9176
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9177
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9178
-
'@radix-ui/react-slot': 1.2.3(@types/react@19.1.15)(react@19.1.1)
9179
-
react: 19.1.1
9180
-
react-dom: 19.1.1(react@19.1.1)
8893
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8894
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8895
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8896
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
8897
+
react: 19.2.0
8898
+
react-dom: 19.2.0(react@19.2.0)
9181
8899
optionalDependencies:
9182
-
'@types/react': 19.1.15
9183
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
8900
+
'@types/react': 19.2.2
8901
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9184
8902
9185
-
'@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.15)(react@19.1.1)':
8903
+
'@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.2)(react@19.2.0)':
9186
8904
dependencies:
9187
-
react: 19.1.1
8905
+
react: 19.2.0
9188
8906
optionalDependencies:
9189
-
'@types/react': 19.1.15
8907
+
'@types/react': 19.2.2
9190
8908
9191
-
'@radix-ui/react-context@1.1.2(@types/react@19.1.15)(react@19.1.1)':
8909
+
'@radix-ui/react-context@1.1.2(@types/react@19.2.2)(react@19.2.0)':
9192
8910
dependencies:
9193
-
react: 19.1.1
8911
+
react: 19.2.0
9194
8912
optionalDependencies:
9195
-
'@types/react': 19.1.15
8913
+
'@types/react': 19.2.2
9196
8914
9197
-
'@radix-ui/react-dialog@1.1.15(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8915
+
'@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9198
8916
dependencies:
9199
8917
'@radix-ui/primitive': 1.1.3
9200
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9201
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9202
-
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9203
-
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.1.15)(react@19.1.1)
9204
-
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9205
-
'@radix-ui/react-id': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9206
-
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9207
-
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9208
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9209
-
'@radix-ui/react-slot': 1.2.3(@types/react@19.1.15)(react@19.1.1)
9210
-
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.15)(react@19.1.1)
8918
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8919
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8920
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8921
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.2)(react@19.2.0)
8922
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8923
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
8924
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8925
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8926
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8927
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
8928
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
9211
8929
aria-hidden: 1.2.6
9212
-
react: 19.1.1
9213
-
react-dom: 19.1.1(react@19.1.1)
9214
-
react-remove-scroll: 2.7.1(@types/react@19.1.15)(react@19.1.1)
8930
+
react: 19.2.0
8931
+
react-dom: 19.2.0(react@19.2.0)
8932
+
react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0)
9215
8933
optionalDependencies:
9216
-
'@types/react': 19.1.15
9217
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
8934
+
'@types/react': 19.2.2
8935
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9218
8936
9219
-
'@radix-ui/react-direction@1.1.1(@types/react@19.1.15)(react@19.1.1)':
8937
+
'@radix-ui/react-direction@1.1.1(@types/react@19.2.2)(react@19.2.0)':
9220
8938
dependencies:
9221
-
react: 19.1.1
8939
+
react: 19.2.0
9222
8940
optionalDependencies:
9223
-
'@types/react': 19.1.15
8941
+
'@types/react': 19.2.2
9224
8942
9225
-
'@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8943
+
'@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9226
8944
dependencies:
9227
8945
'@radix-ui/primitive': 1.1.3
9228
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9229
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9230
-
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9231
-
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9232
-
react: 19.1.1
9233
-
react-dom: 19.1.1(react@19.1.1)
8946
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8947
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8948
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
8949
+
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.2)(react@19.2.0)
8950
+
react: 19.2.0
8951
+
react-dom: 19.2.0(react@19.2.0)
9234
8952
optionalDependencies:
9235
-
'@types/react': 19.1.15
9236
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
8953
+
'@types/react': 19.2.2
8954
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9237
8955
9238
-
'@radix-ui/react-focus-guards@1.1.3(@types/react@19.1.15)(react@19.1.1)':
8956
+
'@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.2)(react@19.2.0)':
9239
8957
dependencies:
9240
-
react: 19.1.1
8958
+
react: 19.2.0
9241
8959
optionalDependencies:
9242
-
'@types/react': 19.1.15
8960
+
'@types/react': 19.2.2
9243
8961
9244
-
'@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8962
+
'@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9245
8963
dependencies:
9246
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9247
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9248
-
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9249
-
react: 19.1.1
9250
-
react-dom: 19.1.1(react@19.1.1)
8964
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8965
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8966
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
8967
+
react: 19.2.0
8968
+
react-dom: 19.2.0(react@19.2.0)
9251
8969
optionalDependencies:
9252
-
'@types/react': 19.1.15
9253
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
8970
+
'@types/react': 19.2.2
8971
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9254
8972
9255
-
'@radix-ui/react-hover-card@1.1.15(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8973
+
'@radix-ui/react-hover-card@1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9256
8974
dependencies:
9257
8975
'@radix-ui/primitive': 1.1.3
9258
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9259
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9260
-
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9261
-
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9262
-
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9263
-
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9264
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9265
-
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.15)(react@19.1.1)
9266
-
react: 19.1.1
9267
-
react-dom: 19.1.1(react@19.1.1)
8976
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8977
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
8978
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8979
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8980
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8981
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8982
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
8983
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
8984
+
react: 19.2.0
8985
+
react-dom: 19.2.0(react@19.2.0)
9268
8986
optionalDependencies:
9269
-
'@types/react': 19.1.15
9270
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
8987
+
'@types/react': 19.2.2
8988
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9271
8989
9272
-
'@radix-ui/react-id@1.1.1(@types/react@19.1.15)(react@19.1.1)':
8990
+
'@radix-ui/react-id@1.1.1(@types/react@19.2.2)(react@19.2.0)':
9273
8991
dependencies:
9274
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9275
-
react: 19.1.1
8992
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
8993
+
react: 19.2.0
9276
8994
optionalDependencies:
9277
-
'@types/react': 19.1.15
8995
+
'@types/react': 19.2.2
9278
8996
9279
-
'@radix-ui/react-popover@1.1.15(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
8997
+
'@radix-ui/react-popover@1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9280
8998
dependencies:
9281
8999
'@radix-ui/primitive': 1.1.3
9282
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9283
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9284
-
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9285
-
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.1.15)(react@19.1.1)
9286
-
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9287
-
'@radix-ui/react-id': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9288
-
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9289
-
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9290
-
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9291
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9292
-
'@radix-ui/react-slot': 1.2.3(@types/react@19.1.15)(react@19.1.1)
9293
-
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.15)(react@19.1.1)
9000
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9001
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9002
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9003
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.2)(react@19.2.0)
9004
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9005
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9006
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9007
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9008
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9009
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9010
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
9011
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
9294
9012
aria-hidden: 1.2.6
9295
-
react: 19.1.1
9296
-
react-dom: 19.1.1(react@19.1.1)
9297
-
react-remove-scroll: 2.7.1(@types/react@19.1.15)(react@19.1.1)
9013
+
react: 19.2.0
9014
+
react-dom: 19.2.0(react@19.2.0)
9015
+
react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0)
9298
9016
optionalDependencies:
9299
-
'@types/react': 19.1.15
9300
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9017
+
'@types/react': 19.2.2
9018
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9301
9019
9302
-
'@radix-ui/react-popper@1.2.8(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9020
+
'@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9303
9021
dependencies:
9304
-
'@floating-ui/react-dom': 2.1.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9305
-
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9306
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9307
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9308
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9309
-
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9310
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9311
-
'@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9312
-
'@radix-ui/react-use-size': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9022
+
'@floating-ui/react-dom': 2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9023
+
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9024
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9025
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9026
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9027
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9028
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9029
+
'@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9030
+
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9313
9031
'@radix-ui/rect': 1.1.1
9314
-
react: 19.1.1
9315
-
react-dom: 19.1.1(react@19.1.1)
9032
+
react: 19.2.0
9033
+
react-dom: 19.2.0(react@19.2.0)
9316
9034
optionalDependencies:
9317
-
'@types/react': 19.1.15
9318
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9035
+
'@types/react': 19.2.2
9036
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9319
9037
9320
-
'@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9038
+
'@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9321
9039
dependencies:
9322
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9323
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9324
-
react: 19.1.1
9325
-
react-dom: 19.1.1(react@19.1.1)
9040
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9041
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9042
+
react: 19.2.0
9043
+
react-dom: 19.2.0(react@19.2.0)
9326
9044
optionalDependencies:
9327
-
'@types/react': 19.1.15
9328
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9045
+
'@types/react': 19.2.2
9046
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9329
9047
9330
-
'@radix-ui/react-presence@1.1.5(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9048
+
'@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9331
9049
dependencies:
9332
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9333
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9334
-
react: 19.1.1
9335
-
react-dom: 19.1.1(react@19.1.1)
9050
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9051
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9052
+
react: 19.2.0
9053
+
react-dom: 19.2.0(react@19.2.0)
9336
9054
optionalDependencies:
9337
-
'@types/react': 19.1.15
9338
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9055
+
'@types/react': 19.2.2
9056
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9339
9057
9340
-
'@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9058
+
'@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9341
9059
dependencies:
9342
-
'@radix-ui/react-slot': 1.2.3(@types/react@19.1.15)(react@19.1.1)
9343
-
react: 19.1.1
9344
-
react-dom: 19.1.1(react@19.1.1)
9060
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
9061
+
react: 19.2.0
9062
+
react-dom: 19.2.0(react@19.2.0)
9345
9063
optionalDependencies:
9346
-
'@types/react': 19.1.15
9347
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9064
+
'@types/react': 19.2.2
9065
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9348
9066
9349
-
'@radix-ui/react-select@2.2.6(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9067
+
'@radix-ui/react-select@2.2.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9350
9068
dependencies:
9351
9069
'@radix-ui/number': 1.1.1
9352
9070
'@radix-ui/primitive': 1.1.3
9353
-
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9354
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9355
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9356
-
'@radix-ui/react-direction': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9357
-
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9358
-
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.1.15)(react@19.1.1)
9359
-
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9360
-
'@radix-ui/react-id': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9361
-
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9362
-
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9363
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9364
-
'@radix-ui/react-slot': 1.2.3(@types/react@19.1.15)(react@19.1.1)
9365
-
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9366
-
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.15)(react@19.1.1)
9367
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9368
-
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9369
-
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9071
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9072
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9073
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9074
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9075
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9076
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.2)(react@19.2.0)
9077
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9078
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9079
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9080
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9081
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9082
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
9083
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9084
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
9085
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9086
+
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9087
+
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9370
9088
aria-hidden: 1.2.6
9371
-
react: 19.1.1
9372
-
react-dom: 19.1.1(react@19.1.1)
9373
-
react-remove-scroll: 2.7.1(@types/react@19.1.15)(react@19.1.1)
9089
+
react: 19.2.0
9090
+
react-dom: 19.2.0(react@19.2.0)
9091
+
react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0)
9374
9092
optionalDependencies:
9375
-
'@types/react': 19.1.15
9376
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9093
+
'@types/react': 19.2.2
9094
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9377
9095
9378
-
'@radix-ui/react-slider@1.3.6(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9096
+
'@radix-ui/react-slider@1.3.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9379
9097
dependencies:
9380
9098
'@radix-ui/number': 1.1.1
9381
9099
'@radix-ui/primitive': 1.1.3
9382
-
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9383
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9384
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9385
-
'@radix-ui/react-direction': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9386
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9387
-
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.15)(react@19.1.1)
9388
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9389
-
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9390
-
'@radix-ui/react-use-size': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9391
-
react: 19.1.1
9392
-
react-dom: 19.1.1(react@19.1.1)
9100
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9101
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9102
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9103
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9104
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9105
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
9106
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9107
+
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9108
+
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9109
+
react: 19.2.0
9110
+
react-dom: 19.2.0(react@19.2.0)
9393
9111
optionalDependencies:
9394
-
'@types/react': 19.1.15
9395
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9112
+
'@types/react': 19.2.2
9113
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9396
9114
9397
-
'@radix-ui/react-slot@1.2.3(@types/react@19.1.15)(react@19.1.1)':
9115
+
'@radix-ui/react-slot@1.2.3(@types/react@19.2.2)(react@19.2.0)':
9398
9116
dependencies:
9399
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9400
-
react: 19.1.1
9117
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9118
+
react: 19.2.0
9401
9119
optionalDependencies:
9402
-
'@types/react': 19.1.15
9120
+
'@types/react': 19.2.2
9403
9121
9404
-
'@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9122
+
'@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9405
9123
dependencies:
9406
9124
'@radix-ui/primitive': 1.1.3
9407
-
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9408
-
'@radix-ui/react-context': 1.1.2(@types/react@19.1.15)(react@19.1.1)
9409
-
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9410
-
'@radix-ui/react-id': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9411
-
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9412
-
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9413
-
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9414
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9415
-
'@radix-ui/react-slot': 1.2.3(@types/react@19.1.15)(react@19.1.1)
9416
-
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.15)(react@19.1.1)
9417
-
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9418
-
react: 19.1.1
9419
-
react-dom: 19.1.1(react@19.1.1)
9125
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9126
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
9127
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9128
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9129
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9130
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9131
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9132
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9133
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
9134
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
9135
+
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9136
+
react: 19.2.0
9137
+
react-dom: 19.2.0(react@19.2.0)
9420
9138
optionalDependencies:
9421
-
'@types/react': 19.1.15
9422
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9139
+
'@types/react': 19.2.2
9140
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9423
9141
9424
-
'@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.15)(react@19.1.1)':
9142
+
'@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.2)(react@19.2.0)':
9425
9143
dependencies:
9426
-
react: 19.1.1
9144
+
react: 19.2.0
9427
9145
optionalDependencies:
9428
-
'@types/react': 19.1.15
9146
+
'@types/react': 19.2.2
9429
9147
9430
-
'@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.15)(react@19.1.1)':
9148
+
'@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.2)(react@19.2.0)':
9431
9149
dependencies:
9432
-
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.15)(react@19.1.1)
9433
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9434
-
react: 19.1.1
9150
+
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.2)(react@19.2.0)
9151
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9152
+
react: 19.2.0
9435
9153
optionalDependencies:
9436
-
'@types/react': 19.1.15
9154
+
'@types/react': 19.2.2
9437
9155
9438
-
'@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.15)(react@19.1.1)':
9156
+
'@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.2)(react@19.2.0)':
9439
9157
dependencies:
9440
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9441
-
react: 19.1.1
9158
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9159
+
react: 19.2.0
9442
9160
optionalDependencies:
9443
-
'@types/react': 19.1.15
9161
+
'@types/react': 19.2.2
9444
9162
9445
-
'@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.15)(react@19.1.1)':
9163
+
'@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.2)(react@19.2.0)':
9446
9164
dependencies:
9447
-
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9448
-
react: 19.1.1
9165
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9166
+
react: 19.2.0
9449
9167
optionalDependencies:
9450
-
'@types/react': 19.1.15
9168
+
'@types/react': 19.2.2
9451
9169
9452
-
'@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.15)(react@19.1.1)':
9170
+
'@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.2)(react@19.2.0)':
9453
9171
dependencies:
9454
-
react: 19.1.1
9172
+
react: 19.2.0
9455
9173
optionalDependencies:
9456
-
'@types/react': 19.1.15
9174
+
'@types/react': 19.2.2
9457
9175
9458
-
'@radix-ui/react-use-previous@1.1.1(@types/react@19.1.15)(react@19.1.1)':
9176
+
'@radix-ui/react-use-previous@1.1.1(@types/react@19.2.2)(react@19.2.0)':
9459
9177
dependencies:
9460
-
react: 19.1.1
9178
+
react: 19.2.0
9461
9179
optionalDependencies:
9462
-
'@types/react': 19.1.15
9180
+
'@types/react': 19.2.2
9463
9181
9464
-
'@radix-ui/react-use-rect@1.1.1(@types/react@19.1.15)(react@19.1.1)':
9182
+
'@radix-ui/react-use-rect@1.1.1(@types/react@19.2.2)(react@19.2.0)':
9465
9183
dependencies:
9466
9184
'@radix-ui/rect': 1.1.1
9467
-
react: 19.1.1
9185
+
react: 19.2.0
9468
9186
optionalDependencies:
9469
-
'@types/react': 19.1.15
9187
+
'@types/react': 19.2.2
9470
9188
9471
-
'@radix-ui/react-use-size@1.1.1(@types/react@19.1.15)(react@19.1.1)':
9189
+
'@radix-ui/react-use-size@1.1.1(@types/react@19.2.2)(react@19.2.0)':
9472
9190
dependencies:
9473
-
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.15)(react@19.1.1)
9474
-
react: 19.1.1
9191
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
9192
+
react: 19.2.0
9475
9193
optionalDependencies:
9476
-
'@types/react': 19.1.15
9194
+
'@types/react': 19.2.2
9477
9195
9478
-
'@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9196
+
'@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9479
9197
dependencies:
9480
-
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.15))(@types/react@19.1.15)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9481
-
react: 19.1.1
9482
-
react-dom: 19.1.1(react@19.1.1)
9198
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9199
+
react: 19.2.0
9200
+
react-dom: 19.2.0(react@19.2.0)
9483
9201
optionalDependencies:
9484
-
'@types/react': 19.1.15
9485
-
'@types/react-dom': 19.1.9(@types/react@19.1.15)
9202
+
'@types/react': 19.2.2
9203
+
'@types/react-dom': 19.2.2(@types/react@19.2.2)
9486
9204
9487
9205
'@radix-ui/rect@1.1.1': {}
9488
9206
9489
-
'@react-aria/focus@3.21.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9207
+
'@react-aria/focus@3.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9490
9208
dependencies:
9491
-
'@react-aria/interactions': 3.25.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9492
-
'@react-aria/utils': 3.30.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9493
-
'@react-types/shared': 3.32.0(react@19.1.1)
9209
+
'@react-aria/interactions': 3.25.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9210
+
'@react-aria/utils': 3.31.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9211
+
'@react-types/shared': 3.32.1(react@19.2.0)
9494
9212
'@swc/helpers': 0.5.17
9495
9213
clsx: 2.1.1
9496
-
react: 19.1.1
9497
-
react-dom: 19.1.1(react@19.1.1)
9214
+
react: 19.2.0
9215
+
react-dom: 19.2.0(react@19.2.0)
9498
9216
9499
-
'@react-aria/interactions@3.25.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9217
+
'@react-aria/interactions@3.25.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9500
9218
dependencies:
9501
-
'@react-aria/ssr': 3.9.10(react@19.1.1)
9502
-
'@react-aria/utils': 3.30.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
9219
+
'@react-aria/ssr': 3.9.10(react@19.2.0)
9220
+
'@react-aria/utils': 3.31.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
9503
9221
'@react-stately/flags': 3.1.2
9504
-
'@react-types/shared': 3.32.0(react@19.1.1)
9222
+
'@react-types/shared': 3.32.1(react@19.2.0)
9505
9223
'@swc/helpers': 0.5.17
9506
-
react: 19.1.1
9507
-
react-dom: 19.1.1(react@19.1.1)
9224
+
react: 19.2.0
9225
+
react-dom: 19.2.0(react@19.2.0)
9508
9226
9509
-
'@react-aria/ssr@3.9.10(react@19.1.1)':
9227
+
'@react-aria/ssr@3.9.10(react@19.2.0)':
9510
9228
dependencies:
9511
9229
'@swc/helpers': 0.5.17
9512
-
react: 19.1.1
9230
+
react: 19.2.0
9513
9231
9514
-
'@react-aria/utils@3.30.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
9232
+
'@react-aria/utils@3.31.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
9515
9233
dependencies:
9516
-
'@react-aria/ssr': 3.9.10(react@19.1.1)
9234
+
'@react-aria/ssr': 3.9.10(react@19.2.0)
9517
9235
'@react-stately/flags': 3.1.2
9518
-
'@react-stately/utils': 3.10.8(react@19.1.1)
9519
-
'@react-types/shared': 3.32.0(react@19.1.1)
9236
+
'@react-stately/utils': 3.10.8(react@19.2.0)
9237
+
'@react-types/shared': 3.32.1(react@19.2.0)
9520
9238
'@swc/helpers': 0.5.17
9521
9239
clsx: 2.1.1
9522
-
react: 19.1.1
9523
-
react-dom: 19.1.1(react@19.1.1)
9240
+
react: 19.2.0
9241
+
react-dom: 19.2.0(react@19.2.0)
9524
9242
9525
9243
'@react-stately/flags@3.1.2':
9526
9244
dependencies:
9527
9245
'@swc/helpers': 0.5.17
9528
9246
9529
-
'@react-stately/utils@3.10.8(react@19.1.1)':
9247
+
'@react-stately/utils@3.10.8(react@19.2.0)':
9530
9248
dependencies:
9531
9249
'@swc/helpers': 0.5.17
9532
-
react: 19.1.1
9250
+
react: 19.2.0
9533
9251
9534
-
'@react-types/shared@3.32.0(react@19.1.1)':
9252
+
'@react-types/shared@3.32.1(react@19.2.0)':
9535
9253
dependencies:
9536
-
react: 19.1.1
9254
+
react: 19.2.0
9537
9255
9538
-
'@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4)':
9256
+
'@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.22.4)':
9539
9257
dependencies:
9540
9258
big.js: 6.2.2
9541
9259
dayjs: 1.11.13
9542
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4)
9260
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.22.4)
9543
9261
transitivePeerDependencies:
9544
9262
- bufferutil
9545
9263
- typescript
9546
9264
- utf-8-validate
9547
9265
- zod
9548
9266
9549
-
'@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
9267
+
'@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
9550
9268
dependencies:
9551
9269
big.js: 6.2.2
9552
9270
dayjs: 1.11.13
9553
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9271
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9554
9272
transitivePeerDependencies:
9555
9273
- bufferutil
9556
9274
- typescript
9557
9275
- utf-8-validate
9558
9276
- zod
9559
9277
9560
-
'@reown/appkit-controllers@1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
9278
+
'@reown/appkit-controllers@1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
9561
9279
dependencies:
9562
-
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9563
-
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)
9564
-
'@walletconnect/universal-provider': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9565
-
valtio: 1.13.2(@types/react@19.1.15)(react@19.1.1)
9566
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9280
+
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9281
+
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)
9282
+
'@walletconnect/universal-provider': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9283
+
valtio: 1.13.2(@types/react@19.2.2)(react@19.2.0)
9284
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9567
9285
transitivePeerDependencies:
9568
9286
- '@azure/app-configuration'
9569
9287
- '@azure/cosmos'
···
9592
9310
- utf-8-validate
9593
9311
- zod
9594
9312
9595
-
'@reown/appkit-pay@1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
9313
+
'@reown/appkit-pay@1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
9596
9314
dependencies:
9597
-
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9598
-
'@reown/appkit-controllers': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9599
-
'@reown/appkit-ui': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9600
-
'@reown/appkit-utils': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.15)(react@19.1.1))(zod@4.1.11)
9315
+
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9316
+
'@reown/appkit-controllers': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9317
+
'@reown/appkit-ui': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9318
+
'@reown/appkit-utils': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.2.2)(react@19.2.0))(zod@3.25.76)
9601
9319
lit: 3.3.0
9602
-
valtio: 1.13.2(@types/react@19.1.15)(react@19.1.1)
9320
+
valtio: 1.13.2(@types/react@19.2.2)(react@19.2.0)
9603
9321
transitivePeerDependencies:
9604
9322
- '@azure/app-configuration'
9605
9323
- '@azure/cosmos'
···
9632
9350
dependencies:
9633
9351
buffer: 6.0.3
9634
9352
9635
-
'@reown/appkit-scaffold-ui@1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.15)(react@19.1.1))(zod@4.1.11)':
9353
+
'@reown/appkit-scaffold-ui@1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.2.2)(react@19.2.0))(zod@3.25.76)':
9636
9354
dependencies:
9637
-
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9638
-
'@reown/appkit-controllers': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9639
-
'@reown/appkit-ui': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9640
-
'@reown/appkit-utils': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.15)(react@19.1.1))(zod@4.1.11)
9641
-
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)
9355
+
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9356
+
'@reown/appkit-controllers': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9357
+
'@reown/appkit-ui': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9358
+
'@reown/appkit-utils': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.2.2)(react@19.2.0))(zod@3.25.76)
9359
+
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)
9642
9360
lit: 3.3.0
9643
9361
transitivePeerDependencies:
9644
9362
- '@azure/app-configuration'
···
9669
9387
- valtio
9670
9388
- zod
9671
9389
9672
-
'@reown/appkit-ui@1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
9390
+
'@reown/appkit-ui@1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
9673
9391
dependencies:
9674
-
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9675
-
'@reown/appkit-controllers': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9676
-
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)
9392
+
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9393
+
'@reown/appkit-controllers': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9394
+
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)
9677
9395
lit: 3.3.0
9678
9396
qrcode: 1.5.3
9679
9397
transitivePeerDependencies:
···
9704
9422
- utf-8-validate
9705
9423
- zod
9706
9424
9707
-
'@reown/appkit-utils@1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.15)(react@19.1.1))(zod@4.1.11)':
9425
+
'@reown/appkit-utils@1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.2.2)(react@19.2.0))(zod@3.25.76)':
9708
9426
dependencies:
9709
-
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9710
-
'@reown/appkit-controllers': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9427
+
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9428
+
'@reown/appkit-controllers': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9711
9429
'@reown/appkit-polyfills': 1.7.8
9712
-
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)
9430
+
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)
9713
9431
'@walletconnect/logger': 2.1.2
9714
-
'@walletconnect/universal-provider': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9715
-
valtio: 1.13.2(@types/react@19.1.15)(react@19.1.1)
9716
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9432
+
'@walletconnect/universal-provider': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9433
+
valtio: 1.13.2(@types/react@19.2.2)(react@19.2.0)
9434
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9717
9435
transitivePeerDependencies:
9718
9436
- '@azure/app-configuration'
9719
9437
- '@azure/cosmos'
···
9742
9460
- utf-8-validate
9743
9461
- zod
9744
9462
9745
-
'@reown/appkit-wallet@1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)':
9463
+
'@reown/appkit-wallet@1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)':
9746
9464
dependencies:
9747
-
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4)
9465
+
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.22.4)
9748
9466
'@reown/appkit-polyfills': 1.7.8
9749
9467
'@walletconnect/logger': 2.1.2
9750
9468
zod: 3.22.4
···
9753
9471
- typescript
9754
9472
- utf-8-validate
9755
9473
9756
-
'@reown/appkit@1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
9474
+
'@reown/appkit@1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
9757
9475
dependencies:
9758
-
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9759
-
'@reown/appkit-controllers': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9760
-
'@reown/appkit-pay': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9476
+
'@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9477
+
'@reown/appkit-controllers': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9478
+
'@reown/appkit-pay': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9761
9479
'@reown/appkit-polyfills': 1.7.8
9762
-
'@reown/appkit-scaffold-ui': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.15)(react@19.1.1))(zod@4.1.11)
9763
-
'@reown/appkit-ui': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9764
-
'@reown/appkit-utils': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.15)(react@19.1.1))(zod@4.1.11)
9765
-
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)
9480
+
'@reown/appkit-scaffold-ui': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.2.2)(react@19.2.0))(zod@3.25.76)
9481
+
'@reown/appkit-ui': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9482
+
'@reown/appkit-utils': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.2.2)(react@19.2.0))(zod@3.25.76)
9483
+
'@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)
9766
9484
'@walletconnect/types': 2.21.0(@upstash/redis@1.35.4)(ioredis@5.8.0)
9767
-
'@walletconnect/universal-provider': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9485
+
'@walletconnect/universal-provider': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9768
9486
bs58: 6.0.0
9769
-
valtio: 1.13.2(@types/react@19.1.15)(react@19.1.1)
9770
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9487
+
valtio: 1.13.2(@types/react@19.2.2)(react@19.2.0)
9488
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9771
9489
transitivePeerDependencies:
9772
9490
- '@azure/app-configuration'
9773
9491
- '@azure/cosmos'
···
9866
9584
'@rollup/rollup-win32-x64-msvc@4.52.5':
9867
9585
optional: true
9868
9586
9869
-
'@safe-global/safe-apps-provider@0.18.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
9587
+
'@safe-global/safe-apps-provider@0.18.6(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
9870
9588
dependencies:
9871
-
'@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9589
+
'@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9872
9590
events: 3.3.0
9873
9591
transitivePeerDependencies:
9874
9592
- bufferutil
···
9876
9594
- utf-8-validate
9877
9595
- zod
9878
9596
9879
-
'@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
9597
+
'@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
9880
9598
dependencies:
9881
9599
'@safe-global/safe-gateway-typescript-sdk': 3.23.1
9882
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
9600
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
9883
9601
transitivePeerDependencies:
9884
9602
- bufferutil
9885
9603
- typescript
···
9906
9624
9907
9625
'@scure/bip32@1.7.0':
9908
9626
dependencies:
9909
-
'@noble/curves': 1.9.7
9627
+
'@noble/curves': 1.9.1
9910
9628
'@noble/hashes': 1.8.0
9911
9629
'@scure/base': 1.2.6
9912
9630
···
9958
9676
9959
9677
'@shikijs/vscode-textmate@10.0.2': {}
9960
9678
9961
-
'@smithy/abort-controller@4.1.1':
9679
+
'@smithy/abort-controller@4.2.3':
9962
9680
dependencies:
9963
-
'@smithy/types': 4.5.0
9681
+
'@smithy/types': 4.8.0
9964
9682
tslib: 2.8.1
9965
9683
9966
-
'@smithy/chunked-blob-reader-native@4.1.0':
9684
+
'@smithy/chunked-blob-reader-native@4.2.1':
9967
9685
dependencies:
9968
-
'@smithy/util-base64': 4.1.0
9686
+
'@smithy/util-base64': 4.3.0
9969
9687
tslib: 2.8.1
9970
9688
9971
-
'@smithy/chunked-blob-reader@5.1.0':
9689
+
'@smithy/chunked-blob-reader@5.2.0':
9972
9690
dependencies:
9973
9691
tslib: 2.8.1
9974
9692
9975
-
'@smithy/config-resolver@4.2.2':
9693
+
'@smithy/config-resolver@4.4.0':
9976
9694
dependencies:
9977
-
'@smithy/node-config-provider': 4.2.2
9978
-
'@smithy/types': 4.5.0
9979
-
'@smithy/util-config-provider': 4.1.0
9980
-
'@smithy/util-middleware': 4.1.1
9695
+
'@smithy/node-config-provider': 4.3.3
9696
+
'@smithy/types': 4.8.0
9697
+
'@smithy/util-config-provider': 4.2.0
9698
+
'@smithy/util-endpoints': 3.2.3
9699
+
'@smithy/util-middleware': 4.2.3
9981
9700
tslib: 2.8.1
9982
9701
9983
-
'@smithy/core@3.13.0':
9702
+
'@smithy/core@3.17.1':
9984
9703
dependencies:
9985
-
'@smithy/middleware-serde': 4.1.1
9986
-
'@smithy/protocol-http': 5.2.1
9987
-
'@smithy/types': 4.5.0
9988
-
'@smithy/util-base64': 4.1.0
9989
-
'@smithy/util-body-length-browser': 4.1.0
9990
-
'@smithy/util-middleware': 4.1.1
9991
-
'@smithy/util-stream': 4.3.2
9992
-
'@smithy/util-utf8': 4.1.0
9993
-
'@smithy/uuid': 1.0.0
9704
+
'@smithy/middleware-serde': 4.2.3
9705
+
'@smithy/protocol-http': 5.3.3
9706
+
'@smithy/types': 4.8.0
9707
+
'@smithy/util-base64': 4.3.0
9708
+
'@smithy/util-body-length-browser': 4.2.0
9709
+
'@smithy/util-middleware': 4.2.3
9710
+
'@smithy/util-stream': 4.5.4
9711
+
'@smithy/util-utf8': 4.2.0
9712
+
'@smithy/uuid': 1.1.0
9994
9713
tslib: 2.8.1
9995
9714
9996
-
'@smithy/credential-provider-imds@4.1.2':
9715
+
'@smithy/credential-provider-imds@4.2.3':
9997
9716
dependencies:
9998
-
'@smithy/node-config-provider': 4.2.2
9999
-
'@smithy/property-provider': 4.1.1
10000
-
'@smithy/types': 4.5.0
10001
-
'@smithy/url-parser': 4.1.1
9717
+
'@smithy/node-config-provider': 4.3.3
9718
+
'@smithy/property-provider': 4.2.3
9719
+
'@smithy/types': 4.8.0
9720
+
'@smithy/url-parser': 4.2.3
10002
9721
tslib: 2.8.1
10003
9722
10004
-
'@smithy/eventstream-codec@4.1.1':
9723
+
'@smithy/eventstream-codec@4.2.3':
10005
9724
dependencies:
10006
9725
'@aws-crypto/crc32': 5.2.0
10007
-
'@smithy/types': 4.5.0
10008
-
'@smithy/util-hex-encoding': 4.1.0
9726
+
'@smithy/types': 4.8.0
9727
+
'@smithy/util-hex-encoding': 4.2.0
10009
9728
tslib: 2.8.1
10010
9729
10011
-
'@smithy/eventstream-serde-browser@4.1.1':
9730
+
'@smithy/eventstream-serde-browser@4.2.3':
10012
9731
dependencies:
10013
-
'@smithy/eventstream-serde-universal': 4.1.1
10014
-
'@smithy/types': 4.5.0
9732
+
'@smithy/eventstream-serde-universal': 4.2.3
9733
+
'@smithy/types': 4.8.0
10015
9734
tslib: 2.8.1
10016
9735
10017
-
'@smithy/eventstream-serde-config-resolver@4.2.1':
9736
+
'@smithy/eventstream-serde-config-resolver@4.3.3':
10018
9737
dependencies:
10019
-
'@smithy/types': 4.5.0
9738
+
'@smithy/types': 4.8.0
10020
9739
tslib: 2.8.1
10021
9740
10022
-
'@smithy/eventstream-serde-node@4.1.1':
9741
+
'@smithy/eventstream-serde-node@4.2.3':
10023
9742
dependencies:
10024
-
'@smithy/eventstream-serde-universal': 4.1.1
10025
-
'@smithy/types': 4.5.0
9743
+
'@smithy/eventstream-serde-universal': 4.2.3
9744
+
'@smithy/types': 4.8.0
10026
9745
tslib: 2.8.1
10027
9746
10028
-
'@smithy/eventstream-serde-universal@4.1.1':
9747
+
'@smithy/eventstream-serde-universal@4.2.3':
10029
9748
dependencies:
10030
-
'@smithy/eventstream-codec': 4.1.1
10031
-
'@smithy/types': 4.5.0
9749
+
'@smithy/eventstream-codec': 4.2.3
9750
+
'@smithy/types': 4.8.0
10032
9751
tslib: 2.8.1
10033
9752
10034
-
'@smithy/fetch-http-handler@5.2.1':
9753
+
'@smithy/fetch-http-handler@5.3.4':
10035
9754
dependencies:
10036
-
'@smithy/protocol-http': 5.2.1
10037
-
'@smithy/querystring-builder': 4.1.1
10038
-
'@smithy/types': 4.5.0
10039
-
'@smithy/util-base64': 4.1.0
9755
+
'@smithy/protocol-http': 5.3.3
9756
+
'@smithy/querystring-builder': 4.2.3
9757
+
'@smithy/types': 4.8.0
9758
+
'@smithy/util-base64': 4.3.0
10040
9759
tslib: 2.8.1
10041
9760
10042
-
'@smithy/hash-blob-browser@4.1.1':
9761
+
'@smithy/hash-blob-browser@4.2.4':
10043
9762
dependencies:
10044
-
'@smithy/chunked-blob-reader': 5.1.0
10045
-
'@smithy/chunked-blob-reader-native': 4.1.0
10046
-
'@smithy/types': 4.5.0
9763
+
'@smithy/chunked-blob-reader': 5.2.0
9764
+
'@smithy/chunked-blob-reader-native': 4.2.1
9765
+
'@smithy/types': 4.8.0
10047
9766
tslib: 2.8.1
10048
9767
10049
-
'@smithy/hash-node@4.1.1':
9768
+
'@smithy/hash-node@4.2.3':
10050
9769
dependencies:
10051
-
'@smithy/types': 4.5.0
10052
-
'@smithy/util-buffer-from': 4.1.0
10053
-
'@smithy/util-utf8': 4.1.0
9770
+
'@smithy/types': 4.8.0
9771
+
'@smithy/util-buffer-from': 4.2.0
9772
+
'@smithy/util-utf8': 4.2.0
10054
9773
tslib: 2.8.1
10055
9774
10056
-
'@smithy/hash-stream-node@4.1.1':
9775
+
'@smithy/hash-stream-node@4.2.3':
10057
9776
dependencies:
10058
-
'@smithy/types': 4.5.0
10059
-
'@smithy/util-utf8': 4.1.0
9777
+
'@smithy/types': 4.8.0
9778
+
'@smithy/util-utf8': 4.2.0
10060
9779
tslib: 2.8.1
10061
9780
10062
-
'@smithy/invalid-dependency@4.1.1':
9781
+
'@smithy/invalid-dependency@4.2.3':
10063
9782
dependencies:
10064
-
'@smithy/types': 4.5.0
9783
+
'@smithy/types': 4.8.0
10065
9784
tslib: 2.8.1
10066
9785
10067
9786
'@smithy/is-array-buffer@2.2.0':
10068
9787
dependencies:
10069
9788
tslib: 2.8.1
10070
9789
10071
-
'@smithy/is-array-buffer@4.1.0':
9790
+
'@smithy/is-array-buffer@4.2.0':
10072
9791
dependencies:
10073
9792
tslib: 2.8.1
10074
9793
10075
-
'@smithy/md5-js@4.1.1':
9794
+
'@smithy/md5-js@4.2.3':
10076
9795
dependencies:
10077
-
'@smithy/types': 4.5.0
10078
-
'@smithy/util-utf8': 4.1.0
9796
+
'@smithy/types': 4.8.0
9797
+
'@smithy/util-utf8': 4.2.0
10079
9798
tslib: 2.8.1
10080
9799
10081
-
'@smithy/middleware-content-length@4.1.1':
9800
+
'@smithy/middleware-content-length@4.2.3':
10082
9801
dependencies:
10083
-
'@smithy/protocol-http': 5.2.1
10084
-
'@smithy/types': 4.5.0
9802
+
'@smithy/protocol-http': 5.3.3
9803
+
'@smithy/types': 4.8.0
10085
9804
tslib: 2.8.1
10086
9805
10087
-
'@smithy/middleware-endpoint@4.2.5':
9806
+
'@smithy/middleware-endpoint@4.3.5':
10088
9807
dependencies:
10089
-
'@smithy/core': 3.13.0
10090
-
'@smithy/middleware-serde': 4.1.1
10091
-
'@smithy/node-config-provider': 4.2.2
10092
-
'@smithy/shared-ini-file-loader': 4.2.0
10093
-
'@smithy/types': 4.5.0
10094
-
'@smithy/url-parser': 4.1.1
10095
-
'@smithy/util-middleware': 4.1.1
9808
+
'@smithy/core': 3.17.1
9809
+
'@smithy/middleware-serde': 4.2.3
9810
+
'@smithy/node-config-provider': 4.3.3
9811
+
'@smithy/shared-ini-file-loader': 4.3.3
9812
+
'@smithy/types': 4.8.0
9813
+
'@smithy/url-parser': 4.2.3
9814
+
'@smithy/util-middleware': 4.2.3
10096
9815
tslib: 2.8.1
10097
9816
10098
-
'@smithy/middleware-retry@4.3.1':
9817
+
'@smithy/middleware-retry@4.4.5':
10099
9818
dependencies:
10100
-
'@smithy/node-config-provider': 4.2.2
10101
-
'@smithy/protocol-http': 5.2.1
10102
-
'@smithy/service-error-classification': 4.1.2
10103
-
'@smithy/smithy-client': 4.6.5
10104
-
'@smithy/types': 4.5.0
10105
-
'@smithy/util-middleware': 4.1.1
10106
-
'@smithy/util-retry': 4.1.2
10107
-
'@smithy/uuid': 1.0.0
9819
+
'@smithy/node-config-provider': 4.3.3
9820
+
'@smithy/protocol-http': 5.3.3
9821
+
'@smithy/service-error-classification': 4.2.3
9822
+
'@smithy/smithy-client': 4.9.1
9823
+
'@smithy/types': 4.8.0
9824
+
'@smithy/util-middleware': 4.2.3
9825
+
'@smithy/util-retry': 4.2.3
9826
+
'@smithy/uuid': 1.1.0
10108
9827
tslib: 2.8.1
10109
9828
10110
-
'@smithy/middleware-serde@4.1.1':
9829
+
'@smithy/middleware-serde@4.2.3':
10111
9830
dependencies:
10112
-
'@smithy/protocol-http': 5.2.1
10113
-
'@smithy/types': 4.5.0
9831
+
'@smithy/protocol-http': 5.3.3
9832
+
'@smithy/types': 4.8.0
10114
9833
tslib: 2.8.1
10115
9834
10116
-
'@smithy/middleware-stack@4.1.1':
9835
+
'@smithy/middleware-stack@4.2.3':
10117
9836
dependencies:
10118
-
'@smithy/types': 4.5.0
9837
+
'@smithy/types': 4.8.0
10119
9838
tslib: 2.8.1
10120
9839
10121
-
'@smithy/node-config-provider@4.2.2':
9840
+
'@smithy/node-config-provider@4.3.3':
10122
9841
dependencies:
10123
-
'@smithy/property-provider': 4.1.1
10124
-
'@smithy/shared-ini-file-loader': 4.2.0
10125
-
'@smithy/types': 4.5.0
9842
+
'@smithy/property-provider': 4.2.3
9843
+
'@smithy/shared-ini-file-loader': 4.3.3
9844
+
'@smithy/types': 4.8.0
10126
9845
tslib: 2.8.1
10127
9846
10128
-
'@smithy/node-http-handler@4.2.1':
9847
+
'@smithy/node-http-handler@4.4.3':
10129
9848
dependencies:
10130
-
'@smithy/abort-controller': 4.1.1
10131
-
'@smithy/protocol-http': 5.2.1
10132
-
'@smithy/querystring-builder': 4.1.1
10133
-
'@smithy/types': 4.5.0
9849
+
'@smithy/abort-controller': 4.2.3
9850
+
'@smithy/protocol-http': 5.3.3
9851
+
'@smithy/querystring-builder': 4.2.3
9852
+
'@smithy/types': 4.8.0
10134
9853
tslib: 2.8.1
10135
9854
10136
-
'@smithy/property-provider@4.1.1':
9855
+
'@smithy/property-provider@4.2.3':
10137
9856
dependencies:
10138
-
'@smithy/types': 4.5.0
9857
+
'@smithy/types': 4.8.0
10139
9858
tslib: 2.8.1
10140
9859
10141
-
'@smithy/protocol-http@5.2.1':
9860
+
'@smithy/protocol-http@5.3.3':
10142
9861
dependencies:
10143
-
'@smithy/types': 4.5.0
9862
+
'@smithy/types': 4.8.0
10144
9863
tslib: 2.8.1
10145
9864
10146
-
'@smithy/querystring-builder@4.1.1':
9865
+
'@smithy/querystring-builder@4.2.3':
10147
9866
dependencies:
10148
-
'@smithy/types': 4.5.0
10149
-
'@smithy/util-uri-escape': 4.1.0
9867
+
'@smithy/types': 4.8.0
9868
+
'@smithy/util-uri-escape': 4.2.0
10150
9869
tslib: 2.8.1
10151
9870
10152
-
'@smithy/querystring-parser@4.1.1':
9871
+
'@smithy/querystring-parser@4.2.3':
10153
9872
dependencies:
10154
-
'@smithy/types': 4.5.0
9873
+
'@smithy/types': 4.8.0
10155
9874
tslib: 2.8.1
10156
9875
10157
-
'@smithy/service-error-classification@4.1.2':
9876
+
'@smithy/service-error-classification@4.2.3':
10158
9877
dependencies:
10159
-
'@smithy/types': 4.5.0
9878
+
'@smithy/types': 4.8.0
10160
9879
10161
-
'@smithy/shared-ini-file-loader@4.2.0':
9880
+
'@smithy/shared-ini-file-loader@4.3.3':
10162
9881
dependencies:
10163
-
'@smithy/types': 4.5.0
9882
+
'@smithy/types': 4.8.0
10164
9883
tslib: 2.8.1
10165
9884
10166
-
'@smithy/signature-v4@5.2.1':
9885
+
'@smithy/signature-v4@5.3.3':
10167
9886
dependencies:
10168
-
'@smithy/is-array-buffer': 4.1.0
10169
-
'@smithy/protocol-http': 5.2.1
10170
-
'@smithy/types': 4.5.0
10171
-
'@smithy/util-hex-encoding': 4.1.0
10172
-
'@smithy/util-middleware': 4.1.1
10173
-
'@smithy/util-uri-escape': 4.1.0
10174
-
'@smithy/util-utf8': 4.1.0
9887
+
'@smithy/is-array-buffer': 4.2.0
9888
+
'@smithy/protocol-http': 5.3.3
9889
+
'@smithy/types': 4.8.0
9890
+
'@smithy/util-hex-encoding': 4.2.0
9891
+
'@smithy/util-middleware': 4.2.3
9892
+
'@smithy/util-uri-escape': 4.2.0
9893
+
'@smithy/util-utf8': 4.2.0
10175
9894
tslib: 2.8.1
10176
9895
10177
-
'@smithy/smithy-client@4.6.5':
9896
+
'@smithy/smithy-client@4.9.1':
10178
9897
dependencies:
10179
-
'@smithy/core': 3.13.0
10180
-
'@smithy/middleware-endpoint': 4.2.5
10181
-
'@smithy/middleware-stack': 4.1.1
10182
-
'@smithy/protocol-http': 5.2.1
10183
-
'@smithy/types': 4.5.0
10184
-
'@smithy/util-stream': 4.3.2
9898
+
'@smithy/core': 3.17.1
9899
+
'@smithy/middleware-endpoint': 4.3.5
9900
+
'@smithy/middleware-stack': 4.2.3
9901
+
'@smithy/protocol-http': 5.3.3
9902
+
'@smithy/types': 4.8.0
9903
+
'@smithy/util-stream': 4.5.4
10185
9904
tslib: 2.8.1
10186
9905
10187
-
'@smithy/types@4.5.0':
9906
+
'@smithy/types@4.8.0':
10188
9907
dependencies:
10189
9908
tslib: 2.8.1
10190
9909
10191
-
'@smithy/url-parser@4.1.1':
9910
+
'@smithy/url-parser@4.2.3':
10192
9911
dependencies:
10193
-
'@smithy/querystring-parser': 4.1.1
10194
-
'@smithy/types': 4.5.0
9912
+
'@smithy/querystring-parser': 4.2.3
9913
+
'@smithy/types': 4.8.0
10195
9914
tslib: 2.8.1
10196
9915
10197
-
'@smithy/util-base64@4.1.0':
9916
+
'@smithy/util-base64@4.3.0':
10198
9917
dependencies:
10199
-
'@smithy/util-buffer-from': 4.1.0
10200
-
'@smithy/util-utf8': 4.1.0
9918
+
'@smithy/util-buffer-from': 4.2.0
9919
+
'@smithy/util-utf8': 4.2.0
10201
9920
tslib: 2.8.1
10202
9921
10203
-
'@smithy/util-body-length-browser@4.1.0':
9922
+
'@smithy/util-body-length-browser@4.2.0':
10204
9923
dependencies:
10205
9924
tslib: 2.8.1
10206
9925
10207
-
'@smithy/util-body-length-node@4.1.0':
9926
+
'@smithy/util-body-length-node@4.2.1':
10208
9927
dependencies:
10209
9928
tslib: 2.8.1
10210
9929
···
10213
9932
'@smithy/is-array-buffer': 2.2.0
10214
9933
tslib: 2.8.1
10215
9934
10216
-
'@smithy/util-buffer-from@4.1.0':
9935
+
'@smithy/util-buffer-from@4.2.0':
10217
9936
dependencies:
10218
-
'@smithy/is-array-buffer': 4.1.0
9937
+
'@smithy/is-array-buffer': 4.2.0
10219
9938
tslib: 2.8.1
10220
9939
10221
-
'@smithy/util-config-provider@4.1.0':
9940
+
'@smithy/util-config-provider@4.2.0':
10222
9941
dependencies:
10223
9942
tslib: 2.8.1
10224
9943
10225
-
'@smithy/util-defaults-mode-browser@4.1.5':
9944
+
'@smithy/util-defaults-mode-browser@4.3.4':
10226
9945
dependencies:
10227
-
'@smithy/property-provider': 4.1.1
10228
-
'@smithy/smithy-client': 4.6.5
10229
-
'@smithy/types': 4.5.0
10230
-
bowser: 2.12.1
9946
+
'@smithy/property-provider': 4.2.3
9947
+
'@smithy/smithy-client': 4.9.1
9948
+
'@smithy/types': 4.8.0
10231
9949
tslib: 2.8.1
10232
9950
10233
-
'@smithy/util-defaults-mode-node@4.1.5':
9951
+
'@smithy/util-defaults-mode-node@4.2.6':
10234
9952
dependencies:
10235
-
'@smithy/config-resolver': 4.2.2
10236
-
'@smithy/credential-provider-imds': 4.1.2
10237
-
'@smithy/node-config-provider': 4.2.2
10238
-
'@smithy/property-provider': 4.1.1
10239
-
'@smithy/smithy-client': 4.6.5
10240
-
'@smithy/types': 4.5.0
9953
+
'@smithy/config-resolver': 4.4.0
9954
+
'@smithy/credential-provider-imds': 4.2.3
9955
+
'@smithy/node-config-provider': 4.3.3
9956
+
'@smithy/property-provider': 4.2.3
9957
+
'@smithy/smithy-client': 4.9.1
9958
+
'@smithy/types': 4.8.0
10241
9959
tslib: 2.8.1
10242
9960
10243
-
'@smithy/util-endpoints@3.1.2':
9961
+
'@smithy/util-endpoints@3.2.3':
10244
9962
dependencies:
10245
-
'@smithy/node-config-provider': 4.2.2
10246
-
'@smithy/types': 4.5.0
9963
+
'@smithy/node-config-provider': 4.3.3
9964
+
'@smithy/types': 4.8.0
10247
9965
tslib: 2.8.1
10248
9966
10249
-
'@smithy/util-hex-encoding@4.1.0':
9967
+
'@smithy/util-hex-encoding@4.2.0':
10250
9968
dependencies:
10251
9969
tslib: 2.8.1
10252
9970
10253
-
'@smithy/util-middleware@4.1.1':
9971
+
'@smithy/util-middleware@4.2.3':
10254
9972
dependencies:
10255
-
'@smithy/types': 4.5.0
9973
+
'@smithy/types': 4.8.0
10256
9974
tslib: 2.8.1
10257
9975
10258
-
'@smithy/util-retry@4.1.2':
9976
+
'@smithy/util-retry@4.2.3':
10259
9977
dependencies:
10260
-
'@smithy/service-error-classification': 4.1.2
10261
-
'@smithy/types': 4.5.0
9978
+
'@smithy/service-error-classification': 4.2.3
9979
+
'@smithy/types': 4.8.0
10262
9980
tslib: 2.8.1
10263
9981
10264
-
'@smithy/util-stream@4.3.2':
9982
+
'@smithy/util-stream@4.5.4':
10265
9983
dependencies:
10266
-
'@smithy/fetch-http-handler': 5.2.1
10267
-
'@smithy/node-http-handler': 4.2.1
10268
-
'@smithy/types': 4.5.0
10269
-
'@smithy/util-base64': 4.1.0
10270
-
'@smithy/util-buffer-from': 4.1.0
10271
-
'@smithy/util-hex-encoding': 4.1.0
10272
-
'@smithy/util-utf8': 4.1.0
9984
+
'@smithy/fetch-http-handler': 5.3.4
9985
+
'@smithy/node-http-handler': 4.4.3
9986
+
'@smithy/types': 4.8.0
9987
+
'@smithy/util-base64': 4.3.0
9988
+
'@smithy/util-buffer-from': 4.2.0
9989
+
'@smithy/util-hex-encoding': 4.2.0
9990
+
'@smithy/util-utf8': 4.2.0
10273
9991
tslib: 2.8.1
10274
9992
10275
-
'@smithy/util-uri-escape@4.1.0':
9993
+
'@smithy/util-uri-escape@4.2.0':
10276
9994
dependencies:
10277
9995
tslib: 2.8.1
10278
9996
···
10281
9999
'@smithy/util-buffer-from': 2.2.0
10282
10000
tslib: 2.8.1
10283
10001
10284
-
'@smithy/util-utf8@4.1.0':
10002
+
'@smithy/util-utf8@4.2.0':
10285
10003
dependencies:
10286
-
'@smithy/util-buffer-from': 4.1.0
10004
+
'@smithy/util-buffer-from': 4.2.0
10287
10005
tslib: 2.8.1
10288
10006
10289
-
'@smithy/util-waiter@4.1.1':
10007
+
'@smithy/util-waiter@4.2.3':
10290
10008
dependencies:
10291
-
'@smithy/abort-controller': 4.1.1
10292
-
'@smithy/types': 4.5.0
10009
+
'@smithy/abort-controller': 4.2.3
10010
+
'@smithy/types': 4.8.0
10293
10011
tslib: 2.8.1
10294
10012
10295
-
'@smithy/uuid@1.0.0':
10013
+
'@smithy/uuid@1.1.0':
10296
10014
dependencies:
10297
10015
tslib: 2.8.1
10298
10016
···
10304
10022
dependencies:
10305
10023
tslib: 2.8.1
10306
10024
10307
-
'@tailwindcss/aspect-ratio@0.4.2(tailwindcss@4.1.13)':
10025
+
'@tailwindcss/aspect-ratio@0.4.2(tailwindcss@4.1.15)':
10308
10026
dependencies:
10309
-
tailwindcss: 4.1.13
10027
+
tailwindcss: 4.1.15
10310
10028
10311
-
'@tailwindcss/forms@0.5.10(tailwindcss@4.1.13)':
10029
+
'@tailwindcss/forms@0.5.10(tailwindcss@4.1.15)':
10312
10030
dependencies:
10313
10031
mini-svg-data-uri: 1.4.4
10314
-
tailwindcss: 4.1.13
10032
+
tailwindcss: 4.1.15
10315
10033
10316
-
'@tailwindcss/node@4.1.13':
10034
+
'@tailwindcss/node@4.1.15':
10317
10035
dependencies:
10318
10036
'@jridgewell/remapping': 2.3.5
10319
10037
enhanced-resolve: 5.18.3
10320
-
jiti: 2.6.0
10321
-
lightningcss: 1.30.1
10038
+
jiti: 2.6.1
10039
+
lightningcss: 1.30.2
10322
10040
magic-string: 0.30.19
10323
10041
source-map-js: 1.2.1
10324
-
tailwindcss: 4.1.13
10042
+
tailwindcss: 4.1.15
10325
10043
10326
-
'@tailwindcss/oxide-android-arm64@4.1.13':
10044
+
'@tailwindcss/oxide-android-arm64@4.1.15':
10327
10045
optional: true
10328
10046
10329
-
'@tailwindcss/oxide-darwin-arm64@4.1.13':
10047
+
'@tailwindcss/oxide-darwin-arm64@4.1.15':
10330
10048
optional: true
10331
10049
10332
-
'@tailwindcss/oxide-darwin-x64@4.1.13':
10050
+
'@tailwindcss/oxide-darwin-x64@4.1.15':
10333
10051
optional: true
10334
10052
10335
-
'@tailwindcss/oxide-freebsd-x64@4.1.13':
10053
+
'@tailwindcss/oxide-freebsd-x64@4.1.15':
10336
10054
optional: true
10337
10055
10338
-
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.13':
10056
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.15':
10339
10057
optional: true
10340
10058
10341
-
'@tailwindcss/oxide-linux-arm64-gnu@4.1.13':
10059
+
'@tailwindcss/oxide-linux-arm64-gnu@4.1.15':
10342
10060
optional: true
10343
10061
10344
-
'@tailwindcss/oxide-linux-arm64-musl@4.1.13':
10062
+
'@tailwindcss/oxide-linux-arm64-musl@4.1.15':
10345
10063
optional: true
10346
10064
10347
-
'@tailwindcss/oxide-linux-x64-gnu@4.1.13':
10065
+
'@tailwindcss/oxide-linux-x64-gnu@4.1.15':
10348
10066
optional: true
10349
10067
10350
-
'@tailwindcss/oxide-linux-x64-musl@4.1.13':
10068
+
'@tailwindcss/oxide-linux-x64-musl@4.1.15':
10351
10069
optional: true
10352
10070
10353
-
'@tailwindcss/oxide-wasm32-wasi@4.1.13':
10071
+
'@tailwindcss/oxide-wasm32-wasi@4.1.15':
10354
10072
optional: true
10355
10073
10356
-
'@tailwindcss/oxide-win32-arm64-msvc@4.1.13':
10074
+
'@tailwindcss/oxide-win32-arm64-msvc@4.1.15':
10357
10075
optional: true
10358
10076
10359
-
'@tailwindcss/oxide-win32-x64-msvc@4.1.13':
10077
+
'@tailwindcss/oxide-win32-x64-msvc@4.1.15':
10360
10078
optional: true
10361
10079
10362
-
'@tailwindcss/oxide@4.1.13':
10363
-
dependencies:
10364
-
detect-libc: 2.1.0
10365
-
tar: 7.4.4
10080
+
'@tailwindcss/oxide@4.1.15':
10366
10081
optionalDependencies:
10367
-
'@tailwindcss/oxide-android-arm64': 4.1.13
10368
-
'@tailwindcss/oxide-darwin-arm64': 4.1.13
10369
-
'@tailwindcss/oxide-darwin-x64': 4.1.13
10370
-
'@tailwindcss/oxide-freebsd-x64': 4.1.13
10371
-
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.13
10372
-
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.13
10373
-
'@tailwindcss/oxide-linux-arm64-musl': 4.1.13
10374
-
'@tailwindcss/oxide-linux-x64-gnu': 4.1.13
10375
-
'@tailwindcss/oxide-linux-x64-musl': 4.1.13
10376
-
'@tailwindcss/oxide-wasm32-wasi': 4.1.13
10377
-
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.13
10378
-
'@tailwindcss/oxide-win32-x64-msvc': 4.1.13
10082
+
'@tailwindcss/oxide-android-arm64': 4.1.15
10083
+
'@tailwindcss/oxide-darwin-arm64': 4.1.15
10084
+
'@tailwindcss/oxide-darwin-x64': 4.1.15
10085
+
'@tailwindcss/oxide-freebsd-x64': 4.1.15
10086
+
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.15
10087
+
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.15
10088
+
'@tailwindcss/oxide-linux-arm64-musl': 4.1.15
10089
+
'@tailwindcss/oxide-linux-x64-gnu': 4.1.15
10090
+
'@tailwindcss/oxide-linux-x64-musl': 4.1.15
10091
+
'@tailwindcss/oxide-wasm32-wasi': 4.1.15
10092
+
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.15
10093
+
'@tailwindcss/oxide-win32-x64-msvc': 4.1.15
10379
10094
10380
-
'@tailwindcss/vite@4.1.13(vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))':
10095
+
'@tailwindcss/vite@4.1.15(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))':
10381
10096
dependencies:
10382
-
'@tailwindcss/node': 4.1.13
10383
-
'@tailwindcss/oxide': 4.1.13
10384
-
tailwindcss: 4.1.13
10385
-
vite: 7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
10097
+
'@tailwindcss/node': 4.1.15
10098
+
'@tailwindcss/oxide': 4.1.15
10099
+
tailwindcss: 4.1.15
10100
+
vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
10386
10101
10387
-
'@tanstack/query-core@5.90.2': {}
10102
+
'@tanstack/query-core@5.90.5': {}
10388
10103
10389
-
'@tanstack/react-query@5.90.2(react@19.1.1)':
10104
+
'@tanstack/react-query@5.90.5(react@19.2.0)':
10390
10105
dependencies:
10391
-
'@tanstack/query-core': 5.90.2
10392
-
react: 19.1.1
10106
+
'@tanstack/query-core': 5.90.5
10107
+
react: 19.2.0
10393
10108
10394
-
'@tanstack/react-virtual@3.13.12(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
10109
+
'@tanstack/react-virtual@3.13.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
10395
10110
dependencies:
10396
10111
'@tanstack/virtual-core': 3.13.12
10397
-
react: 19.1.1
10398
-
react-dom: 19.1.1(react@19.1.1)
10112
+
react: 19.2.0
10113
+
react-dom: 19.2.0(react@19.2.0)
10399
10114
10400
10115
'@tanstack/virtual-core@3.13.12': {}
10401
10116
10402
-
'@theguild/federation-composition@0.20.1(graphql@16.11.0)':
10117
+
'@theguild/federation-composition@0.20.2(graphql@16.11.0)':
10403
10118
dependencies:
10404
10119
constant-case: 3.0.4
10405
-
debug: 4.4.1
10120
+
debug: 4.4.3
10406
10121
graphql: 16.11.0
10407
10122
json5: 2.2.3
10408
10123
lodash.sortby: 4.7.0
···
10456
10171
dependencies:
10457
10172
undici-types: 6.19.8
10458
10173
10459
-
'@types/node@24.5.2':
10174
+
'@types/node@24.9.1':
10460
10175
dependencies:
10461
-
undici-types: 7.12.0
10176
+
undici-types: 7.16.0
10462
10177
10463
-
'@types/react-dom@19.1.9(@types/react@19.1.15)':
10178
+
'@types/react-dom@19.2.2(@types/react@19.2.2)':
10464
10179
dependencies:
10465
-
'@types/react': 19.1.15
10180
+
'@types/react': 19.2.2
10466
10181
10467
-
'@types/react@19.1.15':
10182
+
'@types/react@19.2.2':
10468
10183
dependencies:
10469
10184
csstype: 3.1.3
10470
10185
···
10476
10191
10477
10192
'@types/ws@8.18.1':
10478
10193
dependencies:
10479
-
'@types/node': 24.5.2
10194
+
'@types/node': 24.9.1
10480
10195
10481
-
'@uidotdev/usehooks@2.4.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
10196
+
'@uidotdev/usehooks@2.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
10482
10197
dependencies:
10483
-
react: 19.1.1
10484
-
react-dom: 19.1.1(react@19.1.1)
10198
+
react: 19.2.0
10199
+
react-dom: 19.2.0(react@19.2.0)
10485
10200
10486
10201
'@ungap/structured-clone@1.3.0': {}
10487
10202
···
10490
10205
uncrypto: 0.1.3
10491
10206
optional: true
10492
10207
10493
-
'@vitejs/plugin-react@5.0.4(vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))':
10208
+
'@vitejs/plugin-react@5.0.4(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1))':
10494
10209
dependencies:
10495
10210
'@babel/core': 7.28.4
10496
10211
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4)
···
10498
10213
'@rolldown/pluginutils': 1.0.0-beta.38
10499
10214
'@types/babel__core': 7.20.5
10500
10215
react-refresh: 0.17.0
10501
-
vite: 7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
10216
+
vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
10502
10217
transitivePeerDependencies:
10503
10218
- supports-color
10504
10219
10505
-
'@wagmi/connectors@5.11.2(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(@wagmi/core@2.21.2(@tanstack/query-core@5.90.2)(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)))(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(wagmi@2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11))(zod@4.1.11)':
10220
+
'@wagmi/connectors@6.1.0(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(@wagmi/core@2.22.1(@tanstack/query-core@5.90.5)(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)))(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76))(zod@3.25.76)':
10506
10221
dependencies:
10507
-
'@base-org/account': 1.1.1(@types/react@19.1.15)(bufferutil@4.0.9)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@4.1.11)
10508
-
'@coinbase/wallet-sdk': 4.3.6(@types/react@19.1.15)(bufferutil@4.0.9)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@4.1.11)
10509
-
'@gemini-wallet/core': 0.2.0(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))
10222
+
'@base-org/account': 1.1.1(@types/react@19.2.2)(bufferutil@4.0.9)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(utf-8-validate@5.0.10)(zod@3.25.76)
10223
+
'@coinbase/wallet-sdk': 4.3.6(@types/react@19.2.2)(bufferutil@4.0.9)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(utf-8-validate@5.0.10)(zod@3.25.76)
10224
+
'@gemini-wallet/core': 0.2.0(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))
10510
10225
'@metamask/sdk': 0.33.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
10511
-
'@safe-global/safe-apps-provider': 0.18.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10512
-
'@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10513
-
'@wagmi/core': 2.21.2(@tanstack/query-core@5.90.2)(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))
10514
-
'@walletconnect/ethereum-provider': 2.21.1(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10226
+
'@safe-global/safe-apps-provider': 0.18.6(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10227
+
'@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10228
+
'@wagmi/core': 2.22.1(@tanstack/query-core@5.90.5)(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))
10229
+
'@walletconnect/ethereum-provider': 2.21.1(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10515
10230
cbw-sdk: '@coinbase/wallet-sdk@3.9.3'
10516
-
porto: 0.2.19(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@wagmi/core@2.21.2(@tanstack/query-core@5.90.2)(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)))(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(wagmi@2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11))
10517
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10231
+
porto: 0.2.19(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@wagmi/core@2.22.1(@tanstack/query-core@5.90.5)(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)))(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76))
10232
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10518
10233
optionalDependencies:
10519
-
typescript: 5.9.2
10234
+
typescript: 5.9.3
10520
10235
transitivePeerDependencies:
10521
10236
- '@azure/app-configuration'
10522
10237
- '@azure/cosmos'
···
10549
10264
- wagmi
10550
10265
- zod
10551
10266
10552
-
'@wagmi/core@2.21.2(@tanstack/query-core@5.90.2)(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))':
10267
+
'@wagmi/core@2.22.1(@tanstack/query-core@5.90.5)(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))':
10553
10268
dependencies:
10554
10269
eventemitter3: 5.0.1
10555
-
mipd: 0.0.7(typescript@5.9.2)
10556
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10557
-
zustand: 5.0.0(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(use-sync-external-store@1.4.0(react@19.1.1))
10270
+
mipd: 0.0.7(typescript@5.9.3)
10271
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10272
+
zustand: 5.0.0(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.4.0(react@19.2.0))
10558
10273
optionalDependencies:
10559
-
'@tanstack/query-core': 5.90.2
10560
-
typescript: 5.9.2
10274
+
'@tanstack/query-core': 5.90.5
10275
+
typescript: 5.9.3
10561
10276
transitivePeerDependencies:
10562
10277
- '@types/react'
10563
10278
- immer
10564
10279
- react
10565
10280
- use-sync-external-store
10566
10281
10567
-
'@walletconnect/core@2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10282
+
'@walletconnect/core@2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
10568
10283
dependencies:
10569
10284
'@walletconnect/heartbeat': 1.2.2
10570
10285
'@walletconnect/jsonrpc-provider': 1.0.14
···
10578
10293
'@walletconnect/safe-json': 1.0.2
10579
10294
'@walletconnect/time': 1.0.2
10580
10295
'@walletconnect/types': 2.21.0(@upstash/redis@1.35.4)(ioredis@5.8.0)
10581
-
'@walletconnect/utils': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10296
+
'@walletconnect/utils': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10582
10297
'@walletconnect/window-getters': 1.0.1
10583
10298
es-toolkit: 1.33.0
10584
10299
events: 3.3.0
···
10608
10323
- utf-8-validate
10609
10324
- zod
10610
10325
10611
-
'@walletconnect/core@2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10326
+
'@walletconnect/core@2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
10612
10327
dependencies:
10613
10328
'@walletconnect/heartbeat': 1.2.2
10614
10329
'@walletconnect/jsonrpc-provider': 1.0.14
···
10622
10337
'@walletconnect/safe-json': 1.0.2
10623
10338
'@walletconnect/time': 1.0.2
10624
10339
'@walletconnect/types': 2.21.1(@upstash/redis@1.35.4)(ioredis@5.8.0)
10625
-
'@walletconnect/utils': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10340
+
'@walletconnect/utils': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10626
10341
'@walletconnect/window-getters': 1.0.1
10627
10342
es-toolkit: 1.33.0
10628
10343
events: 3.3.0
···
10656
10371
dependencies:
10657
10372
tslib: 1.14.1
10658
10373
10659
-
'@walletconnect/ethereum-provider@2.21.1(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10374
+
'@walletconnect/ethereum-provider@2.21.1(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
10660
10375
dependencies:
10661
-
'@reown/appkit': 1.7.8(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10376
+
'@reown/appkit': 1.7.8(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10662
10377
'@walletconnect/jsonrpc-http-connection': 1.0.8
10663
10378
'@walletconnect/jsonrpc-provider': 1.0.14
10664
10379
'@walletconnect/jsonrpc-types': 1.0.4
10665
10380
'@walletconnect/jsonrpc-utils': 1.0.8
10666
10381
'@walletconnect/keyvaluestorage': 1.1.1(@upstash/redis@1.35.4)(ioredis@5.8.0)
10667
-
'@walletconnect/sign-client': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10382
+
'@walletconnect/sign-client': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10668
10383
'@walletconnect/types': 2.21.1(@upstash/redis@1.35.4)(ioredis@5.8.0)
10669
-
'@walletconnect/universal-provider': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10670
-
'@walletconnect/utils': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10384
+
'@walletconnect/universal-provider': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10385
+
'@walletconnect/utils': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10671
10386
events: 3.3.0
10672
10387
transitivePeerDependencies:
10673
10388
- '@azure/app-configuration'
···
10790
10505
dependencies:
10791
10506
tslib: 1.14.1
10792
10507
10793
-
'@walletconnect/sign-client@2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10508
+
'@walletconnect/sign-client@2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
10794
10509
dependencies:
10795
-
'@walletconnect/core': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10510
+
'@walletconnect/core': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10796
10511
'@walletconnect/events': 1.0.1
10797
10512
'@walletconnect/heartbeat': 1.2.2
10798
10513
'@walletconnect/jsonrpc-utils': 1.0.8
10799
10514
'@walletconnect/logger': 2.1.2
10800
10515
'@walletconnect/time': 1.0.2
10801
10516
'@walletconnect/types': 2.21.0(@upstash/redis@1.35.4)(ioredis@5.8.0)
10802
-
'@walletconnect/utils': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10517
+
'@walletconnect/utils': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10803
10518
events: 3.3.0
10804
10519
transitivePeerDependencies:
10805
10520
- '@azure/app-configuration'
···
10826
10541
- utf-8-validate
10827
10542
- zod
10828
10543
10829
-
'@walletconnect/sign-client@2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10544
+
'@walletconnect/sign-client@2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
10830
10545
dependencies:
10831
-
'@walletconnect/core': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10546
+
'@walletconnect/core': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10832
10547
'@walletconnect/events': 1.0.1
10833
10548
'@walletconnect/heartbeat': 1.2.2
10834
10549
'@walletconnect/jsonrpc-utils': 1.0.8
10835
10550
'@walletconnect/logger': 2.1.2
10836
10551
'@walletconnect/time': 1.0.2
10837
10552
'@walletconnect/types': 2.21.1(@upstash/redis@1.35.4)(ioredis@5.8.0)
10838
-
'@walletconnect/utils': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10553
+
'@walletconnect/utils': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10839
10554
events: 3.3.0
10840
10555
transitivePeerDependencies:
10841
10556
- '@azure/app-configuration'
···
10924
10639
- ioredis
10925
10640
- uploadthing
10926
10641
10927
-
'@walletconnect/universal-provider@2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10642
+
'@walletconnect/universal-provider@2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
10928
10643
dependencies:
10929
10644
'@walletconnect/events': 1.0.1
10930
10645
'@walletconnect/jsonrpc-http-connection': 1.0.8
···
10933
10648
'@walletconnect/jsonrpc-utils': 1.0.8
10934
10649
'@walletconnect/keyvaluestorage': 1.1.1(@upstash/redis@1.35.4)(ioredis@5.8.0)
10935
10650
'@walletconnect/logger': 2.1.2
10936
-
'@walletconnect/sign-client': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10651
+
'@walletconnect/sign-client': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10937
10652
'@walletconnect/types': 2.21.0(@upstash/redis@1.35.4)(ioredis@5.8.0)
10938
-
'@walletconnect/utils': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10653
+
'@walletconnect/utils': 2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10939
10654
es-toolkit: 1.33.0
10940
10655
events: 3.3.0
10941
10656
transitivePeerDependencies:
···
10964
10679
- utf-8-validate
10965
10680
- zod
10966
10681
10967
-
'@walletconnect/universal-provider@2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10682
+
'@walletconnect/universal-provider@2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
10968
10683
dependencies:
10969
10684
'@walletconnect/events': 1.0.1
10970
10685
'@walletconnect/jsonrpc-http-connection': 1.0.8
···
10973
10688
'@walletconnect/jsonrpc-utils': 1.0.8
10974
10689
'@walletconnect/keyvaluestorage': 1.1.1(@upstash/redis@1.35.4)(ioredis@5.8.0)
10975
10690
'@walletconnect/logger': 2.1.2
10976
-
'@walletconnect/sign-client': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10691
+
'@walletconnect/sign-client': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10977
10692
'@walletconnect/types': 2.21.1(@upstash/redis@1.35.4)(ioredis@5.8.0)
10978
-
'@walletconnect/utils': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10693
+
'@walletconnect/utils': 2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
10979
10694
es-toolkit: 1.33.0
10980
10695
events: 3.3.0
10981
10696
transitivePeerDependencies:
···
11004
10719
- utf-8-validate
11005
10720
- zod
11006
10721
11007
-
'@walletconnect/utils@2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10722
+
'@walletconnect/utils@2.21.0(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
11008
10723
dependencies:
11009
10724
'@noble/ciphers': 1.2.1
11010
10725
'@noble/curves': 1.8.1
···
11022
10737
detect-browser: 5.3.0
11023
10738
query-string: 7.1.3
11024
10739
uint8arrays: 3.1.0
11025
-
viem: 2.23.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10740
+
viem: 2.23.2(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
11026
10741
transitivePeerDependencies:
11027
10742
- '@azure/app-configuration'
11028
10743
- '@azure/cosmos'
···
11048
10763
- utf-8-validate
11049
10764
- zod
11050
10765
11051
-
'@walletconnect/utils@2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)':
10766
+
'@walletconnect/utils@2.21.1(@upstash/redis@1.35.4)(bufferutil@4.0.9)(ioredis@5.8.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)':
11052
10767
dependencies:
11053
10768
'@noble/ciphers': 1.2.1
11054
10769
'@noble/curves': 1.8.1
···
11066
10781
detect-browser: 5.3.0
11067
10782
query-string: 7.1.3
11068
10783
uint8arrays: 3.1.0
11069
-
viem: 2.23.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10784
+
viem: 2.23.2(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
11070
10785
transitivePeerDependencies:
11071
10786
- '@azure/app-configuration'
11072
10787
- '@azure/cosmos'
···
11108
10823
11109
10824
'@whatwg-node/fetch@0.10.11':
11110
10825
dependencies:
11111
-
'@whatwg-node/node-fetch': 0.8.0
10826
+
'@whatwg-node/node-fetch': 0.8.1
11112
10827
urlpattern-polyfill: 10.1.0
11113
10828
11114
-
'@whatwg-node/node-fetch@0.8.0':
10829
+
'@whatwg-node/node-fetch@0.8.1':
11115
10830
dependencies:
11116
10831
'@fastify/busboy': 3.2.0
11117
10832
'@whatwg-node/disposablestack': 0.0.6
···
11138
10853
dependencies:
11139
10854
tslib: 2.8.1
11140
10855
11141
-
'@zag-js/dismissable@1.24.2':
10856
+
'@zag-js/dismissable@1.26.3':
11142
10857
dependencies:
11143
-
'@zag-js/dom-query': 1.24.2
11144
-
'@zag-js/interact-outside': 1.24.2
11145
-
'@zag-js/utils': 1.24.2
10858
+
'@zag-js/dom-query': 1.26.3
10859
+
'@zag-js/interact-outside': 1.26.3
10860
+
'@zag-js/utils': 1.26.3
11146
10861
11147
-
'@zag-js/dom-query@1.24.2':
10862
+
'@zag-js/dom-query@1.26.3':
11148
10863
dependencies:
11149
-
'@zag-js/types': 1.24.2
10864
+
'@zag-js/types': 1.26.3
11150
10865
11151
-
'@zag-js/interact-outside@1.24.2':
10866
+
'@zag-js/interact-outside@1.26.3':
11152
10867
dependencies:
11153
-
'@zag-js/dom-query': 1.24.2
11154
-
'@zag-js/utils': 1.24.2
10868
+
'@zag-js/dom-query': 1.26.3
10869
+
'@zag-js/utils': 1.26.3
11155
10870
11156
-
'@zag-js/types@1.24.2':
10871
+
'@zag-js/types@1.26.3':
11157
10872
dependencies:
11158
10873
csstype: 3.1.3
11159
10874
11160
-
'@zag-js/utils@1.24.2': {}
10875
+
'@zag-js/utils@1.26.3': {}
11161
10876
11162
-
'@zoralabs/coins-sdk@0.3.2(abitype@1.1.1(typescript@5.9.2)(zod@4.1.11))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))':
10877
+
'@zoralabs/coins-sdk@0.3.2(abitype@1.1.1(typescript@5.9.3)(zod@3.25.76))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))':
11163
10878
dependencies:
11164
10879
'@hey-api/client-fetch': 0.8.4
11165
10880
'@zoralabs/protocol-deployments': 0.6.3
11166
-
abitype: 1.1.1(typescript@5.9.2)(zod@4.1.11)
11167
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
10881
+
abitype: 1.1.1(typescript@5.9.3)(zod@3.25.76)
10882
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
11168
10883
11169
10884
'@zoralabs/protocol-deployments@0.6.3': {}
11170
10885
11171
-
abitype@1.0.8(typescript@5.9.2)(zod@4.1.11):
10886
+
abitype@1.0.8(typescript@5.9.3)(zod@3.25.76):
11172
10887
optionalDependencies:
11173
-
typescript: 5.9.2
11174
-
zod: 4.1.11
10888
+
typescript: 5.9.3
10889
+
zod: 3.25.76
11175
10890
11176
-
abitype@1.1.0(typescript@5.9.2)(zod@3.22.4):
10891
+
abitype@1.1.0(typescript@5.9.3)(zod@3.22.4):
11177
10892
optionalDependencies:
11178
-
typescript: 5.9.2
10893
+
typescript: 5.9.3
11179
10894
zod: 3.22.4
11180
10895
11181
-
abitype@1.1.0(typescript@5.9.2)(zod@4.1.11):
10896
+
abitype@1.1.0(typescript@5.9.3)(zod@3.25.76):
11182
10897
optionalDependencies:
11183
-
typescript: 5.9.2
11184
-
zod: 4.1.11
10898
+
typescript: 5.9.3
10899
+
zod: 3.25.76
11185
10900
11186
-
abitype@1.1.1(typescript@5.9.2)(zod@3.22.4):
10901
+
abitype@1.1.0(typescript@5.9.3)(zod@4.1.12):
11187
10902
optionalDependencies:
11188
-
typescript: 5.9.2
11189
-
zod: 3.22.4
11190
-
11191
-
abitype@1.1.1(typescript@5.9.2)(zod@3.25.75):
11192
-
optionalDependencies:
11193
-
typescript: 5.9.2
11194
-
zod: 3.25.75
10903
+
typescript: 5.9.3
10904
+
zod: 4.1.12
11195
10905
11196
-
abitype@1.1.1(typescript@5.9.2)(zod@4.1.11):
10906
+
abitype@1.1.1(typescript@5.9.3)(zod@3.25.76):
11197
10907
optionalDependencies:
11198
-
typescript: 5.9.2
11199
-
zod: 4.1.11
10908
+
typescript: 5.9.3
10909
+
zod: 3.25.76
11200
10910
11201
10911
acorn@8.15.0:
11202
10912
optional: true
···
11289
10999
11290
11000
base64-js@1.5.1: {}
11291
11001
11292
-
baseline-browser-mapping@2.8.6: {}
11002
+
baseline-browser-mapping@2.8.19: {}
11293
11003
11294
11004
big.js@6.2.2: {}
11295
11005
···
11316
11026
dependencies:
11317
11027
uzip: 0.20201231.0
11318
11028
11319
-
browserslist@4.26.2:
11029
+
browserslist@4.27.0:
11320
11030
dependencies:
11321
-
baseline-browser-mapping: 2.8.6
11322
-
caniuse-lite: 1.0.30001743
11323
-
electron-to-chromium: 1.5.222
11324
-
node-releases: 2.0.21
11325
-
update-browserslist-db: 1.1.3(browserslist@4.26.2)
11031
+
baseline-browser-mapping: 2.8.19
11032
+
caniuse-lite: 1.0.30001751
11033
+
electron-to-chromium: 1.5.239
11034
+
node-releases: 2.0.26
11035
+
update-browserslist-db: 1.1.4(browserslist@4.27.0)
11326
11036
11327
11037
bs58@6.0.0:
11328
11038
dependencies:
···
11375
11085
11376
11086
camelcase@5.3.1: {}
11377
11087
11378
-
caniuse-lite@1.0.30001743: {}
11088
+
caniuse-lite@1.0.30001751: {}
11379
11089
11380
11090
capital-case@1.0.4:
11381
11091
dependencies:
···
11432
11142
dependencies:
11433
11143
readdirp: 4.1.2
11434
11144
11435
-
chownr@3.0.0: {}
11436
-
11437
11145
class-variance-authority@0.7.1:
11438
11146
dependencies:
11439
11147
clsx: 2.1.1
···
11442
11150
dependencies:
11443
11151
restore-cursor: 5.1.0
11444
11152
11445
-
cli-truncate@5.1.0:
11153
+
cli-truncate@5.1.1:
11446
11154
dependencies:
11447
11155
slice-ansi: 7.1.2
11448
11156
string-width: 8.1.0
···
11501
11209
11502
11210
core-util-is@1.0.3: {}
11503
11211
11504
-
cosmiconfig@8.3.6(typescript@5.9.2):
11212
+
cosmiconfig@8.3.6(typescript@5.9.3):
11505
11213
dependencies:
11506
11214
import-fresh: 3.3.1
11507
11215
js-yaml: 4.1.0
11508
11216
parse-json: 5.2.0
11509
11217
path-type: 4.0.0
11510
11218
optionalDependencies:
11511
-
typescript: 5.9.2
11219
+
typescript: 5.9.3
11512
11220
11513
-
cosmiconfig@9.0.0(typescript@5.9.2):
11221
+
cosmiconfig@9.0.0(typescript@5.9.3):
11514
11222
dependencies:
11515
11223
env-paths: 2.2.1
11516
11224
import-fresh: 3.3.1
11517
11225
js-yaml: 4.1.0
11518
11226
parse-json: 5.2.0
11519
11227
optionalDependencies:
11520
-
typescript: 5.9.2
11228
+
typescript: 5.9.3
11521
11229
11522
11230
crc-32@1.2.2: {}
11523
11231
···
11575
11283
dependencies:
11576
11284
ms: 2.1.2
11577
11285
11578
-
debug@4.4.1:
11579
-
dependencies:
11580
-
ms: 2.1.3
11581
-
11582
11286
debug@4.4.3:
11583
11287
dependencies:
11584
11288
ms: 2.1.3
···
11608
11312
11609
11313
dequal@2.0.3: {}
11610
11314
11611
-
derive-valtio@0.1.0(valtio@1.13.2(@types/react@19.1.15)(react@19.1.1)):
11315
+
derive-valtio@0.1.0(valtio@1.13.2(@types/react@19.2.2)(react@19.2.0)):
11612
11316
dependencies:
11613
-
valtio: 1.13.2(@types/react@19.1.15)(react@19.1.1)
11317
+
valtio: 1.13.2(@types/react@19.2.2)(react@19.2.0)
11614
11318
11615
11319
destr@2.0.5: {}
11616
11320
···
11618
11322
11619
11323
detect-indent@6.1.0: {}
11620
11324
11621
-
detect-libc@2.1.0: {}
11325
+
detect-libc@2.1.2: {}
11622
11326
11623
11327
detect-node-es@1.1.0: {}
11624
11328
···
11655
11359
no-case: 3.0.4
11656
11360
tslib: 2.8.1
11657
11361
11658
-
dotenv@17.2.2: {}
11362
+
dotenv@17.2.3: {}
11659
11363
11660
11364
dset@3.1.4: {}
11661
11365
···
11672
11376
readable-stream: 3.6.2
11673
11377
stream-shift: 1.0.3
11674
11378
11675
-
eciesjs@0.4.15:
11379
+
eciesjs@0.4.16:
11676
11380
dependencies:
11677
11381
'@ecies/ciphers': 0.2.4(@noble/ciphers@1.3.0)
11678
11382
'@noble/ciphers': 1.3.0
11679
11383
'@noble/curves': 1.9.7
11680
11384
'@noble/hashes': 1.8.0
11681
11385
11682
-
electron-to-chromium@1.5.222: {}
11386
+
electron-to-chromium@1.5.239: {}
11683
11387
11684
-
emoji-regex@10.5.0: {}
11388
+
emoji-regex@10.6.0: {}
11685
11389
11686
11390
emoji-regex@8.0.0: {}
11687
11391
···
11708
11412
enhanced-resolve@5.18.3:
11709
11413
dependencies:
11710
11414
graceful-fs: 4.2.11
11711
-
tapable: 2.2.3
11415
+
tapable: 2.3.0
11712
11416
11713
11417
entities@4.5.0: {}
11714
11418
···
11732
11436
11733
11437
es-toolkit@1.33.0: {}
11734
11438
11735
-
esbuild@0.25.10:
11736
-
optionalDependencies:
11737
-
'@esbuild/aix-ppc64': 0.25.10
11738
-
'@esbuild/android-arm': 0.25.10
11739
-
'@esbuild/android-arm64': 0.25.10
11740
-
'@esbuild/android-x64': 0.25.10
11741
-
'@esbuild/darwin-arm64': 0.25.10
11742
-
'@esbuild/darwin-x64': 0.25.10
11743
-
'@esbuild/freebsd-arm64': 0.25.10
11744
-
'@esbuild/freebsd-x64': 0.25.10
11745
-
'@esbuild/linux-arm': 0.25.10
11746
-
'@esbuild/linux-arm64': 0.25.10
11747
-
'@esbuild/linux-ia32': 0.25.10
11748
-
'@esbuild/linux-loong64': 0.25.10
11749
-
'@esbuild/linux-mips64el': 0.25.10
11750
-
'@esbuild/linux-ppc64': 0.25.10
11751
-
'@esbuild/linux-riscv64': 0.25.10
11752
-
'@esbuild/linux-s390x': 0.25.10
11753
-
'@esbuild/linux-x64': 0.25.10
11754
-
'@esbuild/netbsd-arm64': 0.25.10
11755
-
'@esbuild/netbsd-x64': 0.25.10
11756
-
'@esbuild/openbsd-arm64': 0.25.10
11757
-
'@esbuild/openbsd-x64': 0.25.10
11758
-
'@esbuild/openharmony-arm64': 0.25.10
11759
-
'@esbuild/sunos-x64': 0.25.10
11760
-
'@esbuild/win32-arm64': 0.25.10
11761
-
'@esbuild/win32-ia32': 0.25.10
11762
-
'@esbuild/win32-x64': 0.25.10
11763
-
11764
11439
esbuild@0.25.11:
11765
11440
optionalDependencies:
11766
11441
'@esbuild/aix-ppc64': 0.25.11
···
11856
11531
readable-stream: 3.6.2
11857
11532
webextension-polyfill: 0.10.0
11858
11533
11859
-
family@0.1.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(wagmi@2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11)):
11534
+
family@0.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76)):
11860
11535
optionalDependencies:
11861
-
react: 19.1.1
11862
-
react-dom: 19.1.1(react@19.1.1)
11863
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
11864
-
wagmi: 2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11)
11536
+
react: 19.2.0
11537
+
react-dom: 19.2.0(react@19.2.0)
11538
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
11539
+
wagmi: 2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76)
11865
11540
11866
11541
fast-deep-equal@3.1.3: {}
11867
11542
···
11931
11606
dependencies:
11932
11607
fetch-blob: 3.2.0
11933
11608
11934
-
framer-motion@12.23.22(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
11609
+
framer-motion@12.23.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
11935
11610
dependencies:
11936
-
motion-dom: 12.23.21
11611
+
motion-dom: 12.23.23
11937
11612
motion-utils: 12.23.6
11938
11613
tslib: 2.8.1
11939
11614
optionalDependencies:
11940
-
react: 19.1.1
11941
-
react-dom: 19.1.1(react@19.1.1)
11615
+
react: 19.2.0
11616
+
react-dom: 19.2.0(react@19.2.0)
11942
11617
11943
11618
fs.realpath@1.0.0: {}
11944
11619
···
11946
11621
optional: true
11947
11622
11948
11623
function-bind@1.1.2: {}
11624
+
11625
+
generator-function@2.0.1: {}
11949
11626
11950
11627
gensync@1.0.0-beta.2: {}
11951
11628
···
11973
11650
dunder-proto: 1.0.1
11974
11651
es-object-atoms: 1.1.1
11975
11652
11976
-
get-tsconfig@4.10.1:
11653
+
get-tsconfig@4.13.0:
11977
11654
dependencies:
11978
11655
resolve-pkg-maps: 1.0.0
11979
11656
···
12005
11682
12006
11683
graceful-fs@4.2.11: {}
12007
11684
12008
-
graphql-config@5.1.5(@types/node@24.5.2)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(typescript@5.9.2)(utf-8-validate@5.0.10):
11685
+
graphql-config@5.1.5(@types/node@24.9.1)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(typescript@5.9.3)(utf-8-validate@5.0.10):
12009
11686
dependencies:
12010
11687
'@graphql-tools/graphql-file-loader': 8.1.2(graphql@16.11.0)
12011
11688
'@graphql-tools/json-file-loader': 8.0.20(graphql@16.11.0)
12012
11689
'@graphql-tools/load': 8.1.2(graphql@16.11.0)
12013
11690
'@graphql-tools/merge': 9.1.1(graphql@16.11.0)
12014
-
'@graphql-tools/url-loader': 8.0.33(@types/node@24.5.2)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(utf-8-validate@5.0.10)
11691
+
'@graphql-tools/url-loader': 8.0.33(@types/node@24.9.1)(bufferutil@4.0.9)(crossws@0.3.5)(graphql@16.11.0)(utf-8-validate@5.0.10)
12015
11692
'@graphql-tools/utils': 10.9.1(graphql@16.11.0)
12016
-
cosmiconfig: 8.3.6(typescript@5.9.2)
11693
+
cosmiconfig: 8.3.6(typescript@5.9.3)
12017
11694
graphql: 16.11.0
12018
-
jiti: 2.6.0
11695
+
jiti: 2.6.1
12019
11696
minimatch: 9.0.5
12020
11697
string-env-interpolation: 1.0.1
12021
11698
tslib: 2.8.1
···
12034
11711
graphql: 16.11.0
12035
11712
tslib: 2.8.1
12036
11713
12037
-
graphql-ws@6.0.6(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)):
12038
-
dependencies:
12039
-
graphql: 16.11.0
12040
-
optionalDependencies:
12041
-
crossws: 0.3.5
12042
-
ws: 8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
12043
-
optional: true
12044
-
12045
11714
graphql-ws@6.0.6(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)):
12046
11715
dependencies:
12047
11716
graphql: 16.11.0
···
12122
11791
hast-util-embedded: 3.0.0
12123
11792
hast-util-is-element: 3.0.0
12124
11793
hast-util-whitespace: 3.0.0
12125
-
unist-util-is: 6.0.0
11794
+
unist-util-is: 6.0.1
12126
11795
12127
11796
hast-util-parse-selector@4.0.0:
12128
11797
dependencies:
···
12170
11839
mdast-util-mdxjs-esm: 2.0.1
12171
11840
property-information: 7.1.0
12172
11841
space-separated-tokens: 2.0.2
12173
-
style-to-js: 1.1.17
11842
+
style-to-js: 1.1.18
12174
11843
unist-util-position: 5.0.0
12175
11844
vfile-message: 4.0.3
12176
11845
transitivePeerDependencies:
···
12223
11892
dependencies:
12224
11893
react-is: 16.13.1
12225
11894
12226
-
hono-rate-limiter@0.4.2(hono@4.9.9):
11895
+
hono-rate-limiter@0.4.2(hono@4.10.2):
12227
11896
dependencies:
12228
-
hono: 4.9.9
11897
+
hono: 4.10.2
12229
11898
12230
-
hono@4.9.9: {}
11899
+
hono@4.10.2: {}
12231
11900
12232
11901
html-escaper@3.0.3: {}
12233
11902
···
12330
11999
dependencies:
12331
12000
get-east-asian-width: 1.4.0
12332
12001
12333
-
is-generator-function@1.1.0:
12002
+
is-generator-function@1.1.2:
12334
12003
dependencies:
12335
12004
call-bound: 1.0.4
12005
+
generator-function: 2.0.1
12336
12006
get-proto: 1.0.1
12337
12007
has-tostringtag: 1.0.2
12338
12008
safe-regex-test: 1.1.0
···
12396
12066
dependencies:
12397
12067
ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)
12398
12068
12399
-
jiti@2.6.0: {}
12069
+
jiti@2.6.1: {}
12400
12070
12401
12071
jose@6.1.0: {}
12402
12072
···
12448
12118
12449
12119
keyvaluestorage-interface@1.0.0: {}
12450
12120
12451
-
lightningcss-darwin-arm64@1.30.1:
12121
+
lightningcss-android-arm64@1.30.2:
12452
12122
optional: true
12453
12123
12454
-
lightningcss-darwin-x64@1.30.1:
12124
+
lightningcss-darwin-arm64@1.30.2:
12455
12125
optional: true
12456
12126
12457
-
lightningcss-freebsd-x64@1.30.1:
12127
+
lightningcss-darwin-x64@1.30.2:
12458
12128
optional: true
12459
12129
12460
-
lightningcss-linux-arm-gnueabihf@1.30.1:
12130
+
lightningcss-freebsd-x64@1.30.2:
12461
12131
optional: true
12462
12132
12463
-
lightningcss-linux-arm64-gnu@1.30.1:
12133
+
lightningcss-linux-arm-gnueabihf@1.30.2:
12464
12134
optional: true
12465
12135
12466
-
lightningcss-linux-arm64-musl@1.30.1:
12136
+
lightningcss-linux-arm64-gnu@1.30.2:
12137
+
optional: true
12138
+
12139
+
lightningcss-linux-arm64-musl@1.30.2:
12467
12140
optional: true
12468
12141
12469
-
lightningcss-linux-x64-gnu@1.30.1:
12142
+
lightningcss-linux-x64-gnu@1.30.2:
12470
12143
optional: true
12471
12144
12472
-
lightningcss-linux-x64-musl@1.30.1:
12145
+
lightningcss-linux-x64-musl@1.30.2:
12473
12146
optional: true
12474
12147
12475
-
lightningcss-win32-arm64-msvc@1.30.1:
12148
+
lightningcss-win32-arm64-msvc@1.30.2:
12476
12149
optional: true
12477
12150
12478
-
lightningcss-win32-x64-msvc@1.30.1:
12151
+
lightningcss-win32-x64-msvc@1.30.2:
12479
12152
optional: true
12480
12153
12481
-
lightningcss@1.30.1:
12154
+
lightningcss@1.30.2:
12482
12155
dependencies:
12483
-
detect-libc: 2.1.0
12156
+
detect-libc: 2.1.2
12484
12157
optionalDependencies:
12485
-
lightningcss-darwin-arm64: 1.30.1
12486
-
lightningcss-darwin-x64: 1.30.1
12487
-
lightningcss-freebsd-x64: 1.30.1
12488
-
lightningcss-linux-arm-gnueabihf: 1.30.1
12489
-
lightningcss-linux-arm64-gnu: 1.30.1
12490
-
lightningcss-linux-arm64-musl: 1.30.1
12491
-
lightningcss-linux-x64-gnu: 1.30.1
12492
-
lightningcss-linux-x64-musl: 1.30.1
12493
-
lightningcss-win32-arm64-msvc: 1.30.1
12494
-
lightningcss-win32-x64-msvc: 1.30.1
12158
+
lightningcss-android-arm64: 1.30.2
12159
+
lightningcss-darwin-arm64: 1.30.2
12160
+
lightningcss-darwin-x64: 1.30.2
12161
+
lightningcss-freebsd-x64: 1.30.2
12162
+
lightningcss-linux-arm-gnueabihf: 1.30.2
12163
+
lightningcss-linux-arm64-gnu: 1.30.2
12164
+
lightningcss-linux-arm64-musl: 1.30.2
12165
+
lightningcss-linux-x64-gnu: 1.30.2
12166
+
lightningcss-linux-x64-musl: 1.30.2
12167
+
lightningcss-win32-arm64-msvc: 1.30.2
12168
+
lightningcss-win32-x64-msvc: 1.30.2
12495
12169
12496
12170
lines-and-columns@1.2.4: {}
12497
12171
···
12503
12177
htmlparser2: 10.0.0
12504
12178
uhyphen: 0.2.0
12505
12179
12506
-
listr2@9.0.4:
12180
+
listr2@9.0.5:
12507
12181
dependencies:
12508
-
cli-truncate: 5.1.0
12182
+
cli-truncate: 5.1.1
12509
12183
colorette: 2.0.20
12510
12184
eventemitter3: 5.0.1
12511
12185
log-update: 6.1.0
···
12589
12263
dependencies:
12590
12264
'@types/mdast': 4.0.4
12591
12265
escape-string-regexp: 5.0.0
12592
-
unist-util-is: 6.0.0
12593
-
unist-util-visit-parents: 6.0.1
12266
+
unist-util-is: 6.0.1
12267
+
unist-util-visit-parents: 6.0.2
12594
12268
12595
12269
mdast-util-from-markdown@2.0.2:
12596
12270
dependencies:
···
12656
12330
mdast-util-phrasing@4.1.0:
12657
12331
dependencies:
12658
12332
'@types/mdast': 4.0.4
12659
-
unist-util-is: 6.0.0
12333
+
unist-util-is: 6.0.1
12660
12334
12661
12335
mdast-util-to-hast@13.2.0:
12662
12336
dependencies:
···
12688
12362
12689
12363
merge2@1.4.1: {}
12690
12364
12691
-
meros@1.3.2(@types/node@24.5.2):
12365
+
meros@1.3.2(@types/node@24.9.1):
12692
12366
optionalDependencies:
12693
-
'@types/node': 24.5.2
12367
+
'@types/node': 24.9.1
12694
12368
12695
12369
micro-ftch@0.3.1: {}
12696
12370
···
12844
12518
dependencies:
12845
12519
brace-expansion: 2.0.2
12846
12520
12847
-
minipass@7.1.2: {}
12848
-
12849
-
minizlib@3.1.0:
12850
-
dependencies:
12851
-
minipass: 7.1.2
12852
-
12853
-
mipd@0.0.7(typescript@5.9.2):
12521
+
mipd@0.0.7(typescript@5.9.3):
12854
12522
optionalDependencies:
12855
-
typescript: 5.9.2
12856
-
12857
-
motion-dom@12.23.18:
12858
-
dependencies:
12859
-
motion-utils: 12.23.6
12523
+
typescript: 5.9.3
12860
12524
12861
-
motion-dom@12.23.21:
12525
+
motion-dom@12.23.23:
12862
12526
dependencies:
12863
12527
motion-utils: 12.23.6
12864
12528
12865
-
motion-plus-dom@1.5.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
12529
+
motion-plus-dom@1.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
12866
12530
dependencies:
12867
-
motion: 12.23.22(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
12868
-
motion-dom: 12.23.18
12531
+
motion: 12.23.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
12532
+
motion-dom: 12.23.23
12869
12533
motion-utils: 12.23.6
12870
12534
transitivePeerDependencies:
12871
12535
- '@emotion/is-prop-valid'
12872
12536
- react
12873
12537
- react-dom
12874
12538
12875
-
motion-plus-react@1.5.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
12539
+
motion-plus-react@1.5.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
12876
12540
dependencies:
12877
-
motion: 12.23.22(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
12878
-
motion-dom: 12.23.18
12879
-
motion-plus-dom: 1.5.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
12541
+
motion: 12.23.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
12542
+
motion-dom: 12.23.23
12543
+
motion-plus-dom: 1.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
12880
12544
motion-utils: 12.23.6
12881
12545
optionalDependencies:
12882
-
react: 19.1.1
12883
-
react-dom: 19.1.1(react@19.1.1)
12546
+
react: 19.2.0
12547
+
react-dom: 19.2.0(react@19.2.0)
12884
12548
transitivePeerDependencies:
12885
12549
- '@emotion/is-prop-valid'
12886
12550
12887
12551
motion-utils@12.23.6: {}
12888
12552
12889
-
motion@12.23.22(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
12553
+
motion@12.23.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
12890
12554
dependencies:
12891
-
framer-motion: 12.23.22(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
12555
+
framer-motion: 12.23.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
12892
12556
tslib: 2.8.1
12893
12557
optionalDependencies:
12894
-
react: 19.1.1
12895
-
react-dom: 19.1.1(react@19.1.1)
12558
+
react: 19.2.0
12559
+
react-dom: 19.2.0(react@19.2.0)
12896
12560
12897
12561
ms@2.1.2: {}
12898
12562
···
12935
12599
12936
12600
node-mock-http@1.0.3: {}
12937
12601
12938
-
node-releases@2.0.21: {}
12602
+
node-releases@2.0.26: {}
12939
12603
12940
12604
normalize-path@2.1.1:
12941
12605
dependencies:
···
13000
12664
13001
12665
orderedmap@2.1.1: {}
13002
12666
13003
-
ox@0.9.6(typescript@5.9.2)(zod@3.22.4):
12667
+
ox@0.9.6(typescript@5.9.3)(zod@3.22.4):
13004
12668
dependencies:
13005
12669
'@adraffy/ens-normalize': 1.11.1
13006
12670
'@noble/ciphers': 1.3.0
···
13008
12672
'@noble/hashes': 1.8.0
13009
12673
'@scure/bip32': 1.7.0
13010
12674
'@scure/bip39': 1.6.0
13011
-
abitype: 1.1.1(typescript@5.9.2)(zod@3.22.4)
12675
+
abitype: 1.1.0(typescript@5.9.3)(zod@3.22.4)
13012
12676
eventemitter3: 5.0.1
13013
12677
optionalDependencies:
13014
-
typescript: 5.9.2
12678
+
typescript: 5.9.3
12679
+
transitivePeerDependencies:
12680
+
- zod
12681
+
12682
+
ox@0.9.6(typescript@5.9.3)(zod@3.25.76):
12683
+
dependencies:
12684
+
'@adraffy/ens-normalize': 1.11.1
12685
+
'@noble/ciphers': 1.3.0
12686
+
'@noble/curves': 1.9.1
12687
+
'@noble/hashes': 1.8.0
12688
+
'@scure/bip32': 1.7.0
12689
+
'@scure/bip39': 1.6.0
12690
+
abitype: 1.1.0(typescript@5.9.3)(zod@3.25.76)
12691
+
eventemitter3: 5.0.1
12692
+
optionalDependencies:
12693
+
typescript: 5.9.3
13015
12694
transitivePeerDependencies:
13016
12695
- zod
13017
12696
13018
-
ox@0.9.6(typescript@5.9.2)(zod@4.1.11):
12697
+
ox@0.9.6(typescript@5.9.3)(zod@4.1.12):
13019
12698
dependencies:
13020
12699
'@adraffy/ens-normalize': 1.11.1
13021
12700
'@noble/ciphers': 1.3.0
···
13023
12702
'@noble/hashes': 1.8.0
13024
12703
'@scure/bip32': 1.7.0
13025
12704
'@scure/bip39': 1.6.0
13026
-
abitype: 1.1.1(typescript@5.9.2)(zod@4.1.11)
12705
+
abitype: 1.1.0(typescript@5.9.3)(zod@4.1.12)
13027
12706
eventemitter3: 5.0.1
13028
12707
optionalDependencies:
13029
-
typescript: 5.9.2
12708
+
typescript: 5.9.3
13030
12709
transitivePeerDependencies:
13031
12710
- zod
13032
12711
···
13119
12798
dependencies:
13120
12799
pg: 8.16.3
13121
12800
13122
-
pg-promise@12.1.3(pg-query-stream@4.10.3(pg@8.16.3)):
12801
+
pg-promise@12.2.0(pg-query-stream@4.10.3(pg@8.16.3)):
13123
12802
dependencies:
13124
12803
assert-options: 0.8.3
13125
12804
pg: 8.16.3
···
13193
12872
dependencies:
13194
12873
irregular-plurals: 3.5.0
13195
12874
13196
-
plyr-react@5.3.0(plyr@3.7.8)(react@19.1.1):
12875
+
plyr-react@5.3.0(plyr@3.7.8)(react@19.2.0):
13197
12876
dependencies:
13198
12877
plyr: 3.7.8
13199
-
react-aptor: 2.0.0(react@19.1.1)
12878
+
react-aptor: 2.0.0(react@19.2.0)
13200
12879
optionalDependencies:
13201
-
react: 19.1.1
12880
+
react: 19.2.0
13202
12881
13203
12882
plyr@3.7.8:
13204
12883
dependencies:
···
13212
12891
13213
12892
pony-cause@2.1.11: {}
13214
12893
13215
-
porto@0.2.19(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@wagmi/core@2.21.2(@tanstack/query-core@5.90.2)(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)))(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(wagmi@2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11)):
12894
+
porto@0.2.19(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@wagmi/core@2.22.1(@tanstack/query-core@5.90.5)(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)))(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76)):
13216
12895
dependencies:
13217
-
'@wagmi/core': 2.21.2(@tanstack/query-core@5.90.2)(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))
13218
-
hono: 4.9.9
12896
+
'@wagmi/core': 2.22.1(@tanstack/query-core@5.90.5)(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))
12897
+
hono: 4.10.2
13219
12898
idb-keyval: 6.2.2
13220
-
mipd: 0.0.7(typescript@5.9.2)
13221
-
ox: 0.9.6(typescript@5.9.2)(zod@4.1.11)
13222
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
13223
-
zod: 4.1.11
13224
-
zustand: 5.0.8(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(use-sync-external-store@1.4.0(react@19.1.1))
12899
+
mipd: 0.0.7(typescript@5.9.3)
12900
+
ox: 0.9.6(typescript@5.9.3)(zod@4.1.12)
12901
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
12902
+
zod: 4.1.12
12903
+
zustand: 5.0.8(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.4.0(react@19.2.0))
13225
12904
optionalDependencies:
13226
-
'@tanstack/react-query': 5.90.2(react@19.1.1)
13227
-
react: 19.1.1
13228
-
typescript: 5.9.2
13229
-
wagmi: 2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11)
12905
+
'@tanstack/react-query': 5.90.5(react@19.2.0)
12906
+
react: 19.2.0
12907
+
typescript: 5.9.3
12908
+
wagmi: 2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76)
13230
12909
transitivePeerDependencies:
13231
12910
- '@types/react'
13232
12911
- immer
···
13270
12949
13271
12950
property-information@7.1.0: {}
13272
12951
13273
-
prosekit@0.15.6(@shikijs/types@3.13.0)(@types/hast@3.0.4)(preact@10.27.2)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
12952
+
prosekit@0.15.8(@shikijs/types@3.13.0)(@types/hast@3.0.4)(preact@10.27.2)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
13274
12953
dependencies:
13275
-
'@prosekit/basic': 0.6.2(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
13276
-
'@prosekit/core': 0.8.4(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
13277
-
'@prosekit/extensions': 0.11.6(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
13278
-
'@prosekit/lit': 0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
12954
+
'@prosekit/basic': 0.6.3(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
12955
+
'@prosekit/core': 0.8.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)
12956
+
'@prosekit/extensions': 0.11.7(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
12957
+
'@prosekit/lit': 0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
13279
12958
'@prosekit/pm': 0.1.12
13280
-
'@prosekit/preact': 0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(preact@10.27.2)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
13281
-
'@prosekit/react': 0.6.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
13282
-
'@prosekit/solid': 0.5.2(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
13283
-
'@prosekit/svelte': 0.7.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
13284
-
'@prosekit/vue': 0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
13285
-
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1)
12959
+
'@prosekit/preact': 0.6.0(@shikijs/types@3.13.0)(@types/hast@3.0.4)(preact@10.27.2)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
12960
+
'@prosekit/react': 0.6.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
12961
+
'@prosekit/solid': 0.5.2(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
12962
+
'@prosekit/svelte': 0.7.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
12963
+
'@prosekit/vue': 0.5.1(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
12964
+
'@prosekit/web': 0.7.4(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3)
13286
12965
optionalDependencies:
13287
12966
preact: 10.27.2
13288
-
react: 19.1.1
13289
-
react-dom: 19.1.1(react@19.1.1)
12967
+
react: 19.2.0
12968
+
react-dom: 19.2.0(react@19.2.0)
13290
12969
transitivePeerDependencies:
13291
12970
- '@shikijs/types'
13292
12971
- '@types/hast'
···
13305
12984
13306
12985
prosemirror-commands@1.7.1:
13307
12986
dependencies:
13308
-
prosemirror-model: 1.25.3
12987
+
prosemirror-model: 1.25.4
13309
12988
prosemirror-state: 1.4.3
13310
12989
prosemirror-transform: 1.10.4
13311
12990
13312
12991
prosemirror-drop-indicator@0.1.0:
13313
12992
dependencies:
13314
12993
'@ocavue/utils': 0.7.1
13315
-
prosemirror-model: 1.25.3
12994
+
prosemirror-model: 1.25.4
13316
12995
prosemirror-state: 1.4.3
13317
-
prosemirror-view: 1.41.1
12996
+
prosemirror-view: 1.41.3
13318
12997
13319
12998
prosemirror-dropcursor@1.8.2:
13320
12999
dependencies:
13321
13000
prosemirror-state: 1.4.3
13322
13001
prosemirror-transform: 1.10.4
13323
-
prosemirror-view: 1.41.1
13002
+
prosemirror-view: 1.41.3
13324
13003
13325
-
prosemirror-flat-list@0.5.5:
13004
+
prosemirror-flat-list@0.5.7:
13326
13005
dependencies:
13327
13006
prosemirror-commands: 1.7.1
13328
-
prosemirror-inputrules: 1.5.0
13329
-
prosemirror-model: 1.25.3
13007
+
prosemirror-inputrules: 1.5.1
13008
+
prosemirror-model: 1.25.4
13330
13009
prosemirror-safari-ime-span: 1.0.2
13331
13010
prosemirror-state: 1.4.3
13332
13011
prosemirror-transform: 1.10.4
13333
-
prosemirror-view: 1.41.1
13012
+
prosemirror-view: 1.41.3
13334
13013
13335
-
prosemirror-gapcursor@1.3.2:
13014
+
prosemirror-gapcursor@1.4.0:
13336
13015
dependencies:
13337
13016
prosemirror-keymap: 1.2.3
13338
-
prosemirror-model: 1.25.3
13017
+
prosemirror-model: 1.25.4
13339
13018
prosemirror-state: 1.4.3
13340
-
prosemirror-view: 1.41.1
13019
+
prosemirror-view: 1.41.3
13341
13020
13342
-
prosemirror-highlight@0.13.0(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.1):
13021
+
prosemirror-highlight@0.13.0(@shikijs/types@3.13.0)(@types/hast@3.0.4)(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4)(prosemirror-view@1.41.3):
13343
13022
optionalDependencies:
13344
13023
'@shikijs/types': 3.13.0
13345
13024
'@types/hast': 3.0.4
13346
-
prosemirror-model: 1.25.3
13025
+
prosemirror-model: 1.25.4
13347
13026
prosemirror-state: 1.4.3
13348
13027
prosemirror-transform: 1.10.4
13349
-
prosemirror-view: 1.41.1
13028
+
prosemirror-view: 1.41.3
13350
13029
13351
13030
prosemirror-history@1.4.1:
13352
13031
dependencies:
13353
13032
prosemirror-state: 1.4.3
13354
13033
prosemirror-transform: 1.10.4
13355
-
prosemirror-view: 1.41.1
13034
+
prosemirror-view: 1.41.3
13356
13035
rope-sequence: 1.3.4
13357
13036
13358
-
prosemirror-inputrules@1.5.0:
13037
+
prosemirror-inputrules@1.5.1:
13359
13038
dependencies:
13360
13039
prosemirror-state: 1.4.3
13361
13040
prosemirror-transform: 1.10.4
···
13365
13044
prosemirror-state: 1.4.3
13366
13045
w3c-keyname: 2.2.8
13367
13046
13368
-
prosemirror-model@1.25.3:
13047
+
prosemirror-model@1.25.4:
13369
13048
dependencies:
13370
13049
orderedmap: 2.1.1
13371
13050
13372
13051
prosemirror-safari-ime-span@1.0.2:
13373
13052
dependencies:
13374
13053
prosemirror-state: 1.4.3
13375
-
prosemirror-view: 1.41.1
13054
+
prosemirror-view: 1.41.3
13376
13055
13377
13056
prosemirror-search@1.1.0:
13378
13057
dependencies:
13379
-
prosemirror-model: 1.25.3
13058
+
prosemirror-model: 1.25.4
13380
13059
prosemirror-state: 1.4.3
13381
-
prosemirror-view: 1.41.1
13060
+
prosemirror-view: 1.41.3
13382
13061
13383
-
prosemirror-splittable@0.1.1(prosemirror-model@1.25.3)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4):
13062
+
prosemirror-splittable@0.1.1(prosemirror-model@1.25.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.4):
13384
13063
optionalDependencies:
13385
-
prosemirror-model: 1.25.3
13064
+
prosemirror-model: 1.25.4
13386
13065
prosemirror-state: 1.4.3
13387
13066
prosemirror-transform: 1.10.4
13388
13067
13389
13068
prosemirror-state@1.4.3:
13390
13069
dependencies:
13391
-
prosemirror-model: 1.25.3
13070
+
prosemirror-model: 1.25.4
13392
13071
prosemirror-transform: 1.10.4
13393
-
prosemirror-view: 1.41.1
13072
+
prosemirror-view: 1.41.3
13394
13073
13395
13074
prosemirror-tables@1.8.1:
13396
13075
dependencies:
13397
13076
prosemirror-keymap: 1.2.3
13398
-
prosemirror-model: 1.25.3
13077
+
prosemirror-model: 1.25.4
13399
13078
prosemirror-state: 1.4.3
13400
13079
prosemirror-transform: 1.10.4
13401
-
prosemirror-view: 1.41.1
13080
+
prosemirror-view: 1.41.3
13402
13081
13403
13082
prosemirror-transform@1.10.4:
13404
13083
dependencies:
13405
-
prosemirror-model: 1.25.3
13084
+
prosemirror-model: 1.25.4
13406
13085
13407
-
prosemirror-view@1.41.1:
13086
+
prosemirror-view@1.41.3:
13408
13087
dependencies:
13409
-
prosemirror-model: 1.25.3
13088
+
prosemirror-model: 1.25.4
13410
13089
prosemirror-state: 1.4.3
13411
13090
prosemirror-transform: 1.10.4
13412
13091
···
13445
13124
13446
13125
rangetouch@2.0.1: {}
13447
13126
13448
-
react-aptor@2.0.0(react@19.1.1):
13127
+
react-aptor@2.0.0(react@19.2.0):
13449
13128
optionalDependencies:
13450
-
react: 19.1.1
13129
+
react: 19.2.0
13451
13130
13452
-
react-dom@19.1.1(react@19.1.1):
13131
+
react-dom@19.2.0(react@19.2.0):
13453
13132
dependencies:
13454
-
react: 19.1.1
13455
-
scheduler: 0.26.0
13133
+
react: 19.2.0
13134
+
scheduler: 0.27.0
13456
13135
13457
-
react-easy-crop@5.5.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
13136
+
react-easy-crop@5.5.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
13458
13137
dependencies:
13459
13138
normalize-wheel: 1.0.1
13460
-
react: 19.1.1
13461
-
react-dom: 19.1.1(react@19.1.1)
13139
+
react: 19.2.0
13140
+
react-dom: 19.2.0(react@19.2.0)
13462
13141
tslib: 2.8.1
13463
13142
13464
13143
react-fast-compare@3.2.2: {}
13465
13144
13466
-
react-helmet-async@2.0.5(react@19.1.1):
13145
+
react-helmet-async@2.0.5(react@19.2.0):
13467
13146
dependencies:
13468
13147
invariant: 2.2.4
13469
-
react: 19.1.1
13148
+
react: 19.2.0
13470
13149
react-fast-compare: 3.2.2
13471
13150
shallowequal: 1.1.0
13472
13151
13473
-
react-hook-form@7.63.0(react@19.1.1):
13152
+
react-hook-form@7.65.0(react@19.2.0):
13474
13153
dependencies:
13475
-
react: 19.1.1
13154
+
react: 19.2.0
13476
13155
13477
-
react-hotkeys-hook@5.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
13156
+
react-hotkeys-hook@5.2.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
13478
13157
dependencies:
13479
-
react: 19.1.1
13480
-
react-dom: 19.1.1(react@19.1.1)
13158
+
react: 19.2.0
13159
+
react-dom: 19.2.0(react@19.2.0)
13481
13160
13482
13161
react-is@16.13.1: {}
13483
13162
13484
-
react-markdown@10.1.0(@types/react@19.1.15)(react@19.1.1):
13163
+
react-markdown@10.1.0(@types/react@19.2.2)(react@19.2.0):
13485
13164
dependencies:
13486
13165
'@types/hast': 3.0.4
13487
13166
'@types/mdast': 4.0.4
13488
-
'@types/react': 19.1.15
13167
+
'@types/react': 19.2.2
13489
13168
devlop: 1.1.0
13490
13169
hast-util-to-jsx-runtime: 2.3.6
13491
13170
html-url-attributes: 3.0.1
13492
13171
mdast-util-to-hast: 13.2.0
13493
-
react: 19.1.1
13172
+
react: 19.2.0
13494
13173
remark-parse: 11.0.0
13495
13174
remark-rehype: 11.1.2
13496
13175
unified: 11.0.5
···
13501
13180
13502
13181
react-refresh@0.17.0: {}
13503
13182
13504
-
react-remove-scroll-bar@2.3.8(@types/react@19.1.15)(react@19.1.1):
13183
+
react-remove-scroll-bar@2.3.8(@types/react@19.2.2)(react@19.2.0):
13505
13184
dependencies:
13506
-
react: 19.1.1
13507
-
react-style-singleton: 2.2.3(@types/react@19.1.15)(react@19.1.1)
13185
+
react: 19.2.0
13186
+
react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0)
13508
13187
tslib: 2.8.1
13509
13188
optionalDependencies:
13510
-
'@types/react': 19.1.15
13189
+
'@types/react': 19.2.2
13511
13190
13512
-
react-remove-scroll@2.7.1(@types/react@19.1.15)(react@19.1.1):
13191
+
react-remove-scroll@2.7.1(@types/react@19.2.2)(react@19.2.0):
13513
13192
dependencies:
13514
-
react: 19.1.1
13515
-
react-remove-scroll-bar: 2.3.8(@types/react@19.1.15)(react@19.1.1)
13516
-
react-style-singleton: 2.2.3(@types/react@19.1.15)(react@19.1.1)
13193
+
react: 19.2.0
13194
+
react-remove-scroll-bar: 2.3.8(@types/react@19.2.2)(react@19.2.0)
13195
+
react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0)
13517
13196
tslib: 2.8.1
13518
-
use-callback-ref: 1.3.3(@types/react@19.1.15)(react@19.1.1)
13519
-
use-sidecar: 1.1.3(@types/react@19.1.15)(react@19.1.1)
13197
+
use-callback-ref: 1.3.3(@types/react@19.2.2)(react@19.2.0)
13198
+
use-sidecar: 1.1.3(@types/react@19.2.2)(react@19.2.0)
13520
13199
optionalDependencies:
13521
-
'@types/react': 19.1.15
13200
+
'@types/react': 19.2.2
13522
13201
13523
-
react-router@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
13202
+
react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
13524
13203
dependencies:
13525
13204
cookie: 1.0.2
13526
-
react: 19.1.1
13205
+
react: 19.2.0
13527
13206
set-cookie-parser: 2.7.1
13528
13207
optionalDependencies:
13529
-
react-dom: 19.1.1(react@19.1.1)
13208
+
react-dom: 19.2.0(react@19.2.0)
13530
13209
13531
-
react-style-singleton@2.2.3(@types/react@19.1.15)(react@19.1.1):
13210
+
react-style-singleton@2.2.3(@types/react@19.2.2)(react@19.2.0):
13532
13211
dependencies:
13533
13212
get-nonce: 1.0.1
13534
-
react: 19.1.1
13213
+
react: 19.2.0
13535
13214
tslib: 2.8.1
13536
13215
optionalDependencies:
13537
-
'@types/react': 19.1.15
13216
+
'@types/react': 19.2.2
13538
13217
13539
-
react-tracked@2.0.1(react@19.1.1)(scheduler@0.26.0):
13218
+
react-tracked@2.0.1(react@19.2.0)(scheduler@0.27.0):
13540
13219
dependencies:
13541
13220
proxy-compare: 3.0.1
13542
-
react: 19.1.1
13543
-
scheduler: 0.26.0
13544
-
use-context-selector: 2.0.0(react@19.1.1)(scheduler@0.26.0)
13221
+
react: 19.2.0
13222
+
scheduler: 0.27.0
13223
+
use-context-selector: 2.0.0(react@19.2.0)(scheduler@0.27.0)
13545
13224
13546
-
react@19.1.1: {}
13225
+
react@19.2.0: {}
13547
13226
13548
13227
readable-stream@2.3.8:
13549
13228
dependencies:
···
13583
13262
dependencies:
13584
13263
regex-utilities: 2.3.0
13585
13264
13586
-
rehackt@0.1.0(@types/react@19.1.15)(react@19.1.1):
13265
+
rehackt@0.1.0(@types/react@19.2.2)(react@19.2.0):
13587
13266
optionalDependencies:
13588
-
'@types/react': 19.1.15
13589
-
react: 19.1.1
13267
+
'@types/react': 19.2.2
13268
+
react: 19.2.0
13590
13269
13591
13270
rehype-minify-whitespace@6.0.2:
13592
13271
dependencies:
···
13674
13353
13675
13354
resolve-pkg-maps@1.0.0: {}
13676
13355
13356
+
response-iterator@0.2.25: {}
13357
+
13677
13358
restore-cursor@5.1.0:
13678
13359
dependencies:
13679
13360
onetime: 7.0.0
···
13731
13412
13732
13413
safer-buffer@2.1.2: {}
13733
13414
13734
-
scheduler@0.26.0: {}
13415
+
scheduler@0.27.0: {}
13735
13416
13736
13417
semver@6.3.1: {}
13737
-
13738
-
semver@7.7.2: {}
13739
13418
13740
13419
semver@7.7.3: {}
13741
13420
···
13823
13502
dependencies:
13824
13503
atomic-sleep: 1.0.0
13825
13504
13826
-
sonner@2.0.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
13505
+
sonner@2.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
13827
13506
dependencies:
13828
-
react: 19.1.1
13829
-
react-dom: 19.1.1(react@19.1.1)
13507
+
react: 19.2.0
13508
+
react-dom: 19.2.0(react@19.2.0)
13830
13509
13831
13510
source-map-js@1.2.1: {}
13832
13511
···
13873
13552
13874
13553
string-width@7.2.0:
13875
13554
dependencies:
13876
-
emoji-regex: 10.5.0
13555
+
emoji-regex: 10.6.0
13877
13556
get-east-asian-width: 1.4.0
13878
13557
strip-ansi: 7.1.2
13879
13558
···
13909
13588
13910
13589
strnum@2.1.1: {}
13911
13590
13912
-
style-to-js@1.1.17:
13591
+
style-to-js@1.1.18:
13913
13592
dependencies:
13914
-
style-to-object: 1.0.9
13593
+
style-to-object: 1.0.11
13915
13594
13916
-
style-to-object@1.0.9:
13595
+
style-to-object@1.0.11:
13917
13596
dependencies:
13918
13597
inline-style-parser: 0.2.4
13919
13598
···
13935
13614
timeout-signal: 2.0.0
13936
13615
whatwg-mimetype: 4.0.0
13937
13616
13938
-
tabbable@6.2.0: {}
13617
+
tabbable@6.3.0: {}
13939
13618
13940
13619
tailwind-merge@3.3.1: {}
13941
13620
13942
-
tailwindcss@4.1.13: {}
13943
-
13944
-
tapable@2.2.3: {}
13621
+
tailwindcss@4.1.15: {}
13945
13622
13946
-
tar@7.4.4:
13947
-
dependencies:
13948
-
'@isaacs/fs-minipass': 4.0.1
13949
-
chownr: 3.0.0
13950
-
minipass: 7.1.2
13951
-
minizlib: 3.1.0
13952
-
yallist: 5.0.0
13623
+
tapable@2.3.0: {}
13953
13624
13954
13625
terser@5.43.1:
13955
13626
dependencies:
···
13998
13669
13999
13670
ts-log@2.2.7: {}
14000
13671
14001
-
tsconfck@3.1.6(typescript@5.9.2):
13672
+
tsconfck@3.1.6(typescript@5.9.3):
14002
13673
optionalDependencies:
14003
-
typescript: 5.9.2
13674
+
typescript: 5.9.3
14004
13675
14005
13676
tslib@1.14.1: {}
14006
13677
···
14014
13685
14015
13686
tsx@4.20.6:
14016
13687
dependencies:
14017
-
esbuild: 0.25.10
14018
-
get-tsconfig: 4.10.1
13688
+
esbuild: 0.25.11
13689
+
get-tsconfig: 4.13.0
14019
13690
optionalDependencies:
14020
13691
fsevents: 2.3.3
14021
13692
···
14027
13698
es-errors: 1.3.0
14028
13699
is-typed-array: 1.1.15
14029
13700
14030
-
typescript@5.9.2: {}
13701
+
typescript@5.9.3: {}
14031
13702
14032
13703
ua-parser-js@1.0.41: {}
14033
13704
···
14045
13716
14046
13717
undici-types@6.19.8: {}
14047
13718
14048
-
undici-types@7.12.0: {}
13719
+
undici-types@7.16.0: {}
14049
13720
14050
13721
unicode-word-regex@1.1.0: {}
14051
13722
···
14062
13733
unist-util-find-after@5.0.0:
14063
13734
dependencies:
14064
13735
'@types/unist': 3.0.3
14065
-
unist-util-is: 6.0.0
13736
+
unist-util-is: 6.0.1
14066
13737
14067
13738
unist-util-flatmap@1.0.0: {}
14068
13739
14069
13740
unist-util-is@2.1.3: {}
14070
13741
14071
-
unist-util-is@6.0.0:
13742
+
unist-util-is@6.0.1:
14072
13743
dependencies:
14073
13744
'@types/unist': 3.0.3
14074
13745
···
14084
13755
dependencies:
14085
13756
unist-util-is: 2.1.3
14086
13757
14087
-
unist-util-visit-parents@6.0.1:
13758
+
unist-util-visit-parents@6.0.2:
14088
13759
dependencies:
14089
13760
'@types/unist': 3.0.3
14090
-
unist-util-is: 6.0.0
13761
+
unist-util-is: 6.0.1
14091
13762
14092
13763
unist-util-visit@5.0.0:
14093
13764
dependencies:
14094
13765
'@types/unist': 3.0.3
14095
-
unist-util-is: 6.0.0
14096
-
unist-util-visit-parents: 6.0.1
13766
+
unist-util-is: 6.0.1
13767
+
unist-util-visit-parents: 6.0.2
14097
13768
14098
13769
unixify@1.0.0:
14099
13770
dependencies:
···
14114
13785
idb-keyval: 6.2.2
14115
13786
ioredis: 5.8.0
14116
13787
14117
-
update-browserslist-db@1.1.3(browserslist@4.26.2):
13788
+
update-browserslist-db@1.1.4(browserslist@4.27.0):
14118
13789
dependencies:
14119
-
browserslist: 4.26.2
13790
+
browserslist: 4.27.0
14120
13791
escalade: 3.2.0
14121
13792
picocolors: 1.1.1
14122
13793
···
14132
13803
14133
13804
urlpattern-polyfill@10.1.0: {}
14134
13805
14135
-
use-callback-ref@1.3.3(@types/react@19.1.15)(react@19.1.1):
13806
+
use-callback-ref@1.3.3(@types/react@19.2.2)(react@19.2.0):
14136
13807
dependencies:
14137
-
react: 19.1.1
13808
+
react: 19.2.0
14138
13809
tslib: 2.8.1
14139
13810
optionalDependencies:
14140
-
'@types/react': 19.1.15
13811
+
'@types/react': 19.2.2
14141
13812
14142
-
use-context-selector@2.0.0(react@19.1.1)(scheduler@0.26.0):
13813
+
use-context-selector@2.0.0(react@19.2.0)(scheduler@0.27.0):
14143
13814
dependencies:
14144
-
react: 19.1.1
14145
-
scheduler: 0.26.0
13815
+
react: 19.2.0
13816
+
scheduler: 0.27.0
14146
13817
14147
-
use-sidecar@1.1.3(@types/react@19.1.15)(react@19.1.1):
13818
+
use-sidecar@1.1.3(@types/react@19.2.2)(react@19.2.0):
14148
13819
dependencies:
14149
13820
detect-node-es: 1.1.0
14150
-
react: 19.1.1
13821
+
react: 19.2.0
14151
13822
tslib: 2.8.1
14152
13823
optionalDependencies:
14153
-
'@types/react': 19.1.15
13824
+
'@types/react': 19.2.2
14154
13825
14155
-
use-sync-external-store@1.2.0(react@19.1.1):
13826
+
use-sync-external-store@1.2.0(react@19.2.0):
14156
13827
dependencies:
14157
-
react: 19.1.1
13828
+
react: 19.2.0
14158
13829
14159
-
use-sync-external-store@1.4.0(react@19.1.1):
13830
+
use-sync-external-store@1.4.0(react@19.2.0):
14160
13831
dependencies:
14161
-
react: 19.1.1
13832
+
react: 19.2.0
14162
13833
14163
-
use-sync-external-store@1.5.0(react@19.1.1):
13834
+
use-sync-external-store@1.6.0(react@19.2.0):
14164
13835
dependencies:
14165
-
react: 19.1.1
13836
+
react: 19.2.0
14166
13837
14167
13838
utf-8-validate@5.0.10:
14168
13839
dependencies:
···
14174
13845
dependencies:
14175
13846
inherits: 2.0.4
14176
13847
is-arguments: 1.2.0
14177
-
is-generator-function: 1.1.0
13848
+
is-generator-function: 1.1.2
14178
13849
is-typed-array: 1.1.15
14179
13850
which-typed-array: 1.1.19
14180
13851
···
14184
13855
14185
13856
uzip@0.20201231.0: {}
14186
13857
14187
-
valtio@1.13.2(@types/react@19.1.15)(react@19.1.1):
13858
+
valtio@1.13.2(@types/react@19.2.2)(react@19.2.0):
14188
13859
dependencies:
14189
-
derive-valtio: 0.1.0(valtio@1.13.2(@types/react@19.1.15)(react@19.1.1))
13860
+
derive-valtio: 0.1.0(valtio@1.13.2(@types/react@19.2.2)(react@19.2.0))
14190
13861
proxy-compare: 2.6.0
14191
-
use-sync-external-store: 1.2.0(react@19.1.1)
13862
+
use-sync-external-store: 1.2.0(react@19.2.0)
14192
13863
optionalDependencies:
14193
-
'@types/react': 19.1.15
14194
-
react: 19.1.1
13864
+
'@types/react': 19.2.2
13865
+
react: 19.2.0
14195
13866
14196
13867
vfile-location@5.0.3:
14197
13868
dependencies:
···
14208
13879
'@types/unist': 3.0.3
14209
13880
vfile-message: 4.0.3
14210
13881
14211
-
viem@2.23.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11):
13882
+
viem@2.23.2(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76):
14212
13883
dependencies:
14213
13884
'@noble/curves': 1.8.1
14214
13885
'@noble/hashes': 1.7.1
14215
13886
'@scure/bip32': 1.6.2
14216
13887
'@scure/bip39': 1.5.4
14217
-
abitype: 1.0.8(typescript@5.9.2)(zod@4.1.11)
13888
+
abitype: 1.0.8(typescript@5.9.3)(zod@3.25.76)
14218
13889
isows: 1.0.6(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))
14219
-
ox: 0.9.6(typescript@5.9.2)(zod@4.1.11)
13890
+
ox: 0.9.6(typescript@5.9.3)(zod@3.25.76)
14220
13891
ws: 8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
14221
13892
optionalDependencies:
14222
-
typescript: 5.9.2
13893
+
typescript: 5.9.3
14223
13894
transitivePeerDependencies:
14224
13895
- bufferutil
14225
13896
- utf-8-validate
14226
13897
- zod
14227
13898
14228
-
viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4):
13899
+
viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.22.4):
14229
13900
dependencies:
14230
13901
'@noble/curves': 1.9.1
14231
13902
'@noble/hashes': 1.8.0
14232
13903
'@scure/bip32': 1.7.0
14233
13904
'@scure/bip39': 1.6.0
14234
-
abitype: 1.1.0(typescript@5.9.2)(zod@3.22.4)
13905
+
abitype: 1.1.0(typescript@5.9.3)(zod@3.22.4)
14235
13906
isows: 1.0.7(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))
14236
-
ox: 0.9.6(typescript@5.9.2)(zod@3.22.4)
13907
+
ox: 0.9.6(typescript@5.9.3)(zod@3.22.4)
14237
13908
ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)
14238
13909
optionalDependencies:
14239
-
typescript: 5.9.2
13910
+
typescript: 5.9.3
14240
13911
transitivePeerDependencies:
14241
13912
- bufferutil
14242
13913
- utf-8-validate
14243
13914
- zod
14244
13915
14245
-
viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11):
13916
+
viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76):
14246
13917
dependencies:
14247
13918
'@noble/curves': 1.9.1
14248
13919
'@noble/hashes': 1.8.0
14249
13920
'@scure/bip32': 1.7.0
14250
13921
'@scure/bip39': 1.6.0
14251
-
abitype: 1.1.0(typescript@5.9.2)(zod@4.1.11)
13922
+
abitype: 1.1.0(typescript@5.9.3)(zod@3.25.76)
14252
13923
isows: 1.0.7(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))
14253
-
ox: 0.9.6(typescript@5.9.2)(zod@4.1.11)
13924
+
ox: 0.9.6(typescript@5.9.3)(zod@3.25.76)
14254
13925
ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)
14255
13926
optionalDependencies:
14256
-
typescript: 5.9.2
13927
+
typescript: 5.9.3
14257
13928
transitivePeerDependencies:
14258
13929
- bufferutil
14259
13930
- utf-8-validate
14260
13931
- zod
14261
13932
14262
-
virtua@0.43.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
13933
+
viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@4.1.12):
13934
+
dependencies:
13935
+
'@noble/curves': 1.9.1
13936
+
'@noble/hashes': 1.8.0
13937
+
'@scure/bip32': 1.7.0
13938
+
'@scure/bip39': 1.6.0
13939
+
abitype: 1.1.0(typescript@5.9.3)(zod@4.1.12)
13940
+
isows: 1.0.7(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))
13941
+
ox: 0.9.6(typescript@5.9.3)(zod@4.1.12)
13942
+
ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)
14263
13943
optionalDependencies:
14264
-
react: 19.1.1
14265
-
react-dom: 19.1.1(react@19.1.1)
13944
+
typescript: 5.9.3
13945
+
transitivePeerDependencies:
13946
+
- bufferutil
13947
+
- utf-8-validate
13948
+
- zod
14266
13949
14267
-
vite-plugin-environment@1.1.3(vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)):
13950
+
virtua@0.46.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
13951
+
optionalDependencies:
13952
+
react: 19.2.0
13953
+
react-dom: 19.2.0(react@19.2.0)
13954
+
13955
+
vite-plugin-environment@1.1.3(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)):
14268
13956
dependencies:
14269
-
vite: 7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
13957
+
vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
14270
13958
14271
-
vite-tsconfig-paths@5.1.4(typescript@5.9.2)(vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)):
13959
+
vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)):
14272
13960
dependencies:
14273
13961
debug: 4.4.3
14274
13962
globrex: 0.1.2
14275
-
tsconfck: 3.1.6(typescript@5.9.2)
13963
+
tsconfck: 3.1.6(typescript@5.9.3)
14276
13964
optionalDependencies:
14277
-
vite: 7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
13965
+
vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1)
14278
13966
transitivePeerDependencies:
14279
13967
- supports-color
14280
13968
- typescript
14281
13969
14282
-
vite@7.1.11(@types/node@24.5.2)(jiti@2.6.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1):
13970
+
vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.43.1)(tsx@4.20.6)(yaml@2.8.1):
14283
13971
dependencies:
14284
13972
esbuild: 0.25.11
14285
13973
fdir: 6.5.0(picomatch@4.0.3)
···
14288
13976
rollup: 4.52.5
14289
13977
tinyglobby: 0.2.15
14290
13978
optionalDependencies:
14291
-
'@types/node': 24.5.2
13979
+
'@types/node': 24.9.1
14292
13980
fsevents: 2.3.3
14293
-
jiti: 2.6.0
14294
-
lightningcss: 1.30.1
13981
+
jiti: 2.6.1
13982
+
lightningcss: 1.30.2
14295
13983
terser: 5.43.1
14296
13984
tsx: 4.20.6
14297
13985
yaml: 2.8.1
14298
13986
14299
13987
w3c-keyname@2.2.8: {}
14300
13988
14301
-
wagmi@2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11):
13989
+
wagmi@2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76):
14302
13990
dependencies:
14303
-
'@tanstack/react-query': 5.90.2(react@19.1.1)
14304
-
'@wagmi/connectors': 5.11.2(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(@wagmi/core@2.21.2(@tanstack/query-core@5.90.2)(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)))(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(wagmi@2.17.5(@tanstack/query-core@5.90.2)(@tanstack/react-query@5.90.2(react@19.1.1))(@types/react@19.1.15)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))(zod@4.1.11))(zod@4.1.11)
14305
-
'@wagmi/core': 2.21.2(@tanstack/query-core@5.90.2)(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.4.0(react@19.1.1))(viem@2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11))
14306
-
react: 19.1.1
14307
-
use-sync-external-store: 1.4.0(react@19.1.1)
14308
-
viem: 2.37.9(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.1.11)
13991
+
'@tanstack/react-query': 5.90.5(react@19.2.0)
13992
+
'@wagmi/connectors': 6.1.0(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(@wagmi/core@2.22.1(@tanstack/query-core@5.90.5)(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)))(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@2.18.2(@tanstack/query-core@5.90.5)(@tanstack/react-query@5.90.5(react@19.2.0))(@types/react@19.2.2)(@upstash/redis@1.35.4)(bufferutil@4.0.9)(immer@10.1.3)(ioredis@5.8.0)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(zod@3.25.76))(zod@3.25.76)
13993
+
'@wagmi/core': 2.22.1(@tanstack/query-core@5.90.5)(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.4.0(react@19.2.0))(viem@2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))
13994
+
react: 19.2.0
13995
+
use-sync-external-store: 1.4.0(react@19.2.0)
13996
+
viem: 2.38.3(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)
14309
13997
optionalDependencies:
14310
-
typescript: 5.9.2
13998
+
typescript: 5.9.3
14311
13999
transitivePeerDependencies:
14312
14000
- '@azure/app-configuration'
14313
14001
- '@azure/cosmos'
···
14413
14101
y18n@5.0.8: {}
14414
14102
14415
14103
yallist@3.1.1: {}
14416
-
14417
-
yallist@5.0.0: {}
14418
14104
14419
14105
yaml@2.8.1: {}
14420
14106
···
14461
14147
14462
14148
zod@3.22.4: {}
14463
14149
14464
-
zod@3.25.75: {}
14150
+
zod@3.25.76: {}
14465
14151
14466
-
zod@4.1.11: {}
14152
+
zod@4.1.12: {}
14467
14153
14468
-
zustand@4.5.7(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1):
14154
+
zustand@4.5.7(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0):
14469
14155
dependencies:
14470
-
use-sync-external-store: 1.5.0(react@19.1.1)
14156
+
use-sync-external-store: 1.6.0(react@19.2.0)
14471
14157
optionalDependencies:
14472
-
'@types/react': 19.1.15
14158
+
'@types/react': 19.2.2
14473
14159
immer: 10.1.3
14474
-
react: 19.1.1
14160
+
react: 19.2.0
14475
14161
14476
-
zustand@5.0.0(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(use-sync-external-store@1.4.0(react@19.1.1)):
14162
+
zustand@5.0.0(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.4.0(react@19.2.0)):
14477
14163
optionalDependencies:
14478
-
'@types/react': 19.1.15
14164
+
'@types/react': 19.2.2
14479
14165
immer: 10.1.3
14480
-
react: 19.1.1
14481
-
use-sync-external-store: 1.4.0(react@19.1.1)
14166
+
react: 19.2.0
14167
+
use-sync-external-store: 1.4.0(react@19.2.0)
14482
14168
14483
-
zustand@5.0.3(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(use-sync-external-store@1.4.0(react@19.1.1)):
14169
+
zustand@5.0.3(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.4.0(react@19.2.0)):
14484
14170
optionalDependencies:
14485
-
'@types/react': 19.1.15
14171
+
'@types/react': 19.2.2
14486
14172
immer: 10.1.3
14487
-
react: 19.1.1
14488
-
use-sync-external-store: 1.4.0(react@19.1.1)
14173
+
react: 19.2.0
14174
+
use-sync-external-store: 1.4.0(react@19.2.0)
14489
14175
14490
-
zustand@5.0.8(@types/react@19.1.15)(immer@10.1.3)(react@19.1.1)(use-sync-external-store@1.4.0(react@19.1.1)):
14176
+
zustand@5.0.8(@types/react@19.2.2)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.4.0(react@19.2.0)):
14491
14177
optionalDependencies:
14492
-
'@types/react': 19.1.15
14178
+
'@types/react': 19.2.2
14493
14179
immer: 10.1.3
14494
-
react: 19.1.1
14495
-
use-sync-external-store: 1.4.0(react@19.1.1)
14180
+
react: 19.2.0
14181
+
use-sync-external-store: 1.4.0(react@19.2.0)
14496
14182
14497
14183
zwitch@2.0.4: {}