From 4b9492dbbc83fb42663c73ec1b1c3befd6bb1930 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 May 2024 23:40:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6828457 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87e7016..7d7b1ec 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "markdown-it-link-attributes": "^4.0.1", "markdown-it-prism": "^2.2.4", "markdown-it-replace-link": "^1.2.0", - "next": "^13.0.5", + "next": "^14.1.1", "next-seo": "^5.14.1", "prismjs": "^1.29.0", "react": "18.2.0",