From f92d5a73623731d1d2a868c0555cb33a72beb667 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 07:09:34 +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 51857823..89c35934 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "axios": "^0.21.1", - "next": "^12.1.3", + "next": "^13.5.4", "next-i18next": "^10.5.0", "next-pwa": "^5.5.5", "next-themes": "0.2.0",