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 681fb959f0 Bump jquery-migrate in 
/themes/common-theme/webapp/common-theme/js (#827)
681fb959f0 is described below

commit 681fb959f042c715e3c40dffcd15eca0d936a2b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 18 16:46:17 2024 +0200

    Bump jquery-migrate in /themes/common-theme/webapp/common-theme/js (#827)
    
    Bumps [jquery-migrate](https://github.com/jquery/jquery-migrate) from 3.5.0 
to 3.5.2.
    - [Release notes](https://github.com/jquery/jquery-migrate/releases)
    - [Commits](https://github.com/jquery/jquery-migrate/compare/3.5.0...3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: jquery-migrate
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 7fbd799aec..20283d5a05 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -13,7 +13,7 @@
                 "flot": "^4.2.6",
                 "inputmask": "^5.0.9",
                 "jquery": "^3.7.1",
-                "jquery-migrate": "^3.5.0",
+                "jquery-migrate": "^3.5.2",
                 "jquery-ui-dist": "^1.13.3",
                 "jquery-validation": "^1.21.0",
                 "jquery.browser": "^0.1.0",
@@ -55,9 +55,9 @@
             "integrity": 
"sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
         },
         "node_modules/jquery-migrate": {
-            "version": "3.5.0",
-            "resolved": 
"https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.5.0.tgz";,
-            "integrity": 
"sha512-aZYJ6aB/cduyKKSxKrNhmi8uni1viLswP8M/NiV0gOpauBPStO4WNGGX2TJ/fpAXS5SIexvRhtXbiNEk9Tec8g==",
+            "version": "3.5.2",
+            "resolved": 
"https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.5.2.tgz";,
+            "integrity": 
"sha512-GGvcVWK3aei2/98r7pA4UkOYvs4xVeCGvquNXADFUp9+Sr6VeOw0ktlQ9z4YlBbEFpsXBlRioAgpH/fLWinj4Q==",
             "peerDependencies": {
                 "jquery": ">=3 <4"
             }
diff --git a/themes/common-theme/webapp/common-theme/js/package.json 
b/themes/common-theme/webapp/common-theme/js/package.json
index e18a9f5db3..cd6a190954 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 @@
         "flot": "^4.2.6",
         "inputmask": "^5.0.9",
         "jquery": "^3.7.1",
-        "jquery-migrate": "^3.5.0",
+        "jquery-migrate": "^3.5.2",
         "jquery-ui-dist": "^1.13.3",
         "jquery-validation": "^1.21.0",
         "jquery.browser": "^0.1.0",

Reply via email to