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 1913e08239 Bump trumbowyg in
/themes/common-theme/webapp/common-theme/js (#876)
1913e08239 is described below
commit 1913e08239b6ef6477cf9b84af0e29bf0ce9ed63
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 17:30:56 2025 +0100
Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#876)
Bumps [trumbowyg](https://github.com/Alex-D/Trumbowyg) from 2.28.0 to
2.29.0.
- [Release notes](https://github.com/Alex-D/Trumbowyg/releases)
- [Commits](https://github.com/Alex-D/Trumbowyg/compare/v2.28.0...v2.29.0)
---
updated-dependencies:
- dependency-name: trumbowyg
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>
---
themes/common-theme/webapp/common-theme/js/package-lock.json | 9 +++++----
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 6 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 9e032180d8..63d737fdb9 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -17,7 +17,7 @@
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.21.0",
"jquery.browser": "^0.1.0",
- "trumbowyg": "^2.28.0",
+ "trumbowyg": "^2.29.0",
"uglify-js": "3.19.3"
}
},
@@ -96,9 +96,10 @@
}
},
"node_modules/trumbowyg": {
- "version": "2.28.0",
- "resolved":
"https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.28.0.tgz",
- "integrity":
"sha512-K4KX6psV+hUt03Y3RNdQM5Y+JLfZOUliNnCz5lm12Llfhwvx0P0geBsM0w9ZHeX5g8q7d2MC5X7sPOwGv0Q7Kw==",
+ "version": "2.29.0",
+ "resolved":
"https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.29.0.tgz",
+ "integrity":
"sha512-XJQqflG1uXUMBjw6ZN2wkLM4hNdfFvaxRTm4CPxgflEYndh8ECBfkzv7p0EuKSClSoNh/3zubRzPnsPjDe58+A==",
+ "license": "MIT",
"peerDependencies": {
"jquery": ">=1.8"
}
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index ec82649f70..a38c858eae 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -14,7 +14,7 @@
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.21.0",
"jquery.browser": "^0.1.0",
- "trumbowyg": "^2.28.0",
+ "trumbowyg": "^2.29.0",
"uglify-js": "3.19.3"
},
"scripts": {