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/10/07 08:31:34 UTC

[myfaces-tobago] branch main updated: build(deps-dev): bump uglify-js from 3.17.2 to 3.17.3 in /tobago-theme (#3328)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new bb0ec4c30f build(deps-dev): bump uglify-js from 3.17.2 to 3.17.3 in /tobago-theme (#3328)
bb0ec4c30f is described below

commit bb0ec4c30f516ea6e15542418d1ed042f084a7b7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 7 10:31:29 2022 +0200

    build(deps-dev): bump uglify-js from 3.17.2 to 3.17.3 in /tobago-theme (#3328)
    
    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.17.2 to 3.17.3.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](https://github.com/mishoo/UglifyJS/compare/v3.17.2...v3.17.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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 30d4ef5fc2..7910fe8afc 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -40,7 +40,7 @@
         "ts-jest": "^29.0.3",
         "tslib": "^2.4.0",
         "typescript": "^4.8.4",
-        "uglify-js": "^3.17.2"
+        "uglify-js": "^3.17.3"
       }
     },
     "node_modules/@ampproject/remapping": {
@@ -6265,9 +6265,9 @@
       }
     },
     "node_modules/uglify-js": {
-      "version": "3.17.2",
-      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.2.tgz",
-      "integrity": "sha512-bbxglRjsGQMchfvXZNusUcYgiB9Hx2K4AHYXQy2DITZ9Rd+JzhX7+hoocE5Winr7z2oHvPsekkBwXtigvxevXg==",
+      "version": "3.17.3",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.3.tgz",
+      "integrity": "sha512-JmMFDME3iufZnBpyKL+uS78LRiC+mK55zWfM5f/pWBJfpOttXAqYfdDGRukYhJuyRinvPVAtUhvy7rlDybNtFg==",
       "dev": true,
       "bin": {
         "uglifyjs": "bin/uglifyjs"
@@ -11098,9 +11098,9 @@
       "dev": true
     },
     "uglify-js": {
-      "version": "3.17.2",
-      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.2.tgz",
-      "integrity": "sha512-bbxglRjsGQMchfvXZNusUcYgiB9Hx2K4AHYXQy2DITZ9Rd+JzhX7+hoocE5Winr7z2oHvPsekkBwXtigvxevXg==",
+      "version": "3.17.3",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.3.tgz",
+      "integrity": "sha512-JmMFDME3iufZnBpyKL+uS78LRiC+mK55zWfM5f/pWBJfpOttXAqYfdDGRukYhJuyRinvPVAtUhvy7rlDybNtFg==",
       "dev": true
     },
     "unbox-primitive": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index b9601dfd82..3bf01e831e 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -96,6 +96,6 @@
     "ts-jest": "^29.0.3",
     "tslib": "^2.4.0",
     "typescript": "^4.8.4",
-    "uglify-js": "^3.17.2"
+    "uglify-js": "^3.17.3"
   }
 }