From 18afeecde84633529728b6d184ca91c291dcfcad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 11:08:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8025427 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a71e4b7..fe32cc0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "date-fns": "^3.6.0", "lodash": "^4.17.21", "lucide-react": "^0.408.0", - "next": "14.2.5", + "next": "14.2.10", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.52.1",