From 32bf21f88b33a779e1b740de8e675d0c862d007a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:13:29 +0000 Subject: [PATCH] chore(deps): bump markdown-it-mathjax3 from 4.3.2 to 5.2.0 in /docs Bumps [markdown-it-mathjax3](https://github.com/nzt/markdown-it-mathjax3) from 4.3.2 to 5.2.0. - [Commits](https://github.com/nzt/markdown-it-mathjax3/commits/v5.2.0) --- updated-dependencies: - dependency-name: markdown-it-mathjax3 dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 924c599..e55cdc3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ "vitepress": "^1.6.3" }, "dependencies": { - "markdown-it-mathjax3": "^4.3.2", + "markdown-it-mathjax3": "^5.2.0", "mermaid": "^11.12.2", "vitepress-plugin-llms": "^1.10.0", "vitepress-plugin-mermaid": "^2.0.17"