From 02855d3081b4d9a7409e13bdc5fba9a8bfd6f11c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 09:57:03 +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 db85b6b..3cf4cd9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "hosted-git-info": "^3.0.7", "isomorphic-fetch": "^3.0.0", "lru-cache": "^6.0.0", - "next": "^10.0.7", + "next": "^14.2.32", "next-redux-wrapper": "^5.0.0", "next-routes": "^1.4.2", "node-cache": "^5.1.2",