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/03/07 16:12:57 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump postcss from 8.4.7 to 8.4.8 in /tobago-theme

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

lofwyr 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 73aa021  build(deps-dev): bump postcss from 8.4.7 to 8.4.8 in /tobago-theme
73aa021 is described below

commit 73aa02111e1f4a3e8567de54a63867cd1e5b17f3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 7 16:09:25 2022 +0000

    build(deps-dev): bump postcss from 8.4.7 to 8.4.8 in /tobago-theme
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8.
    - [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.7...8.4.8)
    
    ---
    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 5333d5d..9ba693a 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -29,7 +29,7 @@
         "lodash": "^4.17.21",
         "ncp": "^2.0.0",
         "npm-run-all": "^4.1.5",
-        "postcss": "^8.4.7",
+        "postcss": "^8.4.8",
         "postcss-cli": "^9.1.0",
         "rollup": "^2.70.0",
         "rollup-plugin-terser": "^7.0.2",
@@ -5799,9 +5799,9 @@
       }
     },
     "node_modules/postcss": {
-      "version": "8.4.7",
-      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz",
-      "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==",
+      "version": "8.4.8",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
+      "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
       "dev": true,
       "dependencies": {
         "nanoid": "^3.3.1",
@@ -11637,9 +11637,9 @@
       }
     },
     "postcss": {
-      "version": "8.4.7",
-      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz",
-      "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==",
+      "version": "8.4.8",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
+      "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
       "dev": true,
       "requires": {
         "nanoid": "^3.3.1",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index ebd7880..cafd5e4 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -84,7 +84,7 @@
     "lodash": "^4.17.21",
     "ncp": "^2.0.0",
     "npm-run-all": "^4.1.5",
-    "postcss": "^8.4.7",
+    "postcss": "^8.4.8",
     "postcss-cli": "^9.1.0",
     "rollup": "^2.70.0",
     "rollup-plugin-terser": "^7.0.2",