2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-01-06 23:38:21 +01:00

Bump eslint-plugin-markdown from 2.0.0 to 2.0.1 ()

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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-05 12:43:07 +02:00 committed by GitHub
parent 63ed226b42
commit 333187f2de
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@ -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",

View File

@ -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",