From 9a75af8252a5ea939fce808fa4efabbcb4e06fc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 15:54:15 +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 9c07f5d8a..0ae53c82b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cookies-next": "^2.1.1", "jsonwebtoken": "^8.5.1", "graphql": "^16.6.0", - "next": "12.2.5", + "next": "13.5.0", "prom-client": "^14.0.1", "prop-types": "^15.8.1", "react": "17.0.2",