Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Merge 8e5c1c5 into 0e319b1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 14, 2018
2 parents 0e319b1 + 8e5c1c5 commit cdfbbf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"husky": "^0.14.3",
"jest": "^22.4.3",
"lerna": "^2.11.0",
"markdownlint-cli": "^0.8.1",
"markdownlint-cli": "^0.8.2",
"npm-run-all": "^4.1.2",
"prettier": "^1.12.1",
"replace-in-file": "^3.4.0",
Expand Down
24 changes: 14 additions & 10 deletions yarn.lock
Expand Up @@ -1369,7 +1369,11 @@ dedent@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"

deep-extend@~0.4.0, deep-extend@~0.4.1:
deep-extend@^0.5.1, deep-extend@~0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.5.1.tgz#b894a9dd90d3023fbf1c55a394fb858eb2066f1f"

deep-extend@~0.4.0:
version "0.4.2"
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f"

Expand Down Expand Up @@ -3390,18 +3394,18 @@ markdown-it@8.4.1:
mdurl "^1.0.1"
uc.micro "^1.0.5"

markdownlint-cli@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.8.1.tgz#b5644bdc52635827097ac1829b4be54d9c94637c"
markdownlint-cli@^0.8.2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.8.2.tgz#c4aec23ea45f9a869add4fc26354226c9158e454"
dependencies:
commander "~2.9.0"
deep-extend "~0.4.1"
deep-extend "~0.5.1"
get-stdin "~5.0.1"
glob "~7.0.3"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.8.1"
rc "~1.1.6"
rc "~1.2.7"

markdownlint@~0.8.1:
version "0.8.1"
Expand Down Expand Up @@ -4107,11 +4111,11 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

rc@~1.1.6:
version "1.1.7"
resolved "https://registry.yarnpkg.com/rc/-/rc-1.1.7.tgz#c5ea564bb07aff9fd3a5b32e906c1d3a65940fea"
rc@~1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.7.tgz#8a10ca30d588d00464360372b890d06dacd02297"
dependencies:
deep-extend "~0.4.0"
deep-extend "^0.5.1"
ini "~1.3.0"
minimist "^1.2.0"
strip-json-comments "~2.0.1"
Expand Down

0 comments on commit cdfbbf1

Please sign in to comment.