@coze-arch/cli 0.0.27 → 0.0.28-alpha.873784
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__templates__/expo/_gitignore +1 -0
- package/lib/__templates__/native-static/_gitignore +1 -0
- package/lib/__templates__/nextjs/_gitignore +1 -0
- package/lib/__templates__/nuxt-vue/_gitignore +1 -0
- package/lib/__templates__/pi-agent/_gitignore +1 -0
- package/lib/__templates__/taro/_gitignore +1 -0
- package/lib/__templates__/taro/package.json +4 -1
- package/lib/__templates__/taro/pnpm-lock.yaml +173 -603
- package/lib/__templates__/taro/pnpm-workspace.yaml +6 -0
- package/lib/__templates__/vite/_gitignore +1 -0
- package/lib/cli.js +6 -7
- package/package.json +6 -7
|
@@ -4,6 +4,9 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
esbuild: 0.27.2
|
|
9
|
+
|
|
7
10
|
patchedDependencies:
|
|
8
11
|
'@tarojs/plugin-mini-ci@4.1.9':
|
|
9
12
|
hash: j6dgmq33tuqqgowk7tjyyinctm
|
|
@@ -135,8 +138,8 @@ importers:
|
|
|
135
138
|
specifier: ^4.4.0
|
|
136
139
|
version: 4.6.2(eslint@8.57.1)
|
|
137
140
|
eslint-plugin-tailwindcss:
|
|
138
|
-
specifier: ^3.18.
|
|
139
|
-
version: 3.18.
|
|
141
|
+
specifier: ^3.18.3
|
|
142
|
+
version: 3.18.3(tailwindcss@4.1.18)
|
|
140
143
|
less:
|
|
141
144
|
specifier: ^4.2.0
|
|
142
145
|
version: 4.5.1
|
|
@@ -230,7 +233,7 @@ importers:
|
|
|
230
233
|
devDependencies:
|
|
231
234
|
'@nestjs/cli':
|
|
232
235
|
specifier: ^10.4.9
|
|
233
|
-
version: 10.4.9(@swc/core@1.4.14)(esbuild@0.
|
|
236
|
+
version: 10.4.9(@swc/core@1.4.14)(esbuild@0.27.2)
|
|
234
237
|
'@nestjs/schematics':
|
|
235
238
|
specifier: ^10.2.3
|
|
236
239
|
version: 10.2.3(chokidar@3.6.0)(typescript@5.9.3)
|
|
@@ -2117,428 +2120,158 @@ packages:
|
|
|
2117
2120
|
resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
|
|
2118
2121
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
2119
2122
|
|
|
2120
|
-
'@esbuild/aix-ppc64@0.
|
|
2121
|
-
resolution: {integrity: sha512-
|
|
2122
|
-
engines: {node: '>=12'}
|
|
2123
|
-
cpu: [ppc64]
|
|
2124
|
-
os: [aix]
|
|
2125
|
-
|
|
2126
|
-
'@esbuild/aix-ppc64@0.25.12':
|
|
2127
|
-
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
2123
|
+
'@esbuild/aix-ppc64@0.27.2':
|
|
2124
|
+
resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
|
|
2128
2125
|
engines: {node: '>=18'}
|
|
2129
2126
|
cpu: [ppc64]
|
|
2130
2127
|
os: [aix]
|
|
2131
2128
|
|
|
2132
|
-
'@esbuild/android-arm64@0.
|
|
2133
|
-
resolution: {integrity: sha512-
|
|
2134
|
-
engines: {node: '>=12'}
|
|
2135
|
-
cpu: [arm64]
|
|
2136
|
-
os: [android]
|
|
2137
|
-
|
|
2138
|
-
'@esbuild/android-arm64@0.21.5':
|
|
2139
|
-
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
|
|
2140
|
-
engines: {node: '>=12'}
|
|
2141
|
-
cpu: [arm64]
|
|
2142
|
-
os: [android]
|
|
2143
|
-
|
|
2144
|
-
'@esbuild/android-arm64@0.25.12':
|
|
2145
|
-
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
|
|
2129
|
+
'@esbuild/android-arm64@0.27.2':
|
|
2130
|
+
resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
|
|
2146
2131
|
engines: {node: '>=18'}
|
|
2147
2132
|
cpu: [arm64]
|
|
2148
2133
|
os: [android]
|
|
2149
2134
|
|
|
2150
|
-
'@esbuild/android-arm@0.
|
|
2151
|
-
resolution: {integrity: sha512-
|
|
2152
|
-
engines: {node: '>=12'}
|
|
2153
|
-
cpu: [arm]
|
|
2154
|
-
os: [android]
|
|
2155
|
-
|
|
2156
|
-
'@esbuild/android-arm@0.21.5':
|
|
2157
|
-
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
|
|
2158
|
-
engines: {node: '>=12'}
|
|
2159
|
-
cpu: [arm]
|
|
2160
|
-
os: [android]
|
|
2161
|
-
|
|
2162
|
-
'@esbuild/android-arm@0.25.12':
|
|
2163
|
-
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
|
|
2135
|
+
'@esbuild/android-arm@0.27.2':
|
|
2136
|
+
resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
|
|
2164
2137
|
engines: {node: '>=18'}
|
|
2165
2138
|
cpu: [arm]
|
|
2166
2139
|
os: [android]
|
|
2167
2140
|
|
|
2168
|
-
'@esbuild/android-x64@0.
|
|
2169
|
-
resolution: {integrity: sha512-
|
|
2170
|
-
engines: {node: '>=12'}
|
|
2171
|
-
cpu: [x64]
|
|
2172
|
-
os: [android]
|
|
2173
|
-
|
|
2174
|
-
'@esbuild/android-x64@0.21.5':
|
|
2175
|
-
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
|
|
2176
|
-
engines: {node: '>=12'}
|
|
2177
|
-
cpu: [x64]
|
|
2178
|
-
os: [android]
|
|
2179
|
-
|
|
2180
|
-
'@esbuild/android-x64@0.25.12':
|
|
2181
|
-
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
|
|
2141
|
+
'@esbuild/android-x64@0.27.2':
|
|
2142
|
+
resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
|
|
2182
2143
|
engines: {node: '>=18'}
|
|
2183
2144
|
cpu: [x64]
|
|
2184
2145
|
os: [android]
|
|
2185
2146
|
|
|
2186
|
-
'@esbuild/darwin-arm64@0.
|
|
2187
|
-
resolution: {integrity: sha512-
|
|
2188
|
-
engines: {node: '>=12'}
|
|
2189
|
-
cpu: [arm64]
|
|
2190
|
-
os: [darwin]
|
|
2191
|
-
|
|
2192
|
-
'@esbuild/darwin-arm64@0.21.5':
|
|
2193
|
-
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
|
|
2194
|
-
engines: {node: '>=12'}
|
|
2195
|
-
cpu: [arm64]
|
|
2196
|
-
os: [darwin]
|
|
2197
|
-
|
|
2198
|
-
'@esbuild/darwin-arm64@0.25.12':
|
|
2199
|
-
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
|
|
2147
|
+
'@esbuild/darwin-arm64@0.27.2':
|
|
2148
|
+
resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
|
|
2200
2149
|
engines: {node: '>=18'}
|
|
2201
2150
|
cpu: [arm64]
|
|
2202
2151
|
os: [darwin]
|
|
2203
2152
|
|
|
2204
|
-
'@esbuild/darwin-x64@0.
|
|
2205
|
-
resolution: {integrity: sha512-
|
|
2206
|
-
engines: {node: '>=12'}
|
|
2207
|
-
cpu: [x64]
|
|
2208
|
-
os: [darwin]
|
|
2209
|
-
|
|
2210
|
-
'@esbuild/darwin-x64@0.21.5':
|
|
2211
|
-
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
|
|
2212
|
-
engines: {node: '>=12'}
|
|
2213
|
-
cpu: [x64]
|
|
2214
|
-
os: [darwin]
|
|
2215
|
-
|
|
2216
|
-
'@esbuild/darwin-x64@0.25.12':
|
|
2217
|
-
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
|
|
2153
|
+
'@esbuild/darwin-x64@0.27.2':
|
|
2154
|
+
resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
|
|
2218
2155
|
engines: {node: '>=18'}
|
|
2219
2156
|
cpu: [x64]
|
|
2220
2157
|
os: [darwin]
|
|
2221
2158
|
|
|
2222
|
-
'@esbuild/freebsd-arm64@0.
|
|
2223
|
-
resolution: {integrity: sha512-
|
|
2224
|
-
engines: {node: '>=12'}
|
|
2225
|
-
cpu: [arm64]
|
|
2226
|
-
os: [freebsd]
|
|
2227
|
-
|
|
2228
|
-
'@esbuild/freebsd-arm64@0.21.5':
|
|
2229
|
-
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
|
|
2230
|
-
engines: {node: '>=12'}
|
|
2231
|
-
cpu: [arm64]
|
|
2232
|
-
os: [freebsd]
|
|
2233
|
-
|
|
2234
|
-
'@esbuild/freebsd-arm64@0.25.12':
|
|
2235
|
-
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
|
|
2159
|
+
'@esbuild/freebsd-arm64@0.27.2':
|
|
2160
|
+
resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
|
|
2236
2161
|
engines: {node: '>=18'}
|
|
2237
2162
|
cpu: [arm64]
|
|
2238
2163
|
os: [freebsd]
|
|
2239
2164
|
|
|
2240
|
-
'@esbuild/freebsd-x64@0.
|
|
2241
|
-
resolution: {integrity: sha512-
|
|
2242
|
-
engines: {node: '>=12'}
|
|
2243
|
-
cpu: [x64]
|
|
2244
|
-
os: [freebsd]
|
|
2245
|
-
|
|
2246
|
-
'@esbuild/freebsd-x64@0.21.5':
|
|
2247
|
-
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
|
|
2248
|
-
engines: {node: '>=12'}
|
|
2249
|
-
cpu: [x64]
|
|
2250
|
-
os: [freebsd]
|
|
2251
|
-
|
|
2252
|
-
'@esbuild/freebsd-x64@0.25.12':
|
|
2253
|
-
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
|
|
2165
|
+
'@esbuild/freebsd-x64@0.27.2':
|
|
2166
|
+
resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
|
|
2254
2167
|
engines: {node: '>=18'}
|
|
2255
2168
|
cpu: [x64]
|
|
2256
2169
|
os: [freebsd]
|
|
2257
2170
|
|
|
2258
|
-
'@esbuild/linux-arm64@0.
|
|
2259
|
-
resolution: {integrity: sha512-
|
|
2260
|
-
engines: {node: '>=12'}
|
|
2261
|
-
cpu: [arm64]
|
|
2262
|
-
os: [linux]
|
|
2263
|
-
|
|
2264
|
-
'@esbuild/linux-arm64@0.21.5':
|
|
2265
|
-
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
|
|
2266
|
-
engines: {node: '>=12'}
|
|
2267
|
-
cpu: [arm64]
|
|
2268
|
-
os: [linux]
|
|
2269
|
-
|
|
2270
|
-
'@esbuild/linux-arm64@0.25.12':
|
|
2271
|
-
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
|
|
2171
|
+
'@esbuild/linux-arm64@0.27.2':
|
|
2172
|
+
resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
|
|
2272
2173
|
engines: {node: '>=18'}
|
|
2273
2174
|
cpu: [arm64]
|
|
2274
2175
|
os: [linux]
|
|
2275
2176
|
|
|
2276
|
-
'@esbuild/linux-arm@0.
|
|
2277
|
-
resolution: {integrity: sha512
|
|
2278
|
-
engines: {node: '>=12'}
|
|
2279
|
-
cpu: [arm]
|
|
2280
|
-
os: [linux]
|
|
2281
|
-
|
|
2282
|
-
'@esbuild/linux-arm@0.21.5':
|
|
2283
|
-
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
|
|
2284
|
-
engines: {node: '>=12'}
|
|
2285
|
-
cpu: [arm]
|
|
2286
|
-
os: [linux]
|
|
2287
|
-
|
|
2288
|
-
'@esbuild/linux-arm@0.25.12':
|
|
2289
|
-
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
|
|
2177
|
+
'@esbuild/linux-arm@0.27.2':
|
|
2178
|
+
resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
|
|
2290
2179
|
engines: {node: '>=18'}
|
|
2291
2180
|
cpu: [arm]
|
|
2292
2181
|
os: [linux]
|
|
2293
2182
|
|
|
2294
|
-
'@esbuild/linux-ia32@0.
|
|
2295
|
-
resolution: {integrity: sha512-
|
|
2296
|
-
engines: {node: '>=12'}
|
|
2297
|
-
cpu: [ia32]
|
|
2298
|
-
os: [linux]
|
|
2299
|
-
|
|
2300
|
-
'@esbuild/linux-ia32@0.21.5':
|
|
2301
|
-
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
|
|
2302
|
-
engines: {node: '>=12'}
|
|
2303
|
-
cpu: [ia32]
|
|
2304
|
-
os: [linux]
|
|
2305
|
-
|
|
2306
|
-
'@esbuild/linux-ia32@0.25.12':
|
|
2307
|
-
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
|
|
2183
|
+
'@esbuild/linux-ia32@0.27.2':
|
|
2184
|
+
resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
|
|
2308
2185
|
engines: {node: '>=18'}
|
|
2309
2186
|
cpu: [ia32]
|
|
2310
2187
|
os: [linux]
|
|
2311
2188
|
|
|
2312
|
-
'@esbuild/linux-loong64@0.
|
|
2313
|
-
resolution: {integrity: sha512-
|
|
2314
|
-
engines: {node: '>=12'}
|
|
2315
|
-
cpu: [loong64]
|
|
2316
|
-
os: [linux]
|
|
2317
|
-
|
|
2318
|
-
'@esbuild/linux-loong64@0.21.5':
|
|
2319
|
-
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
|
|
2320
|
-
engines: {node: '>=12'}
|
|
2321
|
-
cpu: [loong64]
|
|
2322
|
-
os: [linux]
|
|
2323
|
-
|
|
2324
|
-
'@esbuild/linux-loong64@0.25.12':
|
|
2325
|
-
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
|
|
2189
|
+
'@esbuild/linux-loong64@0.27.2':
|
|
2190
|
+
resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
|
|
2326
2191
|
engines: {node: '>=18'}
|
|
2327
2192
|
cpu: [loong64]
|
|
2328
2193
|
os: [linux]
|
|
2329
2194
|
|
|
2330
|
-
'@esbuild/linux-mips64el@0.
|
|
2331
|
-
resolution: {integrity: sha512-
|
|
2332
|
-
engines: {node: '>=12'}
|
|
2333
|
-
cpu: [mips64el]
|
|
2334
|
-
os: [linux]
|
|
2335
|
-
|
|
2336
|
-
'@esbuild/linux-mips64el@0.21.5':
|
|
2337
|
-
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
|
|
2338
|
-
engines: {node: '>=12'}
|
|
2339
|
-
cpu: [mips64el]
|
|
2340
|
-
os: [linux]
|
|
2341
|
-
|
|
2342
|
-
'@esbuild/linux-mips64el@0.25.12':
|
|
2343
|
-
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
|
|
2195
|
+
'@esbuild/linux-mips64el@0.27.2':
|
|
2196
|
+
resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
|
|
2344
2197
|
engines: {node: '>=18'}
|
|
2345
2198
|
cpu: [mips64el]
|
|
2346
2199
|
os: [linux]
|
|
2347
2200
|
|
|
2348
|
-
'@esbuild/linux-ppc64@0.
|
|
2349
|
-
resolution: {integrity: sha512-
|
|
2350
|
-
engines: {node: '>=12'}
|
|
2351
|
-
cpu: [ppc64]
|
|
2352
|
-
os: [linux]
|
|
2353
|
-
|
|
2354
|
-
'@esbuild/linux-ppc64@0.21.5':
|
|
2355
|
-
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
|
|
2356
|
-
engines: {node: '>=12'}
|
|
2357
|
-
cpu: [ppc64]
|
|
2358
|
-
os: [linux]
|
|
2359
|
-
|
|
2360
|
-
'@esbuild/linux-ppc64@0.25.12':
|
|
2361
|
-
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
|
|
2201
|
+
'@esbuild/linux-ppc64@0.27.2':
|
|
2202
|
+
resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
|
|
2362
2203
|
engines: {node: '>=18'}
|
|
2363
2204
|
cpu: [ppc64]
|
|
2364
2205
|
os: [linux]
|
|
2365
2206
|
|
|
2366
|
-
'@esbuild/linux-riscv64@0.
|
|
2367
|
-
resolution: {integrity: sha512-
|
|
2368
|
-
engines: {node: '>=12'}
|
|
2369
|
-
cpu: [riscv64]
|
|
2370
|
-
os: [linux]
|
|
2371
|
-
|
|
2372
|
-
'@esbuild/linux-riscv64@0.21.5':
|
|
2373
|
-
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
|
|
2374
|
-
engines: {node: '>=12'}
|
|
2375
|
-
cpu: [riscv64]
|
|
2376
|
-
os: [linux]
|
|
2377
|
-
|
|
2378
|
-
'@esbuild/linux-riscv64@0.25.12':
|
|
2379
|
-
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
|
|
2207
|
+
'@esbuild/linux-riscv64@0.27.2':
|
|
2208
|
+
resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
|
|
2380
2209
|
engines: {node: '>=18'}
|
|
2381
2210
|
cpu: [riscv64]
|
|
2382
2211
|
os: [linux]
|
|
2383
2212
|
|
|
2384
|
-
'@esbuild/linux-s390x@0.
|
|
2385
|
-
resolution: {integrity: sha512
|
|
2386
|
-
engines: {node: '>=12'}
|
|
2387
|
-
cpu: [s390x]
|
|
2388
|
-
os: [linux]
|
|
2389
|
-
|
|
2390
|
-
'@esbuild/linux-s390x@0.21.5':
|
|
2391
|
-
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
|
|
2392
|
-
engines: {node: '>=12'}
|
|
2393
|
-
cpu: [s390x]
|
|
2394
|
-
os: [linux]
|
|
2395
|
-
|
|
2396
|
-
'@esbuild/linux-s390x@0.25.12':
|
|
2397
|
-
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
|
|
2213
|
+
'@esbuild/linux-s390x@0.27.2':
|
|
2214
|
+
resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
|
|
2398
2215
|
engines: {node: '>=18'}
|
|
2399
2216
|
cpu: [s390x]
|
|
2400
2217
|
os: [linux]
|
|
2401
2218
|
|
|
2402
|
-
'@esbuild/linux-x64@0.
|
|
2403
|
-
resolution: {integrity: sha512-
|
|
2404
|
-
engines: {node: '>=12'}
|
|
2405
|
-
cpu: [x64]
|
|
2406
|
-
os: [linux]
|
|
2407
|
-
|
|
2408
|
-
'@esbuild/linux-x64@0.21.5':
|
|
2409
|
-
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
|
|
2410
|
-
engines: {node: '>=12'}
|
|
2411
|
-
cpu: [x64]
|
|
2412
|
-
os: [linux]
|
|
2413
|
-
|
|
2414
|
-
'@esbuild/linux-x64@0.25.12':
|
|
2415
|
-
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
|
|
2219
|
+
'@esbuild/linux-x64@0.27.2':
|
|
2220
|
+
resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
|
|
2416
2221
|
engines: {node: '>=18'}
|
|
2417
2222
|
cpu: [x64]
|
|
2418
2223
|
os: [linux]
|
|
2419
2224
|
|
|
2420
|
-
'@esbuild/netbsd-arm64@0.
|
|
2421
|
-
resolution: {integrity: sha512-
|
|
2225
|
+
'@esbuild/netbsd-arm64@0.27.2':
|
|
2226
|
+
resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
|
|
2422
2227
|
engines: {node: '>=18'}
|
|
2423
2228
|
cpu: [arm64]
|
|
2424
2229
|
os: [netbsd]
|
|
2425
2230
|
|
|
2426
|
-
'@esbuild/netbsd-x64@0.
|
|
2427
|
-
resolution: {integrity: sha512-
|
|
2428
|
-
engines: {node: '>=12'}
|
|
2429
|
-
cpu: [x64]
|
|
2430
|
-
os: [netbsd]
|
|
2431
|
-
|
|
2432
|
-
'@esbuild/netbsd-x64@0.21.5':
|
|
2433
|
-
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
|
|
2434
|
-
engines: {node: '>=12'}
|
|
2435
|
-
cpu: [x64]
|
|
2436
|
-
os: [netbsd]
|
|
2437
|
-
|
|
2438
|
-
'@esbuild/netbsd-x64@0.25.12':
|
|
2439
|
-
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
|
|
2231
|
+
'@esbuild/netbsd-x64@0.27.2':
|
|
2232
|
+
resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
|
|
2440
2233
|
engines: {node: '>=18'}
|
|
2441
2234
|
cpu: [x64]
|
|
2442
2235
|
os: [netbsd]
|
|
2443
2236
|
|
|
2444
|
-
'@esbuild/openbsd-arm64@0.
|
|
2445
|
-
resolution: {integrity: sha512-
|
|
2237
|
+
'@esbuild/openbsd-arm64@0.27.2':
|
|
2238
|
+
resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
|
|
2446
2239
|
engines: {node: '>=18'}
|
|
2447
2240
|
cpu: [arm64]
|
|
2448
2241
|
os: [openbsd]
|
|
2449
2242
|
|
|
2450
|
-
'@esbuild/openbsd-x64@0.
|
|
2451
|
-
resolution: {integrity: sha512
|
|
2452
|
-
engines: {node: '>=12'}
|
|
2453
|
-
cpu: [x64]
|
|
2454
|
-
os: [openbsd]
|
|
2455
|
-
|
|
2456
|
-
'@esbuild/openbsd-x64@0.21.5':
|
|
2457
|
-
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
|
|
2458
|
-
engines: {node: '>=12'}
|
|
2459
|
-
cpu: [x64]
|
|
2460
|
-
os: [openbsd]
|
|
2461
|
-
|
|
2462
|
-
'@esbuild/openbsd-x64@0.25.12':
|
|
2463
|
-
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
|
|
2243
|
+
'@esbuild/openbsd-x64@0.27.2':
|
|
2244
|
+
resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
|
|
2464
2245
|
engines: {node: '>=18'}
|
|
2465
2246
|
cpu: [x64]
|
|
2466
2247
|
os: [openbsd]
|
|
2467
2248
|
|
|
2468
|
-
'@esbuild/openharmony-arm64@0.
|
|
2469
|
-
resolution: {integrity: sha512-
|
|
2249
|
+
'@esbuild/openharmony-arm64@0.27.2':
|
|
2250
|
+
resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
|
|
2470
2251
|
engines: {node: '>=18'}
|
|
2471
2252
|
cpu: [arm64]
|
|
2472
2253
|
os: [openharmony]
|
|
2473
2254
|
|
|
2474
|
-
'@esbuild/sunos-x64@0.
|
|
2475
|
-
resolution: {integrity: sha512-
|
|
2476
|
-
engines: {node: '>=12'}
|
|
2477
|
-
cpu: [x64]
|
|
2478
|
-
os: [sunos]
|
|
2479
|
-
|
|
2480
|
-
'@esbuild/sunos-x64@0.21.5':
|
|
2481
|
-
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
|
|
2482
|
-
engines: {node: '>=12'}
|
|
2483
|
-
cpu: [x64]
|
|
2484
|
-
os: [sunos]
|
|
2485
|
-
|
|
2486
|
-
'@esbuild/sunos-x64@0.25.12':
|
|
2487
|
-
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
|
|
2255
|
+
'@esbuild/sunos-x64@0.27.2':
|
|
2256
|
+
resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
|
|
2488
2257
|
engines: {node: '>=18'}
|
|
2489
2258
|
cpu: [x64]
|
|
2490
2259
|
os: [sunos]
|
|
2491
2260
|
|
|
2492
|
-
'@esbuild/win32-arm64@0.
|
|
2493
|
-
resolution: {integrity: sha512-
|
|
2494
|
-
engines: {node: '>=12'}
|
|
2495
|
-
cpu: [arm64]
|
|
2496
|
-
os: [win32]
|
|
2497
|
-
|
|
2498
|
-
'@esbuild/win32-arm64@0.21.5':
|
|
2499
|
-
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
|
|
2500
|
-
engines: {node: '>=12'}
|
|
2501
|
-
cpu: [arm64]
|
|
2502
|
-
os: [win32]
|
|
2503
|
-
|
|
2504
|
-
'@esbuild/win32-arm64@0.25.12':
|
|
2505
|
-
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
|
|
2261
|
+
'@esbuild/win32-arm64@0.27.2':
|
|
2262
|
+
resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
|
|
2506
2263
|
engines: {node: '>=18'}
|
|
2507
2264
|
cpu: [arm64]
|
|
2508
2265
|
os: [win32]
|
|
2509
2266
|
|
|
2510
|
-
'@esbuild/win32-ia32@0.
|
|
2511
|
-
resolution: {integrity: sha512-
|
|
2512
|
-
engines: {node: '>=12'}
|
|
2513
|
-
cpu: [ia32]
|
|
2514
|
-
os: [win32]
|
|
2515
|
-
|
|
2516
|
-
'@esbuild/win32-ia32@0.21.5':
|
|
2517
|
-
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
|
|
2518
|
-
engines: {node: '>=12'}
|
|
2519
|
-
cpu: [ia32]
|
|
2520
|
-
os: [win32]
|
|
2521
|
-
|
|
2522
|
-
'@esbuild/win32-ia32@0.25.12':
|
|
2523
|
-
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
|
|
2267
|
+
'@esbuild/win32-ia32@0.27.2':
|
|
2268
|
+
resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
|
|
2524
2269
|
engines: {node: '>=18'}
|
|
2525
2270
|
cpu: [ia32]
|
|
2526
2271
|
os: [win32]
|
|
2527
2272
|
|
|
2528
|
-
'@esbuild/win32-x64@0.
|
|
2529
|
-
resolution: {integrity: sha512-
|
|
2530
|
-
engines: {node: '>=12'}
|
|
2531
|
-
cpu: [x64]
|
|
2532
|
-
os: [win32]
|
|
2533
|
-
|
|
2534
|
-
'@esbuild/win32-x64@0.21.5':
|
|
2535
|
-
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
|
|
2536
|
-
engines: {node: '>=12'}
|
|
2537
|
-
cpu: [x64]
|
|
2538
|
-
os: [win32]
|
|
2539
|
-
|
|
2540
|
-
'@esbuild/win32-x64@0.25.12':
|
|
2541
|
-
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
|
|
2273
|
+
'@esbuild/win32-x64@0.27.2':
|
|
2274
|
+
resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
|
|
2542
2275
|
engines: {node: '>=18'}
|
|
2543
2276
|
cpu: [x64]
|
|
2544
2277
|
os: [win32]
|
|
@@ -3279,6 +3012,10 @@ packages:
|
|
|
3279
3012
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
3280
3013
|
engines: {node: '>=14'}
|
|
3281
3014
|
|
|
3015
|
+
'@pkgr/core@0.3.6':
|
|
3016
|
+
resolution: {integrity: sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==}
|
|
3017
|
+
engines: {node: ^14.18.0 || >=16.0.0}
|
|
3018
|
+
|
|
3282
3019
|
'@protobufjs/aspromise@1.1.2':
|
|
3283
3020
|
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
|
|
3284
3021
|
|
|
@@ -4448,6 +4185,7 @@ packages:
|
|
|
4448
4185
|
|
|
4449
4186
|
'@ungap/structured-clone@1.3.0':
|
|
4450
4187
|
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
|
|
4188
|
+
deprecated: Potential CWE-502 - Update to 1.3.1 or higher
|
|
4451
4189
|
|
|
4452
4190
|
'@vitejs/plugin-legacy@4.1.1':
|
|
4453
4191
|
resolution: {integrity: sha512-um3gbVouD2Q/g19C0qpDfHwveXDCAHzs8OC3e9g6aXpKoD1H14himgs7wkMnhAynBJy7QqUoZNAXDuqN8zLR2g==}
|
|
@@ -4554,6 +4292,7 @@ packages:
|
|
|
4554
4292
|
'@xmldom/xmldom@0.8.11':
|
|
4555
4293
|
resolution: {integrity: sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==}
|
|
4556
4294
|
engines: {node: '>=10.0.0'}
|
|
4295
|
+
deprecated: this version has critical issues, please update to the latest version
|
|
4557
4296
|
|
|
4558
4297
|
'@xtuc/ieee754@1.2.0':
|
|
4559
4298
|
resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
|
|
@@ -6257,20 +5996,10 @@ packages:
|
|
|
6257
5996
|
esbuild-register@3.6.0:
|
|
6258
5997
|
resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
|
|
6259
5998
|
peerDependencies:
|
|
6260
|
-
esbuild:
|
|
5999
|
+
esbuild: 0.27.2
|
|
6261
6000
|
|
|
6262
|
-
esbuild@0.
|
|
6263
|
-
resolution: {integrity: sha512-
|
|
6264
|
-
engines: {node: '>=12'}
|
|
6265
|
-
hasBin: true
|
|
6266
|
-
|
|
6267
|
-
esbuild@0.21.5:
|
|
6268
|
-
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
|
6269
|
-
engines: {node: '>=12'}
|
|
6270
|
-
hasBin: true
|
|
6271
|
-
|
|
6272
|
-
esbuild@0.25.12:
|
|
6273
|
-
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
|
|
6001
|
+
esbuild@0.27.2:
|
|
6002
|
+
resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
|
|
6274
6003
|
engines: {node: '>=18'}
|
|
6275
6004
|
hasBin: true
|
|
6276
6005
|
|
|
@@ -6351,11 +6080,11 @@ packages:
|
|
|
6351
6080
|
peerDependencies:
|
|
6352
6081
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
6353
6082
|
|
|
6354
|
-
eslint-plugin-tailwindcss@3.18.
|
|
6355
|
-
resolution: {integrity: sha512-
|
|
6083
|
+
eslint-plugin-tailwindcss@3.18.3:
|
|
6084
|
+
resolution: {integrity: sha512-lqjNX7mt1Ip2qR236hvhbZ9ff2TFLUWou+tBHz82SA1nWFzOZSoEOI+9UBZmuf2977r2MMp9/y3/broyz8AYig==}
|
|
6356
6085
|
engines: {node: '>=18.12.0'}
|
|
6357
6086
|
peerDependencies:
|
|
6358
|
-
tailwindcss: ^3.4.0
|
|
6087
|
+
tailwindcss: ^3.4.0 || ^4.0.0
|
|
6359
6088
|
|
|
6360
6089
|
eslint-scope@5.1.1:
|
|
6361
6090
|
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
|
@@ -6841,19 +6570,21 @@ packages:
|
|
|
6841
6570
|
glob@10.2.6:
|
|
6842
6571
|
resolution: {integrity: sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==}
|
|
6843
6572
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
6573
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
6844
6574
|
hasBin: true
|
|
6845
6575
|
|
|
6846
6576
|
glob@10.4.5:
|
|
6847
6577
|
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
|
|
6578
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
6848
6579
|
hasBin: true
|
|
6849
6580
|
|
|
6850
6581
|
glob@7.1.2:
|
|
6851
6582
|
resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==}
|
|
6852
|
-
deprecated:
|
|
6583
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
6853
6584
|
|
|
6854
6585
|
glob@7.2.3:
|
|
6855
6586
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
6856
|
-
deprecated:
|
|
6587
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
6857
6588
|
|
|
6858
6589
|
global-modules@2.0.0:
|
|
6859
6590
|
resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==}
|
|
@@ -10076,6 +9807,10 @@ packages:
|
|
|
10076
9807
|
sync-message@0.0.12:
|
|
10077
9808
|
resolution: {integrity: sha512-ySLe+P2U91a51SbWNUvDvAxCct+EKd5PKq3ptJoCZty7oxrf3+VFXxoskreLqrmN6VFxagqcXloz7fcFS08UFw==}
|
|
10078
9809
|
|
|
9810
|
+
synckit@0.11.13:
|
|
9811
|
+
resolution: {integrity: sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==}
|
|
9812
|
+
engines: {node: ^14.18.0 || >=16.0.0}
|
|
9813
|
+
|
|
10079
9814
|
systemjs@6.15.1:
|
|
10080
9815
|
resolution: {integrity: sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==}
|
|
10081
9816
|
|
|
@@ -10083,6 +9818,11 @@ packages:
|
|
|
10083
9818
|
resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==}
|
|
10084
9819
|
engines: {node: '>=10.0.0'}
|
|
10085
9820
|
|
|
9821
|
+
tailwind-api-utils@1.0.3:
|
|
9822
|
+
resolution: {integrity: sha512-KpzUHkH1ug1sq4394SLJX38ZtpeTiqQ1RVyFTTSY2XuHsNSTWUkRo108KmyyrMWdDbQrLYkSHaNKj/a3bmA4sQ==}
|
|
9823
|
+
peerDependencies:
|
|
9824
|
+
tailwindcss: ^3.3.0 || ^4.0.0 || ^4.0.0-beta
|
|
9825
|
+
|
|
10086
9826
|
tailwind-merge@3.5.0:
|
|
10087
9827
|
resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==}
|
|
10088
9828
|
|
|
@@ -10472,11 +10212,12 @@ packages:
|
|
|
10472
10212
|
|
|
10473
10213
|
uuid@10.0.0:
|
|
10474
10214
|
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
10215
|
+
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
|
10475
10216
|
hasBin: true
|
|
10476
10217
|
|
|
10477
10218
|
uuid@3.4.0:
|
|
10478
10219
|
resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==}
|
|
10479
|
-
deprecated:
|
|
10220
|
+
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
|
10480
10221
|
hasBin: true
|
|
10481
10222
|
|
|
10482
10223
|
validate-html-nesting@1.2.4:
|
|
@@ -13336,7 +13077,7 @@ snapshots:
|
|
|
13336
13077
|
|
|
13337
13078
|
'@esbuild-kit/core-utils@3.3.2':
|
|
13338
13079
|
dependencies:
|
|
13339
|
-
esbuild: 0.
|
|
13080
|
+
esbuild: 0.27.2
|
|
13340
13081
|
source-map-support: 0.5.21
|
|
13341
13082
|
|
|
13342
13083
|
'@esbuild-kit/esm-loader@2.6.5':
|
|
@@ -13344,217 +13085,82 @@ snapshots:
|
|
|
13344
13085
|
'@esbuild-kit/core-utils': 3.3.2
|
|
13345
13086
|
get-tsconfig: 4.13.0
|
|
13346
13087
|
|
|
13347
|
-
'@esbuild/aix-ppc64@0.
|
|
13348
|
-
optional: true
|
|
13349
|
-
|
|
13350
|
-
'@esbuild/aix-ppc64@0.25.12':
|
|
13351
|
-
optional: true
|
|
13352
|
-
|
|
13353
|
-
'@esbuild/android-arm64@0.18.20':
|
|
13088
|
+
'@esbuild/aix-ppc64@0.27.2':
|
|
13354
13089
|
optional: true
|
|
13355
13090
|
|
|
13356
|
-
'@esbuild/android-arm64@0.
|
|
13091
|
+
'@esbuild/android-arm64@0.27.2':
|
|
13357
13092
|
optional: true
|
|
13358
13093
|
|
|
13359
|
-
'@esbuild/android-
|
|
13094
|
+
'@esbuild/android-arm@0.27.2':
|
|
13360
13095
|
optional: true
|
|
13361
13096
|
|
|
13362
|
-
'@esbuild/android-
|
|
13097
|
+
'@esbuild/android-x64@0.27.2':
|
|
13363
13098
|
optional: true
|
|
13364
13099
|
|
|
13365
|
-
'@esbuild/
|
|
13100
|
+
'@esbuild/darwin-arm64@0.27.2':
|
|
13366
13101
|
optional: true
|
|
13367
13102
|
|
|
13368
|
-
'@esbuild/
|
|
13103
|
+
'@esbuild/darwin-x64@0.27.2':
|
|
13369
13104
|
optional: true
|
|
13370
13105
|
|
|
13371
|
-
'@esbuild/
|
|
13106
|
+
'@esbuild/freebsd-arm64@0.27.2':
|
|
13372
13107
|
optional: true
|
|
13373
13108
|
|
|
13374
|
-
'@esbuild/
|
|
13109
|
+
'@esbuild/freebsd-x64@0.27.2':
|
|
13375
13110
|
optional: true
|
|
13376
13111
|
|
|
13377
|
-
'@esbuild/
|
|
13112
|
+
'@esbuild/linux-arm64@0.27.2':
|
|
13378
13113
|
optional: true
|
|
13379
13114
|
|
|
13380
|
-
'@esbuild/
|
|
13115
|
+
'@esbuild/linux-arm@0.27.2':
|
|
13381
13116
|
optional: true
|
|
13382
13117
|
|
|
13383
|
-
'@esbuild/
|
|
13118
|
+
'@esbuild/linux-ia32@0.27.2':
|
|
13384
13119
|
optional: true
|
|
13385
13120
|
|
|
13386
|
-
'@esbuild/
|
|
13121
|
+
'@esbuild/linux-loong64@0.27.2':
|
|
13387
13122
|
optional: true
|
|
13388
13123
|
|
|
13389
|
-
'@esbuild/
|
|
13124
|
+
'@esbuild/linux-mips64el@0.27.2':
|
|
13390
13125
|
optional: true
|
|
13391
13126
|
|
|
13392
|
-
'@esbuild/
|
|
13127
|
+
'@esbuild/linux-ppc64@0.27.2':
|
|
13393
13128
|
optional: true
|
|
13394
13129
|
|
|
13395
|
-
'@esbuild/
|
|
13130
|
+
'@esbuild/linux-riscv64@0.27.2':
|
|
13396
13131
|
optional: true
|
|
13397
13132
|
|
|
13398
|
-
'@esbuild/
|
|
13133
|
+
'@esbuild/linux-s390x@0.27.2':
|
|
13399
13134
|
optional: true
|
|
13400
13135
|
|
|
13401
|
-
'@esbuild/
|
|
13136
|
+
'@esbuild/linux-x64@0.27.2':
|
|
13402
13137
|
optional: true
|
|
13403
13138
|
|
|
13404
|
-
'@esbuild/
|
|
13139
|
+
'@esbuild/netbsd-arm64@0.27.2':
|
|
13405
13140
|
optional: true
|
|
13406
13141
|
|
|
13407
|
-
'@esbuild/
|
|
13142
|
+
'@esbuild/netbsd-x64@0.27.2':
|
|
13408
13143
|
optional: true
|
|
13409
13144
|
|
|
13410
|
-
'@esbuild/
|
|
13145
|
+
'@esbuild/openbsd-arm64@0.27.2':
|
|
13411
13146
|
optional: true
|
|
13412
13147
|
|
|
13413
|
-
'@esbuild/
|
|
13148
|
+
'@esbuild/openbsd-x64@0.27.2':
|
|
13414
13149
|
optional: true
|
|
13415
13150
|
|
|
13416
|
-
'@esbuild/
|
|
13151
|
+
'@esbuild/openharmony-arm64@0.27.2':
|
|
13417
13152
|
optional: true
|
|
13418
13153
|
|
|
13419
|
-
'@esbuild/
|
|
13154
|
+
'@esbuild/sunos-x64@0.27.2':
|
|
13420
13155
|
optional: true
|
|
13421
13156
|
|
|
13422
|
-
'@esbuild/
|
|
13157
|
+
'@esbuild/win32-arm64@0.27.2':
|
|
13423
13158
|
optional: true
|
|
13424
13159
|
|
|
13425
|
-
'@esbuild/
|
|
13160
|
+
'@esbuild/win32-ia32@0.27.2':
|
|
13426
13161
|
optional: true
|
|
13427
13162
|
|
|
13428
|
-
'@esbuild/
|
|
13429
|
-
optional: true
|
|
13430
|
-
|
|
13431
|
-
'@esbuild/linux-arm@0.25.12':
|
|
13432
|
-
optional: true
|
|
13433
|
-
|
|
13434
|
-
'@esbuild/linux-ia32@0.18.20':
|
|
13435
|
-
optional: true
|
|
13436
|
-
|
|
13437
|
-
'@esbuild/linux-ia32@0.21.5':
|
|
13438
|
-
optional: true
|
|
13439
|
-
|
|
13440
|
-
'@esbuild/linux-ia32@0.25.12':
|
|
13441
|
-
optional: true
|
|
13442
|
-
|
|
13443
|
-
'@esbuild/linux-loong64@0.18.20':
|
|
13444
|
-
optional: true
|
|
13445
|
-
|
|
13446
|
-
'@esbuild/linux-loong64@0.21.5':
|
|
13447
|
-
optional: true
|
|
13448
|
-
|
|
13449
|
-
'@esbuild/linux-loong64@0.25.12':
|
|
13450
|
-
optional: true
|
|
13451
|
-
|
|
13452
|
-
'@esbuild/linux-mips64el@0.18.20':
|
|
13453
|
-
optional: true
|
|
13454
|
-
|
|
13455
|
-
'@esbuild/linux-mips64el@0.21.5':
|
|
13456
|
-
optional: true
|
|
13457
|
-
|
|
13458
|
-
'@esbuild/linux-mips64el@0.25.12':
|
|
13459
|
-
optional: true
|
|
13460
|
-
|
|
13461
|
-
'@esbuild/linux-ppc64@0.18.20':
|
|
13462
|
-
optional: true
|
|
13463
|
-
|
|
13464
|
-
'@esbuild/linux-ppc64@0.21.5':
|
|
13465
|
-
optional: true
|
|
13466
|
-
|
|
13467
|
-
'@esbuild/linux-ppc64@0.25.12':
|
|
13468
|
-
optional: true
|
|
13469
|
-
|
|
13470
|
-
'@esbuild/linux-riscv64@0.18.20':
|
|
13471
|
-
optional: true
|
|
13472
|
-
|
|
13473
|
-
'@esbuild/linux-riscv64@0.21.5':
|
|
13474
|
-
optional: true
|
|
13475
|
-
|
|
13476
|
-
'@esbuild/linux-riscv64@0.25.12':
|
|
13477
|
-
optional: true
|
|
13478
|
-
|
|
13479
|
-
'@esbuild/linux-s390x@0.18.20':
|
|
13480
|
-
optional: true
|
|
13481
|
-
|
|
13482
|
-
'@esbuild/linux-s390x@0.21.5':
|
|
13483
|
-
optional: true
|
|
13484
|
-
|
|
13485
|
-
'@esbuild/linux-s390x@0.25.12':
|
|
13486
|
-
optional: true
|
|
13487
|
-
|
|
13488
|
-
'@esbuild/linux-x64@0.18.20':
|
|
13489
|
-
optional: true
|
|
13490
|
-
|
|
13491
|
-
'@esbuild/linux-x64@0.21.5':
|
|
13492
|
-
optional: true
|
|
13493
|
-
|
|
13494
|
-
'@esbuild/linux-x64@0.25.12':
|
|
13495
|
-
optional: true
|
|
13496
|
-
|
|
13497
|
-
'@esbuild/netbsd-arm64@0.25.12':
|
|
13498
|
-
optional: true
|
|
13499
|
-
|
|
13500
|
-
'@esbuild/netbsd-x64@0.18.20':
|
|
13501
|
-
optional: true
|
|
13502
|
-
|
|
13503
|
-
'@esbuild/netbsd-x64@0.21.5':
|
|
13504
|
-
optional: true
|
|
13505
|
-
|
|
13506
|
-
'@esbuild/netbsd-x64@0.25.12':
|
|
13507
|
-
optional: true
|
|
13508
|
-
|
|
13509
|
-
'@esbuild/openbsd-arm64@0.25.12':
|
|
13510
|
-
optional: true
|
|
13511
|
-
|
|
13512
|
-
'@esbuild/openbsd-x64@0.18.20':
|
|
13513
|
-
optional: true
|
|
13514
|
-
|
|
13515
|
-
'@esbuild/openbsd-x64@0.21.5':
|
|
13516
|
-
optional: true
|
|
13517
|
-
|
|
13518
|
-
'@esbuild/openbsd-x64@0.25.12':
|
|
13519
|
-
optional: true
|
|
13520
|
-
|
|
13521
|
-
'@esbuild/openharmony-arm64@0.25.12':
|
|
13522
|
-
optional: true
|
|
13523
|
-
|
|
13524
|
-
'@esbuild/sunos-x64@0.18.20':
|
|
13525
|
-
optional: true
|
|
13526
|
-
|
|
13527
|
-
'@esbuild/sunos-x64@0.21.5':
|
|
13528
|
-
optional: true
|
|
13529
|
-
|
|
13530
|
-
'@esbuild/sunos-x64@0.25.12':
|
|
13531
|
-
optional: true
|
|
13532
|
-
|
|
13533
|
-
'@esbuild/win32-arm64@0.18.20':
|
|
13534
|
-
optional: true
|
|
13535
|
-
|
|
13536
|
-
'@esbuild/win32-arm64@0.21.5':
|
|
13537
|
-
optional: true
|
|
13538
|
-
|
|
13539
|
-
'@esbuild/win32-arm64@0.25.12':
|
|
13540
|
-
optional: true
|
|
13541
|
-
|
|
13542
|
-
'@esbuild/win32-ia32@0.18.20':
|
|
13543
|
-
optional: true
|
|
13544
|
-
|
|
13545
|
-
'@esbuild/win32-ia32@0.21.5':
|
|
13546
|
-
optional: true
|
|
13547
|
-
|
|
13548
|
-
'@esbuild/win32-ia32@0.25.12':
|
|
13549
|
-
optional: true
|
|
13550
|
-
|
|
13551
|
-
'@esbuild/win32-x64@0.18.20':
|
|
13552
|
-
optional: true
|
|
13553
|
-
|
|
13554
|
-
'@esbuild/win32-x64@0.21.5':
|
|
13555
|
-
optional: true
|
|
13556
|
-
|
|
13557
|
-
'@esbuild/win32-x64@0.25.12':
|
|
13163
|
+
'@esbuild/win32-x64@0.27.2':
|
|
13558
13164
|
optional: true
|
|
13559
13165
|
|
|
13560
13166
|
'@eslint-community/eslint-utils@4.9.1(eslint@8.41.0)':
|
|
@@ -14258,7 +13864,7 @@ snapshots:
|
|
|
14258
13864
|
|
|
14259
13865
|
'@napi-rs/triples@1.2.0': {}
|
|
14260
13866
|
|
|
14261
|
-
'@nestjs/cli@10.4.9(@swc/core@1.4.14)(esbuild@0.
|
|
13867
|
+
'@nestjs/cli@10.4.9(@swc/core@1.4.14)(esbuild@0.27.2)':
|
|
14262
13868
|
dependencies:
|
|
14263
13869
|
'@angular-devkit/core': 17.3.11(chokidar@3.6.0)
|
|
14264
13870
|
'@angular-devkit/schematics': 17.3.11(chokidar@3.6.0)
|
|
@@ -14268,7 +13874,7 @@ snapshots:
|
|
|
14268
13874
|
chokidar: 3.6.0
|
|
14269
13875
|
cli-table3: 0.6.5
|
|
14270
13876
|
commander: 4.1.1
|
|
14271
|
-
fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.7.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
13877
|
+
fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.7.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2))
|
|
14272
13878
|
glob: 10.4.5
|
|
14273
13879
|
inquirer: 8.2.6
|
|
14274
13880
|
node-emoji: 1.11.0
|
|
@@ -14277,7 +13883,7 @@ snapshots:
|
|
|
14277
13883
|
tsconfig-paths: 4.2.0
|
|
14278
13884
|
tsconfig-paths-webpack-plugin: 4.2.0
|
|
14279
13885
|
typescript: 5.7.2
|
|
14280
|
-
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
13886
|
+
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)
|
|
14281
13887
|
webpack-node-externals: 3.0.0
|
|
14282
13888
|
optionalDependencies:
|
|
14283
13889
|
'@swc/core': 1.4.14
|
|
@@ -14435,6 +14041,8 @@ snapshots:
|
|
|
14435
14041
|
'@pkgjs/parseargs@0.11.0':
|
|
14436
14042
|
optional: true
|
|
14437
14043
|
|
|
14044
|
+
'@pkgr/core@0.3.6': {}
|
|
14045
|
+
|
|
14438
14046
|
'@protobufjs/aspromise@1.1.2': {}
|
|
14439
14047
|
|
|
14440
14048
|
'@protobufjs/base64@1.1.2': {}
|
|
@@ -15212,7 +14820,7 @@ snapshots:
|
|
|
15212
14820
|
debug: 4.4.3
|
|
15213
14821
|
dotenv: 16.6.1
|
|
15214
14822
|
dotenv-expand: 11.0.7
|
|
15215
|
-
esbuild: 0.
|
|
14823
|
+
esbuild: 0.27.2
|
|
15216
14824
|
find-yarn-workspace-root: 2.0.0
|
|
15217
14825
|
fs-extra: 11.3.3
|
|
15218
14826
|
lodash: 4.17.21
|
|
@@ -15589,7 +15197,7 @@ snapshots:
|
|
|
15589
15197
|
|
|
15590
15198
|
'@types/better-sqlite3@7.6.13':
|
|
15591
15199
|
dependencies:
|
|
15592
|
-
'@types/node':
|
|
15200
|
+
'@types/node': 24.12.4
|
|
15593
15201
|
optional: true
|
|
15594
15202
|
|
|
15595
15203
|
'@types/body-parser@1.19.6':
|
|
@@ -17946,8 +17554,8 @@ snapshots:
|
|
|
17946
17554
|
dependencies:
|
|
17947
17555
|
'@drizzle-team/brocli': 0.10.2
|
|
17948
17556
|
'@esbuild-kit/esm-loader': 2.6.5
|
|
17949
|
-
esbuild: 0.
|
|
17950
|
-
esbuild-register: 3.6.0(esbuild@0.
|
|
17557
|
+
esbuild: 0.27.2
|
|
17558
|
+
esbuild-register: 3.6.0(esbuild@0.27.2)
|
|
17951
17559
|
transitivePeerDependencies:
|
|
17952
17560
|
- supports-color
|
|
17953
17561
|
|
|
@@ -18146,92 +17754,41 @@ snapshots:
|
|
|
18146
17754
|
is-date-object: 1.1.0
|
|
18147
17755
|
is-symbol: 1.1.1
|
|
18148
17756
|
|
|
18149
|
-
esbuild-register@3.6.0(esbuild@0.
|
|
17757
|
+
esbuild-register@3.6.0(esbuild@0.27.2):
|
|
18150
17758
|
dependencies:
|
|
18151
17759
|
debug: 4.4.3
|
|
18152
|
-
esbuild: 0.
|
|
17760
|
+
esbuild: 0.27.2
|
|
18153
17761
|
transitivePeerDependencies:
|
|
18154
17762
|
- supports-color
|
|
18155
17763
|
|
|
18156
|
-
esbuild@0.
|
|
18157
|
-
optionalDependencies:
|
|
18158
|
-
'@esbuild/android-arm': 0.18.20
|
|
18159
|
-
'@esbuild/android-arm64': 0.18.20
|
|
18160
|
-
'@esbuild/android-x64': 0.18.20
|
|
18161
|
-
'@esbuild/darwin-arm64': 0.18.20
|
|
18162
|
-
'@esbuild/darwin-x64': 0.18.20
|
|
18163
|
-
'@esbuild/freebsd-arm64': 0.18.20
|
|
18164
|
-
'@esbuild/freebsd-x64': 0.18.20
|
|
18165
|
-
'@esbuild/linux-arm': 0.18.20
|
|
18166
|
-
'@esbuild/linux-arm64': 0.18.20
|
|
18167
|
-
'@esbuild/linux-ia32': 0.18.20
|
|
18168
|
-
'@esbuild/linux-loong64': 0.18.20
|
|
18169
|
-
'@esbuild/linux-mips64el': 0.18.20
|
|
18170
|
-
'@esbuild/linux-ppc64': 0.18.20
|
|
18171
|
-
'@esbuild/linux-riscv64': 0.18.20
|
|
18172
|
-
'@esbuild/linux-s390x': 0.18.20
|
|
18173
|
-
'@esbuild/linux-x64': 0.18.20
|
|
18174
|
-
'@esbuild/netbsd-x64': 0.18.20
|
|
18175
|
-
'@esbuild/openbsd-x64': 0.18.20
|
|
18176
|
-
'@esbuild/sunos-x64': 0.18.20
|
|
18177
|
-
'@esbuild/win32-arm64': 0.18.20
|
|
18178
|
-
'@esbuild/win32-ia32': 0.18.20
|
|
18179
|
-
'@esbuild/win32-x64': 0.18.20
|
|
18180
|
-
|
|
18181
|
-
esbuild@0.21.5:
|
|
17764
|
+
esbuild@0.27.2:
|
|
18182
17765
|
optionalDependencies:
|
|
18183
|
-
'@esbuild/aix-ppc64': 0.
|
|
18184
|
-
'@esbuild/android-arm': 0.
|
|
18185
|
-
'@esbuild/android-arm64': 0.
|
|
18186
|
-
'@esbuild/android-x64': 0.
|
|
18187
|
-
'@esbuild/darwin-arm64': 0.
|
|
18188
|
-
'@esbuild/darwin-x64': 0.
|
|
18189
|
-
'@esbuild/freebsd-arm64': 0.
|
|
18190
|
-
'@esbuild/freebsd-x64': 0.
|
|
18191
|
-
'@esbuild/linux-arm': 0.
|
|
18192
|
-
'@esbuild/linux-arm64': 0.
|
|
18193
|
-
'@esbuild/linux-ia32': 0.
|
|
18194
|
-
'@esbuild/linux-loong64': 0.
|
|
18195
|
-
'@esbuild/linux-mips64el': 0.
|
|
18196
|
-
'@esbuild/linux-ppc64': 0.
|
|
18197
|
-
'@esbuild/linux-riscv64': 0.
|
|
18198
|
-
'@esbuild/linux-s390x': 0.
|
|
18199
|
-
'@esbuild/linux-x64': 0.
|
|
18200
|
-
'@esbuild/netbsd-
|
|
18201
|
-
'@esbuild/
|
|
18202
|
-
'@esbuild/
|
|
18203
|
-
'@esbuild/
|
|
18204
|
-
'@esbuild/
|
|
18205
|
-
'@esbuild/
|
|
18206
|
-
|
|
18207
|
-
|
|
18208
|
-
|
|
18209
|
-
'@esbuild/aix-ppc64': 0.25.12
|
|
18210
|
-
'@esbuild/android-arm': 0.25.12
|
|
18211
|
-
'@esbuild/android-arm64': 0.25.12
|
|
18212
|
-
'@esbuild/android-x64': 0.25.12
|
|
18213
|
-
'@esbuild/darwin-arm64': 0.25.12
|
|
18214
|
-
'@esbuild/darwin-x64': 0.25.12
|
|
18215
|
-
'@esbuild/freebsd-arm64': 0.25.12
|
|
18216
|
-
'@esbuild/freebsd-x64': 0.25.12
|
|
18217
|
-
'@esbuild/linux-arm': 0.25.12
|
|
18218
|
-
'@esbuild/linux-arm64': 0.25.12
|
|
18219
|
-
'@esbuild/linux-ia32': 0.25.12
|
|
18220
|
-
'@esbuild/linux-loong64': 0.25.12
|
|
18221
|
-
'@esbuild/linux-mips64el': 0.25.12
|
|
18222
|
-
'@esbuild/linux-ppc64': 0.25.12
|
|
18223
|
-
'@esbuild/linux-riscv64': 0.25.12
|
|
18224
|
-
'@esbuild/linux-s390x': 0.25.12
|
|
18225
|
-
'@esbuild/linux-x64': 0.25.12
|
|
18226
|
-
'@esbuild/netbsd-arm64': 0.25.12
|
|
18227
|
-
'@esbuild/netbsd-x64': 0.25.12
|
|
18228
|
-
'@esbuild/openbsd-arm64': 0.25.12
|
|
18229
|
-
'@esbuild/openbsd-x64': 0.25.12
|
|
18230
|
-
'@esbuild/openharmony-arm64': 0.25.12
|
|
18231
|
-
'@esbuild/sunos-x64': 0.25.12
|
|
18232
|
-
'@esbuild/win32-arm64': 0.25.12
|
|
18233
|
-
'@esbuild/win32-ia32': 0.25.12
|
|
18234
|
-
'@esbuild/win32-x64': 0.25.12
|
|
17766
|
+
'@esbuild/aix-ppc64': 0.27.2
|
|
17767
|
+
'@esbuild/android-arm': 0.27.2
|
|
17768
|
+
'@esbuild/android-arm64': 0.27.2
|
|
17769
|
+
'@esbuild/android-x64': 0.27.2
|
|
17770
|
+
'@esbuild/darwin-arm64': 0.27.2
|
|
17771
|
+
'@esbuild/darwin-x64': 0.27.2
|
|
17772
|
+
'@esbuild/freebsd-arm64': 0.27.2
|
|
17773
|
+
'@esbuild/freebsd-x64': 0.27.2
|
|
17774
|
+
'@esbuild/linux-arm': 0.27.2
|
|
17775
|
+
'@esbuild/linux-arm64': 0.27.2
|
|
17776
|
+
'@esbuild/linux-ia32': 0.27.2
|
|
17777
|
+
'@esbuild/linux-loong64': 0.27.2
|
|
17778
|
+
'@esbuild/linux-mips64el': 0.27.2
|
|
17779
|
+
'@esbuild/linux-ppc64': 0.27.2
|
|
17780
|
+
'@esbuild/linux-riscv64': 0.27.2
|
|
17781
|
+
'@esbuild/linux-s390x': 0.27.2
|
|
17782
|
+
'@esbuild/linux-x64': 0.27.2
|
|
17783
|
+
'@esbuild/netbsd-arm64': 0.27.2
|
|
17784
|
+
'@esbuild/netbsd-x64': 0.27.2
|
|
17785
|
+
'@esbuild/openbsd-arm64': 0.27.2
|
|
17786
|
+
'@esbuild/openbsd-x64': 0.27.2
|
|
17787
|
+
'@esbuild/openharmony-arm64': 0.27.2
|
|
17788
|
+
'@esbuild/sunos-x64': 0.27.2
|
|
17789
|
+
'@esbuild/win32-arm64': 0.27.2
|
|
17790
|
+
'@esbuild/win32-ia32': 0.27.2
|
|
17791
|
+
'@esbuild/win32-x64': 0.27.2
|
|
18235
17792
|
|
|
18236
17793
|
escalade@3.2.0: {}
|
|
18237
17794
|
|
|
@@ -18331,10 +17888,12 @@ snapshots:
|
|
|
18331
17888
|
string.prototype.matchall: 4.0.12
|
|
18332
17889
|
string.prototype.repeat: 1.0.0
|
|
18333
17890
|
|
|
18334
|
-
eslint-plugin-tailwindcss@3.18.
|
|
17891
|
+
eslint-plugin-tailwindcss@3.18.3(tailwindcss@4.1.18):
|
|
18335
17892
|
dependencies:
|
|
18336
17893
|
fast-glob: 3.3.3
|
|
18337
|
-
postcss: 8.5.
|
|
17894
|
+
postcss: 8.5.8
|
|
17895
|
+
synckit: 0.11.13
|
|
17896
|
+
tailwind-api-utils: 1.0.3(tailwindcss@4.1.18)
|
|
18338
17897
|
tailwindcss: 4.1.18
|
|
18339
17898
|
|
|
18340
17899
|
eslint-scope@5.1.1:
|
|
@@ -18793,7 +18352,7 @@ snapshots:
|
|
|
18793
18352
|
|
|
18794
18353
|
forever-agent@0.6.1: {}
|
|
18795
18354
|
|
|
18796
|
-
fork-ts-checker-webpack-plugin@9.0.2(typescript@5.7.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
18355
|
+
fork-ts-checker-webpack-plugin@9.0.2(typescript@5.7.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)):
|
|
18797
18356
|
dependencies:
|
|
18798
18357
|
'@babel/code-frame': 7.27.1
|
|
18799
18358
|
chalk: 4.1.2
|
|
@@ -18808,7 +18367,7 @@ snapshots:
|
|
|
18808
18367
|
semver: 7.7.3
|
|
18809
18368
|
tapable: 2.3.0
|
|
18810
18369
|
typescript: 5.7.2
|
|
18811
|
-
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
18370
|
+
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)
|
|
18812
18371
|
|
|
18813
18372
|
form-data@2.3.3:
|
|
18814
18373
|
dependencies:
|
|
@@ -22617,6 +22176,10 @@ snapshots:
|
|
|
22617
22176
|
|
|
22618
22177
|
sync-message@0.0.12: {}
|
|
22619
22178
|
|
|
22179
|
+
synckit@0.11.13:
|
|
22180
|
+
dependencies:
|
|
22181
|
+
'@pkgr/core': 0.3.6
|
|
22182
|
+
|
|
22620
22183
|
systemjs@6.15.1: {}
|
|
22621
22184
|
|
|
22622
22185
|
table@6.9.0:
|
|
@@ -22627,6 +22190,13 @@ snapshots:
|
|
|
22627
22190
|
string-width: 4.2.3
|
|
22628
22191
|
strip-ansi: 6.0.1
|
|
22629
22192
|
|
|
22193
|
+
tailwind-api-utils@1.0.3(tailwindcss@4.1.18):
|
|
22194
|
+
dependencies:
|
|
22195
|
+
enhanced-resolve: 5.20.0
|
|
22196
|
+
jiti: 2.6.1
|
|
22197
|
+
local-pkg: 1.1.2
|
|
22198
|
+
tailwindcss: 4.1.18
|
|
22199
|
+
|
|
22630
22200
|
tailwind-merge@3.5.0: {}
|
|
22631
22201
|
|
|
22632
22202
|
tailwindcss-animate@1.0.7(tailwindcss@4.1.18):
|
|
@@ -22716,17 +22286,17 @@ snapshots:
|
|
|
22716
22286
|
'@swc/core': 1.3.96
|
|
22717
22287
|
optional: true
|
|
22718
22288
|
|
|
22719
|
-
terser-webpack-plugin@5.3.16(@swc/core@1.4.14)(esbuild@0.
|
|
22289
|
+
terser-webpack-plugin@5.3.16(@swc/core@1.4.14)(esbuild@0.27.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)):
|
|
22720
22290
|
dependencies:
|
|
22721
22291
|
'@jridgewell/trace-mapping': 0.3.31
|
|
22722
22292
|
jest-worker: 27.5.1
|
|
22723
22293
|
schema-utils: 4.3.3
|
|
22724
22294
|
serialize-javascript: 6.0.2
|
|
22725
22295
|
terser: 5.44.1
|
|
22726
|
-
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
22296
|
+
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)
|
|
22727
22297
|
optionalDependencies:
|
|
22728
22298
|
'@swc/core': 1.4.14
|
|
22729
|
-
esbuild: 0.
|
|
22299
|
+
esbuild: 0.27.2
|
|
22730
22300
|
|
|
22731
22301
|
terser@4.8.0:
|
|
22732
22302
|
dependencies:
|
|
@@ -23110,7 +22680,7 @@ snapshots:
|
|
|
23110
22680
|
|
|
23111
22681
|
vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1):
|
|
23112
22682
|
dependencies:
|
|
23113
|
-
esbuild: 0.
|
|
22683
|
+
esbuild: 0.27.2
|
|
23114
22684
|
postcss: 8.5.6
|
|
23115
22685
|
rollup: 3.29.5
|
|
23116
22686
|
optionalDependencies:
|
|
@@ -23206,7 +22776,7 @@ snapshots:
|
|
|
23206
22776
|
- uglify-js
|
|
23207
22777
|
optional: true
|
|
23208
22778
|
|
|
23209
|
-
webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
22779
|
+
webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2):
|
|
23210
22780
|
dependencies:
|
|
23211
22781
|
'@types/eslint-scope': 3.7.7
|
|
23212
22782
|
'@types/estree': 1.0.8
|
|
@@ -23228,7 +22798,7 @@ snapshots:
|
|
|
23228
22798
|
neo-async: 2.6.2
|
|
23229
22799
|
schema-utils: 3.3.0
|
|
23230
22800
|
tapable: 2.3.0
|
|
23231
|
-
terser-webpack-plugin: 5.3.16(@swc/core@1.4.14)(esbuild@0.
|
|
22801
|
+
terser-webpack-plugin: 5.3.16(@swc/core@1.4.14)(esbuild@0.27.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2))
|
|
23232
22802
|
watchpack: 2.5.0
|
|
23233
22803
|
webpack-sources: 3.3.3
|
|
23234
22804
|
transitivePeerDependencies:
|