Bump markdownlint-cli2 from 0.1.3 to 0.2.0 (#545)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot[bot]
2021-08-04 15:54:32 +03:00
committed by GitHub
parent 78bbd25c05
commit 3a17073d5d
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -1131,16 +1131,16 @@
}
},
"markdownlint-cli2": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.3.tgz",
"integrity": "sha512-4pbrSEDe/G9PjJnrxKXKTQXyXERHvFH+RjvZrCRiNrVPB0p1/wmQXCkdsKNWlaf+gc4gz4k9u1fj2x28GvFenw==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.2.0.tgz",
"integrity": "sha512-/MIaG2MOlm39SBApQbeHK847/bgX6FfUPZMpCzA2UMYXR8NTwzTdjQAXjjLBK6+zG52GWKyhdmBKobkhLnq8wQ==",
"dev": true,
"requires": {
"globby": "~11.0.3",
"globby": "~11.0.4",
"markdownlint": "~0.23.1",
"markdownlint-cli2-formatter-default": "^0.0.2",
"markdownlint-rule-helpers": "~0.14.0",
"micromatch": "~4.0.2",
"micromatch": "~4.0.4",
"strip-json-comments": "~3.1.1",
"yaml": "~1.10.2"
},

View File

@@ -23,6 +23,6 @@
},
"devDependencies": {
"linkinator": "^2.14.0",
"markdownlint-cli2": "0.1.3"
"markdownlint-cli2": "0.2.0"
}
}