Bump markdownlint-cli2 from 0.23.1 to 0.23.2

Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.23.1 to 0.23.2.
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.23.1...v0.23.2)

---
updated-dependencies:
- dependency-name: markdownlint-cli2
  dependency-version: 0.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-27 22:13:51 -07:00
committed by David Anson
parent 92a0fc4bfc
commit ab8971b489
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "3.0.1",
"markdownlint-cli2": "0.23.1"
"markdownlint-cli2": "0.23.2"
},
"devDependencies": {
"@eslint/js": "10.0.1",
@@ -1306,9 +1306,9 @@
}
},
"node_modules/globby": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/globby/-/globby-16.2.1.tgz",
"integrity": "sha512-JmsqJalahxxgW8V2ecSQ2G7UjPlI9cpKdrkG9KoNiXhd/YslXOTEB0cViENWUznuovIuNT+FkMbraDGjr4FCUg==",
"version": "16.2.2",
"resolved": "https://registry.npmjs.org/globby/-/globby-16.2.2.tgz",
"integrity": "sha512-NLvV9ubZ6NDsJaOpKPy3cQeJpKi9DcWiyCiFUpJPA0YihRqiE6RWaLUmgNNPr8MgPpLZjnBjSmou7uZBRJv9wA==",
"license": "MIT",
"dependencies": {
"@sindresorhus/merge-streams": "^4.0.0",
@@ -1524,9 +1524,9 @@
"license": "ISC"
},
"node_modules/js-yaml": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz",
"integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==",
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz",
"integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==",
"funding": [
{
"type": "github",
@@ -1738,13 +1738,13 @@
}
},
"node_modules/markdownlint-cli2": {
"version": "0.23.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.23.1.tgz",
"integrity": "sha512-20JPI5W+HpV1OA+pUM712wgvL4GzYNUvbmhLU8KlEYJ1kCDx4soZ4/Xqd+WkLrPTOKMAn8SfO3zYFrK8GLlwQg==",
"version": "0.23.2",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.23.2.tgz",
"integrity": "sha512-eUhcnkSpzURo/o4htSqc7LPDszgOOTknhU4eY/sPHvMCLxnTCYscv1gw1/js/idmaZPisv9ECVEIORcllqjTUw==",
"license": "MIT",
"dependencies": {
"globby": "16.2.1",
"js-yaml": "5.2.1",
"globby": "16.2.2",
"js-yaml": "5.2.2",
"jsonc-parser": "3.3.1",
"jsonpointer": "5.0.1",
"markdown-it": "14.3.0",
+1 -1
View File
@@ -22,7 +22,7 @@
},
"dependencies": {
"@actions/core": "3.0.1",
"markdownlint-cli2": "0.23.1"
"markdownlint-cli2": "0.23.2"
},
"devDependencies": {
"@eslint/js": "10.0.1",