From c2a3d9f7cec19698af807492772a7a338acfdacc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 08:35:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b28b366d..40cb74ec 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.4", "next-compose-plugins": "^2.2.1", "next-i18next": "^8.5.5", "next-seo": "^4.17.0",