chore(deps): resolve 3rd-party vulnerabilities (MBL-1690)#585
Merged
mahmoud-elmorabea merged 3 commits intomainfrom May 1, 2026
Merged
chore(deps): resolve 3rd-party vulnerabilities (MBL-1690)#585mahmoud-elmorabea merged 3 commits intomainfrom
mahmoud-elmorabea merged 3 commits intomainfrom
Conversation
Add npm overrides for transitive deps per Socket advisories: - lodash 4.18.0 (CVE-2026-4800, CVE-2026-2950) - @eslint/plugin-kit 0.3.4 (GHSA-xffm-g5w8-qvg7) Lockfile regenerated by CI.
Contributor
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5f9e2b5. Configure here.
mrehan27
approved these changes
Apr 30, 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
Addresses MBL-1690 — Fix 3rd-party vulnerabilities (Non-Breaking) in
customerio-reactnative.Adds npm
overridesto push transitive deps to patched versions per Socket advisories.Notes
package.json).package-lock.jsonwill be regenerated by CI.Test plan
🤖 Generated with Claude Code
Note
Low Risk
Dependency override/lockfile-only changes affecting primarily dev tooling; main risk is unexpected install/CI breakage due to resolution or peer-dependency conflicts.
Overview
Adds npm
overridesto force patched transitive dependency versions (notablylodashand@eslint/plugin-kit) to address reported third‑party vulnerabilities.Updates the lockfile to reflect the overridden resolutions (including
@eslint/plugin-kitpulling a newer@eslint/core) and bumps the package version to6.4.2.Reviewed by Cursor Bugbot for commit 2777f50. Bugbot is set up for automated code reviews on this repo. Configure here.