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 2021/10/16 16:53:42 UTC

[ofbiz-framework] branch trunk updated: Fixed: Update jquery-validation to 1.19.3 for security reason (OFBIZ-12339)

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 d1da059  Fixed: Update jquery-validation to 1.19.3 for security reason (OFBIZ-12339)
d1da059 is described below

commit d1da05946498cbee6578e7608ae1b10fc2bf9faf
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sat Oct 16 18:53:25 2021 +0200

    Fixed: Update jquery-validation to 1.19.3 for security reason (OFBIZ-12339)
    
    Dependabot installed at GH warned me about this vulnerability during pushing
---
 themes/common-theme/webapp/common/js/package-lock.json | 4 ++--
 themes/common-theme/webapp/common/js/package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/common-theme/webapp/common/js/package-lock.json b/themes/common-theme/webapp/common/js/package-lock.json
index 1a98a69..9a8e195 100644
--- a/themes/common-theme/webapp/common/js/package-lock.json
+++ b/themes/common-theme/webapp/common/js/package-lock.json
@@ -14,8 +14,8 @@
       "integrity": "sha512-QAXfshB6xqaANDX8OPExKnnooLtX0cSDCKfRnqhdv+3CVEVD9L1v3zNAhZum/4AukKlWUWUoxM6ywJJcLMXLSA=="
     },
     "jquery-validation": {
-      "version": "1.19.2",
-      "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.2.tgz",
+      "version": "1.19.3",
+      "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz",
       "integrity": "sha512-yHaAqOGaAB7+p2u5lpzhhQVt3CBMUw3fHcuCJ7nXmXz0LWLHPN7yOhwnocp5nrn2SmnXR1jpV+whx2j1kLz1tQ=="
     },
     "jquery.browser": {
diff --git a/themes/common-theme/webapp/common/js/package.json b/themes/common-theme/webapp/common/js/package.json
index ab11b5a..7615d5a 100644
--- a/themes/common-theme/webapp/common/js/package.json
+++ b/themes/common-theme/webapp/common/js/package.json
@@ -6,7 +6,7 @@
   "dependencies": {
     "jquery": "^3.5.1",
     "jquery-migrate": "^3.3.1",
-    "jquery-validation": "^1.19.2",
+    "jquery-validation": "^1.19.3",
     "jquery.browser": "^0.1.0"
   }
 }