Skip to content

fix(deps): resolve Dependabot alerts - #44

Open
ppmarkek wants to merge 7 commits into
mainfrom
agent/fix-dependabot-alerts
Open

fix(deps): resolve Dependabot alerts#44
ppmarkek wants to merge 7 commits into
mainfrom
agent/fix-dependabot-alerts

Conversation

@ppmarkek

@ppmarkek ppmarkek commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • migrate from the removed react-router-dom package to react-router@8.3.0 and update all application, Storybook, and test imports
  • pin vulnerable transitive packages to brace-expansion@5.0.8 and valibot@1.4.2 through pnpm overrides
  • regenerate pnpm-lock.yaml and verify one patched version of each affected package is installed
  • remove the stale npm lockfile and prevent its regeneration in this pnpm workspace
  • align the documented and enforced Node.js requirement with React Router 8 (>=22.22.0)

Validation

  • pnpm install --frozen-lockfile
  • pnpm audit --audit-level=low — no known vulnerabilities
  • dependency alignment checks for react-router, brace-expansion, and valibot
  • pnpm test
  • pnpm typecheck
  • pnpm lint
  • pnpm build

All validation commands completed successfully on Node.js 22.23.1.

@ppmarkek
ppmarkek marked this pull request as ready for review August 1, 2026 05:56
@ppmarkek
ppmarkek requested review from Glazlk and ilyar and removed request for ilyar August 1, 2026 06:00
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.

1 participant