From ea5d44d383e7e89ab40e20d3aac2ad891e3cbe25 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 11:24:56 +0300 Subject: [PATCH] Bump remark-lint from 6.0.5 to 6.0.6 (#102) Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 6.0.5 to 6.0.6. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/6.0.5...6.0.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fa9ae5e..f540bd7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "remark": "^11.0.2", "remark-cli": "^6.0.1", - "remark-lint": "^6.0.5", + "remark-lint": "^6.0.6", "remark-lint-alphabetize-lists": "^2.0.1", "remark-lint-are-links-valid-duplicate": "^0.2.2", "remark-preset-lint-recommended": "^3.0.3" diff --git a/yarn.lock b/yarn.lock index daf562a..11b4da4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1297,9 +1297,9 @@ remark-lint-ordered-list-marker-style@^1.0.0: unist-util-position "^3.0.0" unist-util-visit "^1.1.1" -remark-lint@^6.0.0, remark-lint@^6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-6.0.5.tgz#fbb864d56bf83d2e5d23ea7e346ca5e36710fda3" +remark-lint@^6.0.0, remark-lint@^6.0.6: + version "6.0.6" + resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-6.0.6.tgz#5bf64efe5d88f3caf859ad541ab00656e3ca9c63" dependencies: remark-message-control "^4.0.0"