From 027454bfb261f00258e89944f5340b23a2b9a2ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Nov 2024 07:02:59 +0000 Subject: [PATCH] chore(deps): update dependency dompurify to ^3.2.1 --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index add147a..3457582 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.2.0", + "dompurify": "^3.2.1", "linkify-html": "^4.1.4", "pinia": "^2.2.6", "toastify-js": "^1.12.0", @@ -4627,10 +4627,13 @@ } }, "node_modules/dompurify": { - "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)" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.1.tgz", + "integrity": "sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w==", + "license": "(MPL-2.0 OR Apache-2.0)", + "optionalDependencies": { + "@types/trusted-types": "^2.0.7" + } }, "node_modules/domutils": { "version": "3.1.0", diff --git a/package.json b/package.json index 4ae734c..958fc20 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vite-config": "^2.2.2", "@nextcloud/vue": "9.0.0-alpha.5", - "dompurify": "^3.2.0", + "dompurify": "^3.2.1", "linkify-html": "^4.1.4", "pinia": "^2.2.6", "toastify-js": "^1.12.0",