From 42981fe30034c4d34cbb9a45bdf1adf17ca06521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 00:17:32 -0600 Subject: [PATCH] fix(deps): update dependency @fullhuman/postcss-purgecss to v4 (#293) Co-authored-by: Renovate Bot Co-authored-by: David May <1301201+wass3r@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f122cabc..153579186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1126,11 +1126,11 @@ } }, "@fullhuman/postcss-purgecss": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-3.1.3.tgz", - "integrity": "sha512-kwOXw8fZ0Lt1QmeOOrd+o4Ibvp4UTEBFQbzvWldjlKv5n+G9sXfIPn1hh63IQIL8K8vbvv1oYMJiIUbuy9bGaA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.0.0.tgz", + "integrity": "sha512-1DNYIDxFsvGOeKdc2BFtIQriMWwzX6dY+9q0Z0n9TNZhFZ9T6nHRZHPC22aYLlPDd0ucCgIr1deTgDTrjq21KQ==", "requires": { - "purgecss": "^3.1.3" + "purgecss": "^4.0.0" } }, "@hapi/hoek": { @@ -7445,9 +7445,9 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "purgecss": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-3.1.3.tgz", - "integrity": "sha512-hRSLN9mguJ2lzlIQtW4qmPS2kh6oMnA9RxdIYK8sz18QYqd6ePp4GNDl18oWHA1f2v2NEQIh51CO8s/E3YGckQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.0.0.tgz", + "integrity": "sha512-j/y6OtNpEiggw/ipCJUOMNLgLpeAv9L8q+SqzEdDzyVEZOfdWjg8yvgOxhBflNyYgJ8SZ+tTwPxrHT9vQUpEPw==", "requires": { "commander": "^6.0.0", "glob": "^7.0.0", @@ -7456,9 +7456,9 @@ }, "dependencies": { "postcss": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.3.tgz", - "integrity": "sha512-tdmNCCmxJEsLZNj810qlj8QbvnUNKFL9A5doV+uHrGGK/YNKWEslrytnHDWr9M/GgGjfUFwXCRbxd/b6IoRBXQ==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz", + "integrity": "sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==", "requires": { "colorette": "^1.2.1", "nanoid": "^3.1.20", diff --git a/package.json b/package.json index e2c18a46a..24747d5e5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "node": ">=12.14.1" }, "dependencies": { - "@fullhuman/postcss-purgecss": "3.1.3", + "@fullhuman/postcss-purgecss": "4.0.0", "@types/clipboard": "2.0.1", "@types/parcel-env": "0.0.0", "autoprefixer": "9.8.6",