From 50ad53c332479f3c9c6f1f83965137df3d078fc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 01:32:09 +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 5ab8edff7..6a14c3c94 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gray-matter": "^4.0.2", "highlight.js": "^10.5.0", "lz-string": "^1.4.4", - "next": "10.2.3", + "next": "13.5.4", "next-transpile-modules": "7.1.2", "postcss": "^8.3.0", "prettier": "^1.18.2",