From 8a2f067052d5425b7e5c2fee3044c2ef901ea4b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 22:40:39 +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 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3b4b40..9fd2569 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "reflect-metadata": "^0.1.13", "regenerator-runtime": "0.13.8", "rehype-katex": "^6.0.2", - "rehype-mermaid": "^0.1.5", + "rehype-mermaid": "^2.0.1", "rehype-sanitize": "^5.0.1", "rxjs": "^7.1.0", "sharp": "^0.30.1",