From 9950d0a5daf24a188fd255a205c6c125550bee19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Sep 2025 18:29:17 +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-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 47455436..1271d800 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ "license": "MPL-2.0", "dependencies": { "@heroicons/react": "~1.0.6", - "next": "~12.2.5", + "next": "~14.2.32", "next-themes": "0.2.0", "nextra": "2.0.0-alpha.56", "nextra-theme-docs": "2.2.18",