From 4ca865ca3f3a467659fe55c96b4da1503f621170 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Nov 2024 22:53:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8318045 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70472c9f392b170..49010a83e964562 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "fromnow": "3.0.1", - "mermaid": "9.1.7", + "mermaid": "9.4.0", "node-html-parser": "^6.1.4", "vue": "^3.2.45" },