From b05c985e6924a6ee6d587db046bb92c9e36f0ab5 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 17:08:43 +0000 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8c9833..d9ffd0e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.1.7", + "next": "15.1.9", "react": "19.0.0", "react-dom": "19.0.0", "@hookform/resolvers": "^3.9.1", @@ -49,7 +49,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^8", - "eslint-config-next": "15.1.7", + "eslint-config-next": "15.1.9", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5"