Skip to content

fix: resolve high dependabot alerts (immutable, svgo, serialize-javascript)#14650

Merged
sarayev merged 3 commits intodevfrom
fix/dependabot-crit-high-batch-2
Mar 9, 2026
Merged

fix: resolve high dependabot alerts (immutable, svgo, serialize-javascript)#14650
sarayev merged 3 commits intodevfrom
fix/dependabot-crit-high-batch-2

Conversation

@sarayev
Copy link
Contributor

@sarayev sarayev commented Mar 6, 2026

Summary

Fixes vulnerable transitive dependencies:

  • immutable to >=4.3.8 — fixes prototype pollution (high)
  • svgo to >=3.3.3 via @svgr/webpack upgrade — fixes DoS via entity expansion (high)
  • serialize-javascript to >=7.0.3 — fixes RCE via RegExp/Date (high)

Changes

  • Updated resolutions in root package.json
  • Upgraded @svgr/webpack ^5.5.0 → ^8.1.0 in amplify-graphiql-explorer
  • Regenerated yarn.lock

Testing

  • yarn build ✅ (42 projects)
  • yarn test ✅ (only pre-existing failure in amplify-util-mock)

sarayev added 3 commits March 9, 2026 13:09
…cript)

Fixes transitive dependency vulnerabilities:
- immutable >=4.3.8 (prototype pollution)
- svgo >=3.3.3 (DoS via entity expansion)
- serialize-javascript >=7.0.3 (RCE via RegExp/Date)

Changes:
- Added resolutions for immutable, svgo, serialize-javascript in root package.json
- Upgraded @svgr/webpack from ^5.5.0 to ^8.1.0 in amplify-graphiql-explorer
@sarayev sarayev force-pushed the fix/dependabot-crit-high-batch-2 branch from 1b77b1b to cbff4e8 Compare March 9, 2026 13:23
@sarayev sarayev marked this pull request as ready for review March 9, 2026 13:53
@sarayev sarayev requested review from a team as code owners March 9, 2026 13:53
@sarayev sarayev merged commit 05dec59 into dev Mar 9, 2026
5 checks passed
@sarayev sarayev deleted the fix/dependabot-crit-high-batch-2 branch March 9, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants