From 43ac13cc06c1478b04c4610aee42b52a98db1814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:29:31 +0000 Subject: [PATCH] deps: bump dompurify from 3.3.1 to 3.3.2 in /frontend Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 11 +++++++---- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5b46aba49c1f..82cd5fe89e6d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -47,7 +47,7 @@ "cross-env": "7.0.3", "css-loader": "6.8.1", "data-relay": "^0.0.13", - "dompurify": "^3.3.1", + "dompurify": "^3.3.2", "dotenv": "6.2.0", "express": "^4.21.2", "express-handlebars": "6.0.5", @@ -9624,10 +9624,13 @@ } }, "node_modules/dompurify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz", - "integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", + "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", "license": "(MPL-2.0 OR Apache-2.0)", + "engines": { + "node": ">=20" + }, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/frontend/package.json b/frontend/package.json index 311bf3e129e5..ed897bc9e8e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -75,7 +75,7 @@ "cross-env": "7.0.3", "css-loader": "6.8.1", "data-relay": "^0.0.13", - "dompurify": "^3.3.1", + "dompurify": "^3.3.2", "dotenv": "6.2.0", "express": "^4.21.2", "express-handlebars": "6.0.5",