File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 43
43
"commander" : " ^3.0.1" ,
44
44
"execa" : " ^3.3.0" ,
45
45
"fs-extra" : " ^8.1.0" ,
46
- "jsonfile" : " ^5 .0.0" ,
46
+ "jsonfile" : " ^6 .0.0" ,
47
47
"node-emoji" : " ^1.10.0" ,
48
48
"param-case" : " ^2.1.1" ,
49
49
"pascal-case" : " ^2.0.1" ,
Original file line number Diff line number Diff line change @@ -3007,12 +3007,12 @@ jsonfile@^4.0.0:
3007
3007
optionalDependencies :
3008
3008
graceful-fs "^4.1.6"
3009
3009
3010
- jsonfile@^5 .0.0 :
3011
- version "5 .0.0"
3012
- resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-5 .0.0.tgz#e6b718f73da420d612823996fdf14a03f6ff6922 "
3013
- integrity sha512-NQRZ5CRo74MhMMC3/3r5g2k4fjodJ/wh8MxjFbCViWKFjxrnudWSY5vomh+23ZaXzAS7J3fBZIR2dV6WbmfM0w ==
3010
+ jsonfile@^6 .0.0 :
3011
+ version "6 .0.0"
3012
+ resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6 .0.0.tgz#14c51dd6fceb667d3beeba1d164a23aad619bb51 "
3013
+ integrity sha512-M4yexIvXXRwOw3TQILHJSxJa6i+efkRRIGmCYJoXy2sH91EovJihfIcryUzCG3uHgrcx9n3O/Hm8oY/uTdR59A ==
3014
3014
dependencies :
3015
- universalify "^0.1.2 "
3015
+ universalify "^0.2.0 "
3016
3016
optionalDependencies :
3017
3017
graceful-fs "^4.1.6"
3018
3018
@@ -4892,11 +4892,16 @@ unique-string@^2.0.0:
4892
4892
dependencies :
4893
4893
crypto-random-string "^2.0.0"
4894
4894
4895
- universalify@^0.1.0, universalify@^0.1.2 :
4895
+ universalify@^0.1.0 :
4896
4896
version "0.1.2"
4897
4897
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
4898
4898
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
4899
4899
4900
+ universalify@^0.2.0 :
4901
+ version "0.2.0"
4902
+ resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
4903
+ integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
4904
+
4900
4905
unset-value@^1.0.0 :
4901
4906
version "1.0.0"
4902
4907
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
You can’t perform that action at this time.
0 commit comments