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 2022/07/18 15:55:04 UTC

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

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

commit c42d580304a7ce1c28c5a190edb6e73e3c10ea9d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 18 17:54:57 2022 +0200

    Bump dompurify in /themes/common-theme/webapp/common-theme/js (#522)
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.9 to 2.3.10.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.9...2.3.10)
    
    ---
    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 4752afe567..cab7cbf21e 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.3.9",
+                "dompurify": "^2.3.10",
                 "flot": "^4.2.2",
                 "jquery": "^3.6.0",
                 "jquery-migrate": "^3.4.0",
@@ -28,9 +28,9 @@
             }
         },
         "node_modules/dompurify": {
-            "version": "2.3.9",
-            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.9.tgz",
-            "integrity": "sha512-3zOnuTwup4lPV/GfGS6UzG4ub9nhSYagR/5tB3AvDEwqyy5dtyCM2dVjwGDCnrPerXifBKTYh/UWCGKK7ydhhw=="
+            "version": "2.3.10",
+            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.10.tgz",
+            "integrity": "sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g=="
         },
         "node_modules/flot": {
             "version": "4.2.2",
@@ -101,9 +101,9 @@
             "integrity": "sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg=="
         },
         "dompurify": {
-            "version": "2.3.9",
-            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.9.tgz",
-            "integrity": "sha512-3zOnuTwup4lPV/GfGS6UzG4ub9nhSYagR/5tB3AvDEwqyy5dtyCM2dVjwGDCnrPerXifBKTYh/UWCGKK7ydhhw=="
+            "version": "2.3.10",
+            "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.10.tgz",
+            "integrity": "sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g=="
         },
         "flot": {
             "version": "4.2.2",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json
index 330db02e83..d4b33b47fa 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -8,7 +8,7 @@
         "jquery-migrate": "^3.4.0",
         "jquery-validation": "^1.19.5",
         "jquery.browser": "^0.1.0",
-        "dompurify": "^2.3.9",
+        "dompurify": "^2.3.10",
         "jquery-ui-dist": "^1.13.1",
         "trumbowyg": "^2.25.1",
         "flot": "^4.2.2",