You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/03/11 06:56:20 UTC

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

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

lofwyr 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 ea2e51d  build(deps-dev): bump uglify-js from 3.15.2 to 3.15.3 in /tobago-theme
ea2e51d is described below

commit ea2e51dc0e19ddee0bd50a259adccd3e70e2b472
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 10 16:10:55 2022 +0000

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

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index b1393f1..9baa226 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -38,7 +38,7 @@
         "ts-jest": "^27.1.3",
         "tslib": "^2.3.1",
         "typescript": "^4.6.2",
-        "uglify-js": "^3.15.2"
+        "uglify-js": "^3.15.3"
       }
     },
     "node_modules/@babel/code-frame": {
@@ -6973,9 +6973,9 @@
       }
     },
     "node_modules/uglify-js": {
-      "version": "3.15.2",
-      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.2.tgz",
-      "integrity": "sha512-peeoTk3hSwYdoc9nrdiEJk+gx1ALCtTjdYuKSXMTDqq7n1W7dHPqWDdSi+BPL0ni2YMeHD7hKUSdbj3TZauY2A==",
+      "version": "3.15.3",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.3.tgz",
+      "integrity": "sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg==",
       "dev": true,
       "bin": {
         "uglifyjs": "bin/uglifyjs"
@@ -12489,9 +12489,9 @@
       "dev": true
     },
     "uglify-js": {
-      "version": "3.15.2",
-      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.2.tgz",
-      "integrity": "sha512-peeoTk3hSwYdoc9nrdiEJk+gx1ALCtTjdYuKSXMTDqq7n1W7dHPqWDdSi+BPL0ni2YMeHD7hKUSdbj3TZauY2A==",
+      "version": "3.15.3",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.3.tgz",
+      "integrity": "sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg==",
       "dev": true
     },
     "unbox-primitive": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 7852a9b..ef06101 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -93,6 +93,6 @@
     "ts-jest": "^27.1.3",
     "tslib": "^2.3.1",
     "typescript": "^4.6.2",
-    "uglify-js": "^3.15.2"
+    "uglify-js": "^3.15.3"
   }
 }