Skip to content

Commit 06b42e5

Browse files
chore(deps-dev): bump eslint-plugin-markdown from 4.0.1 to 5.0.0 (#324)
Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases) - [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md) - [Commits](eslint/markdown@v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-markdown dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28dd317 commit 06b42e5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"electron-builder": "^24.13.3",
6767
"eslint": "^8.57.0",
6868
"eslint-plugin-jsonc": "^2.15.1",
69-
"eslint-plugin-markdown": "^4.0.1",
69+
"eslint-plugin-markdown": "^5.0.0",
7070
"eslint-plugin-yml": "^1.14.0",
7171
"htmlhint": "^1.1.4"
7272
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,10 +1169,10 @@ eslint-plugin-jsonc@^2.15.1:
11691169
natural-compare "^1.4.0"
11701170
synckit "^0.6.0"
11711171

1172-
eslint-plugin-markdown@^4.0.1:
1173-
version "4.0.1"
1174-
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-4.0.1.tgz#f5a574498d378da54bf2aea940d41a74e1f2dcb4"
1175-
integrity sha512-5/MnGvYU0i8MbHH5cg8S+Vl3DL+bqRNYshk1xUO86DilNBaxtTkhH+5FD0/yO03AmlI6+lfNFdk2yOw72EPzpA==
1172+
eslint-plugin-markdown@^5.0.0:
1173+
version "5.0.0"
1174+
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-5.0.0.tgz#a2b69bce83e85838111d44c84b2d6721452dbb73"
1175+
integrity sha512-kY2u9yDhzvfZ0kmRTsvgm3mTnvZgTSGIIPeHg3yesSx4R5CTCnITUjCPhzCD1MUhNcqHU5Tr6lzx+02EclVPbw==
11761176
dependencies:
11771177
mdast-util-from-markdown "^0.8.5"
11781178

0 commit comments

Comments
 (0)