Skip to content

fix(deps): bump concurrently from ^7.1.0 to ^9.0.0#281

Merged
chargome merged 1 commit intosentry-v2from
cg/bump-concurrently
Apr 16, 2026
Merged

fix(deps): bump concurrently from ^7.1.0 to ^9.0.0#281
chargome merged 1 commit intosentry-v2from
cg/bump-concurrently

Conversation

@chargome
Copy link
Copy Markdown
Member

@chargome chargome commented Apr 16, 2026

Summary

  • Bumps concurrently from ^7.1.0 to ^9.0.0
  • concurrently v9 dropped the lodash dependency entirely, resolving dependabot alerts for lodash code injection via _.template and prototype pollution via _.unset/_.omit

Breaking changes in concurrently v8/v9

  • Node.js >=18 required — we use Node 20, not affected
  • --max-processes behavior change — pending commands no longer execute after Ctrl+C interrupt. We don't use --max-processes, not affected
  • API export changeimport { concurrently } and default export are now identical; raw version moved to createConcurrently. We only use the CLI binary, not affected
  • --help no longer shows inline examples — not affected

Dependabot alerts resolved

  • Alert #243 (high) — lodash code injection via _.template
  • Alert #242 (medium) — lodash prototype pollution via _.unset/_.omit
  • Alert #175 (medium) — lodash prototype pollution

🤖 Generated with Claude Code

Resolves dependabot alerts for lodash (CVE code injection
via _.template and prototype pollution via _.unset/_.omit).
concurrently v9 dropped the lodash dependency entirely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@chargome chargome self-assigned this Apr 16, 2026
@chargome chargome requested a review from andreiborza April 16, 2026 11:12
@chargome chargome merged commit 1bec2b8 into sentry-v2 Apr 16, 2026
21 checks passed
@chargome chargome deleted the cg/bump-concurrently branch April 16, 2026 13:45
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