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

jleroux 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 d59fc3787a Bump dompurify in 
/themes/common-theme/webapp/common-theme/js (#854)
d59fc3787a is described below

commit d59fc3787a4d73ed8d600bed9a785ef2db1650d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 12 20:25:26 2024 +0100

    Bump dompurify in /themes/common-theme/webapp/common-theme/js (#854)
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.7 to 3.2.0.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.7...3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 43da62cea9..74d4369ee1 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.1.7",
+                "dompurify": "^3.2.0",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.6",
                 "inputmask": "^5.0.9",
@@ -30,9 +30,9 @@
             }
         },
         "node_modules/dompurify": {
-            "version": "3.1.7",
-            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz";,
-            "integrity": 
"sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ=="
+            "version": "3.2.0",
+            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.2.0.tgz";,
+            "integrity": 
"sha512-AMdOzK44oFWqHEi0wpOqix/fUNY707OmoeFDnbi3Q5I8uOpy21ufUA5cDJPr0bosxrflOVD/H2DMSvuGKJGfmQ=="
         },
         "node_modules/featherlight": {
             "version": "1.7.14",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json 
b/themes/common-theme/webapp/common-theme/js/package.json
index 39ac58a04e..dc1dfd98c2 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.1.7",
+        "dompurify": "^3.2.0",
         "featherlight": "^1.7.14",
         "flot": "^4.2.6",
         "inputmask": "^5.0.9",

Reply via email to