From a3bdfa28b904dc3ec6e8663d2fd0b724e7169cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Feb 2018 05:25:04 +0000 Subject: [PATCH] Bump grunt-uncss from 0.6.1 to 0.8.1 Bumps [grunt-uncss](https://github.com/uncss/grunt-uncss) from 0.6.1 to 0.8.1. - [Release notes](https://github.com/uncss/grunt-uncss/releases) - [Changelog](https://github.com/uncss/grunt-uncss/blob/master/CHANGELOG.md) - [Commits](https://github.com/uncss/grunt-uncss/compare/v0.6.1...v0.8.1) --- package-lock.json | 32 +++++++++++++------------------- package.json | 2 +- 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e82b0580..f31921669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2,6 +2,7 @@ "name": "www.appveyor.com", "version": "1.0.0", "lockfileVersion": 1, + "requires": true, "dependencies": { "abab": { "version": "1.0.3", @@ -1114,20 +1115,13 @@ "integrity": "sha1-w7WqM7TFkZFq6IJf42l4fAuCigk=" }, "grunt-uncss": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/grunt-uncss/-/grunt-uncss-0.6.1.tgz", - "integrity": "sha1-2T8bT8P1ndac7GAxYBmWOw1IQe0=", - "dependencies": { - "async": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.4.1.tgz", - "integrity": "sha1-YqVrJ5yYoR0JhwlqAcw+6463u9c=" - }, - "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" - } + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/grunt-uncss/-/grunt-uncss-0.8.1.tgz", + "integrity": "sha512-R0qA5wmaT7R53Z2YSul10qVBQMVEowU8Aw1pjRwZtnfFTGRqD/Upl2lFc2Et1TVn96RuK24X1G/cKSK5DXfyfg==", + "requires": { + "chalk": "1.1.3", + "maxmin": "2.1.0", + "uncss": "0.14.1" } }, "grunt-usemin": { @@ -2147,16 +2141,16 @@ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=" }, - "string_decoder": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", - "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=" - }, "string-width": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz", "integrity": "sha1-Y1xUNsxypuDDh87KJ41OLuxSaH4=" }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=" + }, "stringstream": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", diff --git a/package.json b/package.json index 4e8eee01d..5d5b85b90 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt-jekyll": "^0.4.4", "grunt-link-checker": "^0.2.0", "grunt-markdownlint": "^1.0.23", - "grunt-uncss": "^0.6.1", + "grunt-uncss": "^0.8.1", "grunt-usemin": "^3.1.1", "load-grunt-tasks": "^3.5.2", "time-grunt": "^1.4.0"