This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit aff99e378ce121699f9ff7911d561ce6b7ab8b9a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 12:56:46 2026 +0000
Bump jquery in /themes/common-theme/webapp/common-theme/js
Bumps [jquery](https://github.com/jquery/jquery) from 3.7.1 to 4.0.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](https://github.com/jquery/jquery/compare/3.7.1...4.0.0)
---
updated-dependencies:
- dependency-name: jquery
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.../common-theme/webapp/common-theme/js/package-lock.json | 14 ++++++++++----
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 11 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 f65367ee8d..63652e9cfc 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.10",
- "jquery": "^3.7.1",
+ "jquery": "^4.0.0",
"jquery-migrate": "^3.5.2",
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.21.0",
@@ -63,9 +63,9 @@
"license": "MIT"
},
"node_modules/jquery": {
- "version": "3.7.1",
- "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
- "integrity":
"sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz",
+ "integrity":
"sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==",
"license": "MIT"
},
"node_modules/jquery-migrate": {
@@ -86,6 +86,12 @@
"jquery": ">=1.8.0 <4.0.0"
}
},
+ "node_modules/jquery-ui-dist/node_modules/jquery": {
+ "version": "3.7.1",
+ "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
+ "integrity":
"sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
+ "license": "MIT"
+ },
"node_modules/jquery-validation": {
"version": "1.22.1",
"resolved":
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.22.1.tgz",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index 5d8f46b405..c0fc215f7b 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.10",
- "jquery": "^3.7.1",
+ "jquery": "^4.0.0",
"jquery-migrate": "^3.5.2",
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.21.0",