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

commit fa247f7fb2de99e9131b0b35573a2631133141f7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 14 16:17:15 2023 +0100

    Bump dompurify in /themes/common-theme/webapp/common-theme/js (#591)
    
    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.3 to 3.0.0.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/2.4.3...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 a85288024d..ab7b5ee15b 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.3",
+                "dompurify": "^3.0.0",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.3",
                 "inputmask": "^5.0.7",
@@ -30,9 +30,9 @@
             }
         },
         "node_modules/dompurify": {
-            "version": "2.4.3",
-            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-2.4.3.tgz";,
-            "integrity": 
"sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ=="
+            "version": "3.0.0",
+            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.0.0.tgz";,
+            "integrity": 
"sha512-0g/yr2IJn4nTbxwL785YxS7/AvvgGFJw6LLWP+BzWzB1+BYOqPUT9Hy0rXrZh5HLdHnxH72aDdzvC9SdTjsuaA=="
         },
         "node_modules/featherlight": {
             "version": "1.7.14",
@@ -113,9 +113,9 @@
             "integrity": 
"sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg=="
         },
         "dompurify": {
-            "version": "2.4.3",
-            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-2.4.3.tgz";,
-            "integrity": 
"sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ=="
+            "version": "3.0.0",
+            "resolved": 
"https://registry.npmjs.org/dompurify/-/dompurify-3.0.0.tgz";,
+            "integrity": 
"sha512-0g/yr2IJn4nTbxwL785YxS7/AvvgGFJw6LLWP+BzWzB1+BYOqPUT9Hy0rXrZh5HLdHnxH72aDdzvC9SdTjsuaA=="
         },
         "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 162ab2b9f5..e966e10506 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.3",
+        "dompurify": "^3.0.0",
         "featherlight": "^1.7.14",
         "flot": "^4.2.3",
         "inputmask": "^5.0.7",

Reply via email to