From 17bbdff57ee1aa89d03461c91cc8ad95cc58fc95 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu, 28 May 2020 10:59:25 +0300
Subject: [PATCH] Bump remark-lint-alphabetize-lists from 2.0.1 to 3.0.0 (#112)

Bumps [remark-lint-alphabetize-lists](https://github.com/vhf/remark-lint-alphabetize-lists) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/vhf/remark-lint-alphabetize-lists/releases)
- [Commits](https://github.com/vhf/remark-lint-alphabetize-lists/commits/v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
---
 package.json |  2 +-
 yarn.lock    | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package.json b/package.json
index d16984a..98670a1 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
     "remark": "^12.0.0",
     "remark-cli": "^6.0.1",
     "remark-lint": "^7.0.0",
-    "remark-lint-alphabetize-lists": "^2.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 e561ab1..46819ae 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1161,12 +1161,12 @@ remark-cli@^6.0.1:
     remark "^10.0.0"
     unified-args "^6.0.0"
 
-remark-lint-alphabetize-lists@^2.0.1:
-  version "2.0.1"
-  resolved "https://registry.yarnpkg.com/remark-lint-alphabetize-lists/-/remark-lint-alphabetize-lists-2.0.1.tgz#ef1cce3546bac8731f12afcf97f1ed7c47d664d3"
+remark-lint-alphabetize-lists@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/remark-lint-alphabetize-lists/-/remark-lint-alphabetize-lists-3.0.0.tgz#34fa3f9c1eb715a787957cd5089c9c4bc7bf5c7d"
   dependencies:
     mdast-util-to-string "^1.0.0"
-    unified-lint-rule "^1.0.0"
+    unified-lint-rule "^1.0.5"
     unist-util-visit "^1.0.0"
 
 remark-lint-are-links-valid-core@^0.2.1:
@@ -1786,9 +1786,9 @@ unified-engine@^6.0.0:
     x-is-string "^0.1.0"
     xtend "^4.0.1"
 
-unified-lint-rule@^1.0.0, unified-lint-rule@^1.0.1:
-  version "1.0.1"
-  resolved "https://registry.yarnpkg.com/unified-lint-rule/-/unified-lint-rule-1.0.1.tgz#1bf733d40e667bf1915c7156a83663ed00666c57"
+unified-lint-rule@^1.0.0, unified-lint-rule@^1.0.1, unified-lint-rule@^1.0.5:
+  version "1.0.5"
+  resolved "https://registry.yarnpkg.com/unified-lint-rule/-/unified-lint-rule-1.0.5.tgz#41dcac68a283bfc4b4ff6014e370cc8931eb4b5d"
   dependencies:
     wrapped "^1.0.1"