From 9fa85c70032a8dbb63f1f1097b1456d92d52ef66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2026 09:02:15 +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-15674558 - https://snyk.io/vuln/SNYK-JS-NEXT-15674556 --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index cbbcc13290..3551e9b4f1 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": "^16.1.7", "next-mdx-remote": "^4.0.2", "react": "^18.1.0", "react-cookie": "^8.0.1",