From 769cede77c14aed4d95cec5603e6a29694366d36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 15:18:01 +0000 Subject: [PATCH] fix: update dependency cosmiconfig to v8 --- @commitlint/load/package.json | 2 +- yarn.lock | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index 084c8bfcad..8adadd33f5 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -50,7 +50,7 @@ "@commitlint/types": "^17.0.0", "@types/node": "^14.0.0", "chalk": "^4.1.0", - "cosmiconfig": "^7.0.0", + "cosmiconfig": "^8.0.0", "cosmiconfig-typescript-loader": "^4.0.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", diff --git a/yarn.lock b/yarn.lock index c0f9919a39..50e75bfb06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4742,6 +4742,16 @@ cosmiconfig@^7.0.0: path-type "^4.0.0" yaml "^1.10.0" +cosmiconfig@^8.0.0: + version "8.0.0" + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97" + integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ== + dependencies: + import-fresh "^3.2.1" + js-yaml "^4.1.0" + parse-json "^5.0.0" + path-type "^4.0.0" + cp-file@^7.0.0: version "7.0.0" resolved "https://registry.npmjs.org/cp-file/-/cp-file-7.0.0.tgz#b9454cfd07fe3b974ab9ea0e5f29655791a9b8cd"