From 4dd44b5a3439549638aad9291f5838355f96225a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 16:31:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ffc3a40..0b3c2d76 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "koa": "^2.8.2", "koa-router": "^10.0.0", "koa-session": "^6.1.0", - "next": "^10.0.0", + "next": "^13.5.0", "next-env": "^1.1.0", "node-fetch": "^2.6.1", "react": "^16.10.1",