Skip to content

Commit 59d6e9c

Browse files
chore(deps-dev): bump markdownlint-cli from 0.16.0 to 0.17.0
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.16.0...v0.17.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 414cddd commit 59d6e9c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"execa": "^1.0.0",
7373
"husky": "^2.4.1",
7474
"lint-staged": "^8.2.0",
75-
"markdownlint-cli": "^0.16.0",
75+
"markdownlint-cli": "^0.17.0",
7676
"npm-run-all": "^4.1.5",
7777
"prettier": "^1.18.2",
7878
"rollup": "^1.15.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3612,10 +3612,10 @@ [email protected]:
36123612
mdurl "^1.0.1"
36133613
uc.micro "^1.0.5"
36143614

3615-
markdownlint-cli@^0.16.0:
3616-
version "0.16.0"
3617-
resolved "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.16.0.tgz#725b3a9140a6d4b65e866f76e6086c0a3f3ee480"
3618-
integrity sha512-BmtWhDvbsnbgYirYOiSOxP8THhkCjp28+xVfTyj3D1JsOlj0Txf3IA9wlT5GHCYaR6QfDlWq4pz/rh+bfOw2Vg==
3615+
markdownlint-cli@^0.17.0:
3616+
version "0.17.0"
3617+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.17.0.tgz#f5e483a576bf56cca29b057216241a54d33e4d95"
3618+
integrity sha512-/MInVAuNUDGj5lWeAweL2s4Wk0BY2UqOUcOuOMhY62LXmQZU9qZiFJ5XgHrAZVMggFH/vPupCiUiAMFgGIOqHg==
36193619
dependencies:
36203620
commander "~2.9.0"
36213621
deep-extend "~0.5.1"
@@ -3624,14 +3624,14 @@ markdownlint-cli@^0.16.0:
36243624
js-yaml "^3.13.1"
36253625
lodash.differencewith "~4.5.0"
36263626
lodash.flatten "~4.4.0"
3627-
markdownlint "~0.14.1"
3627+
markdownlint "~0.15.0"
36283628
minimatch "~3.0.4"
36293629
rc "~1.2.7"
36303630

3631-
markdownlint@~0.14.1:
3632-
version "0.14.2"
3633-
resolved "https://registry.npmjs.org/markdownlint/-/markdownlint-0.14.2.tgz#22185a42b263a5c1105d894b9b66eb5ec992dcab"
3634-
integrity sha512-Lzw5u46jcIQW0RX8nfz6mOjg3VwoTi7KTubk+G7LgJMybV98h3tyVaMpsNRm3UomBosNOUKVe3XOjJs6WS6DdQ==
3631+
markdownlint@~0.15.0:
3632+
version "0.15.0"
3633+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.15.0.tgz#14837354f01fe15bc06dfd5dd38247b79bd4c8f2"
3634+
integrity sha512-sNcrSrUgpNbTQX6rPIMd+RI9rAryGTEbDI9VFpcFyijlC5g8gpkma49k5p98yFLdNbdcB3VW69UJ0smxvTVw6g==
36353635
dependencies:
36363636
markdown-it "8.4.2"
36373637

0 commit comments

Comments
 (0)