From 52928af423144e3717c2a46c5ba52dbf9fd31d64 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Dec 2024 06:38:26 +0000 Subject: [PATCH] chore(deps): update dependency dompurify to ^3.2.3 --- 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 3cbe2d7..c7fe7fc 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.2", + "dompurify": "^3.2.3", "linkify-html": "^4.2.0", "pinia": "^2.3.0", "toastify-js": "^1.12.0", @@ -4560,9 +4560,9 @@ } }, "node_modules/dompurify": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.2.tgz", - "integrity": "sha512-YMM+erhdZ2nkZ4fTNRTSI94mb7VG7uVF5vj5Zde7tImgnhZE3R6YW/IACGIHb2ux+QkEXMhe591N+5jWOmL4Zw==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz", + "integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 526b8af..c5f4477 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.2", + "dompurify": "^3.2.3", "linkify-html": "^4.2.0", "pinia": "^2.3.0", "toastify-js": "^1.12.0",