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

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


The following commit(s) were added to refs/heads/release24.09 by this push:
     new 6e7c83e131 Bump dompurify in 
/themes/common-theme/webapp/common-theme/js
6e7c83e131 is described below

commit 6e7c83e131db32a619df73219ddb8f175fda5cb7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 18:20:56 2026 +0000

    Bump dompurify in /themes/common-theme/webapp/common-theme/js
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.14 to 
3.4.15.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.14...3.4.15)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-version: 3.4.15
      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 | 11 +++++------
 themes/common-theme/webapp/common-theme/js/package.json      |  2 +-
 2 files changed, 6 insertions(+), 7 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 aedf7da1ef..d2b4f26261 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -8,7 +8,7 @@
             "license": "Apache-2.0",
             "dependencies": {
                 "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
-                "dompurify": "^3.4.14",
+                "dompurify": "^3.4.15",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.6",
                 "inputmask": "^5.0.10",
@@ -37,9 +37,9 @@
             "optional": true
         },
         "node_modules/dompurify": {
-            "version": "3.4.14",
-            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.14.tgz";,
-            "integrity": 
"sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==",
+            "version": "3.4.15",
+            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.15.tgz";,
+            "integrity": 
"sha512-EUBjM+B+lkDE41iE82DDSCfkoPGfXx8IxFxPMjNzm/Uk4xDet77rTN9wqlxlVg71kK7XGuUMv6wUxJUwwv+Xyw==",
             "license": "(MPL-2.0 OR Apache-2.0)",
             "optionalDependencies": {
                 "@types/trusted-types": "^2.0.7"
@@ -66,8 +66,7 @@
             "version": "4.0.0",
             "resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz";,
             "integrity": 
"sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==",
-            "license": "MIT",
-            "peer": true
+            "license": "MIT"
         },
         "node_modules/jquery-migrate": {
             "version": "4.0.2",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json 
b/themes/common-theme/webapp/common-theme/js/package.json
index ff86360546..500204e4c1 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -5,7 +5,7 @@
     "license": "Apache-2.0",
     "dependencies": {
         "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
-        "dompurify": "^3.4.14",
+        "dompurify": "^3.4.15",
         "featherlight": "^1.7.14",
         "flot": "^4.2.6",
         "inputmask": "^5.0.10",

Reply via email to