From f9945d35488ca6d7b2eed21b821427503e7afe2b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:50:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24ee2aaf35..40970d5c8a 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "serve": "docusaurus serve" }, "dependencies": { - "@docusaurus/core": "3.9.0", + "@docusaurus/core": "3.8.0", "@docusaurus/plugin-content-docs": "3.4.0", - "@docusaurus/preset-classic": "3.9.0", + "@docusaurus/preset-classic": "3.8.0", "@docusaurus/types": "3.4.0", "clsx": "^2.1.1", "react": "^18.3.1",