Skip to content

Commit b3ce236

Browse files
chore(deps): bump postcss-discard-empty from 6.0.1 to 6.0.3 (#2590)
Bumps [postcss-discard-empty](https://github.com/cssnano/cssnano) from 6.0.1 to 6.0.3. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@6.0.3) --- updated-dependencies: - dependency-name: postcss-discard-empty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5bc7b2 commit b3ce236

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"postcss-calc": "^9.0.1",
9393
"postcss-combininator": "^2.0.0",
9494
"postcss-discard-comments": "^6.0.1",
95-
"postcss-discard-empty": "^6.0.1",
95+
"postcss-discard-empty": "^6.0.3",
9696
"postcss-extend": "^1.0.5",
9797
"postcss-hover-media-feature": "1.0.2",
9898
"postcss-import": "^16.0.1",

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"postcss-cli": "^11.0.0",
2222
"postcss-combine-duplicated-selectors": "^10.0.3",
2323
"postcss-discard-comments": "^6.0.1",
24-
"postcss-discard-empty": "^6.0.1",
24+
"postcss-discard-empty": "^6.0.3",
2525
"postcss-licensing": "^1.0.1",
2626
"postcss-merge-rules": "^6.0.3",
2727
"postcss-rgb-mapping": "^1.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13551,10 +13551,10 @@ postcss-discard-comments@^6.0.1:
1355113551
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-6.0.1.tgz#46176212bd9c3e5f48aa4b8b4868786726c41d36"
1355213552
integrity sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==
1355313553

13554-
postcss-discard-empty@^6.0.1:
13555-
version "6.0.1"
13556-
resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-6.0.1.tgz#b34cb45ec891246da4506b53e352390fdef126c4"
13557-
integrity sha512-yitcmKwmVWtNsrrRqGJ7/C0YRy53i0mjexBDQ9zYxDwTWVBgbU4+C9jIZLmQlTDT9zhml+u0OMFJh8+31krmOg==
13554+
postcss-discard-empty@^6.0.3:
13555+
version "6.0.3"
13556+
resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz#ee39c327219bb70473a066f772621f81435a79d9"
13557+
integrity sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==
1355813558

1355913559
postcss-extend@^1.0.5:
1356013560
version "1.0.5"

0 commit comments

Comments
 (0)