From a0cb84df2d34ffb7bbdaa5caba5b00c97e08c4d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2020 10:26:15 +0300 Subject: [PATCH] Bump remark-lint from 7.0.0 to 7.0.1 (#115) Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/7.0.0...7.0.1) 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 98670a1..277e13b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "remark": "^12.0.0", "remark-cli": "^6.0.1", - "remark-lint": "^7.0.0", + "remark-lint": "^7.0.1", "remark-lint-alphabetize-lists": "^3.0.0", "remark-lint-are-links-valid-duplicate": "^0.2.2", "remark-preset-lint-recommended": "^4.0.0" diff --git a/yarn.lock b/yarn.lock index 46819ae..1f9f6af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1320,9 +1320,9 @@ remark-lint-ordered-list-marker-style@^2.0.0: unist-util-position "^3.0.0" unist-util-visit "^2.0.0" -remark-lint@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-7.0.0.tgz#76c054bbd32e8b7b01234f6a0c00e3d72ac9129a" +remark-lint@^7.0.0, remark-lint@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-7.0.1.tgz#665a5cbea9f7c95e64593f69bb6816ee8343ffdf" dependencies: remark-message-control "^6.0.0"