Skip to content

chore(deps): fix high-priority Dependabot alerts#628

Open
aterga wants to merge 1 commit intomainfrom
fix/dependabot-high-alerts
Open

chore(deps): fix high-priority Dependabot alerts#628
aterga wants to merge 1 commit intomainfrom
fix/dependabot-high-alerts

Conversation

@aterga
Copy link
Copy Markdown
Contributor

@aterga aterga commented Apr 3, 2026

Summary

Bumps direct dependencies and adds a pnpm override for a transitive dependency to resolve 5 high-severity and 2 medium-severity Dependabot alerts:

High:

Medium (resolved for free by validator bump):

Not addressed

Test plan

  • pnpm install completes successfully
  • Lockfile no longer contains playwright@1.49.1, validator@13.12.0, or axios@1.7.9
  • CI pipeline passes

🤖 Generated with Claude Code

Bump direct dependencies and add override for transitive dep:
- playwright 1.49.1 → 1.55.1 in docs (high, #117/#118)
- validator 13.12.0 → 13.15.35 in apps/wallet (high, #152/#153; also fixes medium #122/#123)
- axios <1.8.2 → ^1.8.2 via pnpm override (high, #70)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aterga aterga requested a review from a team as a code owner April 3, 2026 11:23
@aterga aterga requested a review from Copilot April 3, 2026 11:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates JavaScript dependencies and pnpm overrides to remediate reported Dependabot security alerts across the monorepo.

Changes:

  • Added a pnpm override to force axios to ^1.8.2 for any dependency graph path resolving <1.8.2.
  • Bumped playwright in docs/ from 1.49.1 to 1.55.1.
  • Bumped validator in apps/wallet/ from 13.12.0 to 13.15.35, with corresponding lockfile updates.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
package.json Adds pnpm override for axios@<1.8.2 to address transitive vulnerability.
docs/package.json Updates playwright to a patched version to resolve the reported SSL verification bypass alert.
apps/wallet/package.json Updates validator to a patched version to resolve reported filtering/URL validation issues.
pnpm-lock.yaml Reflects updated resolutions for axios, follow-redirects, proxy-from-env, validator, and playwright packages.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants