chore(deps): fix all npm audit vulnerabilities (10 → 0)#85
Merged
Conversation
Resolves all 10 advisories reported by `npm audit` (4 low, 3 moderate,
3 high).
Auto-fixed via semver-compatible updates: nuxt 4.4.8, vite 7.3.5,
nodemailer 8.0.11 (intermediate), @babel/core, js-yaml, launch-editor,
tar.
Two required deliberate manifest changes:
- nodemailer ^8.0.7 → ^9.0.0: clears the remaining high (GHSA-p6gq, the
message-level `raw` option bypass). The codebase only uses
createTransport / verify / sendMail({from,to,subject,html}) — all
v9-compatible — and never uses the `raw` option the advisory concerns.
- overrides.esbuild ">=0.28.1": clears two low esbuild advisories that
@eslint/config-inspector and vite were pinning to 0.27.7.
Verified: `npm audit` reports 0 vulnerabilities; nuxi typecheck clean;
production build succeeds; email/SMTP/notification unit tests pass
(62/62).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves all 10 vulnerabilities reported by
npm audit(4 low, 3 moderate, 3 high). Affected packages:@babel/core,esbuild,js-yaml,launch-editor,nodemailer,nuxt,tar,vite.How
@babel/core,js-yaml,launch-editor,tar.^8.0.7→^9.0.0: clears the remaining high (GHSA-p6gq-j5cr-w38f, the message-levelrawoption bypass). The codebase only usescreateTransport/verify/sendMail({from,to,subject,html})— all fully v9-compatible — and never uses therawoption the advisory concerns.overrides: { esbuild: ">=0.28.1" }: clears two low esbuild advisories (GHSA-g7r4-m6w7-qqqr, dev-server-only / Windows-only) that@eslint/config-inspectorandvitewere pinning to a vulnerable 0.27.7.Verification
npm audit→ found 0 vulnerabilitiesnuxi typecheck→ cleannpm run build→ build completeemail.service,smtp-check,notification.service) → 62/62 passing🤖 Generated with Claude Code