1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-17 10:28:46 -04:00

Bump markdownlint-cli from 0.22.0 to 0.23.0 (#126) [skip ci]

Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.22.0...v0.23.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-05 01:57:27 -04:00
committed by GitHub
parent 9e1a053d39
commit 99a2ffd82d
2 changed files with 17 additions and 16 deletions

View File

@@ -45,7 +45,7 @@
"imagemin-svgo": "^7.1.0",
"jshint": "~2.11.0",
"lint-staged": "^10.2.2",
"markdownlint-cli": "~0.22.0",
"markdownlint-cli": "~0.23.0",
"npm-run-all": "^4.1.5",
"postcss": "^7.x",
"postcss-clean": "^1.1.0",

View File

@@ -2825,10 +2825,10 @@ markdown-table@^2.0.0:
dependencies:
repeat-string "^1.0.0"
markdownlint-cli@~0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.22.0.tgz#e5e3251ae6207a41eeb01640363fe2aa0f663a51"
integrity sha512-qRg6tK5dXWqkaFvEstz9YSQal1ECMgofrSZgdBOaPWG8cD50pk8Hs0ZpBCJ6SCHPKF71pCdtuSL2u82sIx2XWA==
markdownlint-cli@~0.23.0:
version "0.23.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.23.0.tgz#faada6ad054f105aa567f4e0e4402254da7842a8"
integrity sha512-qkr0OB86Q8PTIVUbzninYEhdEsj3h6rELNcyFEo5ejOkMZo55f03NwlWzGMGGWVz/L1GANN/HdidhpjMPv5vUg==
dependencies:
commander "~2.9.0"
deep-extend "~0.5.1"
@@ -2839,20 +2839,21 @@ markdownlint-cli@~0.22.0:
jsonc-parser "~2.2.0"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.19.0"
markdownlint-rule-helpers "~0.7.0"
markdownlint "~0.20.2"
markdownlint-rule-helpers "~0.9.0"
minimatch "~3.0.4"
minimist "~1.2.5"
rc "~1.2.7"
markdownlint-rule-helpers@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.7.0.tgz#66476c373fcad6727ac5b64cb662e900cbe46bfe"
integrity sha512-xZByWJNBaCMHo7nYPv/5aO8Jt68YcMvyouFXhuXmJzbqCsQy8rfCj0kYcv22kdK5PwAgMdbHg0hyTdURbUZtJw==
markdownlint-rule-helpers@~0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.9.0.tgz#fbe39bb879bebbcd5dd38c47d9b3c264c3b88643"
integrity sha512-ySKvg7tlOAxLzGZyu3J3pKGGNHAQgQNcZOMFRd2b5MrhA00j40XYL1mtAI34NzCbVfvhnPPynh5AsJoL+uRHcw==
markdownlint@~0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.19.0.tgz#a692c7b5c077874d4ee8b74e188d6c464ccce81e"
integrity sha512-+MsWOnYVUH4klcKM7iRx5cno9FQMDAb6FC6mWlZkeXPwIaK6Z5Vd9VkXkykPidRqmLHU2wI+MNyfUMnUCBw3pQ==
markdownlint@~0.20.2:
version "0.20.2"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.20.2.tgz#fecd591da64f3c6ee39cc0a7294560c9c14cf299"
integrity sha512-TU/SgsylEzp9oAj9dGGZ6009yJq48GpEAeYIsREje5NuvadzO12qvl4wV21vHIerdPy/aSEyM2e9c+CzWq6Reg==
dependencies:
markdown-it "10.0.0"
@@ -2997,7 +2998,7 @@ minimist-options@^4.0.2:
arrify "^1.0.1"
is-plain-obj "^1.1.0"
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==