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 2022/07/04 16:10:45 UTC

[ofbiz-framework] branch trunk updated: Bump jquery-validation in /themes/common-theme/webapp/common-theme/js (#519)

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

commit 87f86c21ae1430f114a0f934d256d83ae56063f9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 4 18:10:41 2022 +0200

    Bump jquery-validation in /themes/common-theme/webapp/common-theme/js (#519)
    
    Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.4 to 1.19.5.
    - [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.4...1.19.5)
    
    ---
    updated-dependencies:
    - dependency-name: jquery-validation
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .../webapp/common-theme/js/package-lock.json             | 16 ++++++++--------
 themes/common-theme/webapp/common-theme/js/package.json  |  2 +-
 2 files changed, 9 insertions(+), 9 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 330371d3bd..fd8e90d224 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -13,10 +13,10 @@
                 "jquery": "^3.6.0",
                 "jquery-migrate": "^3.4.0",
                 "jquery-ui-dist": "^1.13.1",
-                "jquery-validation": "^1.19.4",
+                "jquery-validation": "^1.19.5",
                 "jquery.browser": "^0.1.0",
                 "trumbowyg": "^2.25.1",
-                "uglify-js": "latest"
+                "uglify-js": "*"
             }
         },
         "node_modules/@chinchilla-software/jquery-ui-timepicker-addon": {
@@ -59,9 +59,9 @@
             }
         },
         "node_modules/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==",
             "peerDependencies": {
                 "jquery": "^1.7 || ^2.0 || ^3.1"
             }
@@ -130,9 +130,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==",
             "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 d2eb69966e..70dbb0310d 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -6,7 +6,7 @@
     "dependencies": {
         "jquery": "^3.6.0",
         "jquery-migrate": "^3.4.0",
-        "jquery-validation": "^1.19.4",
+        "jquery-validation": "^1.19.5",
         "jquery.browser": "^0.1.0",
         "dompurify": "^2.3.8",
         "jquery-ui-dist": "^1.13.1",