From cb908c4028d848311fdafb3c329b86dba3554ba5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Sep 2025 08:25:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8729f2..b869079 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "isomorphic-unfetch": "^3.0.0", "lodash": "^4.17.15", "mongoose": "^5.9.7", - "next": "^9.3.3", + "next": "^14.2.32", "next-connect": "^0.6.1", "nodegit": "^0.26.5", "react": "^16.13.1",