Bump eslint-plugin-markdown from 2.2.0 to 2.2.1 (#743)

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:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-12 20:36:49 -04:00 committed by GitHub
parent 942574939f
commit 5fc176d5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -34,7 +34,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-vuepress": "^3.2.1",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-vue": "^7.17.0",
"node-sass": "^6.0.1",
"prettier": "^2.4.0",
@ -7293,9 +7293,9 @@
"dev": true
},
"node_modules/eslint-plugin-markdown": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.0.tgz",
"integrity": "sha512-Ctuc7aP1tU92qnFwVO1wDLEzf1jqMxwRkcSTw7gjbvnEqfh5CKUcTXM0sxg8CB2KDXrqpTuMZPgJ1XE9Olr7KA==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.1.tgz",
"integrity": "sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==",
"dev": true,
"dependencies": {
"mdast-util-from-markdown": "^0.8.5"
@ -23792,9 +23792,9 @@
}
},
"eslint-plugin-markdown": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.0.tgz",
"integrity": "sha512-Ctuc7aP1tU92qnFwVO1wDLEzf1jqMxwRkcSTw7gjbvnEqfh5CKUcTXM0sxg8CB2KDXrqpTuMZPgJ1XE9Olr7KA==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.1.tgz",
"integrity": "sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==",
"dev": true,
"requires": {
"mdast-util-from-markdown": "^0.8.5"

View File

@ -28,7 +28,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-vuepress": "^3.2.1",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-vue": "^7.17.0",
"node-sass": "^6.0.1",
"prettier": "^2.4.0",