fix(web): next + eslint-config-next ^14.2.33 보안 패치

Next.js 2025-12-11 보안 권고에 따라 14.2.x release line 의
최신 patched 버전으로 상향. 14.2.3 → ^14.2.33.

ref: https://nextjs.org/blog/security-update-2025-12-11
This commit is contained in:
tkrmagid
2026-05-20 23:33:28 +09:00
parent 5e6ce11491
commit 6c792305a9

View File

@@ -11,7 +11,7 @@
"check": "npm run typecheck && npm run lint" "check": "npm run typecheck && npm run lint"
}, },
"dependencies": { "dependencies": {
"next": "14.2.3", "next": "^14.2.33",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"lightweight-charts": "4.1.7" "lightweight-charts": "4.1.7"
@@ -25,6 +25,6 @@
"postcss": "8.4.38", "postcss": "8.4.38",
"autoprefixer": "10.4.19", "autoprefixer": "10.4.19",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-next": "14.2.3" "eslint-config-next": "^14.2.33"
} }
} }