From 54cdb752031fa520e16e57f7bb83a37bf3a4d591 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jul 2026 12:02:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-18313070 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf3e442..5c56ce2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc" }, "dependencies": { - "@docusaurus/core": "3.9.0", + "@docusaurus/core": "3.10.2", "@docusaurus/preset-classic": "3.9.0", "@docusaurus/theme-mermaid": "3.9.0", "@mdx-js/react": "^3.0.0",