chore(deps): Add lodash-es override to address vulnerability CVE-2025-13465#305
Merged
chore(deps): Add lodash-es override to address vulnerability CVE-2025-13465#305
Conversation
Contributor
📝 WalkthroughWalkthroughAdded an override in package.json: "lodash-es": "^4.17.23". The preceding override entry for "tar@<7.5.4": "7.5.4" was given a trailing comma to keep JSON valid. This is a dependency-resolution configuration change. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #305 +/- ##
===========================
===========================
🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@package.json`:
- Around line 2879-2880: Update the lodash-es dependency to ensure
CVE-2025-13465 is addressed by pinning or tightening the range: change
"lodash-es": "^4.17.23" in package.json to at least 4.17.23 (or to the exact
"4.17.23" if your policy requires deterministic pinning) so the patched version
that fixes prototype pollution in _.unset and _.omit is used.
Artmann
approved these changes
Jan 23, 2026
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 by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.