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 540f5bc3c9 Bump uglify-js in /themes/common-theme/webapp/common-theme/js (#830) 540f5bc3c9 is described below commit 540f5bc3c9ad364aad09add581b2129423a0ea00 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Aug 13 08:19:56 2024 +0200 Bump uglify-js in /themes/common-theme/webapp/common-theme/js (#830) Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.19.1 to 3.19.2. - [Release notes](https://github.com/mishoo/UglifyJS/releases) - [Commits](https://github.com/mishoo/UglifyJS/compare/v3.19.1...v3.19.2) --- 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 308acfbf65..4e54a4e6e0 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.1" + "uglify-js": "3.19.2" } }, "node_modules/@chinchilla-software/jquery-ui-timepicker-addon": { @@ -95,9 +95,9 @@ } }, "node_modules/uglify-js": { - "version": "3.19.1", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.1.tgz", - "integrity": "sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==", + "version": "3.19.2", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.2.tgz", + "integrity": "sha512-S8KA6DDI47nQXJSi2ctQ629YzwOVs+bQML6DAtvy0wgNdpi+0ySpQK0g2pxBq2xfF2z3YCscu7NNA8nXT9PlIQ==", "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 326847f4db..95ddc8e297 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.1" + "uglify-js": "3.19.2" }, "scripts": { "uglify": "uglifyjs node_modules/flot/dist/es5/jquery.flot.js -c -m -o node_modules/flot/dist/es5/jquery.flot.min.js"