From 074f54d7581e1ff19c2288b4d15365f2bbcdb4e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 05:27:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e944038..2738fa2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "geolib": "^3.3.3", "lottie-react": "^2.3.1", "moment": "^2.29.4", - "next": "^12.2.2", + "next": "^14.2.7", "react": "18.2.0", "react-dom": "18.2.0", "react-geocode": "^0.2.3",