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 f42f774e17 Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#882) f42f774e17 is described below commit f42f774e17264236f49b9c032cfd137dbae3eeee Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Mar 3 15:20:36 2025 +0100 Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#882) Bumps [trumbowyg](https://github.com/Alex-D/Trumbowyg) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/Alex-D/Trumbowyg/releases) - [Commits](https://github.com/Alex-D/Trumbowyg/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: trumbowyg dependency-type: direct:production update-type: version-update:semver-minor ... 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 d0bbecb350..36abc5267b 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -20,7 +20,7 @@ "jquery.browser": "^0.1.0", "moment-timezone": "^0.5.47", "moment-with-locales-es6": "^1.0.1", - "trumbowyg": "^2.30.0", + "trumbowyg": "^2.31.0", "uglify-js": "3.19.3" } }, @@ -140,9 +140,9 @@ } }, "node_modules/trumbowyg": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.30.0.tgz", - "integrity": "sha512-AwE4ARZVaIHj0w8dbNaZCjbwhKcy2hu9hrB+xAE53Wkw6GA/zVGbL+uelxgSDRV+2zpJWyEKE9j2ss77DIvv3A==", + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.31.0.tgz", + "integrity": "sha512-I+DMiluTpLDx3yn6LR0TIVR7xIOjgtBQmpEE6Ofd+2yl5ruzY63q/yA/DfBuRVxdK7yDYSBe9FXpVjM1P2NdtA==", "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 f17004c29b..e710cacfb6 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -17,7 +17,7 @@ "jquery.browser": "^0.1.0", "moment-timezone": "^0.5.47", "moment-with-locales-es6": "^1.0.1", - "trumbowyg": "^2.30.0", + "trumbowyg": "^2.31.0", "uglify-js": "3.19.3" }, "scripts": {