From d22f81f9edf51ce2b0552199b36e6bd5eb487cfa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 17:13:06 +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 c97ee51..9bbf560 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@heroicons/react": "^1.0.1", "dotenv": "^10.0.0", - "next": "12.1.0", + "next": "13.5.4", "react": "^17.0.1", "react-dom": "^17.0.1" },