From 036a483d7ae70d3e9cdef19b9527909bc5dfba00 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 1 Apr 2018 11:46:30 +0200 Subject: [PATCH] build(yarn): Update grunt-markdownlint to 1.1 --- package.json | 2 +- yarn.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index c8d73d8..57d7634 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "grunt-githash": "~0.1.3", "grunt-jslint": "~1.1.15", "grunt-jsonlint": "~1.1.0", - "grunt-markdownlint": "~1.0.43", + "grunt-markdownlint": "~1.1.2", "grunt-phpcs": "~0.4.0", "grunt-phpdocumentor": "~0.4.1", "grunt-phpunit": "~0.3.6" diff --git a/yarn.lock b/yarn.lock index cf8dea6..5062bbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -713,11 +713,11 @@ grunt-legacy-util@~1.0.0: underscore.string "~3.2.3" which "~1.2.1" -grunt-markdownlint@~1.0.43: - version "1.0.43" - resolved "https://registry.yarnpkg.com/grunt-markdownlint/-/grunt-markdownlint-1.0.43.tgz#afcd3bbab5a5a293bf0050010a7fa9fdea38eca6" +grunt-markdownlint@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/grunt-markdownlint/-/grunt-markdownlint-1.1.2.tgz#beb961e1685a064183ebad3c5afc0ca135c37e7f" dependencies: - markdownlint "^0.6.1" + markdownlint "^0.8.0" grunt-phpcs@~0.4.0: version "0.4.0" @@ -1010,21 +1010,21 @@ map-obj@^1.0.0, map-obj@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" -markdown-it@8.3.2: - version "8.3.2" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.3.2.tgz#df4b86530d17c3bc9beec3b68d770b92ea17ae96" +markdown-it@8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.1.tgz#206fe59b0e4e1b78a7c73250af9b34a4ad0aaf44" dependencies: argparse "^1.0.7" entities "~1.1.1" linkify-it "^2.0.0" mdurl "^1.0.1" - uc.micro "^1.0.3" + uc.micro "^1.0.5" -markdownlint@^0.6.1: - version "0.6.4" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.6.4.tgz#7fa77e0d8c1b1c3ed7978761ce664bd23e7328ef" +markdownlint@^0.8.0: + version "0.8.1" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.8.1.tgz#a87572ccc84273b2a723205e65fa657437fe06c6" dependencies: - markdown-it "8.3.2" + markdown-it "8.4.1" maxmin@^2.1.0: version "2.1.0" @@ -1691,7 +1691,7 @@ type-is@~1.6.10: media-typer "0.3.0" mime-types "~2.1.18" -uc.micro@^1.0.1, uc.micro@^1.0.3: +uc.micro@^1.0.1, uc.micro@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376"