diff --git a/package-lock.json b/package-lock.json index b5a1f437..7334238e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "postcss-cli": "^11.0.0", "postcss-custom-media": "^10.0.2", "postcss-custom-selectors": "^7.1.6", - "postcss-discard-comments": "^6.0.0", + "postcss-discard-comments": "^6.0.1", "postcss-each": "^1.1.0", "postcss-easy-import": "^4.0.0", "postcss-mixins": "^9.0.4", @@ -2435,15 +2435,15 @@ } }, "node_modules/postcss-discard-comments": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.0.tgz", - "integrity": "sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.1.tgz", + "integrity": "sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==", "dev": true, "engines": { "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-discard-duplicates": { @@ -5844,9 +5844,9 @@ } }, "postcss-discard-comments": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.0.tgz", - "integrity": "sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.1.tgz", + "integrity": "sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index a09cd874..7c8c70c9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "postcss-cli": "^11.0.0", "postcss-custom-media": "^10.0.2", "postcss-custom-selectors": "^7.1.6", - "postcss-discard-comments": "^6.0.0", + "postcss-discard-comments": "^6.0.1", "postcss-each": "^1.1.0", "postcss-easy-import": "^4.0.0", "postcss-mixins": "^9.0.4",