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 64625020cf Bump jquery-ui-dist in /themes/common-theme/webapp/common-theme/js (#534) 64625020cf is described below commit 64625020cf9ff762c805a5ae9d14ef648b552747 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 15 16:55:15 2022 +0200 Bump jquery-ui-dist in /themes/common-theme/webapp/common-theme/js (#534) Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2) --- 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> 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 0efa9349de..9def2fec9f 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -12,7 +12,7 @@ "flot": "^4.2.3", "jquery": "^3.6.0", "jquery-migrate": "^3.4.0", - "jquery-ui-dist": "^1.13.1", + "jquery-ui-dist": "^1.13.2", "jquery-validation": "^1.19.5", "jquery.browser": "^0.1.0", "trumbowyg": "^2.25.2", @@ -51,9 +51,9 @@ } }, "node_modules/jquery-ui-dist": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.1.tgz", - "integrity": "sha512-Y711Pu4BRVrAlL58KSxX4ail74jaCJZaZcdNDLava+MgZeNwmVWmyYiK7KxyoJu1MB73eSunjJvYDbOuNrOA7w==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz", + "integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==", "dependencies": { "jquery": ">=1.8.0 <4.0.0" } @@ -122,9 +122,9 @@ "requires": {} }, "jquery-ui-dist": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.1.tgz", - "integrity": "sha512-Y711Pu4BRVrAlL58KSxX4ail74jaCJZaZcdNDLava+MgZeNwmVWmyYiK7KxyoJu1MB73eSunjJvYDbOuNrOA7w==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz", + "integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==", "requires": { "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 de0f2732d5..9f8f414123 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -9,7 +9,7 @@ "jquery-validation": "^1.19.5", "jquery.browser": "^0.1.0", "dompurify": "^2.3.10", - "jquery-ui-dist": "^1.13.1", + "jquery-ui-dist": "^1.13.2", "trumbowyg": "^2.25.2", "flot": "^4.2.3", "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",