From 6ab762e3f094cd1581bf46cbcf5eac9987400645 Mon Sep 17 00:00:00 2001 From: Nikhil Tirumalasetty <98828895+ThinkWithNikhil@users.noreply.github.com> Date: Fri, 12 Sep 2025 11:52:26 +0530 Subject: [PATCH 1/2] security: upgrade Next.js to 15.5.3 Fixes 3 moderate security vulnerabilities in image optimization and middleware redirect handling. All npm audit issues resolved. --- package-lock.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 873cc1c..f6c718e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,8 @@ "clsx": "^2.1.1", "convex": "^1.25.2", "lucide-react": "^0.525.0", - "next": "15.4.1", + "jose": "^5.2.0", + "next": "^15.5.3", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.3.1" From 9fb9871d14f4e603695761dabf3c559195b913fd Mon Sep 17 00:00:00 2001 From: Nikhil Tirumalasetty <98828895+ThinkWithNikhil@users.noreply.github.com> Date: Fri, 12 Sep 2025 11:58:42 +0530 Subject: [PATCH 2/2] Update package.json to upgrade Next.js to 15.5.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dedb169..010f125 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "convex": "^1.25.2", "jose": "^5.2.0", "lucide-react": "^0.525.0", - "next": "15.4.1", + "next": "^15.5.3", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.3.1"