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 d0a050b18d Improved: Update jQuery and jquery-migrate to version 4 
(OFBIZ-13347)
d0a050b18d is described below

commit d0a050b18d45413c099048ba94d7e3df945f354e
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Jan 22 09:18:31 2026 +0100

    Improved: Update jQuery and jquery-migrate to version 4 (OFBIZ-13347)
    
    GH Dependabot proposed but failed to update jQuery and jquery-migrate
    to version 4. Asking what the problem was, it suggest this:
    
    Downgrade jquery to a compatible version (e.g., 3.6.4):
    Edit themes/common-theme/package.json and set the jquery version:
    
    JSON
    "dependencies": {
      "jquery": "3.6.4",
      "jquery-migrate": "^3.6.0"
    }
---
 themes/common-theme/webapp/common-theme/js/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/common-theme/webapp/common-theme/js/package.json 
b/themes/common-theme/webapp/common-theme/js/package.json
index 1a1323eb16..7499b24342 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -10,7 +10,7 @@
         "featherlight": "^1.7.14",
         "flot": "^4.2.6",
         "inputmask": "^5.0.9",
-        "jquery": "^3.7.1",
+        "jquery": "^3.6.4",
         "jquery-migrate": "^3.6.0",
         "jquery-ui-dist": "^1.13.3",
         "jquery-validation": "^1.21.0",

Reply via email to