File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 46
46
"husky" : " 7.0.4" ,
47
47
"jest" : " 27.3.1" ,
48
48
"json-schema-to-markdown" : " 1.1.1" ,
49
- "lint-staged" : " 11.2.5 " ,
49
+ "lint-staged" : " 11.2.6 " ,
50
50
"patch-package" : " 6.4.7" ,
51
51
"prettier" : " 2.4.1" ,
52
52
"rimraf" : " 3.0.2" ,
Original file line number Diff line number Diff line change 2919
2919
path-type "^4.0.0"
2920
2920
yaml "^1.10.0"
2921
2921
2922
+ cosmiconfig@^7.0.1 :
2923
+ version "7.0.1"
2924
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
2925
+ integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
2926
+ dependencies :
2927
+ " @types/parse-json" " ^4.0.0"
2928
+ import-fresh "^3.2.1"
2929
+ parse-json "^5.0.0"
2930
+ path-type "^4.0.0"
2931
+ yaml "^1.10.0"
2932
+
2922
2933
create-require@^1.1.0 :
2923
2934
version "1.1.1"
2924
2935
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -5026,29 +5037,23 @@ levn@~0.3.0:
5026
5037
prelude-ls "~1.1.2"
5027
5038
type-check "~0.3.2"
5028
5039
5029
- lilconfig@^2.0.3 :
5030
- version "2.0.3"
5031
- resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
5032
- integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
5033
-
5034
5040
lines-and-columns@^1.1.6 :
5035
5041
version "1.1.6"
5036
5042
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
5037
5043
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
5038
5044
5039
-
5040
- version "11.2.5 "
5041
- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.5 .tgz#afa4c4740fbf874fab1531a846f14504e448e828 "
5042
- integrity sha512-bD6FeKyRtMA3jXcNg/J0fuJmwDN8yaoTdqliFcEl8pFTHiP9NYwQCeZwBoZ8FEXx4lj/pli3oFehr86XYvMNEA ==
5045
+
5046
+ version "11.2.6 "
5047
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.6 .tgz#f477b1af0294db054e5937f171679df63baa4c43 "
5048
+ integrity sha512-Vti55pUnpvPE0J9936lKl0ngVeTdSZpEdTNhASbkaWX7J5R9OEifo1INBGQuGW4zmy6OG+TcWPJ3m5yuy5Q8Tg ==
5043
5049
dependencies :
5044
5050
cli-truncate "2.1.0"
5045
5051
colorette "^1.4.0"
5046
5052
commander "^8.2.0"
5053
+ cosmiconfig "^7.0.1"
5047
5054
debug "^4.3.2"
5048
5055
enquirer "^2.3.6"
5049
5056
execa "^5.1.1"
5050
- js-yaml "^4.1.0"
5051
- lilconfig "^2.0.3"
5052
5057
listr2 "^3.12.2"
5053
5058
micromatch "^4.0.4"
5054
5059
normalize-path "^3.0.0"
You can’t perform that action at this time.
0 commit comments