File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 126126 "@octokit/plugin-throttling" : " ^2.4.0" ,
127127 "@octokit/rest" : " ^16.25.1" ,
128128 "chalk" : " ^2.4.2" ,
129+ "fs-extra" : " ^10.0.0" ,
129130 "js-base64" : " ^2.5.1" ,
130131 "npm-registry-fetch" : " ^3.9.0" ,
131132 "semver" : " ^6.0.0" ,
Original file line number Diff line number Diff line change @@ -3689,6 +3689,15 @@ fs-exists-sync@^0.1.0:
36893689 resolved "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add"
36903690 integrity sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=
36913691
3692+ fs-extra@^10.0.0 :
3693+ version "10.0.0"
3694+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3695+ integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3696+ dependencies :
3697+ graceful-fs "^4.2.0"
3698+ jsonfile "^6.0.1"
3699+ universalify "^2.0.0"
3700+
36923701fs-extra@^8.1.0 :
36933702 version "8.1.0"
36943703 resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
You can’t perform that action at this time.
0 commit comments