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 2023/08/28 15:42:28 UTC

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

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 0a84128422 Bump jquery in /themes/common-theme/webapp/common-theme/js (#669)
0a84128422 is described below

commit 0a84128422b51a7e11d3fc630e82cddc93ba2594
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 28 17:42:23 2023 +0200

    Bump jquery in /themes/common-theme/webapp/common-theme/js (#669)
    
    Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
    - [Release notes](https://github.com/jquery/jquery/releases)
    - [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: jquery
      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>
---
 .../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 d6f665f583..ec14a00ea2 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -12,7 +12,7 @@
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.6",
                 "inputmask": "^5.0.8",
-                "jquery": "^3.7.0",
+                "jquery": "^3.7.1",
                 "jquery-migrate": "^3.4.1",
                 "jquery-ui-dist": "^1.13.2",
                 "jquery-validation": "^1.19.5",
@@ -50,9 +50,9 @@
             "integrity": "sha512-1WcbyudPTXP1B28ozWWyFa6QRIUG4KiLoyR6LFHlpT4OfTzRqFfWgHFadNvRuMN1S9XNVz9CdNvCGjJi+uAMqQ=="
         },
         "node_modules/jquery": {
-            "version": "3.7.0",
-            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz",
-            "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ=="
+            "version": "3.7.1",
+            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
+            "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
         },
         "node_modules/jquery-migrate": {
             "version": "3.4.1",
@@ -133,9 +133,9 @@
             "integrity": "sha512-1WcbyudPTXP1B28ozWWyFa6QRIUG4KiLoyR6LFHlpT4OfTzRqFfWgHFadNvRuMN1S9XNVz9CdNvCGjJi+uAMqQ=="
         },
         "jquery": {
-            "version": "3.7.0",
-            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz",
-            "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ=="
+            "version": "3.7.1",
+            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
+            "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
         },
         "jquery-migrate": {
             "version": "3.4.1",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json
index d78ed3239f..c6597bf4b9 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -9,7 +9,7 @@
         "featherlight": "^1.7.14",
         "flot": "^4.2.6",
         "inputmask": "^5.0.8",
-        "jquery": "^3.7.0",
+        "jquery": "^3.7.1",
         "jquery-migrate": "^3.4.1",
         "jquery-ui-dist": "^1.13.2",
         "jquery-validation": "^1.19.5",