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",