From a4a5f6e5afb4bf4eb540cb47b4dac165fd72f263 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 09:27:54 +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 c8bb3346..3c94d67c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "koa": "^2.13.0", "koa-router": "^8.0.8", "koa-session": "^6.1.0", - "next": "^12.1.0", + "next": "^14.2.32", "react": "^17.0.1", "react-apollo": "^3.1.5", "react-dom": "^17.0.1",