From 2348945f221b42a0028e1fecef892401287d8d54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 03:25:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ab8edff7..86363a662 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.0", "next-transpile-modules": "7.1.2", "postcss": "^8.3.0", "prettier": "^1.18.2",