This repository was archived by the owner on May 20, 2026. It is now read-only.
ENG-1048: Bump path-to-regexp / hono / flatted cluster - #23
Closed
mjohnsonsu wants to merge 1 commit into
Closed
Conversation
Clears the following HIGH CVEs (SLA 2026-04-28/29) in both pnpm workspaces (typescript, modelcontextprotocol): path-to-regexp 8.3.0 → 8.4.2 CVE-2026-4926 express-rate-limit 8.2.1 → 8.3.2 CVE-2026-30827 @hono/node-server 1.19.9 → 1.19.14 CVE-2026-29087 hono 4.12.8 → 4.12.14 CVE-2026-29045 flatted 3.3.4 → 3.4.2 CVE-2026-33228 + CVE-2026-32141 Four of the five updated via the existing range + `pnpm update`. `flatted` is a transitive of `flat-cache@4.0.1` which pins it via an exact `dependencies: { flatted: 3.3.4 }` entry in the lockfile; pnpm `update` refused to move it without an override. Added `"flatted": ">=3.4.2"` to the existing `pnpm.overrides` block in `typescript/package.json` (same block as hono/handlebars/langsmith). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
mjohnsonsu
pushed a commit
that referenced
this pull request
Apr 17, 2026
Both are no longer load-bearing — natural resolution from each transitive's range already satisfies the security floor: handlebars ^4.7.9 → 4.7.9 (unchanged) hono >=4.12.7 → 4.12.14 (matches the cluster-4 bump) The remaining two overrides (langsmith, flatted) stay: - `langsmith >=0.4.6` — without it, 0.3.87 reappears alongside 0.5.11 - `flatted >=3.4.2` (added in this branch's parent commit) — without it, flat-cache@4.0.1 keeps flatted pinned to 3.3.4 in the lockfile Stacked on top of eng-1048/bump-cluster-4 (PR #23) since both commits touch the same `pnpm.overrides` block. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
mjohnsonsu
pushed a commit
that referenced
this pull request
Apr 17, 2026
Combined PR — supersedes #23 (cluster-4 bumps + flatted override) and #24 (drop redundant handlebars/hono overrides). CVE bumps in both workspaces (typescript, modelcontextprotocol): path-to-regexp 8.3.0 → 8.4.2 (CVE-2026-4926) express-rate-limit 8.2.1 → 8.3.2 (CVE-2026-30827) @hono/node-server 1.19.9 → 1.19.14 (CVE-2026-29087) hono 4.12.8 → 4.12.14 (CVE-2026-29045) flatted 3.3.4 → 3.4.2 (CVE-2026-33228 + CVE-2026-32141) pnpm.overrides reshuffle in typescript/package.json: + flatted: ">=3.4.2" (required — flat-cache@4.0.1 pins flatted: 3.3.4 in the lockfile; pnpm update refuses to move it) - handlebars: "^4.7.9" (no longer load-bearing — natural is 4.7.9) - hono: ">=4.12.7" (no longer load-bearing — natural matches the bump) langsmith override stays — without it, 0.3.87 reappears alongside 0.5.x. Reverted incidental cosmetic devDep bumps that pnpm update tried to make to modelcontextprotocol/package.json. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
Contributor
Author
|
Superseded by #25 (consolidated). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Change Summary
Clears 5 HIGH CVEs (SLA 2026-04-28/29) in both pnpm workspaces:
Four of the five updated via the existing semver ranges + `pnpm update --lockfile-only`. `flatted` required an additional `pnpm.overrides` entry in `typescript/package.json` (next to the existing `handlebars`/`langsmith`/`hono` overrides) because `flat-cache@4.0.1` pins `flatted: 3.3.4` as an exact transitive in the lockfile — `pnpm update` refused to move it without the override.
📋 Linked Linear Ticket
🧪 How Was This Tested?
🔐 Security Consideration
Direct CVE remediation.
🚀 Deployment & Validation Plan
🔁 Rollback Plan
Revert this commit.
📄 Change Type
🤖 Generated with Claude Code