[codex] fix handlebars dependabot alert#3958
Open
szdziedzic wants to merge 2 commits into
Open
Conversation
|
✅ Thank you for adding the changelog entry! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3958 +/- ##
==========================================
+ Coverage 59.28% 59.32% +0.05%
==========================================
Files 935 936 +1
Lines 41093 41169 +76
Branches 8660 8670 +10
==========================================
+ Hits 24356 24421 +65
- Misses 16643 16654 +11
Partials 94 94 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
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.
Why
Dependabot reported security alert 334 for the transitive dev dependency
handlebars(GHSA-2w6w-674q-4c4q,CVE-2026-33937). The existing lockfile resolved the^4.7.7and^4.7.8ranges to vulnerable4.7.8;4.7.9is the patched release.How
Re-resolved
handlebarswith Yarn so the lockfile now pinshandlebars@4.7.9for the existing transitive ranges. Added amainchangelog chore entry for the security bump.Test Plan
corepack yarn fmtcorepack yarn install --immutablecorepack yarn why handlebarscorepack yarn lint-changeloggit diff --checkcorepack yarn install --immutablestill reports the same pre-existing peer dependency warnings forgraphql,oxlint-tsgolint,eslint, and@types/node.