Bump @fullhuman/postcss-purgecss from 2.0.5 to 2.0.6 (#71)

Bumps [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/FullHuman/purgecss/releases)
- [Changelog](https://github.com/FullHuman/purgecss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FullHuman/purgecss/compare/v2.0.5...v2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-04 16:09:37 -06:00 committed by GitHub
parent 51134e7a0d
commit 723d4467a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -1,17 +1,17 @@
{
"name": "jekyll-starter-tailwind",
"version": "5.0.12",
"version": "6.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@fullhuman/postcss-purgecss": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.0.5.tgz",
"integrity": "sha512-lWSnRiLfI3dGowZkPBfFOVkWlBP+Wk12u91mtjCTmA3hJ+d5+MyizVsTAOB1e52QJww6BRSD4g6XpknF+dEPnA==",
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.0.6.tgz",
"integrity": "sha512-RgD05Yd1VFudo1H1b2inb+10AS1mexp1edHfdoJvoeKaoMVoi/9DWrbWOpIrDmKq1CO82oQrb5wf4V64oaNkKQ==",
"dev": true,
"requires": {
"postcss": "7.0.26",
"purgecss": "^2.0.5"
"purgecss": "^2.0.6"
},
"dependencies": {
"postcss": {
@ -5428,9 +5428,9 @@
}
},
"purgecss": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-2.0.5.tgz",
"integrity": "sha512-VwQoDXImH0pabZ6ivLPCsWuRGd979NEzACaT/P3pWzDVCwHXSgXUM4QDbnMklMawU0r4MrCvdaORM84KJvsCIA==",
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-2.0.6.tgz",
"integrity": "sha512-Xab72ykpWtg+j/dTphz9HCrychRNbMebNBrI+pOU0mC7mG5OlwRksEEpNAdOLb1jg9oRHDDu6Exe+nlM9ZLp5Q==",
"dev": true,
"requires": {
"commander": "^4.0.0",
@ -5440,9 +5440,9 @@
},
"dependencies": {
"commander": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.0.tgz",
"integrity": "sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
"dev": true
},
"cssesc": {

View File

@ -4,7 +4,7 @@
"description": "A starter kit for using Tailwind with Jekyll",
"main": "gulpfile.babel.js",
"devDependencies": {
"@fullhuman/postcss-purgecss": "2.0.5",
"@fullhuman/postcss-purgecss": "2.0.6",
"autoprefixer": "9.7.4",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",