From f2b4621c0655e37408864249faa9ef578d6ef1de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 02:30:33 +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-15104645 --- docs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 47455436..178dfe44 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,10 +14,10 @@ "license": "MPL-2.0", "dependencies": { "@heroicons/react": "~1.0.6", - "next": "~12.2.5", + "next": "~15.5.10", "next-themes": "0.2.0", "nextra": "2.0.0-alpha.56", - "nextra-theme-docs": "2.2.18", + "nextra-theme-docs": "2.0.0", "react": "~18.2.0", "react-dom": "~18.2.0", "swr": "1.3.0"