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 0ac5508148 Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#562) 0ac5508148 is described below commit 0ac550814868706e9d1b9a06a911d1035e71fe44 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Nov 15 17:43:50 2022 +0100 Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#562) Bumps [trumbowyg](https://github.com/Alex-D/Trumbowyg) from 2.25.2 to 2.26.0. - [Release notes](https://github.com/Alex-D/Trumbowyg/releases) - [Commits](https://github.com/Alex-D/Trumbowyg/compare/v2.25.2...v2.26.0) --- updated-dependencies: - dependency-name: trumbowyg dependency-type: direct:production update-type: version-update:semver-minor ... 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 1a7c696bfc..02b2c43908 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.19.5", "jquery.browser": "^0.1.0", - "trumbowyg": "^2.25.2", + "trumbowyg": "^2.26.0", "uglify-js": "3.17.4" } }, @@ -87,9 +87,9 @@ } }, "node_modules/trumbowyg": { - "version": "2.25.2", - "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.25.2.tgz", - "integrity": "sha512-wpWZzvmYgDHBiDBEWZ+YrYfeWmWdwAwudb1mNquRX7VpVqbzetNfrM307E1qgq36v+Gviu4r1V9ITFD8zZvmhg==", + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.26.0.tgz", + "integrity": "sha512-PbcoeAIoddI9lK3Gcty079wdplc2Tfp2yZRdSlkJpekiYiPgEqsvy70znkZH3vIofK7LFPpN2uz7qUaVg1CxoQ==", "peerDependencies": { "jquery": ">=1.8" } @@ -163,9 +163,9 @@ "integrity": "sha1-nHKmCV/SgUtER26o9xZne3Kmors=" }, "trumbowyg": { - "version": "2.25.2", - "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.25.2.tgz", - "integrity": "sha512-wpWZzvmYgDHBiDBEWZ+YrYfeWmWdwAwudb1mNquRX7VpVqbzetNfrM307E1qgq36v+Gviu4r1V9ITFD8zZvmhg==", + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.26.0.tgz", + "integrity": "sha512-PbcoeAIoddI9lK3Gcty079wdplc2Tfp2yZRdSlkJpekiYiPgEqsvy70znkZH3vIofK7LFPpN2uz7qUaVg1CxoQ==", "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 8b9c5997dc..105a4fc35f 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.19.5", "jquery.browser": "^0.1.0", - "trumbowyg": "^2.25.2", + "trumbowyg": "^2.26.0", "uglify-js": "3.17.4" }, "scripts": {