From a0b757fdaef6e52b94a4d2a43b6cb1a28fa72b28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 18:51:18 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index b14921c5b1..f670242046 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "history": "^5.0.0", "lz-string": "^1.4.5", "marked": "^4.0.10", - "next": "^12.3.0", + "next": "^14.2.7", "next-mdx-remote": "^4.0.2", "react": "^18.1.0", "react-cookie": "^4.1.1",