From 95f71cb820b9a7c4bef8b1b16a5de699037cfa01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 21:51:10 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-6474511 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index d894744c3..8ab6098ca 100644 --- a/client/package.json +++ b/client/package.json @@ -88,7 +88,7 @@ "@microsoft/applicationinsights-web": "^3.0.2", "@microsoft/signalr": "^7.0.0", "adaptivecards": "^2.11.2", - "dompurify": "^2.4.1", + "dompurify": "^2.4.9", "luxon": "^3.2.1", "marked": "^4.2.5", "re-resizable": "^6.9.9",