From cd1d60e2ed77d06139a9f45a991a5aba1809ce66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 14:43:54 +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 4f6ced2..4b21f11 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "export": "pnpm build && next export" }, "dependencies": { - "next": "13.4.19", + "next": "13.5.4", "react": "18.2.0", "react-dom": "18.2.0", "react-reveal": "1.2.2",