File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1616 "semver" : " 7.3.5" ,
1717 "yargs" : " 15.4.1" ,
1818 "globby" : " 11.0.1" ,
19- "fs-extra" : " 9.0.1 " ,
19+ "fs-extra" : " 9.1.0 " ,
2020 "@types/jest" : " 26.0.8" ,
2121 "@typescript-eslint/eslint-plugin" : " 3.10.1" ,
2222 "@typescript-eslint/parser" : " 3.10.1" ,
Original file line number Diff line number Diff line change @@ -3702,6 +3702,16 @@ fs-extra@9.0.1:
37023702 jsonfile "^6.0.1"
37033703 universalify "^1.0.0"
37043704
3705+ fs-extra@9.1.0 :
3706+ version "9.1.0"
3707+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
3708+ integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
3709+ dependencies :
3710+ at-least-node "^1.0.0"
3711+ graceful-fs "^4.2.0"
3712+ jsonfile "^6.0.1"
3713+ universalify "^2.0.0"
3714+
37053715fs-extra@^4.0.3 :
37063716 version "4.0.3"
37073717 resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
@@ -7687,6 +7697,11 @@ universalify@^1.0.0:
76877697 resolved "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
76887698 integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
76897699
7700+ universalify@^2.0.0 :
7701+ version "2.0.0"
7702+ resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
7703+ integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
7704+
76907705unixify@1.0.0 :
76917706 version "1.0.0"
76927707 resolved "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz#3a641c8c2ffbce4da683a5c70f03a462940c2090"
You can’t perform that action at this time.
0 commit comments