Skip to content

Commit ee732fe

Browse files
fix: update dependency cosmiconfig to v8 (#3459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b80b0de commit ee732fe

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: @commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@commitlint/types": "^17.0.0",
5151
"@types/node": "^14.0.0",
5252
"chalk": "^4.1.0",
53-
"cosmiconfig": "^7.0.0",
53+
"cosmiconfig": "^8.0.0",
5454
"cosmiconfig-typescript-loader": "^4.0.0",
5555
"lodash.isplainobject": "^4.0.6",
5656
"lodash.merge": "^4.6.2",

Diff for: yarn.lock

+10
Original file line numberDiff line numberDiff line change
@@ -4742,6 +4742,16 @@ cosmiconfig@^7.0.0:
47424742
path-type "^4.0.0"
47434743
yaml "^1.10.0"
47444744

4745+
cosmiconfig@^8.0.0:
4746+
version "8.0.0"
4747+
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97"
4748+
integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==
4749+
dependencies:
4750+
import-fresh "^3.2.1"
4751+
js-yaml "^4.1.0"
4752+
parse-json "^5.0.0"
4753+
path-type "^4.0.0"
4754+
47454755
cp-file@^7.0.0:
47464756
version "7.0.0"
47474757
resolved "https://registry.npmjs.org/cp-file/-/cp-file-7.0.0.tgz#b9454cfd07fe3b974ab9ea0e5f29655791a9b8cd"

0 commit comments

Comments
 (0)