File tree Expand file tree Collapse file tree 2 files changed +24
-14
lines changed Expand file tree Collapse file tree 2 files changed +24
-14
lines changed Original file line number Diff line number Diff line change 15
15
"husky" : " 1.3.1" ,
16
16
"lerna" : " 3.14.0" ,
17
17
"jest" : " 23.6.0" ,
18
- "lint-staged" : " 8.1.6 " ,
18
+ "lint-staged" : " 8.1.7 " ,
19
19
"npm-run-all" : " 4.1.5" ,
20
20
"coveralls" : " 3.0.3" ,
21
21
"istanbul" : " 0.4.5" ,
Original file line number Diff line number Diff line change @@ -3920,14 +3920,6 @@ cosmiconfig@^4.0.0:
3920
3920
parse-json "^4.0.0"
3921
3921
require-from-string "^2.0.1"
3922
3922
3923
- cosmiconfig@^5.0.2:
3924
- version "5.0.4"
3925
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.4.tgz#fe4c1fccf8947ab30911760eace33784749eb51e"
3926
- dependencies:
3927
- is-directory "^0.3.1"
3928
- js-yaml "^3.9.0"
3929
- parse-json "^4.0.0"
3930
-
3931
3923
cosmiconfig@^5.0.7:
3932
3924
version "5.0.7"
3933
3925
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04"
@@ -3947,6 +3939,16 @@ cosmiconfig@^5.1.0:
3947
3939
lodash.get "^4.4.2"
3948
3940
parse-json "^4.0.0"
3949
3941
3942
+ cosmiconfig@^5.2.0:
3943
+ version "5.2.1"
3944
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
3945
+ integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
3946
+ dependencies:
3947
+ import-fresh "^2.0.0"
3948
+ is-directory "^0.3.1"
3949
+ js-yaml "^3.13.1"
3950
+ parse-json "^4.0.0"
3951
+
3950
3952
coveralls@3.0.3:
3951
3953
version "3.0.3"
3952
3954
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.3.tgz#83b1c64aea1c6afa69beaf50b55ac1bc4d13e2b8"
@@ -7872,6 +7874,14 @@ js-yaml@^3.13.0:
7872
7874
argparse "^1.0.7"
7873
7875
esprima "^4.0.0"
7874
7876
7877
+ js-yaml@^3.13.1:
7878
+ version "3.13.1"
7879
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
7880
+ integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
7881
+ dependencies:
7882
+ argparse "^1.0.7"
7883
+ esprima "^4.0.0"
7884
+
7875
7885
js-yaml@~3.7.0:
7876
7886
version "3.7.0"
7877
7887
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
@@ -8313,14 +8323,14 @@ libqp@1.1.0:
8313
8323
version "1.1.0"
8314
8324
resolved "https://registry.yarnpkg.com/libqp/-/libqp-1.1.0.tgz#f5e6e06ad74b794fb5b5b66988bf728ef1dedbe8"
8315
8325
8316
- lint-staged@8.1.6 :
8317
- version "8.1.6 "
8318
- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.6 .tgz#128a9bc5effbf69a359fb8f7eeb2da71a998daf6 "
8319
- integrity sha512-QT13AniHN6swAtTjsrzxOfE4TVCiQ39xESwLmjGVNCMMZ/PK5aopwvbxLrzw+Zf9OxM3cQG6WCx9lceLzETOnQ ==
8326
+ lint-staged@8.1.7 :
8327
+ version "8.1.7 "
8328
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.7 .tgz#a8988bc83bdffa97d04adb09dbc0b1f3a58fa6fc "
8329
+ integrity sha512-egT0goFhIFoOGk6rasPngTFh2qDqxZddM0PwI58oi66RxCDcn5uDwxmiasWIF0qGnchHSYVJ8HPRD5LrFo7TKA ==
8320
8330
dependencies:
8321
8331
chalk "^2.3.1"
8322
8332
commander "^2.14.1"
8323
- cosmiconfig "^5.0.2 "
8333
+ cosmiconfig "^5.2.0 "
8324
8334
debug "^3.1.0"
8325
8335
dedent "^0.7.0"
8326
8336
del "^3.0.0"
You can’t perform that action at this time.
0 commit comments