From bd3595e619d9bd3e405cd7653f13cd2905d2e364 Mon Sep 17 00:00:00 2001 From: Roman Vyakhirev Date: Tue, 31 Mar 2026 15:10:48 +0200 Subject: [PATCH] fix: bump dompurify --- .../pluggableWidgets/html-element-web/CHANGELOG.md | 2 +- .../pluggableWidgets/html-element-web/package.json | 2 +- pnpm-lock.yaml | 11 +++++------ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/pluggableWidgets/html-element-web/CHANGELOG.md b/packages/pluggableWidgets/html-element-web/CHANGELOG.md index 869ace5f54..65d5b09f80 100644 --- a/packages/pluggableWidgets/html-element-web/CHANGELOG.md +++ b/packages/pluggableWidgets/html-element-web/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security -- Updated dompurify library to version 3.3.2 to incorporate latest improvements and security fixes. +- Updated dompurify library to version 3.3.3 to incorporate latest improvements and security fixes. ## [1.2.5] - 2026-02-10 diff --git a/packages/pluggableWidgets/html-element-web/package.json b/packages/pluggableWidgets/html-element-web/package.json index b6bca24437..28e91a3ea8 100644 --- a/packages/pluggableWidgets/html-element-web/package.json +++ b/packages/pluggableWidgets/html-element-web/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@mendix/widget-plugin-component-kit": "workspace:*", - "dompurify": "^3.3.2" + "dompurify": "^3.3.3" }, "devDependencies": { "@mendix/automation-utils": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb562c6e32..b778ee5940 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1703,8 +1703,8 @@ importers: specifier: workspace:* version: link:../../shared/widget-plugin-component-kit dompurify: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 devDependencies: '@mendix/automation-utils': specifier: workspace:* @@ -6459,9 +6459,8 @@ packages: resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} engines: {node: '>= 4'} - dompurify@3.3.2: - resolution: {integrity: sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==} - engines: {node: '>=20'} + dompurify@3.3.3: + resolution: {integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==} domutils@2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} @@ -15130,7 +15129,7 @@ snapshots: dependencies: domelementtype: 2.3.0 - dompurify@3.3.2: + dompurify@3.3.3: optionalDependencies: '@types/trusted-types': 2.0.7