This repository was archived by the owner on Aug 11, 2026. It is now read-only.
fix: address 9 dependabot security alerts - #892
Merged
Conversation
- flatted: override to >=3.4.2 (CVE-2026-33228 prototype pollution, CVE-2026-32141 recursion DoS) - rollup: override to >=4.59.0 (CVE-2026-27606 arbitrary file write) - minimatch: bump override from >=10.2.1 to >=10.2.3 in both root and server (CVE-2026-27903, CVE-2026-27904 ReDoS) - unhead: replace @vueuse/head with @unhead/vue@2.1.12 to resolve CVE-2026-31860 (XSS bypass) and CVE-2026-31873 (URI sanitization). Uses legacy subpath import for createHead API compatibility. Co-Authored-By: Claude Opus 4.6 (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 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
Resolves all 9 open dependabot alerts:
>=3.4.2: CVE-2026-33228 (prototype pollution, high) + CVE-2026-32141 (recursion DoS, high)>=4.59.0: CVE-2026-27606 (arbitrary file write via path traversal, high)>=10.2.3(root + server): CVE-2026-27903 + CVE-2026-27904 (ReDoS, high) x4 alerts@unhead/vue@2.1.12: CVE-2026-31860 (XSS bypass, medium) + CVE-2026-31873 (URI sanitization, low)The unhead fix required replacing
@vueuse/head(which pins@unhead/vue@1.x) with@unhead/vue@2.1.12directly. ThecreateHeadAPI moved to alegacysubpath in v2, so the import was updated to@unhead/vue/legacy.Test plan
pnpm buildsucceeds🤖 Generated with Claude Code