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 2023/01/11 17:09:48 UTC

[myfaces-tobago] branch main updated: build(deps-dev): bump postcss from 8.4.20 to 8.4.21 in /tobago-theme

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

hnoeth 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 561fe3a0db build(deps-dev): bump postcss from 8.4.20 to 8.4.21 in /tobago-theme
561fe3a0db is described below

commit 561fe3a0dbf068b2542fe55bb00aa8a4910939df
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 16:45:28 2023 +0000

    build(deps-dev): bump postcss from 8.4.20 to 8.4.21 in /tobago-theme
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/postcss/postcss/compare/8.4.20...8.4.21)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      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 308703757f..d7771d8fa0 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -33,7 +33,7 @@
         "lodash": "^4.17.21",
         "ncp": "^2.0.0",
         "npm-run-all": "^4.1.5",
-        "postcss": "^8.4.20",
+        "postcss": "^8.4.21",
         "postcss-cli": "^10.1.0",
         "rollup": "^3.9.1",
         "sass": "^1.57.1",
@@ -5357,9 +5357,9 @@
       }
     },
     "node_modules/postcss": {
-      "version": "8.4.20",
-      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz",
-      "integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==",
+      "version": "8.4.21",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
+      "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
       "dev": true,
       "funding": [
         {
@@ -10569,9 +10569,9 @@
       }
     },
     "postcss": {
-      "version": "8.4.20",
-      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz",
-      "integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==",
+      "version": "8.4.21",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
+      "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
       "dev": true,
       "requires": {
         "nanoid": "^3.3.4",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 4c991e66bc..fa532796dd 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -91,7 +91,7 @@
     "lodash": "^4.17.21",
     "ncp": "^2.0.0",
     "npm-run-all": "^4.1.5",
-    "postcss": "^8.4.20",
+    "postcss": "^8.4.21",
     "postcss-cli": "^10.1.0",
     "rollup": "^3.9.1",
     "sass": "^1.57.1",