File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 32
32
"eslint" : " >=5.0.0"
33
33
},
34
34
"dependencies" : {
35
- "cosmiconfig" : " ^7.0.0 " ,
35
+ "cosmiconfig" : " ^7.0.1 " ,
36
36
"remark-mdx" : " ^1.6.22" ,
37
37
"remark-parse" : " ^8.0.3" ,
38
38
"remark-stringify" : " ^8.1.1" ,
Original file line number Diff line number Diff line change @@ -4631,6 +4631,17 @@ cosmiconfig@^7.0.0:
4631
4631
path-type "^4.0.0"
4632
4632
yaml "^1.10.0"
4633
4633
4634
+ cosmiconfig@^7.0.1:
4635
+ version "7.0.1"
4636
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
4637
+ integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
4638
+ dependencies:
4639
+ "@types/parse-json" "^4.0.0"
4640
+ import-fresh "^3.2.1"
4641
+ parse-json "^5.0.0"
4642
+ path-type "^4.0.0"
4643
+ yaml "^1.10.0"
4644
+
4634
4645
create-require@^1.1.0:
4635
4646
version "1.1.1"
4636
4647
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
You can’t perform that action at this time.
0 commit comments