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 f58c07bd33 Bump uglify-js in 
/themes/common-theme/webapp/common-theme/js (#814)
f58c07bd33 is described below

commit f58c07bd333532449e4eab7e66bfe24cffdac375
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 10 19:46:30 2024 +0200

    Bump uglify-js in /themes/common-theme/webapp/common-theme/js (#814)
    
    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.17.4 to 3.18.0.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](https://github.com/mishoo/UglifyJS/compare/v3.17.4...v3.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: uglify-js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 06d678fb22..07de0694b5 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.20.0",
                 "jquery.browser": "^0.1.0",
                 "trumbowyg": "^2.28.0",
-                "uglify-js": "3.17.4"
+                "uglify-js": "3.18.0"
             }
         },
         "node_modules/@chinchilla-software/jquery-ui-timepicker-addon": {
@@ -95,9 +95,9 @@
             }
         },
         "node_modules/uglify-js": {
-            "version": "3.17.4",
-            "resolved": 
"https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz";,
-            "integrity": 
"sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",
+            "version": "3.18.0",
+            "resolved": 
"https://registry.npmjs.org/uglify-js/-/uglify-js-3.18.0.tgz";,
+            "integrity": 
"sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==",
             "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 dba5c224dc..68c5981924 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.20.0",
         "jquery.browser": "^0.1.0",
         "trumbowyg": "^2.28.0",
-        "uglify-js": "3.17.4"
+        "uglify-js": "3.18.0"
     },
     "scripts": {
         "uglify": "uglifyjs node_modules/flot/dist/es5/jquery.flot.js -c -m -o 
node_modules/flot/dist/es5/jquery.flot.min.js"

Reply via email to