From 27226e78b1d4825d01bd68cc2a165479642a65f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:59:59 +0000 Subject: [PATCH] chore(deps-dev): Bump @fullhuman/postcss-purgecss from 6.0.0 to 7.0.2 Bumps [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) from 6.0.0 to 7.0.2. - [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/v6.0.0...v7.0.2) --- updated-dependencies: - dependency-name: "@fullhuman/postcss-purgecss" 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 58df414..a442234 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/cli": "^7.25", "@babel/core": "^7.26", "@babel/preset-env": "^7.26", - "@fullhuman/postcss-purgecss": "^6.0", + "@fullhuman/postcss-purgecss": "^7.0", "auto-changelog": "^2.5.0", "autoprefixer": "^10.4", "bootstrap": "^5.3",