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/07/11 15:12:46 UTC

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

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 89e5d2563b Bump dompurify in /themes/common-theme/webapp/common-theme/js (#651)
89e5d2563b is described below

commit 89e5d2563b2ed220185fe2a0ec1ed14f3a266199
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jul 11 17:12:40 2023 +0200

    Bump dompurify in /themes/common-theme/webapp/common-theme/js (#651)
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.4 to 3.0.5.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.4...3.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 d8d4a7c9e3..82166797d5 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.0.4",
+                "dompurify": "^3.0.5",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.3",
                 "inputmask": "^5.0.8",
@@ -30,9 +30,9 @@
             }
         },
         "node_modules/dompurify": {
-            "version": "3.0.4",
-            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.4.tgz",
-            "integrity": "sha512-ae0mA+Qiqp6C29pqZX3fQgK+F91+F7wobM/v8DRzDqJdZJELXiFUx4PP4pK/mzUS0xkiSEx3Ncd9gr69jg3YsQ=="
+            "version": "3.0.5",
+            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.5.tgz",
+            "integrity": "sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A=="
         },
         "node_modules/featherlight": {
             "version": "1.7.14",
@@ -113,9 +113,9 @@
             "integrity": "sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg=="
         },
         "dompurify": {
-            "version": "3.0.4",
-            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.4.tgz",
-            "integrity": "sha512-ae0mA+Qiqp6C29pqZX3fQgK+F91+F7wobM/v8DRzDqJdZJELXiFUx4PP4pK/mzUS0xkiSEx3Ncd9gr69jg3YsQ=="
+            "version": "3.0.5",
+            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.5.tgz",
+            "integrity": "sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A=="
         },
         "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 3853f1269f..2fd59077a5 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.0.4",
+        "dompurify": "^3.0.5",
         "featherlight": "^1.7.14",
         "flot": "^4.2.3",
         "inputmask": "^5.0.8",