You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/07/23 07:02:25 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump uglify-js from 3.13.10 to 3.14.0 in /tobago-theme

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 1df7bfd  build(deps-dev): bump uglify-js from 3.13.10 to 3.14.0 in /tobago-theme
1df7bfd is described below

commit 1df7bfdc10ec047ac379ddb78602fdfce1523179
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 22 16:08:41 2021 +0000

    build(deps-dev): bump uglify-js from 3.13.10 to 3.14.0 in /tobago-theme
    
    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.13.10 to 3.14.0.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](https://github.com/mishoo/UglifyJS/compare/v3.13.10...v3.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: uglify-js
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 6 +++---
 tobago-theme/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index ee6f484..00d6935 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -8163,9 +8163,9 @@
       "dev": true
     },
     "uglify-js": {
-      "version": "3.13.10",
-      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.10.tgz",
-      "integrity": "sha512-57H3ACYFXeo1IaZ1w02sfA71wI60MGco/IQFjOqK+WtKoprh7Go2/yvd2HPtoJILO2Or84ncLccI4xoHMTSbGg==",
+      "version": "3.14.0",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.0.tgz",
+      "integrity": "sha512-R/tiGB1ZXp2BC+TkRGLwj8xUZgdfT2f4UZEgX6aVjJ5uttPrr4fYmwTWDGqVnBCLbOXRMY6nr/BTbwCtVfps0g==",
       "dev": true
     },
     "unbox-primitive": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 695e2df..81deeb5 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -90,6 +90,6 @@
     "ts-jest": "^27.0.4",
     "tslib": "^2.3.0",
     "typescript": "^4.3.5",
-    "uglify-js": "^3.13.10"
+    "uglify-js": "^3.14.0"
   }
 }