Skip to content

Commit 646a6fc

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency markdownlint-cli to v0.13.0
1 parent 6d8b7d7 commit 646a6fc

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"danger": "3.8.6",
1111
"eclint": "2.8.0",
12-
"markdownlint-cli": "0.12.0",
12+
"markdownlint-cli": "0.13.0",
1313
"prettier": "1.11.1",
1414
"prettier-check": "2.0.0",
1515
"xo": "0.20.3"

yarn.lock

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ glob-to-regexp@^0.3.0:
14151415
version "0.3.0"
14161416
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
14171417

1418-
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
1418+
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.2:
14191419
version "7.1.2"
14201420
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
14211421
dependencies:
@@ -1426,17 +1426,6 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
14261426
once "^1.3.0"
14271427
path-is-absolute "^1.0.0"
14281428

1429-
glob@~7.0.3:
1430-
version "7.0.6"
1431-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.6.tgz#211bafaf49e525b8cd93260d14ab136152b3f57a"
1432-
dependencies:
1433-
fs.realpath "^1.0.0"
1434-
inflight "^1.0.4"
1435-
inherits "2"
1436-
minimatch "^3.0.2"
1437-
once "^1.3.0"
1438-
path-is-absolute "^1.0.0"
1439-
14401429
global-dirs@^0.1.0:
14411430
version "0.1.1"
14421431
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -2414,18 +2403,19 @@ [email protected]:
24142403
mdurl "^1.0.1"
24152404
uc.micro "^1.0.5"
24162405

2417-
markdownlint-cli@0.12.0:
2418-
version "0.12.0"
2419-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.12.0.tgz#14db32e28be098a0963c91e547f8adb58efdb158"
2406+
markdownlint-cli@0.13.0:
2407+
version "0.13.0"
2408+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.13.0.tgz#af1d29e5d8b434256c451c81b87dff1c218844cb"
24202409
dependencies:
24212410
commander "~2.9.0"
24222411
deep-extend "~0.5.1"
24232412
get-stdin "~5.0.1"
2424-
glob "~7.0.3"
2413+
glob "~7.1.2"
24252414
js-yaml "~3.11.0"
24262415
lodash.differencewith "~4.5.0"
24272416
lodash.flatten "~4.4.0"
24282417
markdownlint "~0.11.0"
2418+
minimatch "~3.0.4"
24292419
rc "~1.2.7"
24302420

24312421
markdownlint@~0.11.0:
@@ -2495,7 +2485,7 @@ mimic-response@^1.0.0:
24952485
version "1.0.0"
24962486
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.0.tgz#df3d3652a73fded6b9b0b24146e6fd052353458e"
24972487

2498-
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
2488+
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.4:
24992489
version "3.0.4"
25002490
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
25012491
dependencies:

0 commit comments

Comments
 (0)