Add overrides to package.json to patch vulnerable transitive dependencies that Dependabot cannot auto-fix:
postcss: 8.4.31 → ^8.5.15 (fixes CVE-2026-41305, XSS via unescaped </style>)@babel/core: 7.29.0 → ^7.29.7 (fixes CVE-2026-49356, arbitrary file read via sourceMappingURL)Both are pinned by upstream packages (next, eslint-config-next), so overrides is the only way to force patched versions without waiting for upstream releases.
Resolves Dependabot security alerts for PostCSS and @babel/core.
npm install && npm run lint && npm run build — all passnode_modules/postcss/package.json version ≥ 8.5.15node_modules/@babel/core/package.json version ≥ 7.29.7feat:, fix:, chore:, refactor:, docs:, i18n:)locales/ko.json and locales/en.json (if UI text changed)