From f1f2cfbba310fe8bbd01957ef5d487477230690e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 03:06:02 +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 c8bb3346..d519101a 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": "^13.5.0", "react": "^17.0.1", "react-apollo": "^3.1.5", "react-dom": "^17.0.1",