From 5ee1904c8d5dbf537e4e41182dee1dbd605193c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 04:56:32 +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 592a40783e2ef..2bf64b332cd18 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "css-vars-ponyfill": "^2.4.1", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.0", - "dompurify": "^2.2.2", + "dompurify": "^2.4.9", "escape-html": "^1.0.3", "handlebars": "^4.7.6", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",