From f3c3a7698802ddbf6a8f03067d26273e845de799 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 02:44:30 +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 b28b366d..f5aa22d1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "^4.17.20", "moment": "^2.29.1", "moment-timezone": "^0.5.33", - "next": "^12.0.5", + "next": "^13.5.0", "next-compose-plugins": "^2.2.1", "next-i18next": "^8.5.5", "next-seo": "^4.17.0",