Commit 5c7fbed
committed
chore: bump hono + @hono/node-server in lockfile (security noise cleanup)
Resolves our dev-environment lockfile to hono@4.12.4 / @hono/node-server@1.19.10
to clear 9 Dependabot alerts for hono middleware vulns we don't exercise (we
never import serveStatic, ErrorBoundary, setCookie, writeSSE, or the various
auth/cache middlewares).
Published semver ranges are unchanged — catalogs still declare ^4.11.4 and
^1.19.9 which already accept the patched versions. This change does not affect
what consumers see.
Mechanics:
- root package.json resolutions: hono ^4.12.4, @hono/node-server ^1.19.10
(root is private; resolutions affect our lockfile only, not published deps)
- minimumReleaseAgeExclude: updated entries for the new versions (both
published 2026-03-03, under the 7-day gate)
Verified via pnpm pack: published @modelcontextprotocol/hono and
@modelcontextprotocol/node still ship ^4.11.4 / ^1.19.9.1 parent 4a7cdf4 commit 5c7fbed
3 files changed
+30
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments