Security: Update Next.js to 16.0.7 to fix CVE-2025-55182 (React2Shell RCE vulnerability)

This commit is contained in:
Hördle Bot
2025-12-05 11:18:33 +01:00
parent 576b486caf
commit 0e6eba64d9
2 changed files with 53 additions and 53 deletions

View File

@@ -13,7 +13,7 @@
"bcryptjs": "^3.0.3",
"driver.js": "^1.4.0",
"music-metadata": "^11.10.2",
"next": "16.0.3",
"next": "^16.0.7",
"next-intl": "^4.5.6",
"prisma": "^6.19.0",
"react": "19.2.0",
@@ -29,7 +29,7 @@
"babel-plugin-react-compiler": "1.0.0",
"baseline-browser-mapping": "^2.8.32",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"eslint-config-next": "^16.0.7",
"typescript": "^5"
}
}
}