Skip to content

Commit

Permalink
fix: update dependency cosmiconfig to ^4.0.0 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Jan 17, 2018
1 parent 8e74a40 commit 7f94ac5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @commitlint/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@marionebl/sander": "^0.6.0",
"babel-runtime": "^6.23.0",
"chalk": "^2.0.1",
"cosmiconfig": "^3.0.1",
"cosmiconfig": "^4.0.0",
"git-raw-commits": "^1.3.0",
"lodash.merge": "4.6.0",
"lodash.mergewith": "4.6.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ [email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

cosmiconfig@^3.0.1, cosmiconfig@^3.1.0:
cosmiconfig@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-3.1.0.tgz#640a94bf9847f321800403cd273af60665c73397"
dependencies:
Expand All @@ -1967,6 +1967,15 @@ cosmiconfig@^3.0.1, cosmiconfig@^3.1.0:
parse-json "^3.0.0"
require-from-string "^2.0.1"

cosmiconfig@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-4.0.0.tgz#760391549580bbd2df1e562bc177b13c290972dc"
dependencies:
is-directory "^0.3.1"
js-yaml "^3.9.0"
parse-json "^4.0.0"
require-from-string "^2.0.1"

cp-file@^4.1.1:
version "4.2.0"
resolved "https://registry.npmjs.org/cp-file/-/cp-file-4.2.0.tgz#715361663b71ede0b6dddbc3c80e2ba02e725ec3"
Expand Down

0 comments on commit 7f94ac5

Please sign in to comment.