From cf359a7ca4f87c09729a6e4d9a65153974084ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 06:48:33 +0000 Subject: [PATCH] [stable-8] Bump dompurify from 3.4.7 to 3.4.9 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.7 to 3.4.9. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.7...3.4.9) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 7a809af83..36b243fc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vueuse/integrations": "^14.3.0", "axios": "^1.17.0", "core-js": "^3.47.0", - "dompurify": "^3.4.7", + "dompurify": "^3.4.9", "file-saver": "^2.0.5", "linkify-string": "^4.3.3", "linkify-urls": "^5.2.0", @@ -6057,9 +6057,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.7.tgz", - "integrity": "sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.9.tgz", + "integrity": "sha512-4dPSRMRDqHvs0V4YDFCsaIZo4if5u0xM+llyxiM2fwuZFdKArUBAF3VtI2+n8NKg9P870WMdYk0UhqQNoWXbfQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index b4a82dda6..9f0a52975 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@vueuse/integrations": "^14.3.0", "axios": "^1.17.0", "core-js": "^3.47.0", - "dompurify": "^3.4.7", + "dompurify": "^3.4.9", "file-saver": "^2.0.5", "linkify-string": "^4.3.3", "linkify-urls": "^5.2.0",