From 6afc692ab84741e9e95a037460ebba53d8b76cf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 15:41:18 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 69e261823fa7d..eae9bfe12e4be 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "core-js": "^3.33.0", "davclient.js": "github:owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", - "dompurify": "^3.0.6", + "dompurify": "^3.0.11", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", "handlebars": "^4.7.7", @@ -85,7 +85,7 @@ "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", - "nextcloud-vue-collections": "^0.11.1", + "nextcloud-vue-collections": "^0.12.0", "node-vibrant": "^3.1.6", "p-limit": "^4.0.0", "p-queue": "^7.4.1",