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 2021/09/29 08:38:36 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump postcss from 8.3.7 to 8.3.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 0e67e65  build(deps-dev): bump postcss from 8.3.7 to 8.3.8 in /tobago-theme
0e67e65 is described below

commit 0e67e6500c8bc9055c1f8c5248a5b63f48671e3b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 27 16:11:00 2021 +0000

    build(deps-dev): bump postcss from 8.3.7 to 8.3.8 in /tobago-theme
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.3.7 to 8.3.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.3.7...8.3.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 | 22 +++++++++++++++-------
 tobago-theme/package.json      |  2 +-
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 45973e1..e9ddd7c 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -5192,9 +5192,9 @@
       "dev": true
     },
     "nanoid": {
-      "version": "3.1.25",
-      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
-      "integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==",
+      "version": "3.1.28",
+      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.28.tgz",
+      "integrity": "sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==",
       "dev": true
     },
     "natural-compare": {
@@ -5607,14 +5607,22 @@
       }
     },
     "postcss": {
-      "version": "8.3.7",
-      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.7.tgz",
-      "integrity": "sha512-9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ==",
+      "version": "8.3.8",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz",
+      "integrity": "sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==",
       "dev": true,
       "requires": {
-        "nanocolors": "^0.1.5",
+        "nanocolors": "^0.2.2",
         "nanoid": "^3.1.25",
         "source-map-js": "^0.6.2"
+      },
+      "dependencies": {
+        "nanocolors": {
+          "version": "0.2.10",
+          "resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.10.tgz",
+          "integrity": "sha512-i+EDWGsJClQwR/bhLIG/CObZZwaYaS5qt+yjxZbfV+77QiNHNzE9nj4d9Ut1TGZ0R0eSwPcQWzReASzXuw/7oA==",
+          "dev": true
+        }
       }
     },
     "postcss-cli": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index d21704a..9fe9895 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -82,7 +82,7 @@
     "lodash": "^4.17.21",
     "ncp": "^2.0.0",
     "npm-run-all": "^4.1.5",
-    "postcss": "^8.3.7",
+    "postcss": "^8.3.8",
     "postcss-cli": "^8.3.1",
     "rollup": "^2.57.0",
     "rollup-plugin-terser": "^7.0.2",