mirror of
https://github.com/run-llama/newsletter-generator.git
synced 2026-06-30 22:07:56 -04:00
c3ddccd93a
Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
29 lines
625 B
JSON
29 lines
625 B
JSON
{
|
|
"name": "newsletter-generator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"llamaindex": "^0.5.19",
|
|
"markdown-it": "^14.1.0",
|
|
"next": "14.2.35",
|
|
"next-auth": "^4.24.7",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|