Skip to content

Commit

Permalink
Upgrade: Bump postcss from 7.0.16 to 7.0.17
Browse files Browse the repository at this point in the history
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.16 to 7.0.17.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.16...7.0.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 6, 2019
1 parent e16b427 commit 8a52673
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/hint-compat-api/package.json
Expand Up @@ -27,7 +27,7 @@
"npm-link-check": "^3.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.0",
"postcss": "^7.0.16",
"postcss": "^7.0.17",
"rimraf": "^2.6.3",
"semver": "^6.1.1",
"typescript": "^3.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-css-prefix-order/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@hint/utils": "^2.1.0",
"postcss": "^7.0.16"
"postcss": "^7.0.17"
},
"description": "Ensure vendor-prefixed versions of a CSS property are listed before the unprefixed version.",
"devDependencies": {
Expand All @@ -26,7 +26,7 @@
"npm-link-check": "^3.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.0",
"postcss": "^7.0.16",
"postcss": "^7.0.17",
"rimraf": "^2.6.3",
"typescript": "^3.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-css/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@hint/utils": "^2.1.0",
"postcss": "^7.0.16",
"postcss": "^7.0.17",
"postcss-safe-parser": "^4.0.1"
},
"description": "webhint parser needed to analyze CSS files",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -51,7 +51,7 @@
"mime-db": "1.35.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.0",
"postcss": "^7.0.16",
"postcss": "^7.0.17",
"postcss-safe-parser": "^4.0.1",
"proxyquire": "2.0.0",
"rimraf": "^2.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9103,10 +9103,10 @@ postcss@^6.0.1:
source-map "^0.6.1"
supports-color "^5.4.0"

postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.5, postcss@^7.0.6:
version "7.0.16"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.16.tgz#48f64f1b4b558cb8b52c88987724359acb010da2"
integrity sha512-MOo8zNSlIqh22Uaa3drkdIAgUGEL+AD1ESiSdmElLUmE2uVDo1QloiT/IfW9qRw8Gw+Y/w69UVMGwbufMSftxA==
postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.5, postcss@^7.0.6:
version "7.0.17"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f"
integrity sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"
Expand Down

0 comments on commit 8a52673

Please sign in to comment.