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/03/10 14:24:03 UTC

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

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

commit f0871d610cbf8ed510758c4b9178c0b79ac5d13f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 10 15:23:56 2023 +0100

    Bump jquery in /themes/common-theme/webapp/common-theme/js (#602)
    
    Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4.
    - [Release notes](https://github.com/jquery/jquery/releases)
    - [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4)
    
    ---
    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 5d1d315a68..7a8f1a8170 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.3",
                 "inputmask": "^5.0.7",
-                "jquery": "^3.6.3",
+                "jquery": "^3.6.4",
                 "jquery-migrate": "^3.4.1",
                 "jquery-ui-dist": "^1.13.2",
                 "jquery-validation": "^1.19.5",
@@ -50,9 +50,9 @@
             "integrity": "sha512-rUxbRDS25KEib+c/Ow+K01oprU/+EK9t9SOPC8ov94/ftULGDqj1zOgRU/Hko6uzoKRMdwCfuhAafJ/Wk2wffQ=="
         },
         "node_modules/jquery": {
-            "version": "3.6.3",
-            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz",
-            "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg=="
+            "version": "3.6.4",
+            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz",
+            "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ=="
         },
         "node_modules/jquery-migrate": {
             "version": "3.4.1",
@@ -133,9 +133,9 @@
             "integrity": "sha512-rUxbRDS25KEib+c/Ow+K01oprU/+EK9t9SOPC8ov94/ftULGDqj1zOgRU/Hko6uzoKRMdwCfuhAafJ/Wk2wffQ=="
         },
         "jquery": {
-            "version": "3.6.3",
-            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz",
-            "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg=="
+            "version": "3.6.4",
+            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz",
+            "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ=="
         },
         "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 d2c8edda87..82367fdcbd 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.3",
         "inputmask": "^5.0.7",
-        "jquery": "^3.6.3",
+        "jquery": "^3.6.4",
         "jquery-migrate": "^3.4.1",
         "jquery-ui-dist": "^1.13.2",
         "jquery-validation": "^1.19.5",