1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 09:38:27 -04:00

Bump markdownlint-cli from 0.23.0 to 0.23.1 (#133) [skip ci]

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

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-17 16:11:59 -04:00 committed by GitHub
parent 0ad9d54347
commit 4b2c5fa75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -49,7 +49,7 @@
"imagemin-pngquant": "^8.0.0",
"imagemin-svgo": "^7.1.0",
"lint-staged": "^10.2.2",
"markdownlint-cli": "~0.23.0",
"markdownlint-cli": "~0.23.1",
"npm-run-all": "^4.1.5",
"postcss": "^7.x",
"postcss-clean": "^1.1.0",

View File

@ -2976,10 +2976,10 @@ markdown-table@^2.0.0:
dependencies:
repeat-string "^1.0.0"
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==
markdownlint-cli@~0.23.1:
version "0.23.1"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.23.1.tgz#2f21b5899e7260e2c6235cd336a7586d54031212"
integrity sha512-UARWuPILksAcVLTosUv1F1tLognNYQ/qjLRIgWwQAYqdl3QQrTPurU/X9Z2jrdAJYlOim868QsufxjYJpH0K7Q==
dependencies:
commander "~2.9.0"
deep-extend "~0.5.1"
@ -2990,21 +2990,21 @@ markdownlint-cli@~0.23.0:
jsonc-parser "~2.2.0"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.20.2"
markdownlint-rule-helpers "~0.9.0"
markdownlint "~0.20.3"
markdownlint-rule-helpers "~0.10.0"
minimatch "~3.0.4"
minimist "~1.2.5"
rc "~1.2.7"
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-rule-helpers@~0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.10.0.tgz#6dd53be6f2872cea959f336978a5a21f9a4ca11e"
integrity sha512-0e8VUTjNdQwS7hTyNan9oOLsy4a7KEsXo3fxKMDRFRk6Jn+pLB3iKZ3mj/m6ECrlOUCxPYYmgOmmyk3bSdbIvw==
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==
markdownlint@~0.20.3:
version "0.20.3"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.20.3.tgz#6f56d3e16d990af79d42e58bd2849f70b3358595"
integrity sha512-J93s59tGvSFvAPWVUtEgxqPI0CHayTx1Z8poj1/4UJAquHGPIruWRMurkRldiNbgBiaQ4OOt15rHZbFfU6u05A==
dependencies:
markdown-it "10.0.0"