Skip to content

Commit 6d5bad7

Browse files
jo-duchanclaude
andcommitted
chore: bump transitive deps for security (fast-uri, hono, @hono/node-server, dompurify)
Resolves 7 Dependabot alerts via pnpm.overrides (all transitive, no root package changes). MCP SDK 1.29.0 is already latest, so overrides are the only lever. - fast-uri >=3.1.4 <4 (#55/#53, high — via @modelcontextprotocol/sdk > ajv) - hono ^4.12.27 (#52/#51/#50, medium — bumps prior <4.12.25 override) - @hono/node-server >=2.0.5 <3 (#49, medium — major bump; peer hono ^4 ok, only loaded by the SDK's HTTP transport which tapflow never uses — stdio only) - dompurify >=3.4.12 <4 (#54, low — bumps prior <=3.4.10 override; docs devDep) Resolved: fast-uri 3.1.4, hono 4.12.31, @hono/node-server 2.0.11, dompurify 3.4.12. typecheck + mcp-server/flow-runner builds and tests green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent db6e73e commit 6d5bad7

2 files changed

Lines changed: 27 additions & 23 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@
4646
"overrides": {
4747
"shell-quote@<1.8.4": "^1.8.4",
4848
"esbuild@>=0.27.3 <0.28.1": ">=0.28.1",
49-
"hono@<4.12.25": "^4.12.25",
49+
"hono@<4.12.27": "^4.12.27",
50+
"@hono/node-server@<2.0.5": ">=2.0.5 <3",
51+
"fast-uri@<3.1.4": ">=3.1.4 <4",
5052
"undici@>=7.23.0 <7.28.0": ">=7.28.0 <8",
51-
"dompurify@<=3.4.10": ">=3.4.11 <4",
53+
"dompurify@<3.4.12": ">=3.4.12 <4",
5254
"js-yaml@<3.15.0": "^3.15.0",
5355
"js-yaml@>=4.0.0 <4.3.0": ">=4.3.0 <5",
5456
"axios@>=1.15.2 <1.18.0": ">=1.18.0 <2",

pnpm-lock.yaml

Lines changed: 23 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)