From 124872bb955da8f9d7d80de6bb1bc7a5620c4ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:41:08 +0000 Subject: [PATCH] Bump @fullhuman/postcss-purgecss from 7.0.2 to 8.0.0 Bumps [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/FullHuman/purgecss/releases) - [Changelog](https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md) - [Commits](https://github.com/FullHuman/purgecss/compare/v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: "@fullhuman/postcss-purgecss" dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56eb36d20d..f6f662b222 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@babel/cli": "^7.18", "@babel/core": "^7.18", "@babel/preset-env": "^7.18", - "@fullhuman/postcss-purgecss": "^7.0", + "@fullhuman/postcss-purgecss": "^8.0", "auto-changelog": "^2.4", "autoprefixer": "^10.4", "bootstrap": "^5.2.0-beta1",