mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(deps-dev): bump markdownlint from 0.37.3 to 0.37.4 (#10683)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.37.3 to 0.37.4. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.37.3...v0.37.4) --- updated-dependencies: - dependency-name: markdownlint 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:
parent
64441be121
commit
6b44b0343e
2 changed files with 21 additions and 3 deletions
|
|
@ -988,8 +988,8 @@ importers:
|
|||
specifier: ^10.4.20
|
||||
version: 10.4.20(postcss@8.5.1)
|
||||
markdownlint:
|
||||
specifier: ^0.37.3
|
||||
version: 0.37.3
|
||||
specifier: ^0.37.4
|
||||
version: 0.37.4
|
||||
markdownlint-cli2:
|
||||
specifier: ^0.17.1
|
||||
version: 0.17.1
|
||||
|
|
@ -7868,6 +7868,10 @@ packages:
|
|||
resolution: {integrity: sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
markdownlint@0.37.4:
|
||||
resolution: {integrity: sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
matcher@3.0.0:
|
||||
resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
|
||||
engines: {node: '>=10'}
|
||||
|
|
@ -19957,6 +19961,20 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
markdownlint@0.37.4:
|
||||
dependencies:
|
||||
markdown-it: 14.1.0
|
||||
micromark: 4.0.1
|
||||
micromark-core-commonmark: 2.0.2
|
||||
micromark-extension-directive: 3.0.2
|
||||
micromark-extension-gfm-autolink-literal: 2.1.0
|
||||
micromark-extension-gfm-footnote: 2.1.0
|
||||
micromark-extension-gfm-table: 2.1.0
|
||||
micromark-extension-math: 3.1.0
|
||||
micromark-util-types: 2.0.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
matcher@3.0.0:
|
||||
dependencies:
|
||||
escape-string-regexp: 4.0.0
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"@docusaurus/tsconfig": "^3.7.0",
|
||||
"@docusaurus/types": "^3.7.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"markdownlint": "^0.37.3",
|
||||
"markdownlint": "^0.37.4",
|
||||
"markdownlint-cli2": "^0.17.1",
|
||||
"markdownlint-cli2-formatter-summarize": "^0.0.7",
|
||||
"postcss": "^8.5.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue