From 333187f2defb3d10cd2ffa3be5a9ba9d6d9e396f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:43:07 +0200 Subject: [PATCH] Bump eslint-plugin-markdown from 2.0.0 to 2.0.1 (#598) Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 2.0.0 to 2.0.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.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d783578e..7e0cc7b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.23.0", "eslint-config-vuepress": "^3.2.1", - "eslint-plugin-markdown": "^2.0.0", + "eslint-plugin-markdown": "^2.0.1", "eslint-plugin-vue": "^7.8.0", "node-sass": "^5.0.0", "prettier": "^2.2.1", @@ -7173,9 +7173,9 @@ "dev": true }, "node_modules/eslint-plugin-markdown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.0.0.tgz", - "integrity": "sha512-zt10JoexHeJFMTE5egDcetAJ34bn5k/92s0wAuRZfhDAyI0ryEj+O91JL2CbBExajie6BE5L63y47dN1Sbp6mQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.0.1.tgz", + "integrity": "sha512-w05C86QOtESVqK1klvH8vKVc1gUfPqRWD/PDIsuiaW5kUb7/UQAaajQMGg/BZloTV4N+IfywhJ5uMQIR5vzAkQ==", "dev": true, "dependencies": { "remark-parse": "^5.0.0", @@ -7183,6 +7183,9 @@ }, "engines": { "node": "^8.10.0 || ^10.12.0 || >= 12.0.0" + }, + "peerDependencies": { + "eslint": ">=6.0.0" } }, "node_modules/eslint-plugin-node": { @@ -23534,9 +23537,9 @@ } }, "eslint-plugin-markdown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.0.0.tgz", - "integrity": "sha512-zt10JoexHeJFMTE5egDcetAJ34bn5k/92s0wAuRZfhDAyI0ryEj+O91JL2CbBExajie6BE5L63y47dN1Sbp6mQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.0.1.tgz", + "integrity": "sha512-w05C86QOtESVqK1klvH8vKVc1gUfPqRWD/PDIsuiaW5kUb7/UQAaajQMGg/BZloTV4N+IfywhJ5uMQIR5vzAkQ==", "dev": true, "requires": { "remark-parse": "^5.0.0", diff --git a/package.json b/package.json index e4b04cd5..955d7feb 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.23.0", "eslint-config-vuepress": "^3.2.1", - "eslint-plugin-markdown": "^2.0.0", + "eslint-plugin-markdown": "^2.0.1", "eslint-plugin-vue": "^7.8.0", "node-sass": "^5.0.0", "prettier": "^2.2.1",