Skip to content

Commit bd5c8d6

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump cosmiconfig from 6.0.0 to 7.0.0
Bumps [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/davidtheclark/cosmiconfig/releases) - [Changelog](https://github.com/davidtheclark/cosmiconfig/blob/master/CHANGELOG.md) - [Commits](cosmiconfig/cosmiconfig@6.0.0...v7.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c1be5c commit bd5c8d6

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"chalk": "^4.1.0",
8181
"commitizen": "^4.0.3",
8282
"concurrently": "^5.1.0",
83-
"cosmiconfig": "^6.0.0",
83+
"cosmiconfig": "^7.0.0",
8484
"cross-env": "^7.0.0",
8585
"cross-spawn": "^7.0.1",
8686
"doctoc": "^1.4.0",

yarn.lock

+17-8
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@
927927
core-js-pure "^3.0.0"
928928
regenerator-runtime "^0.13.4"
929929

930-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.6":
930+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6":
931931
version "7.10.5"
932932
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c"
933933
integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==
@@ -3047,6 +3047,17 @@ cosmiconfig@^6.0.0:
30473047
path-type "^4.0.0"
30483048
yaml "^1.7.2"
30493049

3050+
cosmiconfig@^7.0.0:
3051+
version "7.0.0"
3052+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
3053+
integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
3054+
dependencies:
3055+
"@types/parse-json" "^4.0.0"
3056+
import-fresh "^3.2.1"
3057+
parse-json "^5.0.0"
3058+
path-type "^4.0.0"
3059+
yaml "^1.10.0"
3060+
30503061
create-ecdh@^4.0.0:
30513062
version "4.0.3"
30523063
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
@@ -4716,7 +4727,7 @@ ignore@^4.0.6:
47164727
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
47174728
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
47184729

4719-
import-fresh@^3.0.0, import-fresh@^3.1.0:
4730+
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1:
47204731
version "3.2.1"
47214732
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
47224733
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
@@ -9239,12 +9250,10 @@ yallist@^3.0.2:
92399250
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
92409251
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
92419252

9242-
yaml@^1.7.2:
9243-
version "1.8.0"
9244-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.0.tgz#169fbcfa2081302dc9441d02b0b6fe667e4f74c9"
9245-
integrity sha512-6qI/tTx7OVtA4qNqD0OyutbM6Z9EKu4rxWm/2Y3FDEBQ4/2X2XAnyuRXMzAE2+1BPyqzksJZtrIwblOHg0IEzA==
9246-
dependencies:
9247-
"@babel/runtime" "^7.8.7"
9253+
yaml@^1.10.0, yaml@^1.7.2:
9254+
version "1.10.0"
9255+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
9256+
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
92489257

92499258
yargs-parser@^10.0.0:
92509259
version "10.1.0"

0 commit comments

Comments
 (0)