Skip to content

Commit 3fa651d

Browse files
chore(deps): bump postcss-discard-comments from 6.0.1 to 6.0.2 (#2588)
Bumps [postcss-discard-comments](https://github.com/cssnano/cssnano) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@6.0.2) --- updated-dependencies: - dependency-name: postcss-discard-comments 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 b3ce236 commit 3fa651d

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
@@ -91,7 +91,7 @@
9191
"postcss": "^8.4.35",
9292
"postcss-calc": "^9.0.1",
9393
"postcss-combininator": "^2.0.0",
94-
"postcss-discard-comments": "^6.0.1",
94+
"postcss-discard-comments": "^6.0.2",
9595
"postcss-discard-empty": "^6.0.3",
9696
"postcss-extend": "^1.0.5",
9797
"postcss-hover-media-feature": "1.0.2",

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"postcss": "^8.4.35",
2121
"postcss-cli": "^11.0.0",
2222
"postcss-combine-duplicated-selectors": "^10.0.3",
23-
"postcss-discard-comments": "^6.0.1",
23+
"postcss-discard-comments": "^6.0.2",
2424
"postcss-discard-empty": "^6.0.3",
2525
"postcss-licensing": "^1.0.1",
2626
"postcss-merge-rules": "^6.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13546,10 +13546,10 @@ postcss-combine-duplicated-selectors@^10.0.3:
1354613546
dependencies:
1354713547
postcss-selector-parser "^6.0.4"
1354813548

13549-
postcss-discard-comments@^6.0.1:
13550-
version "6.0.1"
13551-
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-6.0.1.tgz#46176212bd9c3e5f48aa4b8b4868786726c41d36"
13552-
integrity sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==
13549+
postcss-discard-comments@^6.0.2:
13550+
version "6.0.2"
13551+
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz#e768dcfdc33e0216380623652b0a4f69f4678b6c"
13552+
integrity sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==
1355313553

1355413554
postcss-discard-empty@^6.0.3:
1355513555
version "6.0.3"

0 commit comments

Comments
 (0)