From 71c438a2bf814a04b6b7117b9d0cb61ca468d66e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 07:17:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db85b6b..fbe5ded 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": "^15.5.10", "next-redux-wrapper": "^5.0.0", "next-routes": "^1.4.2", "node-cache": "^5.1.2",