From 4abf8f4cfeff475ea9a9078d7670b26bb89f3d73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 02:29:11 +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 d5f0916539f3b03..6aff4954607976a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "fromnow": "3.0.1", - "mermaid": "9.1.7", + "mermaid": "11.4.1", "node-html-parser": "6.1.6", "vue": "^3.2.45" },