From 9fb9cfe82a28191c1566f5933d774b9342cb50c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:38:03 +0000 Subject: [PATCH] build(deps): bump dompurify in /archive-doc-gen/src/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] --- archive-doc-gen/src/frontend/package-lock.json | 11 +++++++---- archive-doc-gen/src/frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/archive-doc-gen/src/frontend/package-lock.json b/archive-doc-gen/src/frontend/package-lock.json index 98bd809e0..28d970beb 100644 --- a/archive-doc-gen/src/frontend/package-lock.json +++ b/archive-doc-gen/src/frontend/package-lock.json @@ -13,7 +13,7 @@ "@fluentui/react-hooks": "^8.6.29", "@fluentui/react-icons": "^2.0.316", "docx": "^9.5.1", - "dompurify": "^3.3.1", + "dompurify": "^3.3.2", "file-saver": "^2.0.5", "lodash": "^4.17.21", "lodash-es": "^4.17.22", @@ -6996,10 +6996,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/archive-doc-gen/src/frontend/package.json b/archive-doc-gen/src/frontend/package.json index 0f7859e8b..355afc73f 100644 --- a/archive-doc-gen/src/frontend/package.json +++ b/archive-doc-gen/src/frontend/package.json @@ -21,7 +21,7 @@ "@fluentui/react-hooks": "^8.6.29", "@fluentui/react-icons": "^2.0.316", "docx": "^9.5.1", - "dompurify": "^3.3.1", + "dompurify": "^3.3.2", "file-saver": "^2.0.5", "lodash": "^4.17.21", "lodash-es": "^4.17.22",