From 940ac5a78f44b4b5c8cae59dbde1e3b4f6e16da0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 18:34:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70472c9f392b170..bad2d12fe558b59 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "fromnow": "3.0.1", - "mermaid": "9.1.7", + "mermaid": "9.3.0", "node-html-parser": "^6.1.4", "vue": "^3.2.45" },