From 4fc219a83349a224b693d3474517978d0fa908f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 15:46:53 +0300 Subject: [PATCH] Bump remark-preset-lint-recommended from 3.0.4 to 4.0.0 (#1688) Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) from 3.0.4 to 4.0.0. - [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/remark-preset-lint-recommended@4.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69ef9a60..3baa8371 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "remark-lint-unordered-list-marker-style": "^2.0.0", "remark-preset-lint-consistent": "^3.0.0", "remark-preset-lint-markdown-style-guide": "^3.0.0", - "remark-preset-lint-recommended": "^3.0.3" + "remark-preset-lint-recommended": "^4.0.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"