Commit e239750
authored
chore(deps): bump hono + postcss to clear 3 moderate Dependabot alerts (#39)
- hono ^4.12.15 → ^4.12.16 (4.12.18 resolved). Clears:
• CVE: bodyLimit() bypass for chunked / unknown-length requests
• CVE: hono/jsx HTML injection via unvalidated JSX tag names
- postcss override pinned ≥ 8.5.10 (8.5.14 resolved via tsup transitive).
Clears: PostCSS XSS via unescaped </style> in CSS Stringify Output.
postcss is a transitive (tsup → postcss-load-config → postcss). Used a
pnpm override (`postcss@<8.5.10`: ^8.5.10) so any future tsup or sibling
that pulls in older postcss is auto-bumped, instead of relying on tsup
to ship a new release.
867/867 tests still passing; typecheck + build clean.1 parent a407801 commit e239750
2 files changed
Lines changed: 29 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments