From 14e4b474bd19a2d62bfeede5eb96bef84d40b79b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2020 02:14:47 +0000 Subject: [PATCH] Bump remark-preset-lint-recommended from 4.0.0 to 4.0.1 Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/4.0.1/history.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/remark-preset-lint-recommended@4.0.0...4.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 98670a1..bcfd3de 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "remark-lint": "^7.0.0", "remark-lint-alphabetize-lists": "^3.0.0", "remark-lint-are-links-valid-duplicate": "^0.2.2", - "remark-preset-lint-recommended": "^4.0.0" + "remark-preset-lint-recommended": "^4.0.1" }, "remarkConfig": { "plugins": [ diff --git a/yarn.lock b/yarn.lock index 46819ae..f4d4145 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1374,9 +1374,9 @@ remark-parse@^8.0.0: vfile-location "^3.0.0" xtend "^4.0.1" -remark-preset-lint-recommended@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/remark-preset-lint-recommended/-/remark-preset-lint-recommended-4.0.0.tgz#b6221efec09ab7f6eabe2c8b42a9957690b564f5" +remark-preset-lint-recommended@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/remark-preset-lint-recommended/-/remark-preset-lint-recommended-4.0.1.tgz#2077b38706759277c0eb304c57453ebfa3e63207" dependencies: remark-lint "^7.0.0" remark-lint-final-newline "^1.0.0"