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/04/23 14:28:41 UTC

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

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 a652957  build(deps-dev): bump postcss from 8.2.10 to 8.2.12 in /tobago-theme
a652957 is described below

commit a652957bf2cd780a268b13896434e9de2c57f73f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 23 07:28:10 2021 +0000

    build(deps-dev): bump postcss from 8.2.10 to 8.2.12 in /tobago-theme
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.12.
    - [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.2.10...8.2.12)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 6 +++---
 tobago-theme/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 1eceb52..ae8c7d5 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -5017,9 +5017,9 @@
       "dev": true
     },
     "postcss": {
-      "version": "8.2.10",
-      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz",
-      "integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==",
+      "version": "8.2.12",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.12.tgz",
+      "integrity": "sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ==",
       "dev": true,
       "requires": {
         "colorette": "^1.2.2",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index c4d3993..ff660d8 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -82,7 +82,7 @@
     "jest": "^26.6.3",
     "lodash": "^4.17.21",
     "npm-run-all": "^4.1.5",
-    "postcss": "^8.2.10",
+    "postcss": "^8.2.12",
     "postcss-cli": "^8.3.1",
     "rollup": "^2.45.2",
     "rollup-plugin-terser": "^7.0.2",