chore: upgrade 11 transitive dependencies to fix security vulnerabilities#126
Merged
Merged
Conversation
…ties Add yarn resolutions to force upgrades of transitive dependencies, addressing 5 critical, 4 medium, and 2 low severity CVEs across 11 packages. Production transitive deps: - lodash 4.17.21 → 4.17.23 (CVE-2025-13465) - lodash-es 4.17.21 → 4.17.23 (CVE-2025-13465) - @babel/runtime 7.16.7 → 7.28.6 (CVE-2025-27789) Dev transitive deps: - pbkdf2 3.1.2 → 3.1.5 (CVE-2025-6547, CVE-2025-6545) - cipher-base 1.0.4 → 1.0.7 (CVE-2025-9287) - sha.js 2.4.11 → 2.4.12 (CVE-2025-9288) - elliptic 6.5.4 → 6.6.1 (7 CVEs incl. critical) - form-data 3.0.1 → 4.0.5 (CVE-2025-7783) - js-yaml 3.14.1 → 4.1.1 (CVE-2025-64718) - min-document 2.19.0 → 2.19.2 (CVE-2025-57352) - store2 2.13.1 → 2.14.4 (CVE-2024-57556) Ref #121, Ref #120, Ref #109, Ref #124, Ref #119, Ref #117, Ref #115, Ref #114, Ref #113, Ref #108, Ref #107 Co-Authored-By: Claude <noreply@anthropic.com>
size-limit report 📦
|
Amzani
approved these changes
Feb 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
Consolidates 11 open Dependabot PRs into a single upgrade by adding yarn
resolutionsto force transitive dependency version upgrades. All upgrades are lockfile-only (no direct dependency changes).Production transitive deps (3)
Dev transitive deps (8)
Stale PR (close without merging)
Uncovered alerts (43) — out of scope
Most trace to storybook (next channel) and tsdx using webpack 4. Key items requiring major toolchain upgrades:
Test plan
yarn install— lockfile regenerated successfullytsdx build— build passestsdx test --ci— 5 suites, 15 tests all passingyarn whyverified all 11 packages at target versions or higherCloses #121, Closes #120, Closes #109, Closes #124, Closes #119, Closes #117, Closes #115, Closes #114, Closes #113, Closes #108, Closes #107
🤖 Generated with Claude Code