chore(deps): bump handlebars 4.7.8 → 4.7.9#25
Merged
Conversation
Patches four CVEs (CVE-2026-33937 critical, CVE-2026-33938/33940/33941 high) in transitive dev dependency handlebars. Pulled in via conventional-changelog-writer; no manifest edit required since the existing ^4.7.7 range already permits 4.7.9. No call sites in src/ or test/, no breaking changes in 4.7.9 release notes. Linear: ENG-1424 Co-Authored-By: Claude <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Bumps transitive dev dependency
handlebarsfrom4.7.8→4.7.9to patch four CVEs (one critical, three high).Why this is safe
handlebarsis a transitive, dev-only dependency pulled in byconventional-changelog-writer(part of thesemantic-releasetoolchain). It is not inpackage.json.^4.7.7range already permits4.7.9— this is a pure lockfile refresh, no manifest edit, no version pin.src/ortest/— no production runtime exposure.4.7.9release notes flag no breaking changes vs4.7.8(security fixes plus minor internal refactors and TS type tweaks).Verification
npm test→ 5 suites, 72 tests passednpm run lint→ biome clean, no issuesnpm ls handlebars→ resolves to4.7.9viasemantic-release > @semantic-release/commit-analyzer > conventional-changelog-writergit diff --stat→ 1 file changed (package-lock.json), 3 insertions, 3 deletions — confined to thenode_modules/handlebarsentry🤖 Generated with Claude Code