From 51b360fac66a4f16415e609aab5de1e376306c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 21:22:30 +0000 Subject: [PATCH] Bump dompurify from 3.1.6 to 3.2.4 in /web in the npm_and_yarn group Bumps the npm_and_yarn group in /web with 1 update: [dompurify](https://github.com/cure53/DOMPurify). Updates `dompurify` from 3.1.6 to 3.2.4 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.6...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 19 +++++++++++++++---- web/package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 9d32265fe..ebc493b69 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@mdi/font": "7.4.47", "axios": "^1.7.4", - "dompurify": "^3.1.6", + "dompurify": "^3.2.4", "marked": "^13.0.3", "streamsaver": "^2.0.6", "vue": "^3.4.34", @@ -654,6 +654,13 @@ "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "devOptional": true }, + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", + "license": "MIT", + "optional": true + }, "node_modules/@vitejs/plugin-vue": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz", @@ -901,9 +908,13 @@ } }, "node_modules/dompurify": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", - "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz", + "integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==", + "license": "(MPL-2.0 OR Apache-2.0)", + "optionalDependencies": { + "@types/trusted-types": "^2.0.7" + } }, "node_modules/entities": { "version": "4.5.0", diff --git a/web/package.json b/web/package.json index c79f1a6ca..b2b74e655 100644 --- a/web/package.json +++ b/web/package.json @@ -9,7 +9,7 @@ "dependencies": { "@mdi/font": "7.4.47", "axios": "^1.7.4", - "dompurify": "^3.1.6", + "dompurify": "^3.2.4", "marked": "^13.0.3", "streamsaver": "^2.0.6", "vue": "^3.4.34",