fix: body-parser / brace-expansion のセキュリティアラートを pnpm overrides で解消 - #165
Merged
Conversation
Co-Authored-By: ara-ta3 <2089153+ara-ta3@users.noreply.github.com>
ara-ta3
self-requested a review
July 22, 2026 01:36
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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
Dependabot の open アラート 2 件を pnpm overrides の更新で解消しました。
body-parser(GHSA-v422-hmwv-36x6, low):>= 2.0.0, < 2.3.0が脆弱。override を追加し>=2.3.0に固定 (2.2.2 → 2.3.0)。brace-expansion(GHSA-3jxr-9vmj-r5cp, high):>= 3.0.0, < 5.0.7が脆弱。既存 override<5.0.6: '>=5.0.6'を<5.0.7: '>=5.0.7'に更新 (5.0.6 → 5.0.7)。pnpm-workspace.yamlの overrides 更新 +pnpm installによるpnpm-lock.yaml反映のみ。いずれも推移的依存。Link to Devin session: https://app.devin.ai/sessions/2c68d16cb6884e5383b19db8e2734d59
Requested by: @ara-ta3