diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 20:58:40 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-15 20:58:40 +0300 |
| commit | d33f91fe3d40845930f05682434846397f28989a (patch) | |
| tree | f31b70d2f9522666574b06552aaca04105c164aa | |
| parent | 25f8533199fd6592604e911d9c8d7c51fefd443d (diff) | |
| download | bootstrap-d33f91fe3d40845930f05682434846397f28989a.tar.xz bootstrap-d33f91fe3d40845930f05682434846397f28989a.zip | |
Build(deps-dev): Bump eslint-plugin-markdown from 5.0.0 to 5.1.0 (#40634)
Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 5.0.0 to 5.1.0.
- [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/v5.0.0...v5.1.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-markdown
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index db2348d3f..5f92cadc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-config-xo": "^0.45.0", "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-markdown": "^5.0.0", + "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-unicorn": "^54.0.0", "find-unused-sass-variables": "^6.0.0", "globby": "^14.0.1", @@ -5416,9 +5416,9 @@ } }, "node_modules/eslint-plugin-markdown": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-5.0.0.tgz", - "integrity": "sha512-kY2u9yDhzvfZ0kmRTsvgm3mTnvZgTSGIIPeHg3yesSx4R5CTCnITUjCPhzCD1MUhNcqHU5Tr6lzx+02EclVPbw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-5.1.0.tgz", + "integrity": "sha512-SJeyKko1K6GwI0AN6xeCDToXDkfKZfXcexA6B+O2Wr2btUS9GrC+YgwSyVli5DJnctUHjFXcQ2cqTaAmVoLi2A==", "dev": true, "dependencies": { "mdast-util-from-markdown": "^0.8.5" diff --git a/package.json b/package.json index 60b7028a4..5c3398bee 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "eslint-config-xo": "^0.45.0", "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-markdown": "^5.0.0", + "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-unicorn": "^54.0.0", "find-unused-sass-variables": "^6.0.0", "globby": "^14.0.1", |
