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 1426f2c423 Bump uglify-js in /themes/common-theme/webapp/common-theme/js (#829) 1426f2c423 is described below commit 1426f2c4236e8ebdece8efaa8be6e4b7c648b056 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jul 29 17:41:31 2024 +0200 Bump uglify-js in /themes/common-theme/webapp/common-theme/js (#829) Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.19.0 to 3.19.1. - [Release notes](https://github.com/mishoo/UglifyJS/releases) - [Commits](https://github.com/mishoo/UglifyJS/compare/v3.19.0...v3.19.1) --- updated-dependencies: - dependency-name: uglify-js 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 20283d5a05..308acfbf65 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -18,7 +18,7 @@ "jquery-validation": "^1.21.0", "jquery.browser": "^0.1.0", "trumbowyg": "^2.28.0", - "uglify-js": "3.19.0" + "uglify-js": "3.19.1" } }, "node_modules/@chinchilla-software/jquery-ui-timepicker-addon": { @@ -95,9 +95,9 @@ } }, "node_modules/uglify-js": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.0.tgz", - "integrity": "sha512-wNKHUY2hYYkf6oSFfhwwiHo4WCHzHmzcXsqXYTN9ja3iApYIFbb2U6ics9hBcYLHcYGQoAlwnZlTrf3oF+BL/Q==", + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.1.tgz", + "integrity": "sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==", "bin": { "uglifyjs": "bin/uglifyjs" }, diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index cd6a190954..326847f4db 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -15,7 +15,7 @@ "jquery-validation": "^1.21.0", "jquery.browser": "^0.1.0", "trumbowyg": "^2.28.0", - "uglify-js": "3.19.0" + "uglify-js": "3.19.1" }, "scripts": { "uglify": "uglifyjs node_modules/flot/dist/es5/jquery.flot.js -c -m -o node_modules/flot/dist/es5/jquery.flot.min.js"