From 15527f51d06c98875b87c03044f7b4aef7d34193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:12:54 +0000 Subject: [PATCH] chore: bump dompurify from 3.4.12 to 3.4.14 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.12 to 3.4.14. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.12...3.4.14) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd37fba..daa4b34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@opencode-ai/sdk": "1.18.10", "diff-match-patch": "^1.0.5", - "dompurify": "^3.4.12", + "dompurify": "^3.4.14", "highlight.js": "^11.11.1", "jsonc-parser": "^3.3.1", "katex": "^0.18.1", @@ -46,7 +46,7 @@ "typescript": "^6.0.0" }, "engines": { - "vscode": "^1.98.0" + "vscode": "^1.125.0" } }, "node_modules/@antfu/install-pkg": { @@ -6254,9 +6254,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", - "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.14.tgz", + "integrity": "sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 750cb72..550c845 100644 --- a/package.json +++ b/package.json @@ -1327,7 +1327,7 @@ "dependencies": { "@opencode-ai/sdk": "1.18.10", "diff-match-patch": "^1.0.5", - "dompurify": "^3.4.12", + "dompurify": "^3.4.14", "highlight.js": "^11.11.1", "jsonc-parser": "^3.3.1", "katex": "^0.18.1",