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/02/12 08:29:44 UTC

[myfaces-tobago] branch master updated: chore(deps-dev): bump clean-css-cli

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 3e4a1d9  chore(deps-dev): bump clean-css-cli
3e4a1d9 is described below

commit 3e4a1d9223ce7d0a913b0410ee481f846969020d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 12 08:21:54 2021 +0000

    chore(deps-dev): bump clean-css-cli
    
    Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 4.3.0 to 5.0.1.
    - [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases)
    - [Changelog](https://github.com/jakubpawlowicz/clean-css-cli/blob/master/History.md)
    - [Commits](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.3.0...v5.0.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .../tobago-theme-roxborough/npm/package-lock.json  | 26 ++++++++++++++--------
 .../tobago-theme-roxborough/npm/package.json       |  2 +-
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/tobago-theme/tobago-theme-roxborough/npm/package-lock.json b/tobago-theme/tobago-theme-roxborough/npm/package-lock.json
index 9b8196f..59f9b88 100644
--- a/tobago-theme/tobago-theme-roxborough/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-roxborough/npm/package-lock.json
@@ -356,23 +356,31 @@
       }
     },
     "clean-css": {
-      "version": "4.2.3",
-      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz",
-      "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==",
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.0.1.tgz",
+      "integrity": "sha512-F1zAGOowUCg8yxT0O4UR+nmbMauf3YwbiUS60CPxpzJU7ulpamGzQomFrJSK4w/HqHtMmQKSHJUNue+dQQYQdg==",
       "dev": true,
       "requires": {
         "source-map": "~0.6.0"
       }
     },
     "clean-css-cli": {
-      "version": "4.3.0",
-      "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-4.3.0.tgz",
-      "integrity": "sha512-8GHZfr+mG3zB/Lgqrr27qHBFsPSn0fyEI3f2rIZpxPxUbn2J6A8xyyeBRVTW8duDuXigN0s80vsXiXJOEFIO5Q==",
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.0.1.tgz",
+      "integrity": "sha512-6Y+G8FmQu76rSWQjSBY5rVcdgatknjvzfEUU5xtx1uaYovClg7jap7ol3Xf3NP7vMd1fs38TtfhsyIS8Dq0Jvw==",
       "dev": true,
       "requires": {
-        "clean-css": "^4.2.1",
-        "commander": "2.x",
-        "glob": "7.x"
+        "clean-css": "^5.0.1",
+        "commander": "7.x",
+        "glob": "^7.1.6"
+      },
+      "dependencies": {
+        "commander": {
+          "version": "7.0.0",
+          "resolved": "https://registry.npmjs.org/commander/-/commander-7.0.0.tgz",
+          "integrity": "sha512-ovx/7NkTrnPuIV8sqk/GjUIIM1+iUQeqA3ye2VNpq9sVoiZsooObWlQy+OPWGI17GDaEoybuAGJm6U8yC077BA==",
+          "dev": true
+        }
       }
     },
     "cliui": {
diff --git a/tobago-theme/tobago-theme-roxborough/npm/package.json b/tobago-theme/tobago-theme-roxborough/npm/package.json
index 6ec8076..06b7d85 100644
--- a/tobago-theme/tobago-theme-roxborough/npm/package.json
+++ b/tobago-theme/tobago-theme-roxborough/npm/package.json
@@ -55,7 +55,7 @@
     "ajv": "^6.12.6",
     "ajv-keywords": "^3.5.2",
     "autoprefixer": "^9.8.6",
-    "clean-css-cli": "^4.3.0",
+    "clean-css-cli": "^5.0.1",
     "eslint": "^7.19.0",
     "eslint-plugin-compat": "^3.8.0",
     "npm-run-all": "^4.1.5",