Skip to content

Resolve pnpm audit vulnerabilities in dev dependencies#7

Merged
gregnazario merged 1 commit into
mainfrom
cursor/pnpm-audit-deps-95eb
May 15, 2026
Merged

Resolve pnpm audit vulnerabilities in dev dependencies#7
gregnazario merged 1 commit into
mainfrom
cursor/pnpm-audit-deps-95eb

Conversation

@gregnazario

Copy link
Copy Markdown
Contributor

Summary

Addresses all issues reported by pnpm audit.

Changes

  • vite 8.0.28.0.13 — fixes multiple high/moderate advisories (including transitive PostCSS).
  • typescript-eslint 8.57.28.59.3 — latest 8.x line; still pulled a vulnerable picomatch via tinyglobby, so we added a targeted override.
  • pnpm.overrideseslint 9.39.4 is already the latest 9.x but still resolves vulnerable flatted (via flat-cache) and brace-expansion@1.1.12 (via minimatch 3.x). Overrides force patched versions without a breaking ESLint major bump.

Verification

  • pnpm audit — no known vulnerabilities
  • pnpm run lint — pass
  • pnpm run build — pass
  • pnpm run fmt:check — pass
Open in Web Open in Cursor 

Bump vite and typescript-eslint to patched releases. Add pnpm
overrides for transitive eslint and typescript-eslint dependencies
that remain on vulnerable versions until upstream releases catch up.

Co-authored-by: Greg Nazario <greg@gnazar.io>
@gregnazario gregnazario marked this pull request as ready for review May 15, 2026 15:51
@gregnazario gregnazario merged commit 50181b0 into main May 15, 2026
1 check passed
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