Merge pull request woocommerce/woocommerce-admin#2032 from woocommerce/renovate/postcss-color-function-4.x

Update dependency postcss-color-function to v4.1.0
This commit is contained in:
Jeff Stieler 2019-04-12 15:44:48 -06:00 committed by GitHub
commit 72da1d4c57
2 changed files with 6 additions and 6 deletions

View File

@ -14895,15 +14895,15 @@
}
},
"postcss-color-function": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-4.0.1.tgz",
"integrity": "sha1-QCs/LOvD9pR+YY+2vjZU++zvZEQ=",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-4.1.0.tgz",
"integrity": "sha512-2/fuv6mP5Lt03XbRpVfMdGC8lRP1sykme+H1bR4ARyOmSMB8LPSjcL6EAI1iX6dqUF+jNEvKIVVXhan1w/oFDQ==",
"dev": true,
"requires": {
"css-color-function": "~1.3.3",
"postcss": "^6.0.1",
"postcss": "^6.0.23",
"postcss-message-helpers": "^2.0.0",
"postcss-value-parser": "^3.3.0"
"postcss-value-parser": "^3.3.1"
},
"dependencies": {
"postcss": {

View File

@ -90,7 +90,7 @@
"mini-css-extract-plugin": "0.5.0",
"node-sass": "4.11.0",
"node-watch": "0.6.1",
"postcss-color-function": "4.0.1",
"postcss-color-function": "4.1.0",
"postcss-loader": "3.0.0",
"prettier": "github:automattic/calypso-prettier#c56b4251",
"prop-types": "15.7.2",