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:12 UTC

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

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

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


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

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

    build(deps-dev): bump uglify-js from 3.17.2 to 3.17.3 in /tobago-theme (#3330)
    
    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 148b4144b3..a1ce54afb5 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -40,7 +40,7 @@
         "ts-jest": "^28.0.8",
         "tslib": "^2.4.0",
         "typescript": "^4.8.4",
-        "uglify-js": "^3.17.2"
+        "uglify-js": "^3.17.3"
       }
     },
     "node_modules/@ampproject/remapping": {
@@ -6248,9 +6248,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"
@@ -11070,9 +11070,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 63da170f10..ad4c6ee09a 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -96,6 +96,6 @@
     "ts-jest": "^28.0.8",
     "tslib": "^2.4.0",
     "typescript": "^4.8.4",
-    "uglify-js": "^3.17.2"
+    "uglify-js": "^3.17.3"
   }
 }