Skip to content

Commit 636b8b1

Browse files
authored
fix: update cosmiconfig to specific version (#3755)
* feat(load): use cosmiconfig-typescript-loader v5 to remove ts-node dependency for @commitlint/load * fix: pin cosmiconfig to prevent stale transitive dependency * chore(load): use caret version for cosmiconfig
1 parent 576574a commit 636b8b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

@commitlint/load/package.json

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

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3336,7 +3336,7 @@ cosmiconfig@^7.0.0:
33363336
path-type "^4.0.0"
33373337
yaml "^1.10.0"
33383338

3339-
cosmiconfig@^8.0.0:
3339+
cosmiconfig@^8.3.6:
33403340
version "8.3.6"
33413341
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
33423342
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==

0 commit comments

Comments
 (0)