You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/07/30 06:55:14 UTC

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

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

hnoeth 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 ad73067  build(deps-dev): bump clean-css-cli
ad73067 is described below

commit ad73067178fefebda88f4c603a68af30f0797178
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 30 06:49:00 2021 +0000

    build(deps-dev): bump clean-css-cli
    
    Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.3.0 to 5.3.2.
    - [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases)
    - [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md)
    - [Commits](https://github.com/jakubpawlowicz/clean-css-cli/commits)
    
    ---
    updated-dependencies:
    - dependency-name: clean-css-cli
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 14 +++++++-------
 tobago-example/tobago-example-demo/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 35642b5..84d6a27 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -449,21 +449,21 @@
       "dev": true
     },
     "clean-css": {
-      "version": "5.1.2",
-      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.2.tgz",
-      "integrity": "sha512-QcaGg9OuMo+0Ds933yLOY+gHPWbxhxqF0HDexmToPf8pczvmvZGYzd+QqWp9/mkucAOKViI+dSFOqoZIvXbeBw==",
+      "version": "5.1.4",
+      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.4.tgz",
+      "integrity": "sha512-e6JAuR0T2ahg7fOSv98Nxqh7mHWOac5TaCSgrr61h/6mkPLwlxX38hzob4h6IKj/UHlrrLXvAEjWqXlvi8r8lQ==",
       "dev": true,
       "requires": {
         "source-map": "~0.6.0"
       }
     },
     "clean-css-cli": {
-      "version": "5.3.0",
-      "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.3.0.tgz",
-      "integrity": "sha512-Jri2KVAcan/Y1JuEDo1rUlm3vUoGvMKSOpIL2YEPgalksvoGur/yL2KbtMF2dPs2VlMVj1afzp76Vu0KjxKfvA==",
+      "version": "5.3.2",
+      "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.3.2.tgz",
+      "integrity": "sha512-NZY3lWHeeb9idk/0f37yDLeb3Y8UUiuuRCYKVVioqFJU83f3uuJUz7qIIYBgAWARv56D0MLOkwqQcq5fTtK6vQ==",
       "dev": true,
       "requires": {
-        "clean-css": "^5.1.2",
+        "clean-css": "^5.1.4",
         "commander": "7.x",
         "glob": "^7.1.6"
       }
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 2df6de8..9c865e1 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -40,7 +40,7 @@
     "@rollup/plugin-replace": "^3.0.0",
     "@types/prismjs": "^1.16.6",
     "autoprefixer": "^10.3.1",
-    "clean-css-cli": "^5.3.0",
+    "clean-css-cli": "^5.3.2",
     "lodash": "^4.17.21",
     "node-sass": "^6.0.1",
     "npm-run-all": "^4.1.5",