From e76b5210caa4f5389553d516f4f26e87e3c527d4 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 02:16:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MERMAID-12027649 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b4dbdedbf2d25..7d9d4cde2265f9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "algoliasearch": "^4.24.0", "fromnow": "3.0.1", "instantsearch.js": "^4.73.0", - "mermaid": "^10.9.1", + "mermaid": "^11.10.0", "node-html-parser": "6.1.13", "vue": "^3.4.31" },