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/13 05:52:24 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump autoprefixer 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 d2b9061  build(deps-dev): bump autoprefixer in /tobago-theme
d2b9061 is described below

commit d2b9061666dd9fc8b72702d1718d40973ff23b79
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 12 16:11:29 2021 +0000

    build(deps-dev): bump autoprefixer in /tobago-theme
    
    Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.6 to 10.3.0.
    - [Release notes](https://github.com/postcss/autoprefixer/releases)
    - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/postcss/autoprefixer/compare/10.2.6...10.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: autoprefixer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 16 ++++++++++++----
 tobago-theme/package.json      |  2 +-
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 0028ef5..1018380 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1871,17 +1871,25 @@
       "dev": true
     },
     "autoprefixer": {
-      "version": "10.2.6",
-      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.6.tgz",
-      "integrity": "sha512-8lChSmdU6dCNMCQopIf4Pe5kipkAGj/fvTMslCsih0uHpOrXOPUEVOmYMMqmw3cekQkSD7EhIeuYl5y0BLdKqg==",
+      "version": "10.3.0",
+      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.0.tgz",
+      "integrity": "sha512-BzVzdjs47nT3MphTddr8eSsPVEIUCF96X6iC8V5iEB8RtxrU+ybtdhHV5rsqRqOsoyh/acQaYs7YupHPUECgmg==",
       "dev": true,
       "requires": {
         "browserslist": "^4.16.6",
-        "caniuse-lite": "^1.0.30001230",
+        "caniuse-lite": "^1.0.30001243",
         "colorette": "^1.2.2",
         "fraction.js": "^4.1.1",
         "normalize-range": "^0.1.2",
         "postcss-value-parser": "^4.1.0"
+      },
+      "dependencies": {
+        "caniuse-lite": {
+          "version": "1.0.30001243",
+          "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz",
+          "integrity": "sha512-vNxw9mkTBtkmLFnJRv/2rhs1yufpDfCkBZexG3Y0xdOH2Z/eE/85E4Dl5j1YUN34nZVsSp6vVRFQRrez9wJMRA==",
+          "dev": true
+        }
       }
     },
     "babel-jest": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index f3eec79..10be493 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -71,7 +71,7 @@
     "@types/jest": "^26.0.24",
     "@typescript-eslint/eslint-plugin": "^4.28.2",
     "@typescript-eslint/parser": "^4.28.2",
-    "autoprefixer": "^10.2.6",
+    "autoprefixer": "^10.3.0",
     "cache-base": "^4.0.0",
     "clean-css-cli": "^5.3.0",
     "cpy-cli": "^3.1.1",