From 6f9377983494c7d04d4333ceec8c9975ad4b390d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 19:52:34 +0800 Subject: [PATCH] build(deps): bump eslint-plugin-markdown from 2.2.0 to 2.2.1 (#9458) Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases) - [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint-plugin-markdown/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/vant-eslint-config/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/vant-eslint-config/package.json b/packages/vant-eslint-config/package.json index 8b5d1e91a..884f5301b 100644 --- a/packages/vant-eslint-config/package.json +++ b/packages/vant-eslint-config/package.json @@ -15,7 +15,7 @@ "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.0", - "eslint-plugin-markdown": "^2.2.0", + "eslint-plugin-markdown": "^2.2.1", "eslint-plugin-vue": "^7.15.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5d788050b..9cd529b8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3448,10 +3448,10 @@ eslint-plugin-import@^2.24.0: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-markdown@^2.2.0: - version "2.2.0" - resolved "https://registry.nlark.com/eslint-plugin-markdown/download/eslint-plugin-markdown-2.2.0.tgz?cache=0&sync_timestamp=1622002791276&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-plugin-markdown%2Fdownload%2Feslint-plugin-markdown-2.2.0.tgz#9c30bd51538a815e87e96646c69f11466b4c165f" - integrity sha1-nDC9UVOKgV6H6WZGxp8RRmtMFl8= +eslint-plugin-markdown@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.1.tgz#76b8a970099fbffc6cc1ffcad9772b96911c027a" + integrity sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA== dependencies: mdast-util-from-markdown "^0.8.5"