From e9ddbb8301a587f24da60d7cb056c5d206532d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 10:45:46 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.4.11 to 3.4.13 in /webapp Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.11 to 3.4.13. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.11...3.4.13) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 8 ++++---- webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 555fe82f..4b3e6103 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/vite": "^4.1.18", "age-encryption": "^0.3.0", "codemirror": "^6.0.2", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "highlight.js": "^11.11.1", "markdown-it": "^14.2.0", "marked": "^17.0.1", @@ -3213,9 +3213,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", + "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/webapp/package.json b/webapp/package.json index 6ab16e1a..d09226b6 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -17,7 +17,7 @@ "@tailwindcss/vite": "^4.1.18", "age-encryption": "^0.3.0", "codemirror": "^6.0.2", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "highlight.js": "^11.11.1", "markdown-it": "^14.2.0", "marked": "^17.0.1",