From 870a70904c23e4df23d75facdff7d57e6c2c15f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 06:43:30 +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 a4efcb212..99f578c02 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^2.6.1", "@nextcloud/vue-dashboard": "^0.1.8", "blueimp-md5": "^2.17.0", - "dompurify": "^2.0.15", + "dompurify": "^2.4.9", "lodash": "^4.17.20", "markdown-it": "^11.0.0", "markdown-it-task-lists": "^2.1.1",