From c1a6d29362bc8399829b96328d24d6b5915ef672 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Nov 2024 06:43:17 +0000 Subject: [PATCH] chore(deps): update dependency dompurify to ^3.2.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d994308..5928aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vite-config": "^2.2.2", "@nextcloud/vue": "9.0.0-alpha.5", - "dompurify": "^3.1.7", + "dompurify": "^3.2.0", "linkify-html": "^4.1.3", "pinia": "^2.2.6", "toastify-js": "^1.12.0", @@ -4627,9 +4627,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", - "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.0.tgz", + "integrity": "sha512-AMdOzK44oFWqHEi0wpOqix/fUNY707OmoeFDnbi3Q5I8uOpy21ufUA5cDJPr0bosxrflOVD/H2DMSvuGKJGfmQ==", "license": "(MPL-2.0 OR Apache-2.0)" }, "node_modules/domutils": { diff --git a/package.json b/package.json index 8189c69..5cb0b84 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vite-config": "^2.2.2", "@nextcloud/vue": "9.0.0-alpha.5", - "dompurify": "^3.1.7", + "dompurify": "^3.2.0", "linkify-html": "^4.1.3", "pinia": "^2.2.6", "toastify-js": "^1.12.0", -- 2.45.2