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 672c3f4690 Bump jquery-ui-dist in /themes/common-theme/webapp/common-theme/js (#808) 672c3f4690 is described below commit 672c3f469015b2d8f01601ac43ed22f64c174607 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon May 27 15:35:11 2024 +0200 Bump jquery-ui-dist in /themes/common-theme/webapp/common-theme/js (#808) Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3) --- updated-dependencies: - dependency-name: jquery-ui-dist dependency-type: direct:production update-type: version-update:semver-patch ... 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 19fbb4c17d..103ffd6fe3 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -14,7 +14,7 @@ "inputmask": "^5.0.8", "jquery": "^3.7.1", "jquery-migrate": "^3.4.1", - "jquery-ui-dist": "^1.13.2", + "jquery-ui-dist": "^1.13.3", "jquery-validation": "^1.20.0", "jquery.browser": "^0.1.0", "trumbowyg": "^2.28.0", @@ -63,9 +63,9 @@ } }, "node_modules/jquery-ui-dist": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz", - "integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.3.tgz", + "integrity": "sha512-qeTR3SOSQ0jgxaNXSFU6+JtxdzNUSJKgp8LCzVrVKntM25+2YBJW1Ea8B2AwjmmSHfPLy2dSlZxJQN06OfVFhg==", "dependencies": { "jquery": ">=1.8.0 <4.0.0" } diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index 5c339ba762..97fc4deaa4 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -11,7 +11,7 @@ "inputmask": "^5.0.8", "jquery": "^3.7.1", "jquery-migrate": "^3.4.1", - "jquery-ui-dist": "^1.13.2", + "jquery-ui-dist": "^1.13.3", "jquery-validation": "^1.20.0", "jquery.browser": "^0.1.0", "trumbowyg": "^2.28.0",