security: update next.js -> 15.3.9, react -> 19.1.2+ (CVE-2025-55182 RCE fix)
This commit is contained in:
@ -10,9 +10,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lucide-react": "^0.523.0",
|
||||
"next": "15.3.4",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
"next": "15.3.9",
|
||||
"react": "^19.1.2",
|
||||
"react-dom": "^19.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3",
|
||||
@ -21,7 +21,7 @@
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "15.3.4",
|
||||
"eslint-config-next": "15.3.9",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user