This is an automated email from the ASF dual-hosted git repository.

jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 78a8577d6f Bump dompurify in 
/themes/common-theme/webapp/common-theme/js
78a8577d6f is described below

commit 78a8577d6f445930ef87da406d03445bb7e04839
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 1 16:00:22 2026 +0000

    Bump dompurify in /themes/common-theme/webapp/common-theme/js
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.1 to 3.4.2.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.1...3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-version: 3.4.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 themes/common-theme/webapp/common-theme/js/package-lock.json | 8 ++++----
 themes/common-theme/webapp/common-theme/js/package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json 
b/themes/common-theme/webapp/common-theme/js/package-lock.json
index f3e248228e..3242d61f5e 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -10,7 +10,7 @@
                 "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
                 "datejs": "^1.0.0-rc3",
                 "daterangepicker": "^3.1.0",
-                "dompurify": "^3.4.1",
+                "dompurify": "^3.4.2",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.6",
                 "inputmask": "^5.0.9",
@@ -65,9 +65,9 @@
             }
         },
         "node_modules/dompurify": {
-            "version": "3.4.1",
-            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz";,
-            "integrity": 
"sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==",
+            "version": "3.4.2",
+            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz";,
+            "integrity": 
"sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==",
             "license": "(MPL-2.0 OR Apache-2.0)",
             "optionalDependencies": {
                 "@types/trusted-types": "^2.0.7"
diff --git a/themes/common-theme/webapp/common-theme/js/package.json 
b/themes/common-theme/webapp/common-theme/js/package.json
index a7b12fad9c..f54e610ad1 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -7,7 +7,7 @@
         "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
         "datejs": "^1.0.0-rc3",
         "daterangepicker": "^3.1.0",
-        "dompurify": "^3.4.1",
+        "dompurify": "^3.4.2",
         "featherlight": "^1.7.14",
         "flot": "^4.2.6",
         "inputmask": "^5.0.9",

Reply via email to