Skip to content

Commit 5fbb10c

Browse files
Bump postcss-cli from 7.1.1 to 7.1.2 (#1099)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](postcss/postcss-cli@7.1.1...7.1.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abc195d commit 5fbb10c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"markdown-it": "^11.0.0",
5050
"npm-run-all": "^4.1.5",
5151
"postcss": "^7.0.27",
52-
"postcss-cli": "^7.1.0",
52+
"postcss-cli": "^7.1.2",
5353
"postcss-header": "^2.0.0",
5454
"postcss-import": "^12.0.1",
5555
"postcss-prefixer": "^2.1.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,10 +1247,10 @@ get-own-enumerable-property-symbols@^3.0.0:
12471247
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
12481248
integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==
12491249

1250-
get-stdin@^7.0.0:
1251-
version "7.0.0"
1252-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
1253-
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
1250+
get-stdin@^8.0.0:
1251+
version "8.0.0"
1252+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
1253+
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
12541254

12551255
get-stream@^5.0.0:
12561256
version "5.2.0"
@@ -2162,16 +2162,16 @@ postcss-calc@^7.0.1:
21622162
postcss-selector-parser "^6.0.2"
21632163
postcss-value-parser "^4.0.2"
21642164

2165-
postcss-cli@^7.1.0:
2166-
version "7.1.1"
2167-
resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-7.1.1.tgz#260f9546be260b2149bf32e28d785a0d79c9aab8"
2168-
integrity sha512-bYQy5ydAQJKCMSpvaMg0ThPBeGYqhQXumjbFOmWnL4u65CYXQ16RfS6afGQpit0dGv/fNzxbdDtx8dkqOhhIbg==
2165+
postcss-cli@^7.1.2:
2166+
version "7.1.2"
2167+
resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-7.1.2.tgz#ba8d5d918b644bd18e80ad2c698064d4c0da51cd"
2168+
integrity sha512-3mlEmN1v2NVuosMWZM2tP8bgZn7rO5PYxRRrXtdSyL5KipcgBDjJ9ct8/LKxImMCJJi3x5nYhCGFJOkGyEqXBQ==
21692169
dependencies:
21702170
chalk "^4.0.0"
21712171
chokidar "^3.3.0"
21722172
dependency-graph "^0.9.0"
21732173
fs-extra "^9.0.0"
2174-
get-stdin "^7.0.0"
2174+
get-stdin "^8.0.0"
21752175
globby "^11.0.0"
21762176
postcss "^7.0.0"
21772177
postcss-load-config "^2.0.0"

0 commit comments

Comments
 (0)