Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"clsx": "^2.1.1",
"firebase": "^12.6.0",
"framer-motion": "^12.23.24",
"next": "16.0.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"next": "16.0.10",
"react": "19.2.3",
"react-dom": "19.2.3",
Comment on lines +22 to +24
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Next.js 16.0.10 및 React 19.2.3으로 보안 취약점 패치를 적용했습니다.

Next.js 16.0.10은 최근 보안 업데이트의 권장 버전입니다. React 19.2.3은 12월 11일 공개된 RSC 프로토콜 취약점(CVE-2025-55183, CVE-2025-55184, CVE-2025-67779)에 대한 완전한 패치를 포함하고 있습니다.

패치 버전 업그레이드는 적절하며, 다음 사항을 참고하세요:

  • Next.js 16은 Async Request APIs의 동기식 접근을 완전히 제거했으므로 params, searchParams 및 cookies(), headers() 등은 await와 함께 사용해야 합니다
  • next lint 명령이 제거되었으므로 Biome 또는 ESLint를 직접 사용하세요
  • Next.js 16부터 eslint-config-next 버전은 next와 일치시키는 것이 권장됩니다

테스트 중에 비동기 API 호출과 마이그레이션 가이드를 검토하여 breaking changes에 대비하세요.

"react-markdown": "^10.1.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
Expand Down
142 changes: 71 additions & 71 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.