This repository was archived by the owner on Aug 11, 2026. It is now read-only.
fix: address dependabot security alerts - #885
Merged
Merged
Conversation
- Update axios ^1.12.2 → ^1.13.5 (HIGH: request vulnerability) - Update lodash ^4.17.21 → ^4.17.23 (MEDIUM: prototype pollution) - Remove unused vue3-markdown-it (pulled in vulnerable markdown-it 12.x) - Remove unused elliptic from devDependencies (no upstream fix exists) - Update pnpm overrides: minimatch >=10.2.1, brace-expansion >=5.0.2, qs >=6.14.2, axios >=1.13.5, plus new overrides for lodash-es, @isaacs/brace-expansion, diff, ajv, markdown-it - Update server/package.json: lodash 4.17.23, qs override >=6.14.2 - Dismiss false-positive alerts #124 (fast-xml-parser) and #106 (@smithy/config-resolver) — not in dependency tree Reduces audit from 10 vulnerabilities to 1 (low-severity elliptic with no upstream fix, transitive via crypto-browserify). Co-Authored-By: Claude Opus 4.6 <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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
axios^1.12.2 → ^1.13.5 andlodash^4.17.21 → ^4.17.23 (direct deps)vue3-markdown-itandellipticdependenciesminimatch,brace-expansion,qs,lodash-es,@isaacs/brace-expansion,diff,ajv,markdown-it)package.jsonwith matchinglodashandqsfixesReduces
pnpm auditfrom 10 vulnerabilities to 1 (low-severityellipticwith no upstream fix).Test plan
pnpm installsucceeds in root and server directoriespnpm auditshows only 1 remaining (unfixable) low-severity issue🤖 Generated with Claude Code