chore(deps): override uuid to fix moderate vuln (GHSA-w5hq-g745-h8pq)#202
Merged
Conversation
…5-h8pq - Bump markuplint 4.14.1 -> 4.18.1 - Add pnpm.overrides for uuid >=14.0.0 to resolve transitive moderate vulnerability (path: markuplint > @markuplint/file-resolver > @markuplint/parser-utils > uuid) - pnpm audit: 0 vulnerabilities - Verified: pnpm lint:html (3 files passed), pnpm dev (vite ready), pnpm build (success) Refs: monthly review Issue shunei-web/issues#381 Co-Authored-By: Claude Opus 4.7 <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.
概要
monthly review Issue #381 のセキュリティ対応。
pnpm auditで検出されたmarkuplint > @markuplint/file-resolver > @markuplint/parser-utils > uuid (<14.0.0)の moderate 脆弱性をpnpm.overridesで解消する。変更内容
markuplintを^4.14.1 → ^4.18.1に更新(minor)package.jsonにpnpm.overrides.uuid >=14.0.0を追加(transitive deps の uuid を v14 系に強制)検証
pnpm installで overrides 反映確認 ✅pnpm auditで 0 vulnerabilities 確認 ✅pnpm lint:html動作確認 PASS ✅(全 3 HTML ファイル passed)AR
PASS(必須修正なし、変更スコープ: package.json + pnpm-lock.yaml のみ)
関連