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 085fb2cb1d Bump jquery-migrate in
/themes/common-theme/webapp/common-theme/js (#823)
085fb2cb1d is described below
commit 085fb2cb1dfe8ec78ae8e3e7cad893f02a606bfd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 15 17:23:47 2024 +0200
Bump jquery-migrate in /themes/common-theme/webapp/common-theme/js (#823)
Bumps [jquery-migrate](https://github.com/jquery/jquery-migrate) from 3.4.1
to 3.5.0.
- [Release notes](https://github.com/jquery/jquery-migrate/releases)
- [Commits](https://github.com/jquery/jquery-migrate/compare/3.4.1...3.5.0)
---
updated-dependencies:
- dependency-name: jquery-migrate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
jleroux: I checked it should be compatible
---
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 d983726964..8516d41da7 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.4.1",
+ "jquery-migrate": "^3.5.0",
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.20.0",
"jquery.browser": "^0.1.0",
@@ -55,9 +55,9 @@
"integrity":
"sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
},
"node_modules/jquery-migrate": {
- "version": "3.4.1",
- "resolved":
"https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.4.1.tgz",
- "integrity":
"sha512-6RaV23lLAYccu8MtLfy2sIxOvx+bulnWHm/pvffAi7KOzPk1sN9IYglpkl1ZNCj1FSgSNDPS2fSZ1hWsXc200Q==",
+ "version": "3.5.0",
+ "resolved":
"https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.5.0.tgz",
+ "integrity":
"sha512-aZYJ6aB/cduyKKSxKrNhmi8uni1viLswP8M/NiV0gOpauBPStO4WNGGX2TJ/fpAXS5SIexvRhtXbiNEk9Tec8g==",
"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 e141cadc52..00f1a67fb8 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.4.1",
+ "jquery-migrate": "^3.5.0",
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.20.0",
"jquery.browser": "^0.1.0",