Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@heroicons/react": "^2.2.0",
"axios": "^1.8.2",
"dotenv": "^16.4.7",
"next": "^13.5.6",
"next": "^14.2.32",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 [Security Vulnerability]: This Next.js version upgrade is critical as it addresses multiple security vulnerabilities, including a high-severity SSRF vulnerability1. The upgrade from 13.5.6 to 14.2.32 is a major version bump that requires careful testing of your application.

Footnotes

  1. CWE-918: Server-Side Request Forgery (SSRF) - https://cwe.mitre.org/data/definitions/918.html

"react": "^18.2.0",
"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
Expand Down
Loading