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:
@@ -11,7 +11,7 @@
|
||||
"check": "npm run typecheck && npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "14.2.3",
|
||||
"next": "^14.2.33",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"lightweight-charts": "4.1.7"
|
||||
@@ -25,6 +25,6 @@
|
||||
"postcss": "8.4.38",
|
||||
"autoprefixer": "10.4.19",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-next": "14.2.3"
|
||||
"eslint-config-next": "^14.2.33"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user