File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 8989 "eslint-plugin-promise" : " ^5.1.0" ,
9090 "eslint-plugin-security" : " ^1.4.0" ,
9191 "eslint-plugin-unicorn" : " ^32.0.1" ,
92- "fs-extra" : " ^9.1 .0" ,
92+ "fs-extra" : " ^10.0 .0" ,
9393 "jest" : " ^26.6.3" ,
9494 "lint-staged" : " ^11.0.0" ,
9595 "nanodelay" : " ^1.0.8" ,
Original file line number Diff line number Diff line change @@ -3160,6 +3160,15 @@ from2@^2.1.0:
31603160 inherits "^2.0.1"
31613161 readable-stream "^2.0.0"
31623162
3163+ fs-extra@^10.0.0 :
3164+ version "10.0.0"
3165+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3166+ integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3167+ dependencies :
3168+ graceful-fs "^4.2.0"
3169+ jsonfile "^6.0.1"
3170+ universalify "^2.0.0"
3171+
31633172fs-extra@^9.1.0 :
31643173 version "9.1.0"
31653174 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
You can’t perform that action at this time.
0 commit comments