From 0e404a3ba03854187c6d3133bd0590a08da91729 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2019 17:41:44 +0300 Subject: [PATCH] Bump remark-lint from 6.0.0 to 6.0.5 (#80) Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 6.0.0 to 6.0.5. - [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/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f98ae65..2d8deed 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "remark": "^8.0.0", "remark-cli": "^6.0.1", - "remark-lint": "^6.0.0", + "remark-lint": "^6.0.5", "remark-lint-alphabetize-lists": "^2.0.0", "remark-lint-are-links-valid-duplicate": "^0.2.1", "remark-preset-lint-recommended": "^3.0.0" diff --git a/yarn.lock b/yarn.lock index 5ddb62f..ecdf551 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1126,7 +1126,7 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" -remark-cli@^6.0.0: +remark-cli@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-6.0.1.tgz#ace67b94c05df0516b6be8dd70f326b6fa9c3770" dependencies: @@ -1291,9 +1291,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: - version "6.0.0" - resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-6.0.0.tgz#e9824cf9112fab7f03915914f05eb015f117043f" +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" dependencies: remark-message-control "^4.0.0"