From 27794ece19135fbffc3f3eea20ba9d1748b2f240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 15:00:43 +0000 Subject: [PATCH] Bump dompurify from 3.4.11 to 3.4.13 in /gui/frontend 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] --- gui/frontend/package-lock.json | 8 ++++---- gui/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/frontend/package-lock.json b/gui/frontend/package-lock.json index e581767..c7cc925 100644 --- a/gui/frontend/package-lock.json +++ b/gui/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@wailsio/runtime": "*", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "github-slugger": "^2.0.0", "highlight.js": "^11.11.1", "html2pdf.js": "^0.14.0", @@ -2586,9 +2586,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/gui/frontend/package.json b/gui/frontend/package.json index c8ffdd6..4e7601e 100644 --- a/gui/frontend/package.json +++ b/gui/frontend/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@wailsio/runtime": "latest", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "github-slugger": "^2.0.0", "highlight.js": "^11.11.1", "html2pdf.js": "^0.14.0",