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 42f3e6cf70 Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#533) 42f3e6cf70 is described below commit 42f3e6cf70c2171a8d8c6a7c74c33d95cf9ea7f9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Aug 13 09:26:00 2022 +0200 Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#533) Bumps [trumbowyg](https://github.com/Alex-D/Trumbowyg) from 2.25.1 to 2.25.2. - [Release notes](https://github.com/Alex-D/Trumbowyg/releases) - [Commits](https://github.com/Alex-D/Trumbowyg/compare/v2.25.1...v2.25.2) --- updated-dependencies: - dependency-name: trumbowyg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 2afb5dfa42..0efa9349de 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -15,7 +15,7 @@ "jquery-ui-dist": "^1.13.1", "jquery-validation": "^1.19.5", "jquery.browser": "^0.1.0", - "trumbowyg": "^2.25.1", + "trumbowyg": "^2.25.2", "uglify-js": "3.16.3" } }, @@ -75,9 +75,9 @@ } }, "node_modules/trumbowyg": { - "version": "2.25.1", - "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.25.1.tgz", - "integrity": "sha512-bmmV1qC+fTLfyVpLE5iZjCzHG5DfAwM7p8K2fdq6L1kOi+IrVJk/qGFVEEmYyJ0Ofd1z3g2vavfABpmkVLzV6A==", + "version": "2.25.2", + "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.25.2.tgz", + "integrity": "sha512-wpWZzvmYgDHBiDBEWZ+YrYfeWmWdwAwudb1mNquRX7VpVqbzetNfrM307E1qgq36v+Gviu4r1V9ITFD8zZvmhg==", "peerDependencies": { "jquery": ">=1.8" } @@ -141,9 +141,9 @@ "integrity": "sha1-nHKmCV/SgUtER26o9xZne3Kmors=" }, "trumbowyg": { - "version": "2.25.1", - "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.25.1.tgz", - "integrity": "sha512-bmmV1qC+fTLfyVpLE5iZjCzHG5DfAwM7p8K2fdq6L1kOi+IrVJk/qGFVEEmYyJ0Ofd1z3g2vavfABpmkVLzV6A==", + "version": "2.25.2", + "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.25.2.tgz", + "integrity": "sha512-wpWZzvmYgDHBiDBEWZ+YrYfeWmWdwAwudb1mNquRX7VpVqbzetNfrM307E1qgq36v+Gviu4r1V9ITFD8zZvmhg==", "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 f78911ef6d..de0f2732d5 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -10,7 +10,7 @@ "jquery.browser": "^0.1.0", "dompurify": "^2.3.10", "jquery-ui-dist": "^1.13.1", - "trumbowyg": "^2.25.1", + "trumbowyg": "^2.25.2", "flot": "^4.2.3", "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", "uglify-js": "3.16.3"