You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/03/22 10:45:25 UTC

[myfaces-tobago] branch master updated: chore(deps-dev): bump uglify-js from 3.13.1 to 3.13.2 in /tobago-theme

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

bommel 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 87a89c4  chore(deps-dev): bump uglify-js from 3.13.1 to 3.13.2 in /tobago-theme
87a89c4 is described below

commit 87a89c44b1ea2626f714b8f3c241bf64c5d09c2c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 22 09:10:20 2021 +0000

    chore(deps-dev): bump uglify-js from 3.13.1 to 3.13.2 in /tobago-theme
    
    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.13.1 to 3.13.2.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](https://github.com/mishoo/UglifyJS/compare/v3.13.1...v3.13.2)
    
    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 7b4259e..7564f12 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -6471,9 +6471,9 @@
       "dev": true
     },
     "uglify-js": {
-      "version": "3.13.1",
-      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.1.tgz",
-      "integrity": "sha512-EWhx3fHy3M9JbaeTnO+rEqzCe1wtyQClv6q3YWq0voOj4E+bMZBErVS1GAHPDiRGONYq34M1/d8KuQMgvi6Gjw==",
+      "version": "3.13.2",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.2.tgz",
+      "integrity": "sha512-SbMu4D2Vo95LMC/MetNaso1194M1htEA+JrqE9Hk+G2DhI+itfS9TRu9ZKeCahLDNa/J3n4MqUJ/fOHMzQpRWw==",
       "dev": true
     },
     "union-value": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 7490530..ff46a63 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -88,7 +88,7 @@
     "ts-jest": "^26.5.4",
     "tslib": "^2.1.0",
     "typescript": "^4.2.3",
-    "uglify-js": "^3.13.1",
+    "uglify-js": "^3.13.2",
     "lodash": "^4.17.21",
     "cache-base": "^4.0.0"
   }