openapi-generator-cli をアップデートし、推移的に依存するパッケージに脆弱性パッチを適用#4953
Merged
kenjiyoshid-a merged 1 commit intomainfrom Mar 25, 2026
Hidden character warning
The head ref may contain hidden characters: "feature/\u63a8\u79fb\u7684\u306b\u4f9d\u5b58\u3059\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u8106\u5f31\u6027\u30d1\u30c3\u30c1\u3092\u9069\u7528"
Merged
openapi-generator-cli をアップデートし、推移的に依存するパッケージに脆弱性パッチを適用#4953kenjiyoshid-a merged 1 commit intomainfrom
kenjiyoshid-a merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
各サンプル SPA のフロントエンドで利用している @openapitools/openapi-generator-cli を 2.31.0 へ更新し、推移的依存の更新(脆弱性パッチ適用)を取り込む PR です。
Changes:
@openapitools/openapi-generator-cliを2.30.2→2.31.0に更新- それに伴う
package-lock.jsonの推移的依存関係更新(例:@nestjs/*,file-type,strtok3,@borewit/text-codecなど) - 一部 lockfile エントリに
licenseフィールドが追加
Reviewed changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| samples/ExternalIDSampleForSPA/auth-frontend/package-lock.json | openapi-generator-cli 更新に伴う lockfile の推移的依存更新 |
| samples/ExternalIDSampleForSPA/auth-frontend/app/package.json | devDependency の openapi-generator-cli を 2.31.0 に更新 |
| samples/Dressca/dressca-frontend/package-lock.json | workspaces(admin/consumer)含む lockfile の推移的依存更新 |
| samples/Dressca/dressca-frontend/consumer/package.json | devDependency の openapi-generator-cli を 2.31.0 に更新 |
| samples/Dressca/dressca-frontend/admin/package.json | devDependency の openapi-generator-cli を 2.31.0 に更新 |
| samples/AzureADB2CAuth/auth-frontend/package-lock.json | openapi-generator-cli 更新に伴う lockfile の推移的依存更新 |
| samples/AzureADB2CAuth/auth-frontend/app/package.json | devDependency の openapi-generator-cli を 2.31.0 に更新 |
Files not reviewed (3)
- samples/AzureADB2CAuth/auth-frontend/package-lock.json: Language not supported
- samples/Dressca/dressca-frontend/package-lock.json: Language not supported
- samples/ExternalIDSampleForSPA/auth-frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kenjiyoshid-a
approved these changes
Mar 25, 2026
Contributor
kenjiyoshid-a
left a comment
There was a problem hiding this comment.
npm ci時に警告が出ないことを確認しました。
クライアントコードを再生成した際に、差分が出ないことを確認しました。
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.
この Pull request で実施したこと
この Pull request では実施していないこと
なし
Issues や Discussions 、関連する Web サイトなどへのリンク
なし