fix(deps): security dependency updates [FEC-769]#3230
Merged
Conversation
Bump production dependencies to resolve critical/high security alerts: - lodash 4.17.23 → 4.18.1 (CVE-2026-4800, code injection via _.template) - immutable 4.3.7 → 4.3.8 (prototype pollution) - dompurify 3.2.7 → 3.3.2 (XSS via mutation, prototype pollution) Added lodash resolution to catch transitive copies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: f679123 The changes in this PR will be included in the next version bump. This PR includes changesets to release 98 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Apr 10, 2026
Bump dev dependencies to resolve Dependabot security alerts: - vite 6.4.1 → 6.4.2 (CVE-2026-39410, arbitrary file read via WebSocket) - storybook ^8.6.15 → ^8.6.18 (WebSocket hijacking vulnerability) - All @storybook/* addons bumped to ^8.6.18 Dev-only changes, no consumer API impact. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ties [FEC-769] Add and update yarn resolutions to fix transitive dependency vulnerabilities: New resolutions: - handlebars → ^4.7.9 (JS injection via AST type confusion) - tar → ^7.5.11 (symlink/hardlink path traversal) - rollup@^4.34.9 → ^4.59.0 (arbitrary file write via path traversal) - flatted → ^3.4.2 (prototype pollution via parse()) - svgo → ^3.3.3 (DoS via entity expansion) - basic-ftp → ^5.2.0 (path traversal in downloadToDir) - systeminformation → ^5.31.0 (command injection) - lodash-es → ^4.18.0 (code injection via _.template) - @isaacs/brace-expansion → ^5.0.1 (uncontrolled resource consumption) - picomatch@^2.x → ^2.3.2 (ReDoS via extglob quantifiers) Updated resolutions: - rollup@^2.79.1: ^2.79.2 → ^2.80.0 (arbitrary file write) - minimatch: ^10.1.0 → ^10.2.3 (ReDoS via combinatorial backtracking) - axios: ^1.9.0 → ^1.13.5 (DoS via __proto__ key in mergeConfig) Also alphabetically sorted the resolutions block. All transitive/dev-only — no consumer API impact. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Comment on lines
+95
to
+99
| "picomatch@^2.0.4": "^2.3.2", | ||
| "picomatch@^2.2.1": "^2.3.2", | ||
| "picomatch@^2.2.2": "^2.3.2", | ||
| "picomatch@^2.2.3": "^2.3.2", | ||
| "picomatch@^2.3.1": "^2.3.2", |
Contributor
There was a problem hiding this comment.
this gets pretty verbose, eh? iirc, we can simply this once it's converted to pnpm.
valoriecarli
approved these changes
Apr 10, 2026
Contributor
valoriecarli
left a comment
There was a problem hiding this comment.
thanks for doing this 🙌🏻
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
Dependency housekeeping and security vulnerability remediation for the ui-kit repository. Resolves all critical and high Dependabot alerts, and most medium-severity alerts.
Expected impact: 127 open alerts → estimated ~3–5 remaining (low/stale only)
Commit 1 — Production dependency bumps
Bump direct production dependencies (security-only patch/minor releases, no consumer API changes):
Commit 2 — Dev dependency bumps
Bump dev-only direct dependencies (no consumer impact):
Commit 3 — Yarn resolutions for transitive dependencies
All transitive/dev-only — no consumer impact.
New resolutions:
Updated resolutions:
Consumer API impact
None. All production dependency bumps (lodash, immutable, dompurify) are security-only patch/minor releases with no API changes. All other changes are dev-only transitive dependencies.
CVEs addressed
CVE-2026-4800, CVE-2026-39410, CVE-2026-39363, CVE-2026-39364, CVE-2026-39365, CVE-2026-33896, CVE-2026-33895, CVE-2026-33891, CVE-2026-33894, CVE-2026-33671, CVE-2026-33228, CVE-2026-32141, CVE-2026-4867, CVE-2026-2950, CVE-2026-39409, CVE-2026-39407, CVE-2026-39408, CVE-2026-39406, and others.
Test plan
Part of FEC-769
🤖 Generated with Claude Code