Skip to content

Commit 1e67a34

Browse files
chore(deps-dev): bump eslint-plugin-markdown from 3.0.0 to 3.0.1 (#298)
Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 3.0.0 to 3.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](eslint/markdown@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-markdown dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7186944 commit 1e67a34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react": "^18.2.17",
1313
"eslint": "^8.46.0",
1414
"eslint-config-prettier": "^8.9.0",
15-
"eslint-plugin-markdown": "^3.0.0",
15+
"eslint-plugin-markdown": "^3.0.1",
1616
"eslint-plugin-cypress": "^2.13.3",
1717
"eslint-plugin-prefer-let": "^3.0.1",
1818
"jest": "^29.6.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,10 +1754,10 @@ eslint-plugin-jsx-a11y@^6.7.1:
17541754
object.fromentries "^2.0.6"
17551755
semver "^6.3.0"
17561756

1757-
eslint-plugin-markdown@^3.0.0:
1758-
version "3.0.0"
1759-
resolved "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.0.tgz#69a63ab3445076a3c2eb6fce6f5114785b19d318"
1760-
integrity sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==
1757+
eslint-plugin-markdown@^3.0.1:
1758+
version "3.0.1"
1759+
resolved "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.1.tgz#fc6765bdb5f82a75e2438d7fac619602f2abc38c"
1760+
integrity sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==
17611761
dependencies:
17621762
mdast-util-from-markdown "^0.8.5"
17631763

0 commit comments

Comments
 (0)