You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/07/04 16:09:54 UTC

[ofbiz-framework] branch trunk updated: Bump uglify-js in /themes/common-theme/webapp/common-theme/js (#518)

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

commit 592328044137612e5a2d039ab17442fff48fb3df
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 4 18:09:49 2022 +0200

    Bump uglify-js in /themes/common-theme/webapp/common-theme/js (#518)
    
    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.16.1 to 3.16.2.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](https://github.com/mishoo/UglifyJS/compare/v3.16.1...v3.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: uglify-js
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 themes/common-theme/webapp/common-theme/js/package-lock.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 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 47fdbaebc4..330371d3bd 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -83,9 +83,9 @@
             }
         },
         "node_modules/uglify-js": {
-            "version": "3.16.1",
-            "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.1.tgz",
-            "integrity": "sha512-X5BGTIDH8U6IQ1TIRP62YC36k+ULAa1d59BxlWvPUJ1NkW5L3FwcGfEzuVvGmhJFBu0YJ5Ge25tmRISqCmLiRQ==",
+            "version": "3.16.2",
+            "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.2.tgz",
+            "integrity": "sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg==",
             "bin": {
                 "uglifyjs": "bin/uglifyjs"
             },
@@ -147,9 +147,9 @@
             "requires": {}
         },
         "uglify-js": {
-            "version": "3.16.1",
-            "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.1.tgz",
-            "integrity": "sha512-X5BGTIDH8U6IQ1TIRP62YC36k+ULAa1d59BxlWvPUJ1NkW5L3FwcGfEzuVvGmhJFBu0YJ5Ge25tmRISqCmLiRQ=="
+            "version": "3.16.2",
+            "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.2.tgz",
+            "integrity": "sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg=="
         }
     }
 }