From da21f3709724eab6e5e04e4b69d877970c5be42e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 14:21: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 306aff0..fb1ac5c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "date-fns": "^2.17.0", "fetch-jsonp": "^1.2.1", "gray-matter": "^4.0.3", - "next": "^12.1.5", + "next": "^13.5.4", "raw-loader": "^4.0.2", "react": "^17.0.1", "react-dom": "^17.0.1",