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

commit 6e88f132b76ce817eecd60e04b06bc29348d8bc8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 17 16:13:21 2024 +0200

    Bump jquery-validation in /themes/common-theme/webapp/common-theme/js (#826)
    
    Bumps 
[jquery-validation](https://github.com/jquery-validation/jquery-validation) 
from 1.20.0 to 1.21.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.20.0...1.21.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>
---
 themes/common-theme/webapp/common-theme/js/package-lock.json | 8 ++++----
 themes/common-theme/webapp/common-theme/js/package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 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 2a3ecbb8c0..7fbd799aec 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.5.0",
                 "jquery-ui-dist": "^1.13.3",
-                "jquery-validation": "^1.20.0",
+                "jquery-validation": "^1.21.0",
                 "jquery.browser": "^0.1.0",
                 "trumbowyg": "^2.28.0",
                 "uglify-js": "3.19.0"
@@ -71,9 +71,9 @@
             }
         },
         "node_modules/jquery-validation": {
-            "version": "1.20.0",
-            "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.20.0.tgz";,
-            "integrity": 
"sha512-c8tg4ltIIP6L7l0bZ79sRzOJYquyjS48kQZ6iv8MJ2r0OYztxtkWYKTReZyU2/zVFYiINB29i0Z/IRNNuJQN1g==",
+            "version": "1.21.0",
+            "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.21.0.tgz";,
+            "integrity": 
"sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==",
             "peerDependencies": {
                 "jquery": "^1.7 || ^2.0 || ^3.1"
             }
diff --git a/themes/common-theme/webapp/common-theme/js/package.json 
b/themes/common-theme/webapp/common-theme/js/package.json
index 103a934fe4..e18a9f5db3 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.5.0",
         "jquery-ui-dist": "^1.13.3",
-        "jquery-validation": "^1.20.0",
+        "jquery-validation": "^1.21.0",
         "jquery.browser": "^0.1.0",
         "trumbowyg": "^2.28.0",
         "uglify-js": "3.19.0"

Reply via email to