Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
fix: cosmiconfig dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Dec 3, 2019
1 parent 3a5e316 commit 878bf7a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"chai": "^4.2.0",
"cosmiconfig": "^5",
"cross-env": "^5.2.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
Expand All @@ -45,7 +46,7 @@
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"husky": "^3.1.0",
"js-yaml": "3.13.1",
"js-yaml": "^3.13.1",
"lerna": "^3.19.0",
"lerna-changelog": "^0.8.3",
"mixin-deep": "^2.0.1",
Expand All @@ -70,6 +71,9 @@
"commit-msg": "[[ -n $HUSKY_BYPASS ]] || commitlint -E HUSKY_GIT_PARAMS"
}
},
"resolutions": {
"cosmiconfig/js-yaml": "^3.13.1"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2190,24 +2190,24 @@ [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@^5.1.0:
version "5.1.0"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.1.0.tgz#6c5c35e97f37f985061cdf653f114784231185cf"
cosmiconfig@^5, cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
version "5.2.1"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
dependencies:
import-fresh "^2.0.0"
is-directory "^0.3.1"
js-yaml "^3.9.0"
lodash.get "^4.4.2"
js-yaml "^3.13.1"
parse-json "^4.0.0"

cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
version "5.2.1"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
cosmiconfig@^5.1.0:
version "5.1.0"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.1.0.tgz#6c5c35e97f37f985061cdf653f114784231185cf"
dependencies:
import-fresh "^2.0.0"
is-directory "^0.3.1"
js-yaml "^3.13.1"
js-yaml "^3.9.0"
lodash.get "^4.4.2"
parse-json "^4.0.0"

cp-file@^6.2.0:
Expand Down

0 comments on commit 878bf7a

Please sign in to comment.