This is an automated email from the ASF dual-hosted git repository.
jacopoc 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 3e89ff24bf Bump select2 in /themes/common-theme/webapp/common-theme/js
3e89ff24bf is described below
commit 3e89ff24bf3d4582a58819f91da138aeefa38b1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 26 20:51:15 2026 +0000
Bump select2 in /themes/common-theme/webapp/common-theme/js
Bumps [select2](https://github.com/select2/select2) from 4.0.13 to 4.1.0.
- [Release notes](https://github.com/select2/select2/releases)
- [Changelog](https://github.com/select2/select2/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/select2/select2/compare/4.0.13...4.1.0)
---
updated-dependencies:
- dependency-name: select2
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.../common-theme/webapp/common-theme/js/package-lock.json | 13 ++++++++-----
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 9 insertions(+), 6 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 4130b1fde7..34eff02281 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -25,7 +25,7 @@
"moment-timezone": "^0.6.2",
"moment-with-locales-es6": "^1.0.1",
"readmore-js": "^2.2.1",
- "select2": "^4.0.13",
+ "select2": "^4.1.0",
"trumbowyg": "^2.31.0",
"uglify-js": "3.19.3"
}
@@ -199,10 +199,13 @@
}
},
"node_modules/select2": {
- "version": "4.0.13",
- "resolved":
"https://registry.npmjs.org/select2/-/select2-4.0.13.tgz",
- "integrity":
"sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw==",
- "license": "MIT"
+ "version": "4.1.0",
+ "resolved":
"https://registry.npmjs.org/select2/-/select2-4.1.0.tgz",
+ "integrity":
"sha512-i9KalWOP4/LRRGc8+rj2krNm0ZqP14cV+j1TRCEBSsOhCPkKH8rYZ2MCRXcgvqIqN+llqGci0hj9aVkCMvL0+g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=24"
+ }
},
"node_modules/trumbowyg": {
"version": "2.31.0",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index fe464513a3..4e775c9cab 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -22,7 +22,7 @@
"moment-timezone": "^0.6.2",
"moment-with-locales-es6": "^1.0.1",
"readmore-js": "^2.2.1",
- "select2": "^4.0.13",
+ "select2": "^4.1.0",
"trumbowyg": "^2.31.0",
"uglify-js": "3.19.3"
},