From eee21b77701f085cf1c61a3e78c281e4f14ca802 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 19:39:14 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c383da6..7e96312c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "adaptivecards": "^2.10.0", "axios": "1.6.4", "cypress-real-events": "^1.7.0", - "dompurify": "^2.0.7", + "dompurify": "^2.4.9", "flatpickr": "4.6.3", "immutable": "^4.0.0-rc.12", "lodash": "^4.17.21",