Bump markdownlint-cli2 from 0.1.2 to 0.1.3

Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases)
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.1.2...v0.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-04-24 10:13:02 +00:00
parent b2ff6c8200
commit d85123de8c
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -1124,9 +1124,9 @@
}
},
"markdownlint-cli2": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.2.tgz",
"integrity": "sha512-34rEuA5ZWjjzqhznA7Qn1o+njUqwKJ03xJYYyz1DRgczFbTORWh8La/mByITLXF5rOwP/5ZHFYzDF9rUMcg9eg==",
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.3.tgz",
"integrity": "sha512-4pbrSEDe/G9PjJnrxKXKTQXyXERHvFH+RjvZrCRiNrVPB0p1/wmQXCkdsKNWlaf+gc4gz4k9u1fj2x28GvFenw==",
"dev": true,
"requires": {
"globby": "~11.0.3",
@@ -1197,13 +1197,13 @@
"dev": true
},
"micromatch": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.3.tgz",
"integrity": "sha512-ueuSaP4i67F/FAUac9zzZ0Dz/5KeKDkITYIS/k4fps+9qeh1SkeH6gbljcqz97mNBOsaWZ+iv2UobMKK/yD+aw==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
"integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
"dev": true,
"requires": {
"braces": "^3.0.1",
"picomatch": "^2.2.1"
"picomatch": "^2.2.3"
}
},
"mime": {
@@ -1400,9 +1400,9 @@
"dev": true
},
"picomatch": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
"integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz",
"integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==",
"dev": true
},
"prepend-http": {
+1 -1
View File
@@ -23,6 +23,6 @@
},
"devDependencies": {
"linkinator": "^2.13.6",
"markdownlint-cli2": "0.1.2"
"markdownlint-cli2": "0.1.3"
}
}