From 67fd7d5cdd9b9f0a6fd3d977cb3bf2af5dcda1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:25:36 +0000 Subject: [PATCH] Bump @fullhuman/postcss-purgecss from 4.1.3 to 5.0.0 Bumps [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) from 4.1.3 to 5.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/v4.1.3...v5.0.0) --- 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 c3a51188..bc3e7d35 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": "^4.1", + "@fullhuman/postcss-purgecss": "^5.0", "@hyas/images": "^0.2.2", "auto-changelog": "^2.4", "autoprefixer": "^10.4",