From e7e6c281f0fb326f37afc397e4ca264234691afd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 02:08:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8184974 - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-7984421 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70472c9f392b170..290551dea7c8a65 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "fromnow": "3.0.1", - "mermaid": "9.1.7", + "mermaid": "11.4.1", "node-html-parser": "^6.1.4", "vue": "^3.2.45" },