Skip to content

feat: security patch#52

Merged
sh1ma merged 1 commit intomainfrom
security/CVE-2025-55182
Dec 12, 2025
Merged

feat: security patch#52
sh1ma merged 1 commit intomainfrom
security/CVE-2025-55182

Conversation

@sh1ma
Copy link
Owner

@sh1ma sh1ma commented Dec 12, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 12, 2025 16:48
@sh1ma sh1ma merged commit eeada8f into main Dec 12, 2025
1 check failed
@sh1ma sh1ma deleted the security/CVE-2025-55182 branch December 12, 2025 16:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

このPRは、セキュリティパッチとして複数の依存関係のバージョンを更新しています。主にNext.js、React、TypeScript関連のツール、ESLintプラグイン、およびその他の開発ツールのマイナーバージョンアップデートが含まれています。

  • Next.jsとReactのマイナーバージョン更新(セキュリティおよびバグ修正を含む)
  • ESLintおよびTypeScript関連パッケージの更新
  • その他の開発ツールとビルドツールのバージョンアップデート

"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.1",
"@next/bundle-analyzer": "15.4.10",
"@next/eslint-plugin-next": "^15.5.9",
Copy link

Copilot AI Dec 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@next/eslint-plugin-nextのバージョン(15.5.9)がnextのバージョン(15.4.10)よりも高くなっています。これは互換性の問題を引き起こす可能性があります。通常、@next/eslint-plugin-nextのバージョンはnextパッケージのバージョンと一致させるべきです。15.4.10に変更することをお勧めします。

Suggested change
"@next/eslint-plugin-next": "^15.5.9",
"@next/eslint-plugin-next": "15.4.10",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants