From 1e8f345c06e4f64faa5c282827d3f1fb3ba289dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 07:34:45 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.4.2 to 3.4.10 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.2 to 3.4.10. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.2...3.4.10) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.10 dependency-type: direct:production ... 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 da1a22b0..f039c702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/styled-engine-sc": "^6.4.9", "@mui/system": "^6.5.0", "axios": "^1.16.1", - "dompurify": "3.4.2", + "dompurify": "3.4.10", "marked": "18.0.3", "react": "^18.3.1" }, @@ -9703,9 +9703,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz", - "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.10.tgz", + "integrity": "sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index b46523b1..f31b1846 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@mui/styled-engine-sc": "^6.4.9", "@mui/system": "^6.5.0", "axios": "^1.16.1", - "dompurify": "3.4.2", + "dompurify": "3.4.10", "marked": "18.0.3", "react": "^18.3.1" },