Skip to content

Commit 1a8287d

Browse files
Bump postcss from 8.5.4 to 8.5.5 in the production-dependencies group (#1633)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46615a3 commit 1a8287d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"css-blank-pseudo": "^7.0.1",
6767
"css-has-pseudo": "^7.0.2",
6868
"css-prefers-color-scheme": "^10.0.0",
69-
"postcss": "^8.5.4",
69+
"postcss": "^8.5.5",
7070
"postcss-attribute-case-insensitive": "^7.0.1",
7171
"postcss-color-functional-notation": "^7.0.10",
7272
"postcss-color-hex-alpha": "^10.0.0",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css-tokenizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"devDependencies": {
5151
"@rmenke/css-tokenizer-tests": "^1.2.0",
52-
"postcss": "^8.5.4",
52+
"postcss": "^8.5.5",
5353
"postcss-parser-tests": "^8.8.0"
5454
},
5555
"scripts": {

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"postcss": "^8.4"
5252
},
5353
"devDependencies": {
54-
"postcss": "^8.5.4"
54+
"postcss": "^8.5.5"
5555
},
5656
"scripts": {
5757
"build": "rollup -c ../../rollup/default.mjs",

0 commit comments

Comments
 (0)