This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 4478555e5d Fixed: updates jquery validation for security reason
4478555e5d is described below

commit 4478555e5d7104fc832f818f59a4c0c9370407e8
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Aug 23 14:07:05 2022 +0200

    Fixed: updates jquery validation for security reason
---
 themes/common-theme/webapp/common/js/package-lock.json | 6 +++---
 themes/common-theme/webapp/common/js/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/common-theme/webapp/common/js/package-lock.json 
b/themes/common-theme/webapp/common/js/package-lock.json
index e323553c4b..bf5720843a 100644
--- a/themes/common-theme/webapp/common/js/package-lock.json
+++ b/themes/common-theme/webapp/common/js/package-lock.json
@@ -32,9 +32,9 @@
       }
     },
     "jquery-validation": {
-      "version": "1.19.4",
-      "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz";,
-      "integrity": 
"sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA=="
+      "version": "1.19.5",
+      "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz";,
+      "integrity": 
"sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ=="
     },
     "jquery.browser": {
       "version": "0.1.0",
diff --git a/themes/common-theme/webapp/common/js/package.json 
b/themes/common-theme/webapp/common/js/package.json
index cf2ce5faea..e524ac8edf 100644
--- a/themes/common-theme/webapp/common/js/package.json
+++ b/themes/common-theme/webapp/common/js/package.json
@@ -9,7 +9,7 @@
     "jquery": "^3.6.0",
     "jquery-migrate": "^3.3.2",
     "jquery-ui-dist": "^1.13.0",
-    "jquery-validation": "^1.19.4",
+    "jquery-validation": "^1.19.5",
     "jquery.browser": "^0.1.0",
     "trumbowyg": "^2.25.1"
   }

Reply via email to