Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Chore(deps-dev): Bump markdownlint-cli from 0.17.0 to 0.18.0 (#785)
Browse files Browse the repository at this point in the history
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.17.0...v0.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and bdistin committed Aug 22, 2019
1 parent f3eef00 commit b267eaa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"eslint": "^6.0.1",
"eslint-config-klasa": "github:dirigeants/klasa-lint",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"markdownlint-cli": "^0.17.0",
"markdownlint-cli": "^0.18.0",
"tslint": "^5.9.1",
"typescript": "^3.0.3"
},
Expand Down
28 changes: 19 additions & 9 deletions yarn.lock
Expand Up @@ -840,7 +840,17 @@ markdown-it-anchor@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.0.2.tgz#cdd917a05b7bf92fb736a6dae3385c6d0d0fa552"

markdown-it@8.4.2, markdown-it@^8.4.2:
markdown-it@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.0.1.tgz#aafe363c43718720b6575fd10625cde6e4ff2d47"
dependencies:
argparse "^1.0.7"
entities "~1.1.1"
linkify-it "^2.0.0"
mdurl "^1.0.1"
uc.micro "^1.0.5"

markdown-it@^8.4.2:
version "8.4.2"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"
dependencies:
Expand All @@ -850,9 +860,9 @@ markdown-it@8.4.2, markdown-it@^8.4.2:
mdurl "^1.0.1"
uc.micro "^1.0.5"

markdownlint-cli@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.17.0.tgz#f5e483a576bf56cca29b057216241a54d33e4d95"
markdownlint-cli@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.18.0.tgz#bd1cee72739049d42dcea5f6db0c0f57c6eb8096"
dependencies:
commander "~2.9.0"
deep-extend "~0.5.1"
Expand All @@ -861,15 +871,15 @@ markdownlint-cli@^0.17.0:
js-yaml "^3.13.1"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.15.0"
markdownlint "~0.16.0"
minimatch "~3.0.4"
rc "~1.2.7"

markdownlint@~0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.15.0.tgz#14837354f01fe15bc06dfd5dd38247b79bd4c8f2"
markdownlint@~0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.16.0.tgz#69f73cc755a44231fbe5dc7c37a5909cedc0ac6e"
dependencies:
markdown-it "8.4.2"
markdown-it "9.0.1"

marked@^0.6.2:
version "0.6.2"
Expand Down

0 comments on commit b267eaa

Please sign in to comment.