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 2aa773c0ee Bump dompurify in 
/themes/common-theme/webapp/common-theme/js
2aa773c0ee is described below

commit 2aa773c0eec35aceaee2cde77e090081d8c2c5a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 7 13:33:31 2026 +0000

    Bump dompurify in /themes/common-theme/webapp/common-theme/js
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.12 to 
3.4.13.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.12...3.4.13)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-version: 3.4.13
      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 fa36d64a3f..bfb987d2ed 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.12",
+                "dompurify": "^3.4.13",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.6",
                 "inputmask": "^5.0.9",
@@ -65,9 +65,9 @@
             }
         },
         "node_modules/dompurify": {
-            "version": "3.4.12",
-            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz";,
-            "integrity": 
"sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==",
+            "version": "3.4.13",
+            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz";,
+            "integrity": 
"sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==",
             "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 b187b2a5c7..ec6215cced 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.12",
+        "dompurify": "^3.4.13",
         "featherlight": "^1.7.14",
         "flot": "^4.2.6",
         "inputmask": "^5.0.9",

Reply via email to