From 66068c62849e36b2d852db0657c2a6941bafdfb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 5 Feb 2018 05:33:41 +0000 Subject: [PATCH] Bump grunt-markdownlint from 1.0.39 to 1.1.0 Bumps [grunt-markdownlint](https://github.com/sagiegurari/grunt-markdownlint) from 1.0.39 to 1.1.0. - [Release notes](https://github.com/sagiegurari/grunt-markdownlint/releases) - [Changelog](https://github.com/sagiegurari/grunt-markdownlint/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/sagiegurari/grunt-markdownlint/compare/1.0.39...1.1.0) --- package-lock.json | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e82b0580..22610a0e6 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", @@ -1109,9 +1110,12 @@ "integrity": "sha1-en04DTRaG+Z1vuW5/TQ9seYiY6s=" }, "grunt-markdownlint": { - "version": "1.0.39", - "resolved": "https://registry.npmjs.org/grunt-markdownlint/-/grunt-markdownlint-1.0.39.tgz", - "integrity": "sha1-w7WqM7TFkZFq6IJf42l4fAuCigk=" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/grunt-markdownlint/-/grunt-markdownlint-1.1.0.tgz", + "integrity": "sha512-RfXkoqYX8nZWwpC7SJqiubuKTLndRexlskO7Lc0oN/WAmzW7uqZd+BCoszWounyb333NRPRya8Y31CHhkOL8OQ==", + "requires": { + "markdownlint": "0.5.0" + } }, "grunt-uncss": { "version": "0.6.1", @@ -2147,16 +2151,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..ed2c7f09f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "grunt-html": "^8.4.0", "grunt-jekyll": "^0.4.4", "grunt-link-checker": "^0.2.0", - "grunt-markdownlint": "^1.0.23", + "grunt-markdownlint": "^1.1.0", "grunt-uncss": "^0.6.1", "grunt-usemin": "^3.1.1", "load-grunt-tasks": "^3.5.2",