You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2023/01/09 14:24:45 UTC

[ofbiz-framework] branch trunk updated: Bump dompurify in /themes/common-theme/webapp/common-theme/js (#576)

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 0d9901b38a Bump dompurify in /themes/common-theme/webapp/common-theme/js (#576)
0d9901b38a is described below

commit 0d9901b38a0181077b8b36ee92c2047d1e01b905
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 9 15:24:40 2023 +0100

    Bump dompurify in /themes/common-theme/webapp/common-theme/js (#576)
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.2 to 2.4.3.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/2.4.2...2.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .../common-theme/webapp/common-theme/js/package-lock.json  | 14 +++++++-------
 themes/common-theme/webapp/common-theme/js/package.json    |  2 +-
 2 files changed, 8 insertions(+), 8 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 1b7911db99..a85288024d 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": "^2.4.2",
+                "dompurify": "^2.4.3",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.3",
                 "inputmask": "^5.0.7",
@@ -30,9 +30,9 @@
             }
         },
         "node_modules/dompurify": {
-            "version": "2.4.2",
-            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.2.tgz",
-            "integrity": "sha512-ckbbxcGpfTJ7SNHC2yT2pHSCYxo2oQgSfdoDHQANzMzQyGzVmalF9W/B+X97Cdik5xFwWtwJP232gIP2+1kNEA=="
+            "version": "2.4.3",
+            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.3.tgz",
+            "integrity": "sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ=="
         },
         "node_modules/featherlight": {
             "version": "1.7.14",
@@ -113,9 +113,9 @@
             "integrity": "sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg=="
         },
         "dompurify": {
-            "version": "2.4.2",
-            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.2.tgz",
-            "integrity": "sha512-ckbbxcGpfTJ7SNHC2yT2pHSCYxo2oQgSfdoDHQANzMzQyGzVmalF9W/B+X97Cdik5xFwWtwJP232gIP2+1kNEA=="
+            "version": "2.4.3",
+            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.3.tgz",
+            "integrity": "sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ=="
         },
         "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 182a9209ec..162ab2b9f5 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": "^2.4.2",
+        "dompurify": "^2.4.3",
         "featherlight": "^1.7.14",
         "flot": "^4.2.3",
         "inputmask": "^5.0.7",