Bump markdownlint-cli2 from 0.8.0 to 0.8.1

Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.8.0 to 0.8.1.
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.8.0...v0.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-17 10:56:33 +00:00
committed by GitHub
parent 30074804a7
commit f2f29d6c54
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "CC-BY-SA-4.0",
"devDependencies": {
"linkinator": "^5.0.1",
"markdownlint-cli2": "0.8.0"
"markdownlint-cli2": "0.8.1"
}
},
"node_modules/@babel/code-frame": {
@@ -853,9 +853,9 @@
}
},
"node_modules/markdownlint-cli2": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.8.0.tgz",
"integrity": "sha512-HCRZPTTM5MS3O1fmZnuK+jAGXDrSmsE8KBcdfdoTHYMq7iGv0IGb5A/rOiQ1lgBuDAVN8cypqrAnMEpCfKak+w==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.8.1.tgz",
"integrity": "sha512-y0Siwt+RApKxSSb0CT9p7z1DcAO+ncjrB9IpC/jflJRIet4namCFmxLTbfBBQdPF6EntPk5yyXKe7vcoPGlnXw==",
"dev": true,
"dependencies": {
"globby": "13.1.4",
@@ -2204,9 +2204,9 @@
}
},
"markdownlint-cli2": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.8.0.tgz",
"integrity": "sha512-HCRZPTTM5MS3O1fmZnuK+jAGXDrSmsE8KBcdfdoTHYMq7iGv0IGb5A/rOiQ1lgBuDAVN8cypqrAnMEpCfKak+w==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.8.1.tgz",
"integrity": "sha512-y0Siwt+RApKxSSb0CT9p7z1DcAO+ncjrB9IpC/jflJRIet4namCFmxLTbfBBQdPF6EntPk5yyXKe7vcoPGlnXw==",
"dev": true,
"requires": {
"globby": "13.1.4",

View File

@@ -23,6 +23,6 @@
},
"devDependencies": {
"linkinator": "^5.0.1",
"markdownlint-cli2": "0.8.0"
"markdownlint-cli2": "0.8.1"
}
}