From d45262e48d220080752ec07f8a66da504e98b407 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Sep 2025 10:32:07 +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 a451d5d..539846d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "intercept-stdout": "^0.1.2", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", - "next": "^13.1.6", + "next": "^14.2.32", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", "uuid": "^9.0.0",