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 51bfc87f38 Bump dompurify in 
/themes/common-theme/webapp/common-theme/js (#788)
51bfc87f38 is described below

commit 51bfc87f38dd3d2a1f0cecac19242938adeea7f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 26 16:08:04 2024 +0200

    Bump dompurify in /themes/common-theme/webapp/common-theme/js (#788)
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.0...3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 4af6c1cb59..7be482c0d9 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.0",
+                "dompurify": "^3.1.1",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.6",
                 "inputmask": "^5.0.8",
@@ -30,9 +30,9 @@
             }
         },
         "node_modules/dompurify": {
-            "version": "3.1.0",
-            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.1.0.tgz";,
-            "integrity": 
"sha512-yoU4rhgPKCo+p5UrWWWNKiIq+ToGqmVVhk0PmMYBK4kRsR3/qhemNFL8f6CFmBd4gMwm3F4T7HBoydP5uY07fA=="
+            "version": "3.1.1",
+            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.1.1.tgz";,
+            "integrity": 
"sha512-tVP8C/GJwnABOn/7cx/ymx/hXpmBfWIPihC1aOEvS8GbMqy3pgeYtJk1HXN3CO7tu+8bpY18f6isjR5Cymj0TQ=="
         },
         "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 7519d9a31b..b9444084d6 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.0",
+        "dompurify": "^3.1.1",
         "featherlight": "^1.7.14",
         "flot": "^4.2.6",
         "inputmask": "^5.0.8",

Reply via email to