From 78b41f8ef364dd9621c9541ef89d55d4da839b51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 21:04:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-6474511 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4783b4b..cc4be04 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "markdown-it-table-of-contents": "^0.6.0", "markdown-it-task-lists": "^2.1.1", "markdown-it-texmath": "^1.0.0", - "mermaid": "^9.3.0", + "mermaid": "^10.3.1", "mime": "^3.0.0", "moment": "^2.29.4", "open": "^8.4.0",