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 a0f9c2f99f Bump jquery-validation in 
/themes/common-theme/webapp/common-theme/js (#671)
a0f9c2f99f is described below

commit a0f9c2f99fb4deda7ae135af0be369e2cece3ab6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 10 18:35:35 2023 +0200

    Bump jquery-validation in /themes/common-theme/webapp/common-theme/js (#671)
    
    Bumps 
[jquery-validation](https://github.com/jquery-validation/jquery-validation) 
from 1.19.5 to 1.20.0.
    - [Release 
notes](https://github.com/jquery-validation/jquery-validation/releases)
    - 
[Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md)
    - 
[Commits](https://github.com/jquery-validation/jquery-validation/compare/1.19.5...1.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: jquery-validation
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 21d6fc669c..801383f1fb 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -15,7 +15,7 @@
                 "jquery": "^3.7.1",
                 "jquery-migrate": "^3.4.1",
                 "jquery-ui-dist": "^1.13.2",
-                "jquery-validation": "^1.19.5",
+                "jquery-validation": "^1.20.0",
                 "jquery.browser": "^0.1.0",
                 "trumbowyg": "^2.27.3",
                 "uglify-js": "3.17.4"
@@ -71,9 +71,9 @@
             }
         },
         "node_modules/jquery-validation": {
-            "version": "1.19.5",
-            "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz";,
-            "integrity": 
"sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==",
+            "version": "1.20.0",
+            "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.20.0.tgz";,
+            "integrity": 
"sha512-c8tg4ltIIP6L7l0bZ79sRzOJYquyjS48kQZ6iv8MJ2r0OYztxtkWYKTReZyU2/zVFYiINB29i0Z/IRNNuJQN1g==",
             "peerDependencies": {
                 "jquery": "^1.7 || ^2.0 || ^3.1"
             }
@@ -152,9 +152,9 @@
             }
         },
         "jquery-validation": {
-            "version": "1.19.5",
-            "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz";,
-            "integrity": 
"sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==",
+            "version": "1.20.0",
+            "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.20.0.tgz";,
+            "integrity": 
"sha512-c8tg4ltIIP6L7l0bZ79sRzOJYquyjS48kQZ6iv8MJ2r0OYztxtkWYKTReZyU2/zVFYiINB29i0Z/IRNNuJQN1g==",
             "requires": {}
         },
         "jquery.browser": {
diff --git a/themes/common-theme/webapp/common-theme/js/package.json 
b/themes/common-theme/webapp/common-theme/js/package.json
index b2b596aae5..cc1fcbf492 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -12,7 +12,7 @@
         "jquery": "^3.7.1",
         "jquery-migrate": "^3.4.1",
         "jquery-ui-dist": "^1.13.2",
-        "jquery-validation": "^1.19.5",
+        "jquery-validation": "^1.20.0",
         "jquery.browser": "^0.1.0",
         "trumbowyg": "^2.27.3",
         "uglify-js": "3.17.4"

Reply via email to