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 5d6ddfce04 Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#724) 5d6ddfce04 is described below commit 5d6ddfce04e5ca8088821cd70b439a5ff4dcedbf Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Mar 7 17:16:29 2024 +0100 Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#724) Bumps [trumbowyg](https://github.com/Alex-D/Trumbowyg) from 2.27.3 to 2.28.0. - [Release notes](https://github.com/Alex-D/Trumbowyg/releases) - [Commits](https://github.com/Alex-D/Trumbowyg/compare/v2.27.3...v2.28.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> --- .../common-theme/webapp/common-theme/js/package-lock.json | 14 +++++++------- themes/common-theme/webapp/common-theme/js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 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 e644bf2858..df1663b1a3 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.2", "jquery-validation": "^1.20.0", "jquery.browser": "^0.1.0", - "trumbowyg": "^2.27.3", + "trumbowyg": "^2.28.0", "uglify-js": "3.17.4" } }, @@ -87,9 +87,9 @@ } }, "node_modules/trumbowyg": { - "version": "2.27.3", - "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.27.3.tgz", - "integrity": "sha512-mEFhPSrF3dobjnGSSW7BfnmX5Pnv9T4KIoATOHxFOHtb1exE0L2hNPxCr6Bh4iFRJQD4UErleyKCapKf2yImKw==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.28.0.tgz", + "integrity": "sha512-K4KX6psV+hUt03Y3RNdQM5Y+JLfZOUliNnCz5lm12Llfhwvx0P0geBsM0w9ZHeX5g8q7d2MC5X7sPOwGv0Q7Kw==", "peerDependencies": { "jquery": ">=1.8" } @@ -163,9 +163,9 @@ "integrity": "sha512-5GjtLzzEBzxs/nwSVpCbSdk0acssfKsP7Upp43zmdHVV1Vb6E9VayyqPAQlfLrTeZL3YSWocCbkOvKdAc2CN4g==" }, "trumbowyg": { - "version": "2.27.3", - "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.27.3.tgz", - "integrity": "sha512-mEFhPSrF3dobjnGSSW7BfnmX5Pnv9T4KIoATOHxFOHtb1exE0L2hNPxCr6Bh4iFRJQD4UErleyKCapKf2yImKw==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.28.0.tgz", + "integrity": "sha512-K4KX6psV+hUt03Y3RNdQM5Y+JLfZOUliNnCz5lm12Llfhwvx0P0geBsM0w9ZHeX5g8q7d2MC5X7sPOwGv0Q7Kw==", "requires": {} }, "uglify-js": { diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index 15e181580c..b55c1e651b 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.2", "jquery-validation": "^1.20.0", "jquery.browser": "^0.1.0", - "trumbowyg": "^2.27.3", + "trumbowyg": "^2.28.0", "uglify-js": "3.17.4" }, "scripts": {