Commit 0fa56e3
committed
security: fix Hono vulnerabilities and upgrade Tailwind CSS
- Pin `hono` to `4.11.4` in root overrides and `client` dependencies to resolve high-severity CVEs (GHSA-3vhc-576x-3qv4, GHSA-f67f-6cw9-8mq4)
- Upgrade `tailwindcss` to v4 (`^4.1.17`) in `client` and `client/ui` packages
- Upgrade `nativewind` to `^4.2.1` in `client/ui`
- Add `peerDependencyRules` to root `package.json` to allow `tailwindcss` v4 for `nativewind`
- Fix `darkMode` configuration in `client/tailwind.config.ts` to align with Tailwind v4 API1 parent 07679aa commit 0fa56e3
5 files changed
Lines changed: 45 additions & 253 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
0 commit comments