From 36779affc87b263a45024f1b5f2cc50e1de0fd4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 05:17:37 +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 8b889ed3..d4d579a4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@heroicons/react": "^2.2.0", "axios": "^1.8.2", "dotenv": "^16.4.7", - "next": "^13.5.6", + "next": "^14.2.32", "react": "^18.2.0", "react-dom": "^18.3.1", "react-ga": "^3.3.1",